@import url("stylesheet.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 5a5a5a;
	line-height: 1.8em;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}


#background{
	
	background-image: url(../images/bg5.png);
	background-color: #000000;
	background-repeat: repeat-x;
	/*background-repeat:repeat-x, repeat-y;*/
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 986px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	margin: 0px auto;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 986px;
	background-position: 0px 0px;
}

#logo {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 21px;
	padding-top: 30px;
	width: 145px;
	float: left;
}
#navigation {
	margin-top: 9px;
	margin-right: 21px;
	float: right;
	width: 791px;
	height: 54px;
	display: block;
}
#navtop {
	width: 450px;
	height: 18px;
	margin-left: 420px;
	margin-right: 0px;
}
#navtop ul {
	list-style: none;
	display: inline;
}
#navtop ul li {
	float: left;
	display: inline;
	padding-left: 19px;
}

.search {
	display: inline;
}

#search{
	width: 85px;
	height: 15px;
	margin-left: -10px;
	background: none;
	border: 1px solid #CCCCCC;
}
#submit{
	height: 19px;
	width: 30px;
	cursor: pointer;
	border: none;
	background: url(../images/go.gif) no-repeat; 
	margin-left: 2px;
	padding: 0px;
}

#navbtm {
	float: right;
	width: 750px;
	height: 15px;
	margin-top: 28px;
	margin-right:10px;
	display: block;
}

#navbtm ul {
	list-style: none;
	display: inline;
	margin-top: 3px;
	margin-right: 3px;
	float:right;
}

#navbtm ul li {
	float: left;
	display: inline;
	padding-left: 15px;
	width: auto;
}

#body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-left: 18px;
	padding-bottom: 20px;
	width: 986px;
}
#footer {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 986px;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footerinfo {
	padding: 0px;
	margin-right: 20px;
	float: right;
	width: 650px;
	display: inline;
}
#footerinfo ul{
	list-style: none;
	display: inline;
}
#footerinfo ul li{
	float: right;
	display: inline;
	padding-right: 8px;
}
#copyright {
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}
#copyright a{
	color: #303030;
	text-decoration: none;
}

#copyright a:hover{
	color: #0099FF;
	text-decoration: none;
}

------------------------------------------------------------------------

#columns {
	display: inline;
}
#homebanner {
	width: 940px;
	height: 317px;
}
#homenews{
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	background:url(../images/home_newsbg.png) no-repeat;
	width: 273px;
	height: 170px;
	padding-left: 29px;
	padding-top: 18px;
}
#homenews h2{
	background:url(../images/home_latestnews.gif) no-repeat;
	width: 91px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#homenews div.hr {
	margin-top: 10px;
	background: #fff url(../images/divider2.gif) no-repeat scroll center;
	width: 260px;
	height: 1px;
}
#homenews div.hr hr {
  display: none;
}

#homenews p{
	margin-top: 7px;
	padding-right: 26px;
}

#homenewscontent {
	margin: 0px;
	padding: 0px;
	height: 130px;
}

#viewarchives{
	float: right;
	margin-top: -2px;
	margin-right: 10px;
	width: 113px;
	height: 25px;
	padding: 0px;
}

#homeabout{
	margin-top: 10px;
	margin-left: 20px;
	display: block;
	float: left;
	background:url(../images/home_aboutbg.png) no-repeat;
	width: 580px;
	height: 170px;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 35px;
	color: #FFFFFF
}
#homeabout h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
}

#homeabout p{
	margin-top: 7px;
	padding-right: 26px;
}

#homeaboutcontent {
	margin: 0px;
	padding: 0px;
	height: 144px;
}

#viewabout{
	width: 115px;
	height: 25px;
	float: right;
}

--------------------------------------------------

.topbanner {
	width: 944px;
	height: 83px;
	margin: 0px;
	padding: 0px;
}

.topbanner h1 {
	text-indent: -9999px;
	margin: 0px;
}

.breadcrumb {
	background: url(../images/breadcrumb_bg.png) no-repeat right;
	width: 923px;
	height: 23px;
	margin-top: 0px;
	padding-right: 21px;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: right;
}

.breadcrumb a{
	color: #FFFFFF;
}

.breadcrumb a:hover {
	color: #FFFF99;
}

.sidebar {
	background: url(../images/sidebar_bg.png) no-repeat right;
	float: left;
	width: 201px;
	height: 556px;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 2.5em;
}

.sidebar a{
	color: #FFFFFF;
}

.sidebar a:hover {
	color: #FFFF99;
}


.sidebar ol {
	list-style: none;
	padding-left: 25px;
}

.selected {
	background-image: url(../images/bullet_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -12px;
	padding-left: 12px;
	font-weight: bold;
}

.content {
	background: url(../images/content_bg.jpg) no-repeat;
	width: 743px;
	display: inline;
	float: right;
}

h2 {
	background: url(../images/bullet_h2.gif) no-repeat left;
	background-position: 0.15em 0.25em;
	padding-left: 20px;
	font-size: 24px;
	color: #5692c3;
	font-weight: normal;
	line-height: 30px;
}


.imageleft {
	width: auto;
	margin-left: 21px;
	margin-top: 46px;
	padding: 0px;
	float: left;
	border: 2px solid #CCCCCC;
	color: #FFFFFF;
}

.text {
	margin-left: 245px;
	margin-top: 46px;
	padding-right: 20px;
	min-height: 400px;
}

.links {
	background: url(../images/links_bg.png) no-repeat;
	width: 469px;
	padding-left: 26px;
	padding-top: 5px;
	min-height: 200px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #5692c3;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 1.6em 0 0.6em;
	color: #990000;
}

.links h3 {
	color: #000000;
	font-size: 12px;
}

.links p {
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px;
}

.links strong a {
	cursor: pointer;
	padding: 0px;
}

ul {
	list-style-image: url(../images/bullet_red.gif);
	margin-top: 6px;
}

ul li ul{
	display: inline;
	list-style-image: url(../images/bullet_blue.gif);
	padding: 0px;
}

ul li ul li{
	margin-left: 20px;
}

ul li ul li ul{
	list-style-image: url(../images/bullet_green.gif);
}

.asterik
 {
 color:#FF0000
}

#createresume {
	margin-left: 200px;
	margin-top: 46px;
	padding-right: 20px;
	min-height: 400px;
}

hr {
	border-top: 1px dashed #999999;
}