/************************************************************/
/* BODY */
/************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	margin: 0px auto;
	text-align: center;
	
	color: #000000;
	background-color: #bac7cc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/************************************************************/
/* CONTAINER */
/************************************************************/
#container {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	width: 960px;
	
	text-align: left;
}

/************************************************************/
/* HEADER */
/************************************************************/
#head {
	position: relative;
	top: 25px;
	left: 0px;
	width: 960px;
	height: 70px;
	
	float: left;
}

#date {
	position: absolute;
	top: 35px;
	left: 15px;
	font-size: 12px;
	color: #fff;
	z-index: 2;
}

/************************************************************/
/* BACKGROUND */
/************************************************************/
#background {
	position: relative;
	top: 27px;
	left: 10px;
	width: 940px;
	height: auto;
	
	background-image: url(../images/content.gif);
	background-position: 230px 0px;
	background-repeat: repeat-y;
	
	float: left;
}

/************************************************************/
/* LEFT COLUMN */
/************************************************************/
#leftcol {
	position: relative;
	top: 0px;
	left: 0px;
	width: 218px;
	float: left;

	font-size: 10px;
}

.leftnav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 218px;
	margin-bottom: 12px;
	
	float: left;
	background-color: #ffffff;
}

.top0 { margin-top: 0px; }
.bottom0 { margin-bottom: 0px; }

.leftnav h4 {
	margin: 0px;
	color: #ffffff;
	background-color: #536677;
	padding: 2px 5px 2px 10px;
	font-size: 12px;
}

.leftnav ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;;
	list-style: none;
}

.leftnav li {
	padding: 3px 5px 3px 10px;
}

.leftnav a:link, .leftnav a:active, .leftnav a:visited, .leftnav a:hover {
	text-decoration: none;
}

/************************************************************/
/* CONTENT */
/************************************************************/
#content {
	position: relative;
	top: 0px;
	left: 20px;
	width: 450px;
	height: auto;
	padding: 15px;
	line-height: 16px;
	float: left;
}


#content a:link, #content a:active, #content a:visited, #content a:hover { 
	text-decoration: underline;
}

#content h1 a:link, #content h1 a:active, #content h1 a:visited, #content h1 a:hover {
	text-decoration: none;
}

/************************************************************/
/* CONTACTFORM */
/************************************************************/
#formhandler_contact_form label {
	width: 90px;
	float: left;
}

#contactform input {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width: 200px;
	height: 15px;
	
	border:1px solid #000000;

	float: left;
}

#contactform textarea {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	width: 200px;
	height: 70px;

	margin-top: 12px;
	border:1px solid #000000;
}

#contactform .button {
	width: 100px;	
}


.button {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;

	background-color:#B4B9BB;
}

/************************************************************/
/* RIGHT COLUMN */
/************************************************************/
#rightcol {
	position: relative;
	top: 0px;
	left: 47px;
	width: 195px;
	
	background-color: #8FA2A9;
	float: left;
}

#rightcol ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#rightcol ul {
	padding-bottom: 15px;
}

#rightcol li {
	padding: 0px 0px 3px 0px;
}

#rightcol a:link, #rightcol a:active, #rightcol a:visited, #rightcol a:hover {
	text-decoration: none;
}


/************************************************************/
/* RIGHT FORM */
/************************************************************/
#right-form {
	position: relative;
	top: 0px;
	left: 46px;
	
	width: 195px;
	height: auto;
	padding: 5px 5px 0px 5px;
	
	float: left;
}

#right-form h2 {
	font-size: 12px;
	color: #EE7924;
	
	margin: 0px;
	padding: 2px 0px 8px 0px;
}

#right-form table {
	font-size: 10px;
	padding-bottom: 60px;
}

#right-form input {
	font-size:11px;
	width: 160px;

	margin-bottom: 10px;
	border:1px solid black;
}

#right-form label {
	display: block;
}

#right-form textarea {
	width: 160px;
	height: 55px;
	border:1px solid black;
}

#right-form .button {
	color:white;
	width:100px;
	
	background-color:#FF730C;
	
	display: block;
}

#right-form .required-color {
	color: #EE7924;
}

#right-form .captcha {
	border: none;
	display: block;
}

/************************************************************/
/* LINK FOOTER */
/************************************************************/
#footer {
	position: relative;
	top: 37px;
	left: 10px;
	width:  940px;
	height: auto;
	
	float: left;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	
	/*background-image: url(../images/footer.gif);
	background-repeat: no-repeat;*/
	background-color: #5b6469;
	text-align: center;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer li {
	padding: 0px 7px 0px 7px;
	margin: 0px;
	display: inline;
	border-right: 1px solid #ffffff;
}

#footer .last {
	border-right: none;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color: #dd0000;
}

.footernav {
	position: relative;
	width: 940px;
	left: 0px;
	padding: 2px 0px 2px 0px;
}



/************************************************************/
/* HEADERS */
/************************************************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 20px;
	color: #5b6469;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	text-decoration: none;
} 


h2 {
	font-size:12px;
}


/************************************************************/
/* LINKS */
/************************************************************/
a:link, a:active, a:visited {
	color: #000000;
}

a:hover {
	color: #dd0000;
}

/************************************************************/
/* COMMON */
/************************************************************/
img { border: none; }

.error {
	color: #ff0000;	
}

.required_color {
	color: #EE7924;	
}
}
