body {
	background:#81A1B6;
	text-align:left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

html,body{
  margin:0;
  padding:0;
  border:none
}

/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
	outline: none;
}

img, fieldset {
	border:none;
}
a {
	color:#492C30;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#353535;
}

ul {
	list-style: none;
}
table {
	border-collapse:collapse;
}
.form_input, textarea, select {
	padding:2px 3px 2px 3px;
	border:1px solid #CCCCCC;
	width:96%;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
	margin-bottom:5px;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
	margin-bottom:5px;
}
tr.dark_line {
	border-top:1px dotted #CCCCCC;
	background:#f4f4f4;
	padding:3px 0;
}
tr.light_line {
	border-top:1px dotted #CCCCCC;
	background:#ffffff;
	padding:3px 0;
}


/* CONTAINERS */

#mh {
	height:101px;
	position:relative;
	background:#777662;
}

#logo {
	width:100%;
	height:142px;
	display:block;
	position:absolute;
	bottom:0;
}
h1 {
	text-indent: -2000px;
}
h2,h2 a {
	color:#637484 !important;
	font:27px "Chaparral Pro","Times New Roman","Verdana";
	margin-bottom:10px;
}


#container {
	width:968px;
	margin:0px auto;
	position:relative;
}
#content {
	width:968px;
	position:relative;
}

#logo {
	background:url(../images/logo.png) repeat-x;
	width:160px;
	height:100px;
	position: absolute;
	top:0px;
	left:10px;
}
#mh h2 {
	position: absolute;
	bottom:10px;
	right:22px;
	background:url(../images/headline.png) no-repeat;
	width:483px;
	height:25px;
	text-indent: -2000px;
}
h3 {
	color:#a7a79b;
	font:30px "Avenir", "Verdana" , "Arial";
	margin-bottom:15px;
}
h3 a {
	color:#a7a79b !important;
	text-decoration:none !important;
}

#search {
	position: absolute;
	right:10px;
	top:7px;
	width:215px;
	color:#FFF;
}
#search_text {
	width:140px;
	margin:0 5px;
}
#search_bt {
	background:url(../images/arrow_search.png) no-repeat top center;
	color:#FFF;
	font:bold 18px Arial;
	text-align:center;
	width:23px;
	height:23px;
	border:none;
	cursor: pointer;
}

#footer {
	background:url(../images/footer_bg.png) repeat-x;
	height:50px;
	position:relative;
	color:#FFF;
	padding:20px 10px 0;
	font-family: arial;
}
#footer a {
	color:#FFF;
}
#footer p {
	position:absolute;
	right:20px;
	top:20px;
}


/* MENU */
#nav {
	position:relative;
	height:37px;
}
#navbar {
	overflow:hidden;
	width:948px;
	background: #51636F;
	padding: 0 10px;
}
#navbar li {
	float:left;
}
#navbar li a {
	display:block;
	padding:10px 24px;
	font:14px arial;
	color:#FFF;
	text-decoration: none !important;
	
}

#navbar li.selectedMenu,
#navbar li:hover {
	background: #81a1b6 url(../images/tab_left_shadow.png) repeat-y;
	
}
#navbar li a.selectedMenu,
#navbar li a:hover {
	background: url(../images/tab_right_shadow.png) repeat-y right top;
		
}

#topsub {
	font:10px arial;
	background: url(../images/top_sub_grad.png) repeat-y left top;
	padding-left:20px;
	padding-bottom:2px;
	position:relative;
}
#topsub a {
	color:#FFF;
	text-decoration: none !important;
}

.lower {
	background: url(../images/lower_bg.png) repeat-y;
	overflow: hidden;
	width:100%;
}

.lower #left {
	width:185px;
	float:left;
	min-height: 200px;
	padding:55px 20px 20px;
}
.lower #left li {
	border-bottom:1px solid #81a1b6;
	padding-bottom:5px;
	margin-bottom:5px;
}
.lower #left ul ul li {
	border-bottom:0px;
	padding:0;
}
.lower #left ul ul {
	margin-left:10px;
	margin-top:5px;
}

.lower #left a {
	color:#472d2f;
	text-decoration:none;
}

.lower #right ol {
	margin-left:45px;
}
h4,
h4 a {
	color:#637484 !important;
	font:20px "Chaparral Pro","Times New Roman","Verdana";
}

.lower #left h4,
.lower #left h4 a {
	margin-bottom:10px;
}
.lower #right h4,
.lower #right h4 a {
	margin-bottom:5px;
}

.lower #right {
	width:703px;
	float:left;
	padding:25px 20px;
	line-height: 18px;
}

.lower #right p {
	margin-bottom:20px;
}
.lower #right a {
	color:#472d2f;
	text-decoration:underline;
}
.lower #right ul {
	list-style:disc;
	margin-left:40px;
	margin-bottom:20px;
}
.lower #right blockquote {
	margin:10px 40px;
}


/***** Sitemap *****/
/*-- SITEMAP --*/
#sitemap a {
	display: block;
	border-bottom:1px solid #FFF;
}
#sitemap ul {
	background:#F9F9F9;
}
#sitemap ul li a {
	padding:3px;
	padding-left:20px;
	background:url('../images/arrow_off.gif') no-repeat 10px 6px;
}
#sitemap ul li li a {
	padding:3px;
	padding-left:50px;
	background:url('../images/arrow_off.gif') no-repeat 40px 6px;
}
#sitemap ul li li li a {
	padding:3px;
	padding-left:80px;
	background:url('../images/arrow_off.gif') no-repeat 70px 6px;
}

#sitemap ul li li li li a {
	padding:3px;
	padding-left:110px;
	background:url('../images/arrow_off.gif') no-repeat 100px 6px;
}

#sitemap {
	margin-bottom:20px;
}

.arrow_on {
	background-image:url(../images/arrow_on.gif) !important;
}
.arrow_off {
	background-image:url(../images/arrow_off.gif) !important;
}
#lower_sitemap h4 {
	font:bold 18px arial;
	margin-bottom:10px;
	color:#472d2f;
}
#lower_sitemap {
	padding-left:30px;
}

li.selected {
	font-weight: bold;
}

.button {
	background:url(../images/bt_bg.png) no-repeat top center;
	color:#FFF;
	font:bold 18px Arial;
	text-align:center;
	padding:10px 0px;
	width:215px;
	border:none;
	cursor: pointer;
}
#logtop {
	position: absolute;
	right:20px;
	top:4px;
}

#quote_wrapper {
	float:right;
	margin:0 0 20px 20px;
	width:200px;
}

#quote_top {
	background:#e4e9e5 url(../images/quote_top.gif) no-repeat top left;
}
#quote_bottom {
	background:url(../images/quote_bottom.gif) no-repeat bottom right;
	padding:15px;
	font:14px "Times New Roman";
	font-style: italic;
	color:#2d2d2d;
}
.credit {
	background:#51636f;
	padding:10px 5px;
	text-align: right;
	color:#FFF;
}
/*-- Print style --*/
#print {
	text-align:right;
	font:10px arial;
	position:absolute;
	right:20px;
	top:0px;
}
#print a {
	color:#FFFFFF;
	background: transparent url(../images/printer.png) no-repeat 0 1px;
	padding-left:23px;
	text-decoration: underline;
}


