html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin: 0px;
	font-family: Verdana, Arial;
	background: #FFF url(images/leftTileY.gif) repeat-y;
}
/*
body {
  font-size: 100%;
}
p {
  font-size: 1em;
}
*/

#outer_contain {	
	min-width: 766px;
}
* html #outer_contain {
	width:expression(document.body.clientWidth < (767) ? "766px" : "100%" );
}
a {
	color: #0033CC;
}
a:hover {
	color: #339900;
}
a.active {
	color: #339900;
}
a.pdf, a.doc, a.xls, a.ppt, a.link, a.html, a.img {
	background: transparent url(images/pdf_icon.gif) no-repeat; 
	padding: 0px 0px 0px 18px;
	line-height: 150%;
}
a.doc {
	background-image: url(images/doc_icon.gif);
}
a.html {
	background-image: url(images/link_icon.gif);
	background-position: 2px 2px;
}
a.link {
	padding: 0px;
	padding-left: 18px;
	background-image: url(images/link_icon.gif);
}
a.xls {
	background-image: url(images/xls_icon.gif);
}
a.ppt {
	background-image: url(images/ppt_icon.gif);
}
a.img {
	background-image: url(images/img_icon.gif);
}
a.ts, a.ts:hover {
  font-weight: bold;
	text-decoration: none;
	/*cursor: default;*/
  color: black;
}
.dottedRule {
	margin: 6px 0px;
	height: 10px;
	background: transparent url(images/dottedRule.gif) repeat-x bottom;	
}
.rule {
	text-align: center;
	margin: 6px 0px;
	background: transparent url(images/ruleLine.gif) repeat-x;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.indent20 {
	padding-left: 20px;
}
h1 {
	margin: 0px;
	padding: 0px; 
	height: 58px;
	font-size: 1.1em;
	float: right;
}
#breadcrumb {
	font-size: .8em;
	margin-bottom: 15px;
}
#menu {
	border-bottom: 2px solid #7AADD8; 
	background: transparent url(images/menuTopTileX.gif) repeat-x;
}
#tmenu tr td {
	height: 34px;
	vertical-align: middle;
	text-align: center;
	padding: 0px 20px;
	border-right: 1px solid #FFF;
}
#menu a {
	color: #000;
	font-size: .7em;
	line-height: 1.1em;
	text-decoration: none;
}
#menu a:hover {
	color: #8EBADE;
}
#menu a.active {
	color: #8EBADE;
}	
#mid {	
	height: 58px;
}
#main {
	clear: both;
	float: left;
}
#leftCol {
	float: left;
	width: 166px;
}
#leftCol p {
	font-size: .7em;
	padding-left: 7px;
}
#leftCol ul {
	width: 166px;
	font-size: .7em;
	margin: 123px 0px 10px 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	border-top: 1px solid #7aadd8;
	border-bottom: 4px solid #7aadd8;
}
#leftCol ul li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #7aadd8;
}
#leftCol ul li a {
	padding: 2px 0 2px 7px;
	min-height: 18px;
	line-height: 17px;
	display: block;
	color: #000;
	text-decoration: none;
	background: transparent url(images/leftTileX.gif) repeat-x;
}
* html #leftCol ul li a {
	height: 17px;	
}
#leftCol ul li a:hover, #leftCol ul li a.active {
	color: #9f8b07;
	background: #FFF;
}
#rightCol {
	margin-left: 166px;
}
* html #rightCol {	
	height: 1%;
	float: left;
	margin-left: 0px;
}
#content {
	background: transparent url(images/topLeftCornerSub.gif) no-repeat 0px 42px;
	padding: 7px 20px 5px 38px;
	font-size: .8em;
	line-height: 1.3em;
}
#content .article {
	padding-bottom: 10px;
	margin-top: 10px;
}
#content .bottom {
	background: transparent url(images/dottedRule.gif) repeat-x bottom;	
}
#content .article .title {
	padding-bottom: 6px;
	margin: 0px;
}
#content .article .desc {
	padding-left: 12px;
	margin: 0px;
}
#content h2, #content h3, #content h4{
	color: #000;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 1em;
}
#content h4{
	font-weight:normal;
	font-style:italic;
}
#content h2 {
	font-size: 1.1em;
	color: #9F8B07;
}
#search {
	float: right;
	font-family: Arial, Helvetica, Verdana;
	margin: 10px 0px 0px 5px;
	display: inline-block;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	background: transparent url(images/rightBoxTop.gif) no-repeat bottom right;
}
#search label, #search a {
	position: relative;
	top: -1px;
	font-size: .7em;
}
* html #search label {
	top: -3px;
}
#search input {
	width: 140px;
}
#search .submit {
	margin-left: 3px;
	margin-right: 3px;
	width: 21px;
	height: 21px;
	border: 0px;
	background: #FFF url(images/btnArrow.gif) no-repeat; 
}
#rightBox {
	background: white;
	float: right;
	clear: right;
	padding-left: 20px;
}
#rightBox .box {
	background: #FEFDDF url(images/rightBoxCorner.gif) no-repeat bottom left;
	font-size: .8em;
	width: 166px;
	padding: 5px 0px;
	margin-bottom: 3px;
}
#rightBox .box2 {
	background: #dcecfb url(images/rightBoxCornerBlue.gif) no-repeat bottom left;
	font-size: .8em;
	width: 166px;
	padding: 5px 0px;
	margin-bottom: 3px;
}
#rightBox .box p, #rightBox .box2 p {
	padding: 5px 5px 5px 5px;
	margin: 0px;
}
#rightBox .box p.center, #rightBox .box2 p.center {
	text-align: center;
}
#footer {
	clear: right;
	color: #666;
	padding-top: 20px;
	text-align: center;
}
/* Dropdown Menus */

.dropdown {
	z-index: 1000;
	display : none;
	margin : 0px;
	padding : 0px;
	position : absolute;
}
.dropdown ul {
	width : 175px;
	position : absolute;
	margin : 0px;
	padding : 0px;
	list-style-type : none;
	border : solid 2px #7AADD8;
	background : #FFF;
}
.dropdown ul li {
	width : 100%;
	margin : 0px;
	padding : 0px;
	border-bottom : solid 1px #FFF;
}
* html .dropdown ul li {
	border-bottom : none;
}
.dropdown ul li.last {
	border-bottom : none;
}
* html .dropdown ul li.last {
	margin-bottom: -1px;
}
.dropdown ul li a {
	width : 160px;
	color : #000;
	margin : 0px;
	display : block;
	min-height : 13px;
	padding : 4px 5px 4px 10px;
	font-size : .7em;
	text-decoration : none;
	background : #BDDAF2;
}
* html .dropdown ul li a {
	height : 13px;
}
.dropdown ul li a:hover {
	color : #FFF;
	background : #7AADD8;
}
#content .result {
  margin-bottom: 1.5em;
  list-style-type: none;
  margin-left: 0em;
}
#content .result .header {
  padding: 5px 10px;
  background: transparent url(images/metaSearchBar.gif) repeat-y center top;
  border: 1px solid #d6d9aa;
  border-width: 1px 0px;
  margin-bottom: 0.5em;
}
#content .result h3, #content .result h4 {
  display: inline;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
}
#content .result .meta {
  margin-left: 1em;
}
.stateList {
	margin-left:410px;
	font-weight: bold;
}
.stateList dd {
	margin: 10px 0px 4px 0px;
}
.stateList dt {
	margin: 0px 10px;
}
.faqList {
	font-weight: bold;
}
.faqList dt {
	margin: 5px 0px;
}
#stateBox {
	width: 142px;
	float: right;
}
#stateBox .trappings {
	background: transparent url(/images/state_profiles/stateBackground.gif) no-repeat bottom;
}
#stateBox .trappings p {
	padding: 10px;
	margin: 0px;
}
.form {
	width: 345px;
}
.form fieldset {
	border: none;
}
.form label {
	padding-top: 3px;
	float: left;
	clear: left;
	width: 90px;
	line-height: 1.2em;
	text-align: right;
}
.form input, .form select {
	float: left;
	margin-left: 5px;
	margin-bottom: 4px;
}
.form textarea {
	width: 230px;
	height: 90px;
	margin-left: 5px;
	margin-bottom: 4px;
	float: left;
}
.form .submit {
	clear: left;
	float: right;
	margin-top: 5px;
	margin-right: 35px;
}
.form p {
	float: left;
	clear: both;
}
.form .red {
	margin-left: 1px;
	color: red;
	float: left;
}
#gallery img {
	padding: 4px;
	margin: 3px;
	border: 1px solid #999;
}
#content div.newsItem h3, #content div.newsItem h4 {
  margin-bottom: 0.5em;
	font-weight: bold;
	font-style: normal;
}
#content div.newsItem p.summary {
  margin: 0px;
	margin-bottom: 0.5em;
}
a.access {
  display: none;
}
.accessible {
    visibility:hidden;
}
.hideAccessible {
  display:none;
}
.si {
  /*position:relative;*/
  margin-left:20px;
  margin-bottom:3px;
  text-transform: uppercase;
  text-decoration: none;
}
.si b {
  text-decoration: underline;
}
#utilities {
  font-family: Arial, Helvetica, Verdana;
  float: right;
  font-size: 0.7em;
  list-style-type: none;
	margin: 2px 0px -10px 0px;
  padding-right: 5px;
  padding-bottom: 6px;
  background: transparent url("images/utilities/utility-bottom-border.gif") no-repeat right bottom;
}
#utilities li {
  display: inline;
  padding-right: 6px;
	padding-left: 6px;
	/*background: transparent url(images/utility_link_seperator.gif) no-repeat right bottom;*/
}
* html #utilities li {
  padding-left: 6px;
}
#utilities li a {
  margin: 0px;
	padding: 0px;
  text-decoration: none;
  color: black;
}
#utilities li a img {
  position: relative;
  top: 3px;
  left: 2px;
}
#utilities .last {
  background-image: none;
	padding-right: 0px;
}
.error {
  color: red;
}
form.newsletter {
  line-height: 2em;
}
* html form.newsletter {
  line-height: 1.75em;
}
form.newsletter label {
  float: left;
  width: 10em;
}
* html form.newsletter label {
  clear: left;
}
.nofloat, .nofloat * {
  display: inline;
}
#sendTo {
  position: absolute;
	padding: 0px;
	width: 580px;
	margin: 20px 0px 0px 20px;
}
#sendTo .shadow {
  background-color: black;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#sendTo .white {
	position: relative;
	top: -5px;
	left: -5px;
	margin: 0px;
  background-color: white;
	border: 1px solid black;
	padding: 20px;
}
@media screen {
  .aural {
	  display: none;
	}
}
@media aural {
  a.access {
    display: block;
  }
  .accessible {
    visibility:visible;
  }
  .hideAccessible {
    display:inline;
  }
}
@media print {
  #dropMenus, #menu, #leftCol, #search, #utilities, #mainLogo, #footerLinks, #rightBox, #breadcrumb {
    display: none;
  }
  body, #content {
    background-image: none;
  }
  #rightCol {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  #outer_contain {	
	  min-width: 100%;
  }
  * html #outer_contain {
    min-width: auto;
  }
}
