﻿/* 
	Colors
	light grey: #C2C2C2
	light light grey (content bg); #F6F6F6;
	border grey: #D2D2D2;
	*/
	
	
	
/* Compatibility fix, margin and padding clearer */

body, h1, h2, h3, h4, form, input, p, ul, li, a, a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}
	
body {
	background: url('../img/contentwrapperbg.gif') repeat-y center center;
	}
	
div#floatclearer {
	clear: both;
	height: 20px;
	color: white;
	}

div#contentwrapper a {
	color: #b78c01;
	font-weight: bold;
	}
		
div#contentwrapper a:hover {
	text-decoration: underline;
	}
	
/* font content formatting */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', sans-serif;
	}
	
h1 {
	font-size: 24px;
	color: #996600;
	}
	
h2 {
	font-size: 20px;
	color: #996600;
	}	
h3 {
	font-size: 16px;
	color: #454545;
	font-weight: lighter;
	}
	
/* styling for anything in the masthead div */

div#mastheadwrapper {
	color: white;
	background-color: #000000;
	}
	

div#masthead {
	width: 785px;
	margin: 0 auto;
	height: 165px;
	}
	
div#masthead h1 {
	font-size: 32px;
	font-weight: lighter;
	padding-top: 10px;
	}
	
div#masthead ul#smallnav {
	float: right;
	margin-top: 5px;
	}
	
div#masthead ul#smallnav li {
	float: left;
	padding-left: 5px;
	color: #C2C2C2;
	}
	
div#masthead ul#smallnav li a {
	color: #C2C2C2;
	font-weight: bold;
	}
	
div#masthead ul#smallnav li a:hover {
	color: white;
	}
	
div#masthead p.slogan {
	float: right;
	clear: right;
	margin-top: 5px;
	font-weight: bold;
	}
	
div#masthead p.slogan a {
	color: white;
	}
	
div#masthead ul#mainnav {
	float: left;
	margin-top: 28px;
	}
	
div#masthead ul#mainnav li {
	float: left;
	background: white;
	text-align: center;
	font: bold 14px 'Trebuchet MS';
	}
	
div#masthead ul#mainnav li a {
	width: 100px;
	height: 24px;
	display: block;
	background: url('../img/kamamainnav.gif') no-repeat top left;
	padding-top: 5px;
	color: black;
	}
	
body.home div#masthead ul#mainnav li.current a {
	background: url('../img/kamamainnavcurrent.gif') no-repeat top left;
	color: black;
	}
	
div#masthead ul#mainnav li a:hover {
	background: url('../img/kamamainnavhover.gif') no-repeat top left;
	color: white;
	}
	
div#masthead div#searchbar {
	float: right;
	clear: right;
	width: 196px;
	height: 28px;
	margin-top: 24px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
div#masthead div#searchbar input {
	float: left;
	border: 1px solid #D2D2D2;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 5px;
	}
	
div#masthead div#searchbar input.button {
	float: right;
	margin: 3px 5px 0 0;
	width: 60px;
	height: 22px;
	border: 0;
	background: blue url('../img/kamasearchbutton.gif') no-repeat top left;
	color: white;
	font-weight: bold;
	padding-bottom: 3px;
	}
	
div#masthead h3 {
	color: #C2C2C2;
	}
	
/* main content formatting */

div#contentwrapper {
	width: 755px;
	padding-top: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
div#maincontent {
	float: left;
	background: #F8F8F8 url('../img/kamamaincontentbg.gif') repeat-y top left;
	width: 485px;
	}
	
div#maincontent .first {
	background: url('../img/kamamaincontenttopbg.gif') no-repeat top left;
	}
	
div#maincontent .last {
	background: url('../img/kamamaincontentbottombg.gif') no-repeat bottom left;
	}
	
div#maincontent .sml {
	text-align: center;
	padding-bottom: 12px;
	 
	}

div#maincontent ul li {
	list-style-image: url('../img/kamalistsquare.gif');
	margin-left: 50px;
	line-height: 18px;
	padding-bottom: 12px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 15px;
	}

div#maincontent table {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 18px;
	padding-bottom: 12px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 15px;
	}
		
div#maincontentfullwidth {

	float: left;
	background: #F8F8F8 url('../img/kamamaincontentfullwidthbg.gif') repeat-y top left;
	
	width: 755px;
	}
	
div#maincontentfullwidth .first {

	background: url('../img/kamamaincontentfullwidthtopbg.gif') no-repeat top left;
	}
	
div#maincontentfullwidth .last {

	background: url('../img/kamamaincontentfullwidthbottombg.gif') no-repeat bottom left;
	}

div#maincontentfullwidth ul li {
	list-style-image: url('../img/kamalistdot.gif');
	margin-left: 50px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 12px;
	padding-left: 5px;
	}
			
div#contentwrapper p {
	line-height: 24px;
	}
	
/* subcontent formatting */

div#subcontent {
	float: right;
	}
	
div#subcontent p {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	clear: left;
	}
	
div#subcontent form, div#subcontent div#links {
	margin-bottom: 20px;
	width: 252px;
	background: url('../img/kamasubcontentbg.gif') repeat-y top left;
	}
	
div#subcontent form input {
	border: 1px solid #D2D2D2;
	}
	
div#subcontent form textarea {
	border: 1px solid #D2D2D2;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
	
div#subcontent form input.button {
	border: 0;
	background: url('../img/loginbutton.gif') no-repeat top left;
	float: right;
	margin-right: 10px;
	height: 22px;
	width: 59px;
	font-weight: bold;
	color: white;
	}
	

	
div#subcontent form p strong {
	float: left;
	clear: left;
	}
	
div#subcontent form p input {
	float: right;
	clear: right;
	}

div#subcontent form p textarea {
	float: right;
	clear: right;
	}
		
div#subcontent h2 {
	padding-bottom: 10px;
	}
	
div#subcontent h2.first {
	background: url('../img/kamasubcontenttopbg.gif') no-repeat top left;
	}
	
div#subcontent p.last {
	background: url('../img/kamasubcontentbottombg.gif') no-repeat bottom left;
	}
	
	
div#subcontent ul li {
	list-style-image: url('../img/kamalistdot.gif');
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	}
	
div#subcontent p.last, div#subcontent div#links p.last {
	color: white;
	height: 10px;
	padding: 0;
	}
	
div#subcontent div#links p {
	padding: 10px 10px;
	}
	
	/* site wide content formatting */
	
h1, h2 {
	padding-top: 5px;
	padding-left: 10px;
	}
	
h3 {
	padding-left: 10px;
	}
	
p {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
	
div#footer {
	clear: both;
	border-top: 1px solid #D2D2D2;
	}
	
div#footer p {
	float: left;
	}
	
div#footer p.tou {
	float: right;
	}

.ezmap {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7A7A7A;
font-weight: normal;
}

.ezmap_details {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

.ezmap_gen {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #666666;
}

