/* CSS Document */

/************************ STRUCTURE & STYLES ************************/
body {
	background: #ebe2b6;
	margin: 0;
	padding: 0;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #3f3a36;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 6px 0;
}
h1 {
  	font-size: 36px;
}
h2 {
 	 font-size: 30px;
}
h3 {
  	font-size: 24px;
}
h4 {
  	font-size: 20px;
}
a img {
  	border: none;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #d73800;
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #d73800;
}
ol{
	list-style:decimal;
	margin-left:15px;
	margin-top:2px;
}
#container {
	width: 980px;
	margin:0 auto;
	padding:0 15px;
	background:url(images/wrapper_bg_repeat_y.jpg) repeat-y;
}
#inner_wrapper {
	width: 980px;
}
/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/************************ HEADER ************************/
#header {
	width: 980px;
	height: 317px;
	background:url(images/header_bar_bg_repeat_x.png) repeat-x;
	font-size: 12px;
}

#top_bar_left{
	padding: 10px 10px 0 45px;
	width:505px;
	height:23px;
	float:left;
	color:#fff;
}
#top_bar_right{
	padding: 10px 45px 0 10px;
	width:205px;
	height:23px;
	float:right;
	text-align:right;
	color:#6b6753;
	text-transform: lowercase;
}
#top_bar_right a {
	padding: 0 8px;
}
#header p{
	margin: 0;
	padding: 0;
}
#header a, #header a:link, #header a:visited, #header a:active {
	text-decoration: none;
	color: #ffffff;
}
#header a:hover, #header a:focus {
	text-decoration: underline;
	color: #ffffff;
} 
/************** Logo **************/
#logo {
	height: 284px;
	width: 367px;
	top: 0;
	left: 0;
	z-index: 1002;
	position:relative;
}
 
/************** End Logo **************/

/************************ FEATURE ************************/
/* Images uploaded to /uploads/images/feature_images (uploaded
   inside of Smart ISD CMS Image Manager */
#feature {
	width: 980px;
	height: 284px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	float:left;
	background:#fff;
}
#ftText {
	width: 450px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 105px 0 0 43px;
}
h2.ftHead {
	color: #0ea0e5;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.ftDesc {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2a3739;
	line-height: normal;
	padding-left: 3px;
}
.ftDesc p {  
	padding: 0;
	margin: 0;
}
.ftDesc img {  
	margin: 15px 150px 0 0;
}
/************************ NAVIGATION ************************/
/*************** Menus are style in hmenu.css ***************/
#navigation {
	width: 980px;
	height: 45px;
	position: relative;
	z-index: 1001;
	background:url(images/nav_bg_repeat_x.png) repeat-x;
}
#image_rotation {
	width: 980px;
	height: 284px;
	position:relative;
	overflow:hidden;
	z-index:1;
	left:0;
	top:-284px;
	z-index:1
}
#outer_column_wrapper{
	background:url(images/mid_content_repeat_x.png) repeat-x #fff;
	padding:20px;

}
#inner_column_wrapper{
	width:900px;
	margin:0 auto;
	background:url(images/column_body_bg_repeat_y.png) repeat-y;
}
#column_header{
	background:url(images/column_header.png) no-repeat;
	width:885px;
	padding: 0 7px 0 8px;
	height:60px;
	float:left;
	display:block;
}
.column_title{
	float:left;
	width:229px;
	padding:17px 30px;
	color:#fff;
	font-size:20px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#column_body{
	background:url(images/column_body.png) no-repeat;
	width:885px;
	padding: 0 7px 0 8px;
	height:auto;
	z-index:5;
	float:left;
}
.column{
	width:229px;
	z-index:4;
	float:left;
	min-height:200px;
	padding:15px 30px 10px;
	color: #958163;
}
.column b, .column strong{
	color: #955923;
}
.column ol {
	margin: 0 0 0 17px;
	padding: 0;
}
.column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column li{
	margin: 0;
	padding: 0 0 15px 0;
}
.column p {
	margin: 0;
	padding: 0 0 15px 0;
}
.column_center{
	margin:0 9px;
}
#column_footer{
	background:url(images/column_footer.png) no-repeat;
	width:900px;
	height:27px;
	float:left;
}

/************************ CONTENT ************************/
#content {
	width: 930px;
	background: #f3f5f5 url(images/content_bg.gif) top left repeat-x;
	margin: 0;
	float: left;
	padding: 0 10px 30px 10px;
}
#content_footer{
	background:url(images/wrapper_footer_bg_no_repeat.jpg) no-repeat;
	width:1010px;
	height:26px;
	margin:0 auto 10px;
}

/************************ Home Page ************************/
#conent_wrapper{
	background:url(images/main_content_bg_repeat_x.png) repeat-x;
	width:960px;
	margin:0 auto;
}            
#frontCont {
	width: 930px;
	padding: 21px 0 23px 0;
	margin:0 auto;
	font-size: 14px;
}
#fcWrapper {
	width: 930px;
	background: url(images/fcWrap_bg.gif) top center repeat-y;
}
#left {
	width: 270px;
	padding: 0 30px;
	float: left;
	min-height: 310px;
}
#right{
	float:right;
	width:550px;
	padding: 0 20px;
	min-height: 310px;

}
h2.fcHead {
	color: #000;
	font-size: 140%;
	text-transform: uppercase;
	margin: 17px 0 23px 0;
	padding: 0;
	font-weight: normal;
}
.fcDesc {
	line-height: 1.3;
	padding: 0;
}
.fcDesc_left h3 {
	font-weight: normal; 
	text-transform: uppercase;
	letter-spacing:-1px;
	color:#3f3a36;
}
.fcDesc_right h2{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	text-transform:uppercase;
	color:#57bae5;
	margin:0;
}
.fcDesc_right h3{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#9d938e;
	font-size:20px;
	margin:0;
}
.fcDesc blockquote{
	margin-top:0;
}

.fcDesc p {
	padding: 0;
	margin: 0 0 20px 0;
}  
a.more, a.more:visited, a.more:active {
	color: #d73800;
	text-decoration: underline;
	font-weight:bold;
}
a.more:hover, a.more:focus {
	text-decoration: none;
}
.fcDesc ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fcDesc li.rssli {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.fcDesc li.rssli strong a, .fcDesc li.rssli strong a:visited, .fcDesc li.rssli strong a:active {
	text-decoration: none;
	display: inline;
	text-align: left;
	color: #d73800;
}
.fcDesc li.rssli strong a:hover, .fcDesc li.rssli strong a:focus {
	text-decoration: underline;
}
.fcDesc li.rssli a, .fcDesc li.rssli a:visited, .fcDesc li.rssli a:active {
	display: block;
	text-align: right;
	color: #d73800;
	text-decoration: underline;
	font-weight:bold;
	padding: 5px 0;
}
.fcDesc li.rssli a:hover, .fcDesc li.rssli a:focus {
	text-decoration: none;

}

/************************ Articles ************************/
#artCont {
	width: 870px;
	padding: 6px 30px 23px 30px;
	min-height: 310px;
	margin:0 auto;
}
#breadcrumbs {
	width: 870px;
	height: 12px;
	line-height: 12px;
	padding: 7px 30px;
	font-size: 10px;
	text-transform: lowercase;
	color: #a7a399;
	text-align: right;
	margin:0 auto;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	text-decoration: none;
	color: #a7a399;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
	text-decoration: none;
	color: #d73800;
}
h2.artHead {
	color:#57BAE5;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 20px 0;
	text-transform:uppercase;
	font-size: 24px;
}
.artDesc, .searchDesc {
	line-height: 1.3;
	padding: 0;
}
.artDesc p, .searchDesc p {
	padding: 0;
	margin: 0 0 20px 0;
}                     
.artDesc img {
	border: 1px solid #cacacb;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
}

/************** Summary Pages **************/
blockquote.summaryPageTitle {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	font-size: 110%
}
blockquote.summaryPageDescription {
	margin: 0 0 20px;
	padding: 0;
}

/************************ FOOTER ************************/

.clear {
	clear: both;
}
#footer {	
	border-top:thin #a7a399 solid;
	width: 870px;
	min-height: 13px;
	font-size: 11px;
	color: #a7a399;
	padding: 30px;
	margin:0 auto;
}
.ft_col_1 {
	width: 435px;
	float: left;
}
.ft_col_2 {
	width: 435px;
	float: right;
	text-align: right;
}

