html {height:100%;}

body {
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	background: url(img/site_bg.png);
}

img { border:0; }

div#site {
	/*border:1px solid #ccc;*/
	width: 100%;
	height: auto;
	margin-top: 55px;
}

/* Head
-------------------------------------------------------- */

div#head {
	width: 810px;
	height: 116px;
	margin-left: 45px;
	background : url(img/head_bg.png);
	background-repeat: repeat-x;
	display:block;
}

div#head_left { 
	float:left;
	background:url(img/head_left.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 116px;
}

div#head_right { 
	float:right;
	background:url(img/head_right.png);
	background-repeat: no-repeat;
	background-position:right;
	width:650px;
	height: 116px;
}

div#head_top { 
	/*border:1px solid #ccc;*/
	width:550px;
	height: 60px;
	position:relative;
	left:23px;
	top: 12px;
	display: block;
	text-align:center;
}

div#head_bottom { 
	/*border:1px solid #ccc;*/
	width:550px;
	height: 20px;
	position:relative;
	left:23px;
	top: 28px;
	display: block;
	text-align:center;
}

.head_menu, a.head_menu, .head_menu_active { 
	color: #F6F1EB;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.head_menu_active, a.head_menu:hover { color: #CCE7DA; }

.head_seperator { margin: 0px 14px 0px 18px; position:relative; top:2px; }

.head_logo { position:relative;top:10px;left:20px;}

#site_label {
	position:absolute;
	left:912px;
	top:15px;
}

img.stats {
	position:absolute;
	left:-1000px;
}

/* Menu
-------------------------------------------------------- */

div#sidebar {
	/*border:1px solid #ccc;*/
	float:left;
	width: 150px;
	height:414px;
	position:relative;
	left:55px;
	top: 0px;
}

div#sidebar h2 {
	color: #665656;
	background: url(img/menu_title.png) no-repeat ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 2px 13px;
	margin: 0;
}

div#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#sidebar li {
	display: block;
	margin: 0px;
	padding: 0px;
}

div#sidebar a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}

div#menu, div.menu {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	width: 145px;
	margin-bottom: 55px;
}

div#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu ul li a
{
	display: block;
	height: 18px;
	text-indent: 13px;
	line-height: 18px;
	color: #9D7C77;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;	
	padding-bottom: 1px;	
	border-bottom: 1px solid #CBC1B7;
	background: url(img/menu_point.png) no-repeat;
}

div#menu ul li a:hover
{
	color: #665656;
	border-right: 5px solid #CBC1B7;/*#665656;*/
	text-decoration: none;
}

div#menu ul li a:visited
{
	height: 18px;
	text-indent: 13px;
	line-height: 18px;
	text-decoration: none;
	display: block;
}

div#info {
	border-bottom:1px solid #CBC1B7;
	width: 145px;
	padding: 20px 0px;
	text-align:center;
}

div#info a img {
	margin: 2px 0px;
}

/* Content
-------------------------------------------------------- */

div#content {
	/*border:1px solid #ccc;*/
	/*float:right;*/
	width: 510px;
	/*position:relative;
	left:100px;
	top: 58px;*/
	margin: 13px 0px 20px 258px;
	display: block;
}

div.content_box {
	width: 502px;
	height: auto;
	margin-bottom: 40px;
	overflow:hidden;
	display: block;
}

div.content_box_head {
	width: 502px;
	height: 38px;
	overflow:hidden;
}

div.content_box_logo {
	float:left;
	width: 38px;
	height: 38px;
	z-index:2;
}

div.content_box_title {
	float:right;
	background: #CCE7DA;
	border-top:1px solid #BCAFAD;
	/*border-bottom:1px solid #BCAFAD;*/
	border-right:1px solid #BCAFAD;
	width: 462px;
	height: 18px;
	position:relative;
	right:2px;
	overflow:hidden;
	z-index:1;
}

div.content_box_title H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #665656;
	margin: 0;
	position:relative;
	left:15px;
	top:2px;
	text-transform: uppercase;
}

div.content_box_subtitle {
	float:right;
	background: #E4DCD4;
	border-right:1px solid #E4DCD4;
	border-top:1px solid #BCAFAD;
	width: 463px;
	height: 18px;
	position:relative;
	right:1px;
	overflow:hidden;
}

div.content_box_subtitle p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #665656;
	margin: 0;
	position:relative;
	left:16px;
	top:3px;
}

div.content_box_inside {
	background: #F6F1EB;
	border-bottom:1px solid #BCAFAD;
	border-right:1px solid #BCAFAD;
	width: 500px;
	height: auto;
	overflow:hidden;
}

div.content_box_text {
	font-size: 11px;
	color: #665656;
	margin: 12px 15px 15px 15px;
	text-align:justify;
}

/* Footer
-------------------------------------------------------- */

div#footer {
	/*border:1px solid #ccc;*/
	clear:both;
	width: 802px;
	height: 35px;
	margin-left:49px;
	background: url(img/footer.png);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #F6F1EB;
	text-align:center;
	display:block;
}

.copy, a.copy {
	position:relative;
	top:12px;
	font-size: 9px;
	color: #F6F1EB;
	text-decoration: none;
}

a.copy:hover {
	text-decoration: underline;
}

/* Specials
-------------------------------------------------------- */

div.centerdiv { 
	text-align:center;
	width:410px;
	height:275px;
	margin:35px auto 0 auto;
	}

div.inputframe, div.inputframebig {
	border:1px dotted #888;
	width:410px;
	margin-bottom:20px;
	background-color:#e4dcd4;
	overflow:hidden;
	}

div.inputframe  		{	height:22px; }
div.inputframebig  	{	height:76px; }

div.message {
	border:0px dotted #888;
	padding-top:3px;
	width:100px;
	height:68px;
	background-color:#e4dcd4;
	float:left;
	}

Input, Select, Textarea, Button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	}

Input.submit, Button.submit {
	border:0px dotted #aaa;
	width:410px;
	height:22px;
	margin-bottom:20px;
	background-color:#e4dcd4;
	color:#666;
	font-weight:bold;
	cursor: hand;
	}

Input.contact, Textarea.contact {
	border:0px dotted #888;
	background-color:#e4dcd4;
	color:#666;
	width:300px;
	float:right;
	position:relative;
	top:3px;
	}

Input.contact { height:17px; }
Textarea.contact { margin-top:1px; 	height:65px; }

label.contact, .space_select {
	height: 18px;
	font-weight:bold;
	padding:1px 5px;
	margin-left:5px;
	position:relative;
	top:3px;
	float:left;
	cursor: hand;
}

.infofield {
	position:relative;
	top:8px;
	left:10px;
	border:0px;
	color:#aaa;
	background-color:#e4dcd4;
	/*float:right;*/
	}
