@charset "utf-8";

/**
* defaults
*/

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.2;
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma, Helvetica, Geneva;
}

body{
	font-size: 62.5%;
	background-color: #000;
}

ul,ol{
	list-style: none;	
}

h2{

}

img{
	border: none; 
}

h3{
	color: #c8a11b;
	font-size: 1.9em;
}

p{
	font-size: 1.1em; 
	color: #e4e1ca;
	padding: 10px 0 0 0; 
}

:focus{
	outline-style:none;
}

a,
a:link,
a:visited{
	text-decoration: none;
	color: #e4e1ca;
	outline: none; 
}

a:hover{
	color: #e4e1ca;
}

.clear{
	clear: both;
}

/**
* site
*/

#siteWrapper{
	width: 800px; 
	margin: 0px auto; 
	margin-top: 80px; 
	background-color: #171717;
	padding-bottom: 20px; 
}	

body.purple #currentPage ul li a,
body.purple #currentPage ul li a:link,
body.purple #currentPage ul li a:visited,
body.purple #currentPage ul li a:hover{
	color: #e4e1ca;
}
 
body.purple #pageDescription{
	color: #9966FF;
}

body.purple #imageBackground{
	background-color: #9966FF;
}

body.purple #pageDescription p{
	color: #9966FF;
}

body.green #currentPage ul li a,
body.green #currentPage ul li a:link,
body.green #currentPage ul li a:visited,
body.green #currentPage ul li a:hover{
	color: #e4e1ca;
}

body.green #pageDescription{
	color: #99cc66;
}

body.green #pageDescription p{
	color: #99cc66;
}

body.green #imageBackground{
	background-color: #99cc66;
}

body.blue #currentPage ul li a,
body.blue #currentPage ul li a:link,
body.blue #currentPage ul li a:visited,
body.blue #currentPage ul li a:hover{
	color: #e4e1ca;
}

body.blue #pageDescription{
	color: #66FFCC;
}

body.blue #imageBackground{
	background-color: #66FFCC;
}

body.blue #pageDescription p{
	color: #66FFCC;
}

body.pink #currentPage ul li a,
body.pink #currentPage ul li a:link,
body.pink #currentPage ul li a:visited,
body.pink #currentPage ul li a:hover{
	color: #e4e1ca;
}

body.pink #pageDescription{
	color: #FF0066;
}

body.pink #imageBackground{
	background-color: #FF0066;
}

body.pink #pageDescription p{
	color: #FF0066;
}

body.orange #currentPage ul li a,
body.orange #currentPage ul li a:link,
body.orange #currentPage ul li a:visited,
body.orange #currentPage ul li a:hover{
	color: #e4e1ca;
}

body.orange #pageDescription{
	color: #FF9900;
}

body.orange #imageBackground{
	background-color: #FF9900;
}

body.orange #pageDescription p{
	color: #FF9900;
}

/**
* header
*/
#head{
	width: 740px;
	height: 80px;
	padding: 0 0 0 30px; 
}

#logo{
	width: 540px;
	margin: 0px auto;
	margin-top: 20px;
	padding: 0px 0 0 0;
	float: left;
	height: 43px;
	overflow: hidden;
	background: url('logos.png') no-repeat;
	background-position: 0px -86px;
}

#logo img{
	float: none;
	clear: both;
	display: block; 
}

#logo a,
#logo a:link,
#logo a:visited,
#logo a:hover{
	display: block;
	width: 170px;
	height: 43px; 
}

#contact{
	float:left;
	margin: 54px 0 0 155px;
}

/**
* menu 
*/

#mainWrapper{
	background-color: #171717;
	position: relative;
	width: 740px;
	margin: 0px auto; 
	margin-top: 0px;
}

#mainWrapper ul{
	list-style-type: none;
	background-color: #000;
}

#mainWrapper li{
	background-color: #242424;
	display: block;
	height: 25px;
	width: 740px;
	position: relative; 
	margin-top: 2px; 
}

#mainWrapper li div{
	display: none; 
}

#menuWrapper li a, #menuWrapper li a:link, #menuWrapper li a:visited, #menuWrapper li a:hover{
	text-decoration: none;
	color: #e4e1ca;
	display: block;
	width: 725px;
	height: 20px;
	padding: 5px 0 0 15px;
}

#menuWrapper{
	margin: 0px; 
}

/**
* content
*/
#contactContent{
	clear: both;
	margin: 20px 0 0 0;
}

#contactMap{
	float: left;
	width: 300px;
	padding: 0 33px 0 33px; 
}

#contactAddress{
	float: left;
	width: 300px; 
}

#contactAddress p{
	color: #99cc66;
}

#contactAddress{
	color: #99cc66;
}

#currentPage{
	background-color: #242424;
	height: 0px; 	
	width: 740px; 
	color: #e4e1ca;
	overflow: hidden; 
}

#currentPage li a, #currentPage li a:link, #currentPage li a:visited, #currentPage li a:hover{
	display: block;
	width: 725px;
	height: 20px;
	padding: 5px 0 0 15px;
}

#currentPage li{
	background-color: #242424;
	display: block;
	height: 25px;
	width: 740px;
	position: relative; 
	margin-top: 2px; 
}

#buttons{
	width: 240px;
	height: 20px;
	text-align: right; 
	padding: 5px 0 0 0;
}

#buttons a, #buttons a:link, #buttons a:visited, #buttons a:hover{
	display: inline; 
}

#contentTitleWrapper{
	width: 100%;
}

#title{
	float: left;
	width: 400px; 
	overflow: hidden;
}

#contentNav{
	position: absolute;
	z-index: 99;
	margin: 2px 0 0 480px; 
	width: 250px;
	display: none; 
}

#pageDescription{
	width: 715px;
	margin: 0 0 0 15px; 
}

#pageDescription p{
	padding: 0px;
	margin: 0px; 
	font-size:0.9em;
}

/**
* footer
*/

div#footer{
	padding:5px 15px;
	text-align: right;
	color:#4d4d4d;
}

div#footer a,
div#footer a:link,
div#footer a:visited{
	display:inline;
	color:#4d4d4d;
	
}

div#footer p{
	display:inline;	
	color:#4d4d4d;
}


/**
* image
*/

#imageArea{
	height: 315px; 
	width: 740px; 
	overflow: auto; 
}

#imageArea ul{
	display: none; 
}

#imageBackground{
	background-color: #7BA251;
	width: 740px; 
	margin: 0px auto;
}

#imageArea .item{
	display:none;	
}





