/* CSS Document */
body {
	background: url(../images/formatting/body-bg.jpg) repeat-x top #475e4c;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
}
#wrapper {
	width:760px;
	margin:0 auto;
	background-image: url(../images/formatting/wrapper-tile.gif);
	background-repeat: repeat-y;
}
#left {
	width: 190px;
	float: left;
}
#wrapper-inner {
	background-image: url(../images/left-nav/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#content a {
	color: #990000;
	text-decoration: none;
	border-bottom: dotted 1px #475E4C;
}
#content a:hover {
	background-color: #859D90;
	color:#FFFFFF;
	border-bottom: dotted 1px #990000;
}
#left ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#left ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left ul ul li a {
	display: block;
	background:none;
	width:154px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:2px;
	min-height:inherit;
}
#left ul ul li a:hover {
	background:none;
	color:#ffffff;
}
#left ul li a {
	display: block;
	background-image: url(../images/left-nav/left-tile.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:169px;
	border-top:solid 1px #61826c;
	color:#ff9900;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	min-height:27px;
}
#left ul li a:hover {
	background-image: url(../images/left-nav/left-tile-over.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6d877a;
	color:#ffbf60;
}
#right {
	float:right;
	width:570px;
}
.title-area {
margin-bottom:10px;
}
.page-title {
color:#cc6600;
font-size:30px;
}
.sub-title {
	color: #859d90;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.4em;
}

.orange {
color:#cc6600;
}
.green {
color:#475e4c;
}


/*=================================== FOOTER ===================================
==============================================================================*/
#footer {
	background-image: url(../images/formatting/footer.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 760px;
	color:#56685b;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#content {
/*	margin:20px 50px 50px 50px;*/
	margin:20px 40px 50px 40px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	width:760px; 
}
#footer li {
float:left;
padding-left:20px;
margin-top:12px;
}
#footer li a {
color:#56685b;
text-decoration:none;
}
#footer li a:hover {
color:#FFFFFF; }
.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*==================================== CONTACT FORM ====================================
======================================================================================*/
#contact-form {
margin-top:20px;
}
#contact-form label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	clear: both;
	font-weight:bold;
	font-size:12px;
}
#contact-form p {
	padding: 0px;
	margin: 5px 0;
	clear: both;
}
#contact-form input {
	background:#FFFFFF;
	margin-bottom: 2px;
	padding: 0px;
	border:1px solid #475e4c;
}
#contact-form textarea {
	border:solid 1px #475e4c;
}
#contact-form input.submit {
	margin-left: 140px;
	background-color: #660000;
	font-weight:bold;
	font-size:13px;
	padding:2px;
	width:70px;
	color: #FFFFFF;
}

.footer-link {
	color: #ffffff;
	text-decoration: none;
}
a.footer-link:hover {
	text-decoration:underline;
	background-color:#CC00FF;
}
#header-right {
	background-image: url(../images/formatting/header-bg-right2.gif);
	height: 103px;
	width: 440px;
	float: right;
	text-align: right;
	font-size: 11px;
}
#header-right p {
	padding-right: 30px;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
#header-right form {
	padding-right: 25px;
	margin: 0px;
	padding-top: 5px;
}
#submit {
	background-color: #660000;
	font-weight:bold;
	font-size:12px;
	padding:2px;
	width:70px;
	color: #FFFFFF;
	border-width:1px;
	border-color:#999999;
	margin-left:5px;
}