/*
      red:	#d2232a		#681215
     grey:	#b1af96		#5c584c
    green:	#666f2c		#3d431a
  darkred:	#8e1013		#540a0b
   yellow:	#f5c663		#655228
   purple:	#70535c		#433237
*/

body {
	background: #000;
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
#outer.home {
	background: url(/layout_files/images/bg-home.gif) repeat-x #870000;
}
#wrapper {
	width: 872px;
	margin: 0 auto;
	color: #333;
	font: normal normal normal 13px/1.5em Arial, sans-serif;
}
#sidebar {
	float: left;
	width: 130px;
}
#logo {
	height: 220px;
	width: 83px;
	padding: 14px 26px 16px 21px;
	background: url(/layout_files/images/logo-box.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/logo-box.png', sizingMethod='fixed');
}
#sidebar ul {
	list-style-type: none;
	text-align: right;
	padding: 0 28px 0 0;
	margin: 0;
}        
#sidebar ul li {
	padding: 8px 0;
  	margin: 0;
}
#sidebar ul li a {
	text-decoration: none;
	font: normal normal normal 14px "Trebuchet MS", Arial, sans-serif;
}
#sidebar ul li a:hover, #sidebar ul li a.active {
	color: #000;
}
#main {
	float: left;
	width: 742px;
}
#header {
	height: 94px;
	position: relative;
}
#client_nav {
	position: absolute;
	top: 0;
	right: 20px;
}
#client_nav a {
	color: #fff;
	font: normal normal normal 16px/31px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	float: right;
	display: block;
	height: 31px;
	padding: 0;
	margin-bottom: 1px;
	border-right: 1px solid #fff;
	padding: 0 15px;
}
#client_nav a.left {
	border-left: 1px solid #fff;
}
#client_nav a:hover {
	text-decoration: underline;
}
#nav {
	padding-top: 50px;
	height: 32px;
}
#nav ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav ul li a {
	color: #ccc;
	font: normal normal normal 16px/31px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	float: left;
	display: block;
	height: 31px;
	padding: 0;
	margin-bottom: 1px;
	padding: 0;
	text-align: center;
	width: 120px;
	background: url(/layout_files/images/navbutton-outline.gif) no-repeat;
}
#nav ul li a:hover {
	color: #000;
}
#nav ul li a.active {
	color: #000;
	height: 32px;
	margin-bottom: 0px;
}
#nav ul li.red a {
	background-color: #681215;
}
#nav ul li.grey a {
	background-color: #5c584c;
}
#nav ul li.green a {
	background-color: #3d431a;
}
#nav ul li.darkred a {
	background-color: #540a0b;
}
#nav ul li.yellow a {
	background-color: #655228;
}
#nav ul li.purple a {
	background-color: #433237;
}
#nav ul li.red a:hover, #nav ul li.red a.active {
	background-color: #d2232a;
}
#nav ul li.grey a:hover, #nav ul li.grey a.active {
	background-color: #b1af96;
}
#nav ul li.green a:hover, #nav ul li.green a.active {
	background-color: #666f2c;
}
#nav ul li.darkred a:hover, #nav ul li.darkred a.active {
	background-color: #8e1013;
}
#nav ul li.yellow a:hover, #nav ul li.yellow a.active {
	background-color: #f5c663;
}
#nav ul li.purple a:hover, #nav ul li.purple a.active {
	background-color: #70535c;
}
#content { 
	background: url(/layout_files/images/contentbg.gif) no-repeat 204px 120px;
	width: 721px;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 500px;
	-height: 500px;
}
#outer.home #content {
	background: url(/layout_files/images/home-contentbg.jpg) no-repeat;
	min-height: 520px;
	-height: 520px;
	color: #fff;
}
#home_top {
	top: 0;
	left: 0;
	height: 104px;
	width: 721px;
}
#home_top h1 {
	margin: 10px 15px;
	font: italic normal normal 32px "Trebuchet MS", Arial, sans-serif;
}
#home_left {
	top: 104px;
	left: 0;
	height: 200px;
	width: 381px;
	font: normal normal normal 15px/21px Arial, sans-serif;
}
#home_left p, #home_bottom #middle p, #home_bottom #right p {
	margin: 20px 15px; 
}
#home_photo {
	z-index: 5;
	position: absolute;
	display: block;
	width: 340px;
	height: 200px;
	top: 104px;
	right: 0;
}
#outer.home #content a {
	color: #fc6;
}
#outer.home #content a:hover {
	color: #fff;
}
#home_bottom {
	background: url(/layout_files/images/home-contentbg2.jpg) #900000 repeat-y;
	*height: 100%;
	-height: 50%;
}
#home_bottom #left {
	background: url(/layout_files/images/home-contentbg_left.jpg) no-repeat;
	float: left;
	width: 381px;
	*width: 380px;
}
#home_bottom #left ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#home_bottom #left ul li {
	padding-bottom: 10px;
}
#home_bottom #middle {
	float: left;
	width: 150px;
}
#home_bottom #middle h2 {
	font: normal normal normal 18px "Trebuchet MS", Arial, sans-serif;
	margin: 15px 20px;
}
#home_bottom #right {
	float: left;
	width: 190px;
}
#title_box {
	width: 721px;
	height: 120px;
	background: url(/layout_files/images/titlebox-bg.png) no-repeat;
	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout_files/images/titlebox-bg.png', sizingMethod='fixed');
}
#title {
	padding-top: 60px;
	padding-left: 20px;
	width: 390px;
}
#title h1 {
	color: #fff;
	margin: 0;
	padding: 0 5px;
	font: normal normal bold 36px "Trebuchet MS", Arial, sans-serif;
	vertical-align: bottom;
}
#right_area {
	position: absolute;
	width: 240px;
	top: 0;
	right: 40px;
	z-index: 5;
}
#right_area img {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#right_area_text {
	padding-top: 10px;
}
#right_area_text h2 {
	font: normal normal normal 18px "Trebuchet MS", Arial, sans-serif;
	color: #000;
}
#right_area_text ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#right_area_text a {
	color: #000;
	text-decoration: none;
}
#right_area_text a:hover {
	text-decoration: underline;
}
#content_text {
	padding: 15px 15px 50px 15px;
	width: 390px;
}     
.noside #content_text {
	width: 690px;
}
#content_text p {
	padding: 0 5px;
}
#content_text h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 5px;
	font: normal normal normal 20px "Trebuchet MS", Arial, sans-serif;
	color: #000;
}
#content_text input, #content_text textarea {
	border: 1px solid #999;
	padding: 2px;
}
#content_text label {
	width: 100px;
	padding-right: 20px;
	text-align: right;
	float: left;
	display: block;
}
#content hr {
	border: 0;
	border-top: 1px solid #999;
}
#footer {
	background: #000;  
	padding-bottom: 50px;
}
#outer.home #footer {
	border-top: 1px solid #fff;
	background: #000;
}
#outer.home #footer_text {
	padding: 0 0 10px 0;
}
#footer_text {
	color: #999;
	font: normal normal normal 10px/20px Arial, sans-serif;
	width: 850px;
	padding: 10px 0;
	height: 50px;
	margin: 0 auto;
}
#footer_text #address {
	font: normal normal normal 12px Arial, sans-serif;
	color: #ccc;
}
#footer_text a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}
#footer_text a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}