* { margin: 0px; padding: 0px; }
html, body { height:100%; }

/* ----- GENERAL ----- */
body {
	text-align: center;
	background: #2f374d url(../miscImg/bg_page.gif) repeat-x 0px 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
p { margin: 5px 0 10px 0; line-height: 150%; }
h1 {
	display: block;
	color: #8a7e5f;
	text-transform: uppercase;
	font-family: "AvantGarde Md BT", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 { display: block; color: #6D6A27; text-transform: uppercase; font-family: "AvantGarde Md BT", "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 14px; letter-spacing: 1px; font-weight: normal; margin: 15px 0;}
div#main_right ul { list-style-type: none; margin: 0 0 15px 20px;}
div#main_right li { margin-bottom: 10px; background: transparent url(../miscImg/bullet.gif) no-repeat 0px 5px; padding-left: 15px; line-height: 150%;}
div#main_right li li { margin-bottom: 0; }

a, a:link, a:active {
	color: #3f4865;
	text-decoration: none;
}
a:hover { text-decoration: underline;}
a:visted { color: #663333; text-decoration: none;}
.greenText {
	color: #8a7e5f;
}
.smallText { font-size: 10px; text-transform: uppercase; color: #734B1F;}

.hideItem  { display: none;}
form { margin: 0 0 15px 0;}
fieldset { border: medium double #C2B170; margin-bottom: 15px; padding: 15px;}
legend { padding: 0 5px; color: #6D6A27; text-transform: uppercase; font-family: "AvantGarde Md BT", "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 14px; letter-spacing: 1px; font-weight: normal; margin-bottom: 15px; }
label {  width: 165px;float: left;margin-right: 0.5em; display: block; padding: 2px;}
input { padding: 2px;}
input.txt {color: #000;background: #FFF;border: 1px solid #6D6A27; margin-bottom: 3px; width: 150px;}
.txtbox {padding: 2px;color: #000;background: #FFF;border: 1px solid #6D6A27; margin-bottom: 3px;}
.req { color: FireBrick;}
#buttons { margin-left: 195px;}
.validation-advice {margin: 5px 0;padding: 5px;background-color: FireBrick;color: #FFF;font-weight: bold;}

/* ----- LAYOUT ----- */
div#container { position: relative; width: 999px; margin: 0px auto; background: #F6F3F0 url(../miscImg/bg_container.gif) repeat-y 0px 0px; height:auto !important; height:100%; min-height:100%; }
div#wrap { margin: 0px 25px; }
div#leftbox { position: absolute; width: 298px; text-align: right; z-index: 3; }
div#leftbox_content {
	background-color: #495679;
	margin-left: 20px;
}
div#topnav { position: relative; text-align: right; background-color: #F0EFE9; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #D9DAD4; height: 55px; }
div#topnav_content { padding: 5px 8px 5px 0px; }
div#title { position: absolute; z-index: 1; width: 949px; background: transparent; top: 78px; height: 73px; text-align: right; }
div#title h1 { color: white; font-family: Tahoma, Arial, sans-serif; font-weight: normal; padding: 15px 25px 0 0; }
div#main { position: relative; float: left; margin: 44px 0; border: 1px solid #9FA89C;  background: #F6F0CC url(../miscImg/bg_main.gif) repeat-x bottom; display: table; overflow: visible; height: auto; width: 948px; }
div#main_content {padding: 20px 15px 0px 20px;}
div#main_left { float: left; width: 305px; text-align: left; padding-top: 130px; }
div#main_right { float: right; width: 602px; text-align: left; }

/* ----- HOME ----- */
body#home div#pic { position: relative; top: 95px; height: 350px; text-align: right; padding-right: 20px; }
div.feature_box {float: left; width: 287px; margin-right:10px;}
div.feature_title { background: url(../miscImg/feature_title.gif) no-repeat 0 0; padding: 0 18px 0 10px; height: 25px; overflow: hidden;}
div.feature_header { float: left; width: 70%; padding: 6px 0;}
div.feature_header h1{ font-size: 11px;}
div.feaure_date {
	float: right;
	width: 30%;
	color: #3f4865;
	text-align: right;
	padding: 5px 0;
}
div.feature_content { clear: both; background: url(../miscImg/feature_content.gif) no-repeat 0 0; height: 113px; padding: 0 8px 0 0; }
div.feature_content p { margin: 0px; padding: 10px 15px 0 10px;}

/* ----- SUB ----- */
body.sub div#pic { position: relative; top: 95px; height: 183px; text-align: right; padding-right: 20px; }
body.sub #main { margin: 44px 0; top: 51px; }
#subnav {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #30374d;
	text-align: center;
	background: transparent url(../miscImg/bg_subbar.gif) repeat-x bottom;
}
#subnav ul { list-style-type: none; text-align: right; height: 190px;}
#subnav ul li a {
	display: block;
	color: #fefbb9;
	text-transform: uppercase;
	line-height: 35px;
	padding: 0 25px;
	font-family: "AvantGarde Md BT", "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
#subnav ul li a:hover {
	color: #FFF;
	background-color: #7584AC;
	text-decoration: none;
}
#subnav ul li a.current {
	color: #FFF;
	background-color: #5E709D;
	text-decoration: none;
}
#subnav p {padding: 10px 0;}
#content { padding: 0 25px;}
body.sub div#main_left { padding-top: 270px; }
#quote {color:#835339; padding: 0 20px; margin: 0 15px; font-family:"AvantGarde Md BT", "Trebuchet MS", Tahoma, Arial, sans-serif; letter-spacing: 1px; background: transparent url(../miscImg/quote_l.gif) no-repeat top left }
.quote_text { text-transform: uppercase; background: transparent url(../miscImg/quote_r.gif) no-repeat bottom right; padding: 0 15px 0 0;}


/* ----- FOOTER ----- */
div#footer {
	clear: both;
	color: #3f4865;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 10px;
}
p#footer_nav a {
	color: #3f4865;
	font-weight: bold;
}
div#footer_left { float: left; width: 305px; text-align: left;}
div#footer_right { float: right; width: 602px; text-align: left; background: url(../miscImg/icon_ehl.gif) no-repeat bottom right; }
p#footer_nav { font-size: 11px; margin-top: 0px; }
