/*Reset CSS to even Playing Ground*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*Home Page Styles*/
body{
	font-size: 62.5%;
	color: #6F6754;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #818387;
	width: 100%;
}
body#home{
	background: #818387 url(i/background-home.gif) top left repeat-x;
}
body#interior{
	background: #818387 url(i/background-interior.gif) 0 39px repeat-x;
}
#container{
	width: auto;
	min-width: 950px;
}
#icontainer{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #818387 url(i/header-home.jpg) top left no-repeat;
	padding: 160px 0 0 0;
	position: relative;
}
#interior #icontainer{
	background: #818387 url(i/header-interior.jpg) top left no-repeat;
	padding: 114px 0 0 0;
}
.IE6 #logo{
	behavior: url(scripts/iepngfix.htc);
}
#home #logo{
	position: absolute;
	top: 35px;
	left: 90px;
}
#interior #logo{
	position: absolute;
	top: 25px;
	left: 70px;
}
#interior #photoset{
	position: absolute;
	top: 0px;
	left: 563px;
}
#navcontainer{
	border-bottom: 4px solid #1d97c3;
	position: relative;
	height: 37px;
	z-index: 2;
}
#interior #navcontainer{
	text-align: center;
	background-color: black;
}
#gnav{
	position: relative;
	height: 37px;
	margin: 0 auto;
	width: 950px;
	background-color: black;
	-moz-border-radius-topleft: 14px;
	-webkit-border-top-left-radius: 14px;
	z-index: 3;
}
#home.IE #gnav{
	background: black url(i/gnav-corner-l.gif) top left no-repeat;
}
#navcontainer a{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#gnav li{
	background-color: transparent;
	display: block;
	float: left;
	line-height: 37px;
	text-align: center;
	color: white;
	position: relative;
	z-index: 4;
	padding: 0 30px;
}
#home #gnav li{
	padding: 0 35px;
}
#home #gnav ul li{
	padding: 0;
}
#gnav ul{
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 5;
	border-top: 4px solid #1d97c3;
	width: 180px;
	background-color: black;
}
#gnav ul li{
	float: none;
	border-bottom: 1px solid #3d3c3c;
	text-align: left;
	background-color: black;
	z-index: 6;
	padding: 0;
}

#gnav li.hover a, #gnav li.flag a{
	color: #8ECBE1;
}
#gnav li.hover, #gnav li.flag {
	background: transparent url(i/arrow.gif) top center no-repeat;
}

#gnav li.hover ul li a{
	color: white;
	margin: 0 10px;
}

#gnav li.hover ul li.hover {
	background-image: none;
	background-color: black;
}
#gnav li.hover ul li.hover a{
	color: #8Ecbe1;
}
#gnav li.hover ul{
	display: block;
}

#home  #syslog {
	position: absolute;
	top: -35px;
	right: 0;
	background: transparent;
	float: none;
	width: 158px;
	line-height: 36px;
	text-align: center;
}
#home  #syslog .background{
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	background: #646464;
	opacity: .5;
	-ms-filter: "alpha(Opacity=50)";
	filter: alpha(opacity=50);
	height: 35px;
	width: 100%;

}
#home.IE #syslog .background{
	background: #646464 url(i/gnav-corner-r.gif) top right no-repeat;
}

#home  #syslog.hover a{
	background: transparent url(i/arrow.gif) top center no-repeat !important;
}
#home  #syslog a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	font-weight: normal;
	color: white;
	background: transparent url(i/arrow-syslog.gif) top center no-repeat;
}


#contentarea{
	background-color: white;
	padding-top: 10px;
	margin-bottom:20px;
}
#interior #contentarea{
	border-top: 7px solid black;
}
#interior.IE6  #contentarea{
	float: left;
}
#home #homeFlash{
	float: left;
}
#home #homeFlash img{
	display: block;
}

#home #content{
	padding: 15px 20px 0 25px;
	color: #597786;
	font-size: 1.3em;
	line-height: 2em;
	float: left;
	width: 225px;
}
#home #spotlights{
	clear: both;
	border-top: 7px solid #e9e9e9;
	background: white url(i/stripes.gif) top left repeat-x;
	height: 250px;
	width: 100%;
}
#home.IE6 #spotlights{
	float: left;
	width: 100%;
}
#home #spotlights div{
	width: 233px;
	padding: 0 0 0 6px;
	float: left;
	height: 250px;
	float: left;
	background: transparent url(i/separator.gif) top left no-repeat;
}
#home #spotlights div:first-child, #home #spotlights div.first-child{
	background-image: none;
	padding: 0 0 0 0;
}
#home #spotlights h2, #home #spotlights p{
	margin: 1em 25px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#home #spotlights p a{
	color:#6F6754;
}

#home #spotlights h2{
	margin-top: 30px;
	font-size: 1.5em;
	color: #595959;
	font-weight: normal;
}
#home #spotlights h3{
	margin: 2px 1em 0 25px;
	color: #1D97C3;
	font-size: 1.2em;
	float: left;
}
#home.IE6 #spotlights h3{
	margin: 2px 0.5em 0 12px;
}
 #home #spotlights q{
	font-size: 1.1em;
	color: #597786;
 }
 #home #spotlights cite{
	font-style: italic;
 }
#local{
	width: 250px;
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
 }
#local ul{
	margin: 0 20px;
}
#local ul  ul{
	margin: 0;
}
#local ul  ul ul{
	padding-bottom: 5px;
}
#local li{
	background-color: #eaeaea;
	border-top: 3px solid white;
 }
#local li li{
	background-color: #f7f7f7;
 }
#local li li li{
	border-width: 0;
	padding-left: 15px;
 }
#local a{
	margin: 0 8px;
	color: #595959;
	font-size: 1.5em;
	line-height:40px; 
 }
 #local ul ul a{
	margin: 0 17px;
 }
#local li li a{
	color: #597786;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
 }
#local li li li a{
	color: #597786;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
	line-height:1.5em;
 }
#local a.hover,#local ul li ul a.flag {
	color: #1d97c3;
 }
 #interior #content{
	margin-top: 20px;
	margin-bottom: 30px;
	width: 430px;
	float: left;
 }
 #interior #spotlights{
	width: 190px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	padding: 0 20px 0 60px;
	background: white url(i/separator.gif) 30px 0 no-repeat;
	height: auto !important;
	height: 250px;
	min-height: 250px;
 }
 #interior #spotlights h3{
	color: #595959;
	font-size: 1.5em;
	margin-bottom: 1.9em;
	font-weight: normal;
 }
 #interior #spotlights h4{
	color: #597786;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	margin-right: 7px;
	float: left;
 }
 #interior #spotlights p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1em 0;
}
 #interior #spotlights p a{
	color:#6F6754;
}
 .onlyIE6{
	display: none;
 }
 .IE6 .onlyIE6{
	display: block;
 }
 #footer{
	background: #6F6754 url(i/footer.gif) top left repeat-x;
	clear: both;
	height: 45px;
	position: relative;
 }
 #footer .right,  #footer .left {
	width: 24px;
	height: 45px;
	position: absolute;
	top: 0;
	background: #6F6754 url(i/footer-corners.png) top left no-repeat;
}
 #footer .right{
	right: 0;
	background-position: top right;
 }
 #footer .left{
	background-position:top left;
	left: 0;
 }
 #footer p{
	line-height: 45px;
	font-size: 1.1em;
	color: #597786;
	margin: 0 50px;
 }

 #footer p a{
	color: #597786;
 }
 
 a{
	color: #1D97C3;
	text-decoration: none;
 }
#content h1:first-child, #content h1.first-child{
	margin-top: 0;
}
#content h1{
	color: #1D97C3;
	font-size: 2em;
	font-weight: normal;
	margin: 1em 0;
	line-height:1.5em;
 }
#content h2{
	float: left;
	color: #1D97C3;
	font-size:  1.2em;
	font-family: Verdana, Geneva, sans-serif;
	margin: 1px 7px 0 0;
	line-height: 1.3em;
	text-transform: uppercase;
 }
 #content p{
	font-size: 1.2em;
	margin: 1em 0;
	line-height: 1.5em;
 }
 #content p.intro{
	font-size: 1.4em;
	margin: 1em 0;
	color: #597786;
 }
 #content ul,  #content ol{
	clear: left;
	margin: 12px 0;
	color: #597786;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	padding-left: 20px;
 }
 #content ul.paragraphs{
	font-weight: normal;
	color: #6F6754;
	font-size: 13px;
 }
 #content ul.paragraphs li{
	margin: 1em 0;
 }
 #content ul{
	list-style: url(i/bullet.gif);
	padding-left: 16px;
 }

 #content ol{
	list-style: decimal;
 }
 #content ol ol{
	font-weight: normal;
	list-style: lower-alpha;
 } 
 #content ul ul{
	font-weight: normal;
	list-style: url(i/bullet2.gif);
 }
#content ul ol,#content ol ul,#content ul ul,#content ol ol{
	margin: 0;
}

#content blockquote cite{
	font-style: italic;
	display: block;
	margin-bottom: 1em;
}