@charset "UTF-8";
/* CSS Document */
/* =GENERAL - the general styles */

* 	{
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	height: 100%;
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	background-color:#e8e5e0;
	}

#wrapper {
	margin:auto;
	width: 1109px;
	position:relative;
	background:#fff url(Images/BackgroundFill.jpg) repeat-y;
	}
/*---------------------------------images and extra stuff area--------------------*/
#img {
	}
img.floatleft {
	float: left;
	margin: 0px;
	}
img.floatleft2 {
	float: left;
	margin: 0px;
	padding: 0 15px 0 0;
	}
	
img.floatright {
	float: right;
	margin: 0px;
	}
img.floatrighthead {
	float: right;
	margin: 0 10px 0 0;
	}
img.floatrighthead2 {
	float: right;
	margin: 0;
	}
img.layer {
	z-index:100;
	}

.dropshadowleft {
	background: url('Images/Shadow_left.jpg') repeat-y;
	width: 42px;
	float:left;
	}
.dropshadowright {
	background: url('Images/Shadow_right.jpg') repeat-y;
	width: 40px;
	float:right;
	}
	
.clear { clear: both; }
a img { border:none; }

/*Fonts----------------------------------------------------------------*/

h1 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 34px;
	color: #30280f;
	font-weight:bold;
	font-style:italic;
	line-height: 22px;
	margin-bottom: 8px;
	margin-left: 30px;
	}
	
h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	color: #72afb6;
	margin-bottom: 20px;
	font-weight:normal;
	}

h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #72afb6;
	font-weight:normal;
	line-height: 18px;
	margin: 2px 0 10px 0;
	}

h4 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight:normal;
	line-height: 18px;
	margin: 10px 0 10px 0;
	}
h5 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #AFD8E9;
	font-weight:normal;
	line-height: 18px;
	margin: 12px 0 10px 0;
	}
	
p 	{
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	color: #30280f;
	letter-spacing: 0px;
	font-size: 12px;
	text-align: left;
	}
	 
a:link {
	color: #72afb6;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #AFD8E9;
}
a:active {
	color: #72afb6;
}

	
/*------------------------------------------------topheader--------------------*/
/** layout **/
#header{
	width: 1027px;
	height: 244px;
	margin-left:42px;
	margin-right:40px;
	background-image: url('Images/FullHeader2.jpg');
	}

/*------------------------------------------------Navigationr------------------*/
#navigationSPLSH {
	width:100%;
	font-family: "trebuchet ms", helvetica, sans-serif;
	height: 15px;
	background: url('Images/Nav_Fill.jpg') repeat-x;
	color: #fff;
	position: relative;
	float: left;
	z-index: 50;
	}
	
#navigation {
	width:100%;
	font-family: "trebuchet ms", helvetica, sans-serif;
	height: 56px;
	background: url('Images/Nav_Fill.jpg') repeat-x;
	color: #fff;
	position: relative;
	float: left;
	z-index: 50;
	}

#navigation ul {
	text-align: center;
	padding-left: 8%;
	margin-left: 10%;
	}

#navigation li {
	list-style: none;
	float: left;
	border-right:1px solid #eee0c5;
	}

#navigation li a {
	display: block;
	color: #30280f;
	line-height: 56px;
	text-decoration: none;
	font-size: 14px;
	padding:0 20px;
	}

#navigation ul li.last{
	border-right:0;
	}

#navigation li:hover {
	color:#003333;
	}

#navigation li ul {
	display: none;
	width: 100px; /* Width to help Opera out */
	}

#navigation li:hover ul, #navigation li.hover ul {
	display: inline-block;
	position: absolute;
	line-height: 18px;
	margin-left:-8%;
	text-align: center;
	}

#navigation li:hover li, #navigation li.hover li {
	float: none; }

#navigation li:hover li a, #navigation li.hover li a {
	font-size: 12px;
	line-height: 16px;
	background-color:#AFD9E9;
	border-bottom: 1px solid #fff;
	color: #30280f;
	padding: 5px 8px 5px 8px;
	width:100%;
	}

#navigation li li a:hover {
	background-color: #ece4d8;
	}
	
#navigation ul ul ul {
position: absolute;
top: 26px;
left: 100%;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{display: block;}

	
#clear {
	clear: both;
	}
/*------------------------------------------------body_area--------------------*/
	
#main {
	width:1027px;
	position:relative;
	background-color:#FFFFFF;
	margin-left:42px;
	margin-right:40px;
	}
#content {
	width:650px;
	float: left;
	min-height:300px;
	padding-left: 25px;
	background-color:#FFFFFF;
	}
#contentwide {
	width:700px;
	float: left;
	min-height:300px;
	padding: 15px 0 10px 135px;
	background-color:#FFFFFF;
	}
   
.bodytext {
  	padding: 5px 15px 20px 15px;
  	float: left;
	line-height: 16px;
	}

.latesttext {
	padding: 5px 15px 5px 15px;
	}

.latesttext p {
	font-size: 11px;
	}

#right{
	width:303px;
	float: right;
	background: #d0cbc1 url('Images/Right_TopFill.jpg') repeat-x;
	min-height:500px;
	}
.righttext {
	padding: 0 10px 10px 10px;
	margin-left:20px;
	}	
.righttext p {
	margin-left:10px;
	color:#30280f;
	}
.righttext ul {
	margin-left:10px;
	color:#30280f;
	}	
.righttext a {
	color:#0089A3;
	}
.right2{
	width:303px;
	float: right;
	background: #c7c1b5 url('Images/Right_BtmFill.jpg') repeat-x;
	min-height:220px;
	}
	
.righttext2 {
	padding: 0 10px 10px 10px;
	margin-left:20px;
	}
.righttext2 p {
	margin-left:10px;
	color:#fff;
	}
.righttext2 ul {
	margin-left:20px;
	color:#fff;
	}
.bodycolumn {
	float:left;
	width: 195px;
	margin-left: 15px;
	text-decoration:none;
	margin: 50px 10px 8px 0;
	}

.bodycolumn p {
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	color: #30280f;
	letter-spacing: 0px;
	font-size: 11px;
	text-align: left;
	}

/*-------------------------------------------Contact Form area--------------------*/	

#contact-area {
	width: 450px;
	margin-top: 25px;
}
#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 325px;
	float:right;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}
#contact-area select {
	padding: 3px;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	clear:both;
}
#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 75px;
	float: left;
	color:#30280f;
	margin-right: 10px;
	clear: both;
}
label {
	padding-top: 15px;
	font-size: 12px;
	clear:both;
}
/*-----------------------------------------List Styles-------------------*/
.list {
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#000;
	list-style: none;
	z-index: 2;
	}
	
.list ul li {
	display:block;
	list-style: none;
	float: none;
	}	
.list li em {
	position:absolute;
	left:830px;
	font-style: normal;
	font-weight: normal;
	color: #30280f;
	}
/*-----------------------------------------------footer_area--------------------*/
#footer {
	background: #30280f;
	width: 1027px;
	height: 130px;
	bottom: 0;
	position:relative;
	clear:both;
	}
.footercontainer {
	padding-left: 5px;
	}
	
.footercolumn {
	float:left;
	width: 170px;
	margin-left: 15px;
	text-decoration:none;
	padding:5px;
	margin: 10px 0 10px 20px;
	}
.footercolumn p {
	font-size: 12px;
	line-height:14px;
	color:#72afb6;
	}
.footercolumn a {
	color:#ece4d8;
	text-decoration:none;
	}
.footercolumn a:hover {
	color:#AFD8E9;
	}
.footercolumn ul li {
	list-style-type:none;
	line-height:14px;
	color:#fff;
	}
	
#designby{
    height: 15px;
    font-size: 11px;
	color:#ece4d8;
	float:right;
	padding: 10px 20px 0 0;
    }
