/* Reset browser defaults */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; padding: 0;
}

/* ----- Page structure ----- */

body { 
	
	color: #808080;
	background-color: #FFF;
	font: 11px/14px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}

#wrapper {
	width: 955px;
	padding: 25px;
}

#branding {
	height: 111px;
	/*background: url(../../images/logo.gif) no-repeat;*/
	/* border: 1px solid #f57b20;*/
}

#mainNav {
	width: 710px;
	padding-top: 20px;
	/* border: 1px solid #f57b20;*/
}

#container {
	width: 910px;
	/*border: 1px solid #f57b20;*/
}

#content { /* stuff on the right hand side of the page*/
	width: 710px;
	float: right;
	border: 1px solid #c6c6be;
	
}

#downloadIcon {
	width: 600px;
	/*border: 1px solid #c6c6be;*/
	text-align: right;
	float: right;
}


#leftNav { /* thumbnails on the left hand side of the page*/
	width: 160px;
	float: left;
	/*border: 1px solid #c6c6be;*/
}

/*#footer {
	clear: both;
	width: 910px;
	padding-top: 10px;
}*/

#footerAddress {
	clear: both;
	width: 190px;
	float: left;
	z-index: 10;
}

/* create the 3 boxes at the bottom of the page*/
.footerText {
float: left;
width: 231px;
padding-right: 5px;
/*border: 1px solid #000;*/
}

.footerTextLast {
float: left;
width: 231px;
padding-left: 5px;
/*border: 1px solid #000;*/
}

.footerTextLastLink {
float: left;
width: 483px;
/*border: 1px solid #000;*/
text-align: right;
}

.downloadIcon {
float: left;
width: 231px;
padding-left: 15px;
text-align: right;
}

.clearboth { clear: both; }

/* ----- Format the links ----- */
/* remove default bullets and zero down the margins and padding */
.leftNavStyle ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* style each left hand nav element */
.leftNavStyle ul a {
	display: block;
	width: 158px;
	height: 78px;
	margin-bottom: 9px;
	border: 1px solid #c6c6be;
}

.leftNavStyle ul a:hover {
	border: 1px solid #666;
	/*border-bottom-style: solid;
	border-bottom-width: 3px;*/
}

a{ 
	color:#666A5C; 
	text-decoration:none;
}

a:hover{ 
	text-decoration:underline;
}

/* ----- IMAGES ----- */
img{ border:0; }





/* ----- FORMAT AND POSITION THE NAVIGATION ----- */
.chromestyle{ 
	width:710px; 
	position:absolute; 
	top: 127px;  
	left:223px; /* adjust the horizontal position of the menu */
	/* border: 1px solid #f57b20;*/
}

.chromestyle ul{
	padding: 0px 0px;
	margin: 0;  
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;   
}
.chromestyle .navigationMargin { 
	margin-right:30px;
}

.chromestyle .navigationMarginRight { /*clear the space to the right of the last menu*/
	margin-right:0px;
}

.chromestyle ul li a{
	color: #666; 
	text-align:left;  
	/*background: url(../images/navigationBkg.gif) left top repeat-x;*/ 
	background:#fff; 
	padding: 1px 150px 1px 10px; ?/*Affects the dimensions of the menus*/
	margin: 0;
	text-decoration: none; 
	border:1px solid #c6c6be; 
}
	
.chromestyle ul li a:hover{ 
	color:#000; 
	background:#fff; 
	text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0px; 
	margin-top:-2px;
	border: 1px solid #BBB; 
	z-index:100;
	background-color: white; 
	padding:1px; 
	visibility: hidden;
	opacity:0.8;
}

#dropmenu1 { width:225px; }
#dropmenu2 { width:204px; }
#dropmenu3 { width:202px; }

.dropmenudiv a{
	width: auto;
	display: block; 
	text-indent:10px; 
	margin-top:1px; 
	margin-bottom:1px; 
	padding: 2px 5px 2px 0px;
	text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #fff; 
	color:#000; 
	text-decoration:none;
}

.border { 
	border-top:1px solid #c6c6be;
}

