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


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

a {color:#007dc3; text-decoration:none;}

a:hover {color:#836141; 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; color:#6e9044;}

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

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

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

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

h5 {
	font-size:12px;
	font-weight:bold;
	color:#444444;
}

img {border:none;display:block;}

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

.input {
	width:190px;
	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;}
.staff {overflow:hidden; margin-bottom:25px; clear:both;}
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;}
div.video {margin-bottom:15px; border-bottom:1px solid #cccccc; clear:left; display:block; padding-bottom:15px;}

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

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

#header #logo {position:absolute; top:40px; left:35px; text-align:left; font-size:26px;}
#header #name {position:absolute; top:125px; left:35px; text-align:left;}
#header #name h1 {font-size:14px; font-weight:bold; color:#516649; margin-bottom:0px;}
#header #name h2 {font-size:15px;  font-weight:bold; color:#516649;}

#header #mainnav {
	position:absolute;
	top:163px;
	left:5px;
	overflow:hidden;
	width:850px;
	height:30px;
}

#header #mainnav li {
	float:left;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
	background:url('../images/separator.gif') no-repeat right center;
}

#header #mainnav li:last-child {background-image:none;}

#header #mainnav li a{
	color:#ffffff;
	list-style:none;
}

#header #mainnav li a:hover {
	color:#007dc3;
	text-decoration:none;
}

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

#left_column {
	width:540px;
	float:left;
	padding:25px 25px 25px 35px;
	position:relative;
}

#right_column {
	width:220px;
	float:left;
	padding:10px 25px 25px 15px;
	position:relative;
}

#right_column .textsize {text-align:left; display:block; margin-bottom:15px; color:#666666;}
#right_column .textsize img {display:inline;}
	
#footer {padding-top:10px; font-size:11px; margin-bottom:15px; background:url('../images/bg_footer.gif') no-repeat top left;}

/*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:540px;
	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:25px;
	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");
	}
