@import url(reset.css);

/* globals */
body {
	background: #84abbc url(/images/bg-body.jpg) repeat-x top center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#555555;
}
h1, h2, h3 { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#823d3b;
}
h1, h2, h3, p, ul, ol, img {
	margin-bottom:15px;
}
h1 {
	font-size:31px;
	text-transform:lowercase;
}
h2 {
	font-size:18px;	
}
h3 {
	font-size:14px;
	font-weight:bold;
}
a {
	color:#448ccb;
}
a:hover, li a:hover {
	color:#64b5e7;
}
a:hover img {
	
	cursor:pointer;
}
img {
	border:1px solid #b2cda0;
	padding:4px;
}

th {
	width:200px;
	/*background-color:#3b6d8c;*/
	background-color: #b2cda0;
	padding: 2px;
	font-weight:bold;
	vertical-align: top;
	border-bottom: 1px #3b6d8c solid;
}
td {
	width:auto;
	background-color:#84abbc;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px #3b6d8c solid;
}
td a {
	color: #555555;
}

td a:hover {
	color: #3b6d8c;
}

dt {
	font-weight: bold;
}

ol li {
	list-style-type: decimal;
	line-height:18px;
	margin-left:25px;
	padding-left:10px;	
}
ul li {
	line-height:18px;
	list-style-type: circle;
	margin-left:25px;
	padding-left:10px;
}
li a{
	text-decoration: underline;
}
p {
	line-height:18px;
}
hr {
	color: #823d3b;
}
em {
	font-style:italic;
}
#wrapper {
	width:1000px;
	margin:0 auto;
}
#wrapper2 {
	margin-top:30px;
	background: #ebebeb url(/images/bg-content.jpg) no-repeat  ;
	border-top: 5px solid #820803;
}
.clear {
	clear:both;	
}
.colorwhite span{
	color:#fff;	
}
/* forms */

label {

}	



/* header */

#header {
	height:132px;
}
#headingbox {
	position:relative;
	height:60px;
	background: url(/images/bg-lines.png) no-repeat 70px bottom;
	display:block;
}
#headingbox div{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:31px;
	font-style:normal;
	position:relative;
	text-align:right;
	float:left;
	top:13px; left:547px;
	padding-bottom:12px;
	border-bottom: 5px solid #b2cda0;
	color:#823d3b;
}
#headingbox span {
	color:#84abbc;	
}
#logo {
	position:absolute;
	display:block;
	width:186px;
	height:153px;
	background: url(/images/logo.gif) no-repeat;
	text-indent:-9999px;
	margin: 10px 0 0 70px;
}
#header h1 {
	margin:0;
}


/* menu */
#menu {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	height:70px;
	color:#0c0c0c;
}
#menu {
	margin:0 0 0 300px;
}
#menu li {
	display: block;
	float:left;
	width:96px;
	height:70px;
	margin:0;
	padding:0;

}
#menu li a {
	text-shadow: 0 1px 0 #b9b9b9;
	display: block;
	width:96px;
	height:70px;
	background:none;
	text-decoration: none;
	color:#0c0c0c;
	line-height:100px;
	text-align:center;
}
#menu li a:hover{
	background: url(/images/menu-hover.gif) no-repeat;
	text-shadow: 0 1px 1px #000;
	color:#fff;
}
.menuselected {
	background: url(/images/menu-hover-green.gif) no-repeat;
	/*text-shadow: 0 1px 1px #000;*/
	text-shadow: 0 1px 0 #b9b9b9;
	/*color:#fff;*/
}
#content {
	
}
#frontpage {
	padding:10px;
	margin: 0 auto;
	width: 950px;
	overflow:hidden;
}
#frontpage img{
	float:left;
	margin-right:32px;
}
#subpage {
	margin-top:35px;
	padding:10px 50px 30px 50px;	
	position:relative;
}

#subpage h1{
	margin:0;
	padding-bottom:10px;
	border-bottom: 5px solid #b2cda0;
	display:block;
	position:absolute;
}

.headinglines {
	position:relative;
	height:41px;
	border-bottom: 1px solid #b2cda0;
	margin-bottom:30px;
}

#subpage span {
	color:#84abbc;	
}

#subpage img {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#subpage blockquote {
	border-left: solid 2px #b2cda0;
	margin-left:15px;
	margin-right: 25px;
	margin-bottom:5px;
	padding-left: 10px;
	color: #823d3b;
}

#subpage dl {
	font-family:inherit;
	margin-bottom: 15px;
	width: 380px;
}

#subpage dt {
	margin-left: 0px;
	margin-bottom: 5px;
}

#subpage dd {
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 5px;
}

/* footer */
#footer {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:50px;
	font-size:11px;
	background-color:#3b6d8c;
	color:#fff;
}
#fbox1, #fbox2 {
	padding:15px 30px 15px 0;	
	text-align:right;
	
}
#fbox1 {
	background-color: #b2cda0;
}
#fbox2 {
	background-color: #577e8f;
}
#footer a{
	text-decoration:none;
	color:#a2cadb;
}
#footer a:hover{
	
	text-decoration:none;
	color:#64b5e7;
}

/* BEGIN FORM FORMATTING */

input {
	/*background-color: #b2cda0;*/
	background-color: #84abbc;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	width:380px;
}

textarea {
	/*background-color: #b2cda0;*/
	background-color: #84abbc;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	width:380px;
}

.checkbox {
	background-color: #111111 !ie;
	border: 0px;
}

.form_dropdown {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 1px 0px 1px 0px;
}

.hidden_field {
	display: none;
	border: none;
	background-color: #ffffff;
}

.botcatcher {
	display: none;
}

#largeForm {
	float: right;
	text-align: left;
	width: 94%;
	width: 92% !ie;
}

#largeForm a:hover {
	text-decoration: none;
}

#largeForm label {
	float: left;
	display: block;
	width: 100%;
	margin: 5px 0px 4px 0px;
	text-align: left;
	padding-right: 20px;
}

#largeForm input {
/*	float: left;
	display: block;*/
	width: 400px;
	margin: 5px 0px 4px 0px;
}

#largeForm input, #largeForm textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm textarea {
	height: 250px;
	width: 400px;
}

#largeForm .form_dropdown {
	width: 300px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
}

#largeform .radio {
	background-color: transparent;
	border: 0px;
	width: 20px;
	margin-top: 2px;
	margin-top: -2px !ie;
}

#largeForm .missingdata {
	border: 1px solid;
	border-color:#FF0000;
}

#largeForm br {
	clear: left;
}

#largeForm .button {
	margin-left: 250px;
	width: 75px;
	height: 20px;
}

