@charset "UTF-8";
/* CSS Document */
body {
	background-color: #3d3d3b;
	color: #3d3d3b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	line-height: 1.5;	
}
.clear {
	clear: both;
	height: 1px;
}
img, #menu {
	behavior: url(/css/iepngfix.htc); 
}
img.border {
	border: 1px solid #e3e3d3;	
}
.alert {
	font-weight: bold;
	color: #900;
}
.flt_rt {
	position: relative;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.flt_lt {
	position: relative;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.border {
	border: 1px solid #fff;	
}
#wrap {
	width: 856px;
	height: auto;
	background-image: url(../_assets/inner_pg_bkg.png);
	background-repeat: repeat-y;
	margin: 20px 0 0 0;
	position: absolute;
	left: 50%;
	margin-left: -431px;
	border-top: 1px solid #e3e3d3;
}
#header {
	width: 655px;
	margin-left: 200px;
	height: 150px;	
	border-right: 1px solid #e3e3d3;
	background-image: url(../_assets/header_bkg.png);
	background-repeat: repeat-x;
	background-position: 302px 0;
}
#logo img {
	margin: 17px 0 0 490px;	
}
#menu {
	height: 16px;
	width: 655px;
	margin-left: 200px;
	background-color: #636361;
	border-top: 1px solid #e3e3d3;
	border-bottom: 1px solid #e3e3d3;
	padding: 6px 0 6px 0;
}
*+html #menu {
	padding: 4px 0 6px 0;
	height: 18px;
}
* html #menu {
	padding: 4px 0 5px 0;	
}
#menu a {
	font-size: .9em;
	border-right: 1px dotted #000;
	padding: 3px 14px;
	text-decoration: none;
	color: #e3e3d3;
	letter-spacing: 2px;
}
#menu a:hover {
	color: #fff;	
}
#menu a.last {
	padding: 4px 0 4px 14px;
	border-right: 0 solid #3d3d3b;
}
#content {
	width: 576px;
	float: right;
	padding: 20px 40px 30px 40px;
}
#content h1, #content h2, #content h3, #content h4 {
	color: #517aba;
	font-size: 1.6em;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: -.5em;
}
#content h2 {
	font-size: 1.4em;	
}
#content h3 {
	font-size: 1em;	
	color: #3d3d3b;
}
#content h4 {
	font-size: 1em;
	letter-spacing: 1px;
}
#content a {
	color: #517aba;
	text-decoration: none;
}
#content li {
	line-height: 1.5	
}
#content ul {
	margin-top: -1em;	
}

#gallery {
	margin-top: 20px;
	margin-left: -16px;
}
#sidebar {
	width: 200px;
	height: auto;
	margin: -180px 0 0 0;
	background-image: url(../_assets/inner_sidebar.jpg);
	background-repeat: no-repeat;
	padding: 310px 0 30px 0;
}
* html #sidebar {
	float: left;
}
#sidebar .navlist
{
	padding-left: 0;
	border-bottom: 1px solid #e3e3d3;
	border-left: 1px solid #e3e3d3;
	border-right: 1px solid #e3e3d3;
	width: 198px;
	background-color: #517aba;
}
* html #sidebar .navlist {
	margin-left: 0;
}
*+html #sidebar .navlist {
	margin-left: 0;	
}
#sidebar .navlist li
{
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 20px;
	border-top: 1px solid #e3e3d3;
	color: #eff3de;
}

#sidebar .navlist li a { 
	text-decoration: none;
	font-size: .9em;
	color: #fff;
	display: block;
	width: 178px;
	height: auto;
 }
 
 #sidebar .navlist li a:hover {
 	color: #000;
 }
 #sidebar .navlist li:hover, #sidebar .navlist li.sfhover2, #sidebar .navlist li:hover a, #sidebar .navlist li.sfhover2 a {
	color: #000;
 }
 #sidebar .navlist li ul {
 	margin-bottom: 0;
	margin-left: -36px;
 }
 * html #sidebar .navlist li ul {
	margin-left: 0; 
 }
  *+html #sidebar .navlist li ul {
	margin-left: 0; 
 }
 #sidebar .navlist li li {
 	padding: 4px 0 0 12px;
	border-top: none;
	background-image: url(../_assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
 }
 *+html #sidebar .navlist li li {
	padding: 0 0 0 12px;
	background-position: 0 6px;
 }
  * html #sidebar .navlist li li {
	padding: 0 0 0 12px;
	background-position: 0 6px;
 }
 #sidebar .navlist li li a {
 	font-size: .90em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 160px;
 }
 #sidebar .navlist li li a:hover {
		color: #e3e3d3;
		text-decoration: underline;
 }
 #footer {
	background-color: #3d3d3b;
	border-top: 1px solid #e3e3d3;
	height: 44px;
 }
 #footer p {
	text-align: right;
	margin-top: 4px;
	color: #636360;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing: 1px;
 }
 #footer a {
		text-decoration: none;
		color: #636360;
		border-bottom: 1px solid #636360;
 }
 
 /* forms ================================================================================ */
.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform file {
	display: block;
	font-size: .9em;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #A5A5A1;
	}
input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #c2c2bd;
}
.contactform select {
	width: 21.5em;
}
.contactform .checkbox {
	width: auto;
}
.contactform label {
	color: #000;
	text-align: right;
	width:15em;
	margin-right: 5px;
	font-size: .9em;
	border: none;
}
* html .contactform label.editoralign {
	margin-right: 2px;
}
.contactform input.button {
	width: auto;
	padding: 3px 8px;
	color: #fff;
	background-color: #517aba;
	margin-bottom: 18px;
}
.contactform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 3em;
}
.contactform input.small, .contactform select.small {
	width: 6em;
}
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
}