/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

.picimg {
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 10px 10px 10px;
}

.sideimg {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

body {
	background: #331300;
	background-repeat: repeat-x;
	color: #000000;
	font: normal 62.5% "Trebuchet MS", Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: bold 2.0em "Trebuchet MS", Tahoma,sans-serif;}
h2 {font: bold 1.4em "Trebuchet MS", Tahoma,sans-serif;}
h3 {font: bold 1em "trebuchet ms", Tahoma,sans-serif; color: #3f87ab;}

form,input {margin: 0; padding: 0; display: inline;}

.benefits {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 16px "Trebuchet MS", Tahoma,sans-serif;
	font-weight: bold;	
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
}

.login {
	font-family: "trebuchet ms", tahoma, arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 2px;
}	

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	color: #56AE56;
	font-size: 18px;
}

h1,h2,h3 {padding-top: 6px; color: #6f4726; margin-bottom: 4px;}

h2 {
	text-transform:uppercase;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: center;}
.right {float: right;}

/* structure */
.inner-container {
	border: 4px solid #DCB744;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	padding-bottom: 64px;
}

/* header & title */
.header {
	background: #455666 url('images/header_draft2.jpg') no-repeat;
	height: 250px;
	margin-bottom: 5px;
	text-align: center;

}
.header .title {
	color: #FFF;
	padding-top: 40px;
	float: right;
	margin-right: 10px;
	
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em "trebuchet ms", tahoma, arial, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .tagline {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}



/* menu */
#navstyle{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #3f87ab;}
#navstyle ul{margin:0;padding:0;list-style-type:none;width:auto;}
#navstyle ul li{display:block;float:left;margin:0;}
#navstyle ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#navstyle ul li a:hover,#navstyle ul li a.current{color:#3f87ab;background:#fff url(images/bgON.gif) no-repeat top right;}
/* menu */

/* main */
.main {
	background: url(images/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode", "Trebuchet MS", verdana, arial, sans-serif;}

/* lh_side */
.lh_side {
	float: left;
	width: 210px;
}
.lh_side h2 {
	color: #5A5A43;
	font: bold 1.1em "Trebuchet MS", Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 18px;
}
.lh_side ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.lh_side li {border-bottom: 1px solid #EAEADA; padding-left: 5px;}
.lh_side li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.lh_side li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* footer */
.footer {
	background: #6f4726;
	color: #bbdbdb;
	font: bold 11px "trebuchet ms", verdana, sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align:center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

label{
float: left;
width: 120px;
font-weight: bold;
font-family: "Trebuchet MS", tahoma, arial;
}

input, select{
width: 180px;
margin-bottom: 5px;
font-family: "Trebuchet MS", tahoma, arial;
color: #666666;
font-size:12px;
}

textarea{
width: 250px;
height: 150px;
font-family: "Trebuchet MS", tahoma, arial;
color: #666666;
font-size:12px;
}

.boxes{
width: 1em;
font-family: "Trebuchet MS", tahoma, arial;
margin: 5px;

}

#submitbutton{
margin-top: 5px;
width: auto;
}

a.biglink {
	font-size: 24px;
	font-weight: bold;
	color: #009933;
	text-decoration:none;
}