/* CSS Document */

body {font-family:  Verdana, Arial, Helvetica, sans-serif;font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers.*/
	color:#333333; background: #A6A6A6; margin: 0px; padding: 0px; line-height: 1.2; }
* html body {/*font-size: x-small; /* for IE5/Win f\ont-size: small; /* for other IE versions*/}
* html div.wrapper {width: 768px /* fallback value */;
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 978 ? "968px" : (((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 786 ? "768px" : "99.7%")); 
}
* html #topbar div {height: 22px;}
* html #botbar div {height: 16px;}
* html #sidebar div.gutter {height:550px;}
* html #alert{border-bottom:1px dashed #993333; border-top:1px dashed #993333; height: 3em;}
* html #noscript{border-top:1px dashed #990000; border-bottom:1px dashed #990000; height: 3em;}

form {margin:0px; padding:0px;}
.wrapper{max-width: 968px; min-width: 768px; margin:0 auto;/*clear:both;*/}
.gutter {padding:0 1em 1em 1em}

/* Font Sizes */
h1 {font-size: 2.0em;font-weight: normal;}
h2 {font-size: 1.6em;font-weight: normal;}
h3 {font-size: 1.4em;font-weight: normal;}
h4, #home dt {font-size: 1.2em;font-weight: bold;}
h5, dt {font-size: 1.0em;font-weight: bold;}
h6 {font-size: 0.8em;font-weight: bold;}
p, dd{font-size: 1em;}
#banner_L, #sidebar p, .submit, table, #top-search, #alert, #subpagenav, #updated, legend, fieldset, #content input, #content select{font-size: .9em;}
#footer, .small{font-size: .8em;}
/* end Font */

#skip {display:none;}
a{outline: none; /*removes dotted links*/}

#main-wrapper{float:left; width:100%; min-width:768px; background: #E6E6E6 url(../images/bg.gif);}

#top-main, #main {clear:both; float:left; width:100%; background:#FFFFFF url(../images/border_R.gif) right top repeat-y;}
#top-contain, #container {clear:both; float:left; width:100%; background: url(../images/border_L.gif) left top repeat-y;}
#main {margin-bottom: 10px;}

#topbar{clear:both; float:left; width:100%; margin-top: 10px; background:#FFFFFF url(../images/corner_TR.gif) no-repeat top right;}
#cornerTL{float:left; height:auto; min-height:26px; padding: 1px 45px 8px 45px; background:url(../images/corner_TL.gif) no-repeat top left;}

#botbar{clear:both; float:left; width:100%; background:#FFFFFF url(../images/corner_BR.gif) no-repeat bottom right;}
#cornerBL{float:left; height:auto; min-height:10px; padding: 1px 45px 16px 45px; background:url(../images/corner_BL.gif) no-repeat bottom left;}

#banner_L{float:left; width: 38%; height: 142px;}
#banner_R{float:right; width: 62%; height: 142px; background: url(../images/photo_group.jpg) bottom left no-repeat;}

#horizbar{clear:both; height: 38px; margin-left: 2px; margin-right: 9px; background-color: #5396d2; background: url(../images/navbar.gif) repeat-x;}
#bar_L{float:left; width: 25%; padding-left: 25px; margin: 8px 0 0 0;  color: #FFFFFF; font-weight:bold;}
#bar_R{float:right; padding-right: 25px; margin:8px 0 0 0; letter-spacing:.2em; color: #FFFFFF; font-weight: bold;}

#alert, #noscript {min-height:3em; margin:0px 9px 10px 2px; padding:1em 0em 1em 0em;}
#noscript p{margin:0px 5px 5px 5px;padding:0px;}
#alert p{margin:0px 5px 5px 150px;padding:0px;}

#alert {clear:both; background-color: #993333; color:#FFFFFF; border-bottom:1px dashed #FFFF00;border-top:1px dashed #FFFF00;}
#alert a{color:#FFFFFF;}
#alert a:hover{text-decoration:none;}
#alert h2 {float:left; margin:0px .5em 0px 5px; padding:0px .5em 5px 20px; background: url(../images/incomplete.gif) no-repeat  0px 3px;font-weight: normal; color:#FFFFFF;border-bottom:.1em solid #ffffff;border-right:.1em solid #ffffff;letter-spacing:.1em;}

#noscript {color:#990000;background-color:#FFFF99; border-top:1px dashed #990000; border-bottom:1px dashed #990000;}
#noscript h5{color:#990000;margin:0px .5em 0px 5px; padding:0px .5em 5px 20px; background: url(../images/incomplete.gif) no-repeat  0px 0px;}

#search {min-height:18px;}
#search {float:right;padding: 8px 16px 0px 0px;}
#top-search {float:left; width: 15em; padding:.1em; padding-top: 2px; color: #5f6e7c; border:none;border-top:1px solid #5AAD5A;border-left:1px solid #5AAD5A;border-bottom: 1px solid #339933;border-right: 1px solid #339933;}
#top-search:focus {/*not for IE*/color: #000;}
label.inside {clear:both; float: left; visibility: hidden;}
.submit{padding:.1em;margin:0 0 0 2px;background:#2D862D url(../images/btn_bg.gif) repeat-x;color:#FFFFFF;border:0;font-weight:bold;cursor:pointer;}

#bar_R a {color:#FFFFFF;text-decoration: none;}
#bar_R a:hover {text-decoration: underline;}

#content{float:left; width: 78%;}
#content div.gutter{padding:1em 1em 0 3em}

#sidebar{float:right; width: 21%; border-left:1px dashed #BBC3C9;}
#sidebar div.gutter{padding:0 1em 2em .5em; min-height:550px;}

#updated{float: right; color: #696969; margin-top: 8px}
#footer{clear: both; width: 100%; height: 18px; background: #4D4D4D; margin-top:1em; border-bottom: 1px solid #BBC3C9;}
#copy{float:left; width: 40%; margin: 0px; padding: 3px; color: #D9D9D9;}
#footernav {float: right; padding: 0 6px 0 0; list-style: none; margin:0px;}
#footernav li{float: left; padding: 3px; color: #D9D9D9;}
#footernav a{color: #D9D9D9; text-decoration:none;}
#footernav a:hover{color: #FFFFFF; border-bottom: 1px solid #D9D9D9;}

h1 {margin: 0;float: left; padding-left: 23px; /*padding-top:12px*/ padding-top:35px;}
h1 a {display: block;text-indent: -2000em;text-decoration: none;z-index: 1000; /* need for FX and IE */}
h1 a {width: 178px; height: 101px;background: url(../images/logo.gif) 0 0 no-repeat;}
h1 a:hover {cursor: pointer; /* IE7 */filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;}

.extpdflink {background:url(../images/link_extpdf.gif) right center no-repeat;padding-right:14px;}
.pdflink {background:url(../images/link_pdf.gif) right center no-repeat;padding-right:12px;}
.extlink{background:url(../images/link_ext.gif) right center no-repeat;padding-right:12px;}
.maillink{background:url(../images/link_mail.gif) right center no-repeat;padding-right:12px;}

