/* CSS Document */

/************************ STRUCTURE & STYLES ************************/
body {
	background: #bfd8e6 url(images/bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .80em;
	color: #808383;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 6px 0;
}
h1 {
  	font-size: 130%;
}
h2 {
 	 font-size: 120%;
}
h3 {
  	font-size: 110%;
}
h4 {
  	font-size: 100%;
}
a img {
  	border: none;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #f41b70;
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f41b70;
}
#container {
	width: 950px;
	margin-left:auto;
	margin-right: auto; 
}
#wrapper {
	width: 950px;
}
/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/************************ HEADER ************************/
#header {
	width: 939px;
	height: 370px;
	padding: 0 10px 0 1px;
}
/************** Logo **************/
#logo {
	height: 132px;
	width: 373px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1002;
	padding: 0 8px 9px 9px;
}
#logo h1 {
	height: 132px;
	width: 373px;
	background: url(images/logo.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	height: 132px;
	width: 373px;
}
#logo span {
	display:none;
} 
/************** End Logo **************/

/************************ NAVIGATION ************************/
/*************** Menus are style in hmenu.css ***************/
#navigation {
	width: 720px;
	height: 95px;
	position: relative;
	z-index: 1001;
}

/************************ FEATURE ************************/
/* Images uploaded to /uploads/images/feature_images (uploaded
   inside of Smart ISD CMS Image Manager */
#feature {
	width: 930px;
	height: 275px;
	background: url(images/feature_bg.jpg) top left no-repeat;
	overflow: hidden;
	position: relative;
	left: 9px;
	z-index: 1000;
}
#ftText {
	width: 373px;
	height: 132px;
	overflow: hidden;
	float: left;
	margin: 68px 0 0 98px;
}
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;
}
/************************ CONTENT ************************/
#content {
	width: 930px;
	background: #f3f5f5 url(images/content_bg.gif) top left repeat-x;
	margin: 0;
	float: left;
	padding: 0 10px 30px 10px;
}

/************************ Home Page ************************/
#midCont {
	width: 930px;
	padding: 28px 0 19px 0;
	background: #1c2122 url(images/midCont_bg.gif) top left repeat-x;
	color: #b0b8b9;
}
#mcWrapper {
	width: 930px;
	background: url(images/mcWrap_bg.gif) top center repeat-y;
}
.mid_col {
	width: 250px;
	padding: 0 30px;
	float: left;
	min-height: 128px;
}
h2.mcHead {
	color: #f3f5f5;
	font-size: 140%;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0 0 3px 50px;
	font-weight: normal;
}
h2#mc1 {
	background: url(images/bubbles.gif) top left no-repeat;
}
h2#mc2 {
	background: url(images/arrows.gif) top left no-repeat;
}
h2#mc3 {
	background: url(images/ribbon.gif) top left no-repeat;
}
.mcDesc {
	line-height: 1.3;
	padding: 0 5px;
}
.mcDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}            
#frontCont {
	width: 930px;
	padding: 21px 0 23px 0;
	background: #f3f5f5;
}
#fcWrapper {
	width: 930px;
	background: url(images/fcWrap_bg.gif) top center repeat-y;
}
.fr_col {
	width: 250px;
	padding: 0 30px;
	float: left;
	min-height: 310px;
}
h2.fcHead {
	color: #0ea0e5;
	font-size: 140%;
	text-transform: uppercase;
	margin: 17px 0 23px 0;
	padding: 0;
	font-weight: normal;
}
.fcDesc {
	line-height: 1.3;
	padding: 0;
	font-size: 90%;
}
.fcDesc p {
	padding: 0;
	margin: 0 0 20px 0;
}  
a.more, a.more:visited, a.more:active {
	color: #0ea0e5;
	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: #f41b70;
}
.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: #0ea0e5;
	text-decoration: underline;
	font-weight:bold;
	padding: 5px 0;
}
.fcDesc li.rssli a:hover, .fcDesc li.rssli a:focus {
	text-decoration: none;

}

/************************ Articles ************************/
#artBar {
	width: 930px;
	height: 11px;
	background: #000000;
}
#artCont {
	width: 870px;
	padding: 6px 30px 23px 30px;
	background: #f3f5f5;
	min-height: 310px;
}
#breadcrumbs {
	width: 870px;
	height: 12px;
	line-height: 12px;
	padding: 7px 30px;
	background: #f3f5f5;
	font-size: 10px;
	text-transform: lowercase;
	color: #6e8997;
	text-align: right;
}
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	text-decoration: none;
	color: #6e8997;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
	text-decoration: none;
	color: #f41b70;
}
h2.artHead {
	color: #0ea0e5;
	font-size: 140%;
	text-transform: uppercase;
	margin: 0px 0 23px 0;
	padding: 0;
	font-weight: normal;
}
.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;
}
#subscribe_calendar{
}

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

.clear {
	clear: both;
}
#footer {	
	background: #e0e6e9;
	width: 870px;
	min-height: 13px;
	font-size: 80%;
	color: #6e8997;
	padding: 30px;
}
.ft_col_1 {
	width: 435px;
	float: left;
}
.ft_col_2 {
	width: 435px;
	float: right;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #0ea0e5;
	outline: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #0ea0e5;
}

