/* Normalizes margin, padding */
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; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }




body {
	align: center;
	font: 72% Verdana, Arial, Helvetica;
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #FFF;
	color: #333;
}

a:link, a:visited {
	color:#333;
}
a:hover, a:active {
	color:#5C85B0;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 960px;
	margin: 20px auto;
	border: 5px solid #0D71B9;
	background-color: #FFF;
}


/*--------------------SEARCH BAR--------------------*/

#searchBar {
	width: 960px;
	height: 35px;
	background: url(sitegraphics/bg_searchbar.jpg) 0 0 repeat-x;
}

#searchPanel {
	float: right;
	padding: 9px 10px 0 0;
	font-size: 90%;
	color: #FFF;
}
#searchPanel .searchField {
	width: 125px;
	margin-right: 5px;
	padding: 2px;
	border: 0;
}


/*--------------------CURRENCY SELECTOR-------------------*/

#currencySelector {
	width: 960px;
	height: 23px;
	padding: 6px 0 0 0;
	background: url(sitegraphics/bg_currencyselector.jpg) 0 0 no-repeat;
	text-align: right;
	font-size: 90%;
	color: #FFF;
}
#currencySelector p {
	padding-right: 10px;
}
#currencySelector a:link, #currencySelector a:visited {
	font-weight: bold;
	color: #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {
	clear: both;
	width: 960px;
}


/*--------------------NAVIGATION--------------------*/

#nav {
	width: 198px;
	float: left;
	padding: 35px 0 10px 0;
	background: url(sitegraphics/bg_nav.jpg) 0 0 repeat-x #0064AD;
	font-family: arial;
	font-size: 105%;
}
#nav ul {
	width: 178px;
	margin-left: 10px;
	border-top: 1px solid #2A77C4;	
}
#nav li {
	border-bottom: 1px solid #2A77C4;
}
#nav a:link, #nav a:visited {
	display: block;
	padding: 3px 0 3px 3px;
	color: #FFF;
	text-decoration: none;
}
#nav a:active, #nav a:hover {
	background-color: #2A77C4;
}




/*--------------------SUB NAVIGATION--------------------*/

#navSub {
	float: left;
	margin-left: 10px;
	padding-top: 9px;
	height: 26px;
	font-family: arial;
}
#navSub li {
	display: inline;
	height: 27px;
	padding: 0 0.7em 0 0.7em;
	border-left: 1px solid #2A77C4;
}
#navSub li.first {
	display: inline;
	padding: 0 0.7em 0 0;
	border: none;
}
#navSub a:link, #navSub a:visited {
	text-decoration: none;
	color: #FFF;
}
#navSub a:active, #navSub a:hover {
	color: #2A77C4;
}



/*--------------------CONTENT--------------------*/

#contentWrapper {
	width: 960px;
	background: url(sitegraphics/bg_contentwrapper.jpg) 0 0 repeat-x;
}
#contentMain {
	float: right;
	width: 700px;
	padding: 20px 30px 0 0;
}
#contentMain h1 {
	clear: both;
	margin-bottom: 0.95em;
	font-size: 140%;
	font-weight: bold;
}
#contentMain h2 {
	clear: both;
	margin-bottom: 0.75em;
	font-size: 150%;
	font-weight: bold;
}
#contentMain p {
	line-height: 1.25em;
	margin-bottom: 1.2em;
	font-size: 110%;
}

a.camoLink:link, a.camoLink:visited {
	text-decoration: none;
}
a.camoLink:active, a.camoLink:hover {
	text-decoration: none;
	color: #333;
}

/*--------------------FOOTER--------------------*/

#footer {
	clear: both;
}

.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageright {
	float: right;
	margin: 0 15px 0 15px;
}
