html, body {
	color: #000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
}
img {
	border: 0;
}
h1 {
	color: #444;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0;
	padding: 4px 0px 0px 8px;
}
a {
	color: #2c5991;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #5b7b9c;
}
p {
	font-size:13px;
	margin: 21px 34px 10px 19px
}
ul {
	line-height: 20px;
	margin: 10px 3px 12px 24px;
	padding: 0;
	list-style-image: url(../img/arrow_icon.gif);
}
#container {
	background-image: url(../img/header_bar.gif);
	background-repeat:repeat-x;
	width:1000px;
}
#header {
	background-image: url(../img/header_img.jpg);
	background-repeat:no-repeat;
	height: 128px;
	margin-bottom: 6px;
}
#footer {
	background-color:#ccc;
	float:left;
	width:1000px;
	clear:both;
	margin-top: 12px;
}
#footer p {
	color: #444;
	font-size: 11px;
	text-align: center;
	margin: 6px;
}
#main_nav {
	float: right;
	position: relative;
	top: 95px;
	width: 695px;
}
#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 4px;
}
#nav li {
	float: left;
	width: 100px;
	margin-right: 15px;
}
#nav li ul {
	position: absolute;
	width: 112px;
	left: -999px;
	background-color: #fff;
	border: 1px solid #666;
}
#nav li ul a {
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
}
#nav li ul li {
	margin-right: 0px;
}
#nav li:hover, #nav li.hover {
	position: static;
}
#nav li:hover a, #nav li.nhover a {
	background: url(../img/btn_selected.gif) no-repeat;
}
#nav li:hover ul, #nav li.nhover ul {
	left: auto;
}
#nav li:hover ul a, #nav li.nhover ul a {
	background-image: none;
}
#nav li ul li a:hover {
	color: #fff;
	background-color: #5da2e6;
	background-image: none;
}
#nav li.active {
	background:  url(../img/btn_active.gif) no-repeat;
}
#welcome {
	float:left;
	width: 815px;
	margin: 0px 3px 12px 6px;
	display: inline;
}
#welcome_left {
	float:left;
	background: url(../img/welcome_img_01.jpg);
	height:185px;
	width:408px;
}
#welcome_right {
	float:left;
	color:#fff;
	background: url(../img/welcome_img_02.jpg);
	height:185px;
	width:407px;
}
#quick_links {
	float: left;
	border-bottom: 1px solid #a4a4a4;
	height:209px;
	width: 167px;
	margin: 0px 0px 12px 3px;
	display: inline;
}
#news {
	float:left;
	border-bottom: 1px solid #a4a4a4;
	height:164px;
	width:294px;
	margin-left:6px;
	margin-right: 3px;
	display: inline;
}
#contact_shield {
	float: left;
	width: 167px;
	margin-left: 3px;
}
#contact_shield_field {
	background: url(../img/contact_bg.gif);
	height:140px;
}
#contact_shield_field p {
	color:#444;
	font-size:11px;
	margin:0px;
	padding:6px 10px 6px 10px;
}
.topic_heading_main {
	background-image: url(../img/heading_bg_01.gif);
	height: 24px;
	margin-bottom: 1px;
}
.topic_heading_news {
	background-image: url(../img/heading_bg_03.gif);
	height: 24px;
	margin-bottom: 1px;
}
.topic_heading {
	background-image: url(../img/heading_bg_02.gif);
	height: 24px;
	margin-bottom: 1px;
}
.topic_heading_contact {
	background-image: url(../img/heading_bg_04.gif);
	height: 24px;
	margin-bottom: 1px;
}
.feature_item {
	float: left;
	border: 1px solid #a4a4a4;
	height:153px;
	width: 156px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px;
}
.feature_item_img {
	padding: 0px 0px 5px 0px;
	margin: 0;
}
.feature_item a {
	color: #000;
	font-size: 11px;

}
.feature_item a:hover {
	text-decoration: none;
}
.italic {
	font-style: italic;
}
.grey {
	color:#666;
}