/*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;
	width: 100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{
    text-decoration: underline;
}



/*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;
	width: 136px;
	height: 64px;
}
#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 21px;
}
#home #gnav li{
	padding: 0 28px;
}
#gnav ul li{
	padding: 0;
}
#gnav ul{
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 5;
	border-top: 4px solid #1d97c3;
	width: 140px;
	background-color: #EEEEEE;
}
#gnav li.corp{
    float: right
}
#gnav li.corp ul{
    right: 0;
    left: auto;
}
#gnav ul li{
	float: none;
	text-align: left;
	background-color: #EEEEEE;
	z-index: 6;
	padding: 0;
}

#gnav li.hover a, #gnav li.flag a, #gnav li li.hover a{
	color: #8ECBE1;
}
#gnav li.hover, #gnav li.flag {
	background: transparent url(i/arrow.gif) top center no-repeat;
}


#gnav li ul li, #home #gnav li li{
    padding: 5px 10px;
	line-height: 1.3em;
}
#gnav li ul li a, #gnav li.hover ul li a{
	color: #666666;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 11px;
}

#gnav li.hover ul li.hover {
	background-image: none;
}
#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;
	margin-bottom:20px;
}
#interior #contentarea{
	border-top: 7px solid black;
}
#interior.IE6  #contentarea{
	float: left;
}
#home #homeFlash{
	float: left;
	border-bottom: 8px solid #e8e8e8;
}
#home #homeFlash img{
	display: block;
}

#home #content{
	padding: 15px 20px 0 25px;
	color: #597786;
	font-size: 1.3em;
	line-height: 2em;
	float: left;
	width: 635px;
	background-color: #e9f4fa;
	border-top: 16px solid white;
}
#home #spotlights{
	clear: both;
	width: 270px;
	float: right;
}

#home #spotlights h2, #home #spotlights p{
	margin: 0 40px 1em 40px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#home #spotlights p a{
	color:#6F6754;
}

#home #spotlights h2{
	font-size: 1.5em;
	color: #595959;
	font-weight: normal;
}
#home #spotlights h3{
	margin: 2px 40px 0 40px;
	color: #1D97C3;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}
 #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 a{
    color:#595959;
    display:block;
    font-size:1.5em;
    line-height:1.1em;
    padding:12px 8px;
    margin: 0;
}
#local li li a{
	color: #597786;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
	padding: 7px 17px;
 }
#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;
	line-height: 1.3em;
 }
 #interior #spotlights h4{
	color: #597786;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
 }
 #interior #spotlights p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 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;
 }
 #home #content h1{
    font-size: 1.5em;
    color: #315160;
 }
#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;
 }
 
 #home #content p{
    font-size: 12px;
 }
 #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;
}
#home form{
    padding-top: 20px;
}
#home input[type=submit]{
    background: url(i/sub.gif) top left repeat-x;
    border-right: 1px solid #a5d6e7;
    border-bottom: 1px solid #a5d6e7;
    border-top: 0px solid #a5d6e7;
    border-left: 0px solid #a5d6e7;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}
#home input[type=text],#home input[type=password], #home .IE6 input{
    width: 190px;
    border-right: 1px solid #e6e6e8;
    border-bottom: 1px solid #e6e6e8;
    border-top: 1px solid #b9b9bb;
    border-left: 1px solid #b9b9bb;
    
}
div.grad{
    background: url(i/grad.gif) top center no-repeat;
    padding: 16px 0;
}
#home #admin{
    position: absolute;
    top: 130px;
    right: 0;
    color: white;
    font-size: 1.3em;
}
#home #admin a{
    color: white;
}
#interior #admin{
    color: #595959;
    font-size: 12px;
    padding: 0 20px;
}
#interior #admin a{
    color: #595959;
    font-size: 12px;
    margin: 0;
}
#interior label{
    display: inline-block;
    width: 100px;
}
#interior form p{
    margin: 0.5em 0;
}
#interior input[type=text],#interior input[type=password]{
    width: 190px;
    border-right: 1px solid #e6e6e8;
    border-bottom: 1px solid #e6e6e8;
    border-top: 1px solid #b9b9bb;
    border-left: 1px solid #b9b9bb;
}

th,td{
    padding: 3px 6px 3px 0;
}
th{
    color: #1D97C3;
	font-size:  1.2em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	text-transform: uppercase;
}
td{
	font-size: 1.2em;
	line-height: 1.3em;
}



