/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	/*background-color:#848484;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat;*/
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:10pt;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	font-family: Arial, Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(242,98,38);
	margin-top:1em;
	margin-bottom:0.2em;
	/*margin-bottom: 1em 0;	
	border-bottom: dotted 1px blue;*/
}
h2 {
	margin-top:1em;
	font-weight: bold;
	color: rgb(242,98,38);
	font-size:1.2em;
}
h3 {
	margin: 0.5em 0;
	margin-top:1em;
	font-weight: bold;
	color: rgb(242,98,38);
	font-size:0.9em;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  
{
	margin-bottom: 0.5em;
}

a 
{
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

#wrapper{
	width:760px;
	margin:0 auto;
	padding-bottom:3px;
	border:0px;	
	text-align:left;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	/*wid\th: 770px;*/
}
#header{
	height:55px; 
	position:relative;
}
#logo{
	position:absolute;
	top:11px;
	left:14px;
}
#banner{
	margin:0 152px;
	text-align:center;
}
#search{
	position:absolute;
	top:13px;
	right:14px;
	height: 100%;
	vertical-align:middle;
	text-align:right;
	color: #9e9fa1;	
}

#searchSlogan
{
	padding: 10px 0px 0px 0px;
	font-size: 1.7em;
}

#searchLocation
{
	padding: 0px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: 600;
}


/*** Menu ***/

#mainnav {
	padding: 3px 0px 4px 14px;
	border:1px solid #a5b5be;	
	background-color:#F2F2F2;
	height: 17px;
	font-size:11px;
	font-weight: bold;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding: 2px 17px 0px 0px; 
	color:rgb(242,98,38); 
}

* html #mainnav .item 
{
	padding: 0 15px 0px 0px;
}

#mainnav .selected 
{
	color:#ff9900; 
}
#mainnav .hover 
{
	color:#ff9900;
}

#mainnav table 
{
	border: none;
	margin: 0;
	padding: 0;
}

#mainnav table table 
{

	border: none;
	margin: 0;
	padding: 0;
}

/*** Old Menu Ends ***/

/*** Site Map ***/
/*#siteMap td, #siteMap table
{
	padding: 0;
	margin: 0;
}*/

#imageMain
{
	border: solid 1px #aab9c2;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px; 
}

/*** Blue Ad ***/

#blueAd
{
	border: solid 1px #aab9c2;
	margin-top: 3px;
	width: 760px;
	height: 165px;
	color: #FFFFFF;
	font-size: 11px;
	
	background-image: url(Images/newimage.jpg);
	background-repeat:no-repeat;
}

#blueAd td
{
	width: 25%;
	vertical-align: top;
	text-align:left;
}

#blueAd td h1
{
	font-family: Arial;
	
	margin-top: 103px;

	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #FFFFFF;
	text-align:right;
}

#blueAd td h2 {
	font-family: Arial;
	margin-top: 103px;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	color: #FFFFFF;
	margin-left: 5px;
}

#blueAd td a
{
	color: #FFFFFF;
}

#blueAd td div
{
	margin-left: 5px;
}

/*** Special Top Page Layout ***/

#topContentwrapper{
	
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: -25px;    /*** Critical left col dimension value ***/
	width: 760px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
	border-left: none;
	margin-top: 10px;
}

* html #topContentwrapper {  /*** IE5.x/win box model fix ***/
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/*wid\th: 758px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#topFloatwrapper {
	float: left;
	width: 758px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#topCentercolumn{
	float: right;
	width: 100%;  /*** Critical left and right col/divider dimension value (moves inversly) ***/
		
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:0px;
}

/*** Special Sub Page Layout ***/

#contentwrapper{
	
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 180px;    /*** Critical left col dimension value ***/
	width: 578px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
	border-left: dotted 1px #a5b5be;
	margin-top: 10px;
	margin-bottom:10px;
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 580px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/*wid\th: 568px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	width: 100%;  /*** Critical left and right col/divider dimension value (moves inversly) ***/
		
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:0px;
}

/*** Special Main Page Layout ***/

#contentwrapperMain
{
	margin-top: 0px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 0px;    /*** Critical left col dimension value ***/
	margin-bottom: 5px;
	width: 760px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

* html #contentwrapperMain {  /*** IE5.x/win box model fix ***/
	width: 760px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/*wid\th: 762px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapperMain {
	float: left;
	width: 760;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumnMain{
	float: right;
	width: 100%;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top: 1px;
}

/* Special Main Page Layout Ends */

#breadcrumbs{
	position:absolute;
	top:0px;
	right:0px;
	
	clear:both;
	color: #898a8c;
	font-size:0.9em;
	
	vertical-align: top;
}
#breadcrumbs a {
	color:#898a8c;
	text-decoration:none;
}

#breadcrumbs a:hover {text-decoration:underline;}

#copy a
{
	color: rgb(242,98,38);
}

#copy .container {
	margin: 0px 5px 5px 5px;
	padding:0 20px 15px 20px;
	background-color:#FFFFFF;
}

/* \*/
* html #copy .container {height:1%;}
/* */

#copy img
{
	border: solid 1px #aab9c2;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px; 
}

#rightcolumn img {border:none !important;}

#copy ul
{
	margin-top: 5px;
	margin-bottom: 1.5em;
}

#copy li
{
	margin: 0px 0px 5px 30px;
	list-style-type:square;
}

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:12pt; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:0.9em;}

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

#copy legend {color:#666666;}

* html #copy legend {
	padding:0.5em;
	background-color:#FFFFFF;
}
.button {
    border:1px solid #aab9c2;
    color:#FFFFFF;
    background-color:rgb(242,98,38);
    font-size:1.2em;
}

#leftcol
{
	border-right: dotted 1px #a5b5be;
}

#copy .container .button {border-color:#CCCCCC; }

#copyMargin
{
	padding-left: 25px;
	padding-right: 25px;
}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 182px;    /*** Critical left col/divider dimension value ***/
	margin-left: -181px;    /*** Critical left col/divider dimension value ***/
	padding-top:0px;
}
* html #leftcolumn {
	float:left;	
	padding-top:13px;
}

#leftColumn p
{
	padding: 0px 14px 0px 3px;
}

*>html #leftcolumn {width:181px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */

#leftcolcontainer{
	width: 180px;    /*** Critical left col dimension value ***/
}

#subnav {
	overflow:hidden;
	margin-bottom:40px;
	font-size:10px;
	font-weight: normal;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	border-top:1px solid #FFFFFF;
	color:#005395; 
	width: 181px;
}

* html #subnav .item 
{
	padding:0 14px;
}

#subnav .selected
{
	font-weight: bold;
	color:#ff9900;
}
#subnav .hover
{
	color: #ff9900;
}

#subnav table {border-bottom:none;}

#subnav table table 
{
	border-bottom:none;
}

h4 img {margin-bottom:-0.5em;}

#rightcolumn{
	float: left; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical right col/divider dimension value ***/
	margin-right: -150px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
	padding-top:30px;
}

/* \*/
* html #rightcolumn {
	margin-left: 0px; 
	margin-right: -500px; 
	/*mar\gin-right: -152px;*/
	padding-top:25px;
}
/* */

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -152px;    *** Critical right col/divider dimension value ***
}
*/

#rightcolcontainer{
	/* \*/
	width: 150px;
	/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
}

/* \*/
* html #rightcolcontainer {
	/*fl\oat: right;*/
	margin-left: 2px; 
	/*mar\gin-left: 0px; */
}
/* */

.sidebarcontainer{
	margin:5px;
	padding:6px;
	border:1px solid #FFFFFF;
	font-size:smaller;
}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {color:#005395;}

.sidebarcontainer li {list-style-type:none;}

#footer, #subFooter {
	clear:both;
	color: #898a8c;
	/*margin:1px 5px;*/
	padding: 2px 0px 2px 0px;
	border-top: dotted 1px #A5B5BE;
	background-color:#FFFFFF;
	font-size:0.9em;
	/*margin-top: 20px;*/
}
#footer
{	
	position:static;
	border-top:1px dashed #A5B5BE;
}
#subFooter
{
	margin-left: 25px;
	margin-top: 0px;
}
#footer a, #subFooter a
{
	color:#898a8c;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
}