
* {margin:0px; padding:0px;}

html {min-height:100%; margin-bottom:1px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	text-align:center;
	background-color:#e2dbb3;
	margin-top:10px;
}

a {color:#d1392a; text-decoration:none;}

a:hover {color:#cf8e5e; text-decoration:none;}

p, ul {line-height:140%; margin-bottom:15px; display:block;}
ul{margin-left:15px;}

h1, h2, h3, h4, h5, h6 {display:block; margin-bottom:10px;}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#b85e3e;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#b85e3e;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#b85e3e;
}

h4 {
	font-size:13px;
	font-weight:bold;
	color:#444444;
}

img {border:none;display:block;}

fieldset {border:1px solid #ffffff; padding:10px;}
legend {color:#b85e3e; font-size:14px;}
textarea {width:225px; height:70px;}

.input {
	width:220px;
	height:18px;
	padding:1px;
	margin-bottom:10px;
}

.submit {cursor:pointer;}
sup {font-size:10px; line-height:8px;}
.float_right {float:right; margin-left:15px;}
.float_left {float:left; margin-right:15px;}
.clear_both {clear:both;}
.clear_right {clear:right;}
.clear_left {clear:left;}
.textsize {text-align:left; display:block; margin-bottom:15px; color:#666666;}
.textsize img {display:inline;}
.staff {overflow:hidden;}
hr {display:none; clear:both;}
.hr, .hr_menu_top, .hr_menu_bottom, .hr_backtotop {height:5px; background:url('images/bg_dotted.gif') repeat-x center;}
div.hr {padding:20px; clear:left;}
div.hr_menu_top {margin-bottom:5px; clear:left;}
div.hr_menu_bottom {clear:left;}
div.hr_backtotop {margin-bottom:20px; margin-top:20px; clear:left;}
.backtotop {text-align:right; font-size:12px; display:block; clear:both; padding-top:4px; margin-top:2px;}
.linktext {color:#444444;}
a:hover.linktext {color:#444444;}
.no_margin {margin:0px;}


/*layout
===============================================================*/
#wrapper {
	width:785px;
	margin:0 auto;
}

#header {
	width:785px;
	height:177px;
	background:#f8f5e2 url('images/bg_header.jpg') no-repeat top left;
	position:relative;
}

#header #logo {position:absolute; top:0px; left:515px; text-align:left; font-size:18px; color:#b85e3e; text-align:center;}
#header #company {position:absolute; top:115px; left:20px; text-align:left;}
#header #company h1 {font-size:28px; letter-spacing:1px; font-family:Times, serif; font-weight:bold; color:#ffffff; margin-bottom:2px;}
#header #company h2 {font-size:18px; letter-spacing:1px; font-weight:bold; color:#ffffff;}

#right_column ul{margin-left:0px;}
#mainnav li {
	display:block;
	list-style:none;
	font-size:24px;
	letter-spacing:1px;
	padding:10px 0px;
	font-family:"Times New Roman", Times, serif;
	background:url('images/bg_nav_border.gif') repeat-x bottom;
}

#mainnav li a{
	color:#bc6f54;
	display:block;
	list-style:none;
}

#mainnav li a:hover {
	color:#9c2e11;
	text-decoration:none;
}

#topheader {background:url('images/bg_header_top.gif') no-repeat top left; height:35px;}

#content {
	width:785px;
	background:url('images/bg_body_content.gif') repeat-y;
	text-align:left;
}

#left_column {
	width:464px;
	float:left;
	padding:25px 20px 20px 20px;
	position:relative;
}

#right_column {
	width:251px;
	float:left;
	padding:40px 15px 15px 15px;
	background:url('images/bg_nav_right.gif') no-repeat top left;
	position:relative;
}

#right_column .textsize {position:absolute; top:10px; right:15px; line-height:10px;}
	
#footer {padding-top:10px; font-size:11px; margin-bottom:15px;}

/*Misc
========================================================*/

.accordion h3 {
	background: #e9e7e7 url(../images/arrow-square.gif) no-repeat;
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #cccccc;
	border-bottom: none;
	cursor: pointer;
	display:block;
	font-size:13px;
}

.accordion {
	width:460px;
	border-bottom: solid 1px #dddddd;
}

.accordion h3:hover {
	background-color: #efefef;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #fcfcfc;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display:block;
}

.show_all_btn {
	position:absolute;
	display:block;
	top:114px;
	right:23px;
	line-height:2.1em;
}

.show_all_btn a {
	border-bottom:2px solid #c4c4c4;
	border-right:2px solid #c4c4c4;
	border-top:none;
	border-left:none;
	background-color:#e9e7e7;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
}

.show_all_btn a:hover {
	border:1px solid #c4c4c4;
	background-color:#e3e2e2;
	text-decoration:none;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
}


/* ====== Lightbox ======*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('images/overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
