/* 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;
	max-width:900px;
	font-family:Verdana, Arial, "Times New Roman", Times, serif;
	font-size:0.78em;
}

h1, h2 {color:#FFFFFF;}

h3, h4, h5, h6 {color:#666666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
	color:#044378;
}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:900px;
	padding-bottom:4px;
	text-align:left;
	background-color:#FFFFFF;
}
#header{
	position:relative;
	height:99px; 
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
}
#banner{
	text-align:center;
	margin:0 152px;
}


#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 900px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

#floatwrapper {
	float: left;
	width: 900px;   /*** Critical left and right col/divider dimension value  ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn
{
	float: right;
	width: 675px;   /*** Critical left and right col/divider dimension value  ***/
	margin-left: -1px;
	padding-top:25px;
}

#copy a {color:#993300;}

#copy .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:0px solid #999999;
	background-color:#FFFFFF;
}
	
/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img {border:0px solid #993300 !important;}

#copy .teaser {
	color:#999999;
	font-size:0.9em;
	font-weight:bold;
}
#copy .container h1, #copy .container h2
{
	margin: 0 -20px;
	padding: 0 20px 2px 20px;
	background-color: #003366;
} 

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy td {
	padding: 0.2em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	padding:1em;
	margin-bottom:1em;
	border:1px dotted #000000;
}

#copy legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #copy legend {padding:0.5em;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

/* Search Result Panel */
#copy .searchResult {
	margin:5px;
	padding:0 20px 15px 20px;
	background-color:#eeeeee;
}
#copy .searchPanel {
	padding:0 20px 15px 20px;
}
#copy .searchResult a 
{
	text-decoration:none;
	color:#0000FF;
	font-style:italic;
}


/* meeting information container */
#copy .information {
	margin:5px;
	height:160px;
	padding:0 20px 15px 20px;
	background-color:#eeeeee;
}
#copy .information a 
{
	text-decoration:none;
	color:#0000FF;
	font-style:italic;
}

#copy .golfPanel
{
	margin: 5px;
	height: 170px;
	padding: 0 20px 15px 20px;
	border: 1px solid #999999;
	background-color: #ccffcc;
}
.instruction
{
	color:#044378;
}
.login 
{
	BORDER-RIGHT: #044378 1px solid;	
	PADDING-RIGHT: 10px;	
	BORDER-TOP: #044378 1px solid;	
	PADDING-LEFT: 10px;	
	PADDING-BOTTOM: 10px;	
	MARGIN: 5px;	
	VERTICAL-ALIGN: middle;	
	BORDER-LEFT: #044378 1px solid;	
	PADDING-TOP: 10px;	
	BORDER-BOTTOM: #044378 1px solid
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 225px;    /*** Critical left col/divider dimension value ***/
	float:right;
}
* html #leftcolumn {
	float:right;	
}

*>html #leftcolumn {width:225px;}   /*** Fix only for IE/Mac ***/

#leftcolcontainer{width: 220px;}    /*** Critical left col dimension value ***/

#subnav {
    overflow:hidden;
    /*margin:0 0 40px 2px;*/
}


* html #subnav tr {height:1.4em;}

#subnav .selected {
	background-color:#666666; 
	color:#FFFFFF;
}
#subnav .hover {
	color:#333333; 
	background-color:#F2F2F2;
}
/* */

.sidebarcontainer{
	margin:5px;
	padding:6px;
	border:1px solid #B9B9B9;
	background-color:#FFFFFF;
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

/* \*/
* html .sidebarcontainer {height:1%;}
/* */

.sidebarcontainer a {color:#993300;}

.sidebarcontainer li {list-style-type:none;}

#footer{
	clear:both;
	margin:1px 5px;
	padding:2px 0px;
	border:0px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
}
#footer a {
	margin:1px 5px;
	color:#993300; 
}
.button
{
	border: 1px solid #B8B8B8;
	color: #FFFFFF;
	background-color: #5D799E;
	font-size: 1em;
	font-weight:bold;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
#welcome 
{
	background-image:url(../../images/green_truck.jpg);
	background-repeat:no-repeat;
	height:408px;	
}
#welcome p
{
	padding:10px 10px 10px 10px;
	margin-left: 290px;
	width: 300px;
	background-color: #b0c4de;
	font-size:1.1em;
	font-family:Arial;
}

#inputFormWithTruck
{
	background-image:url(../../images/truck.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.horizonalLine
{
	color: #000080;
	background-color:#000080;
}
#address 
{
	display:block;
	background-image:url(../../images/bottomleft.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#003366;
	color:#ffffff;
	margin-left:7px;
	margin-right:7px;
	margin-top:1px;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:11px;
}

@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#copy fieldset
	{
		border-style:none;
	}
	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		/* IE 7 has issues when width is "auto" with important attribute. All pages except the first page
		would be empty when printed */
		width:100% !important; 
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	#copy .last
	{
		page-break-before:always;
	}
	#footer {		
		border-style:none !important;
		border-top:1px solid #000000;
	}
}