﻿/* 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:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
}
#wrapper{
	width:770px;
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid #000000;	
	text-align:left;
	background-color:#E0EEE0;
	/*background-image:url(Images/main_bg.png);
	background-repeat:repeat-y;
	background-position:top center;*/
}
	* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	width: 770px;
}
#header{
	height:121px; 
	position:relative;
	background-color:#FFFFFF;
	border:solid 0px #000000;
	/*background-image:url(Images/header_bg.png);*/
	/*background-repeat:repeat-x;*/
	/*background-color:#F2F2F2;*/
}
#logo{
	position:absolute;
	top:11px;
	left:11px;
}
#banner
{
    float: right;
    padding-right: 5px;
}
#topmenu 
{
	padding: 0 0 0 191px;
	border-top:1px solid #376575;
	background-color:#1E7D53;
}

* html #topmenu tr {height:1.4em;}

#topmenu .item 
{
	padding:2px 8px 2px 8px;
	border-width:1px 1px 1px 1px; 
	border-style:solid; 
	border-color:#FFFFFF;
	background-color:#FFFFFF; 
	color:#333333;
}

* html #topmenu .item {padding:2px 8px 2px 8px;}

#topmenu .selected {
	background-color:#E0EEE0; 
	color:#000000;
}
#topmenu .hover {
	color:#FFFFFF; 
	background-color:#376575;
}

#topmenu table {border-right:1px solid #376575;}

#topmenu table table {border-right:none;}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 190px;    /*** Critical left col dimension value ***/
	width: 578px; /*468px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 580px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 578px;   /*** 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 ***/
	border:none;
}
#centercolumn{
	float: right;
	width: 578px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */
	padding-top:0;
}

#breadcrumbs 
{ 
    padding-bottom:5px;
    font-size:smaller;
}
#breadcrumbs a { color:#000000;	text-decoration:underline; }

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#FF284E;}

#copy .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img {border:1px solid #1E7D53 !important;} /*FF284E*/

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:0.9em; 
	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;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

.button {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#FF9900;
    font-size:1em;
}

#copy .container .button {border-color:#CCCCCC;}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 192px;    /*** Critical left col/divider dimension value ***/
	margin-left: -191px;    /*** Critical left col/divider dimension value ***/
	padding-top:1px;
}
* html #leftcolumn {
	float:left;	
	padding-top:1px;
}

*>html #leftcolumn {width:191px;}   /*** 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: 150px;    /*** Critical left col dimension value ***/
	padding-left: 10px;
}

#subnav {
	overflow:hidden;
	margin-bottom:40px;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 2px 2px 7px;
	border-top:0px solid #E0EEE0;
	background-color:#E0EEE0; 
	color:#333333; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#C1CDC1; 
	color:#000000;
}
#subnav .hover {
	color:#000000; 
	background-color:#C1CDC1;
}

#subnav table {border-bottom:0px solid #FFFFFF;}

#subnav table table {border-bottom:none;}

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	font-size:0.9em;
}
#footer a {
	color:#FF284E;
}
.featuredImage
{
    margin-top:10px;
}