@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bkg9.jpg);
	background-repeat:repeat-x;
	background-color:#477F68;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
}

a {
	color:#A1844C;
	text-decoration:none;
	font-weight:bold;
}

.clear {
	clear:both;
}

hr {background-color:#A1844C; color:#A1844C;}

h1 {
	color:#4F907C; font-size:16px; margin:0;
}

h2 {
	font-size:13px; color:#A1844C; font-style:italic; font-weight:normal; margin:0;
}

.wrapper {
	width:955px;
	margin:0 auto;
	background-image:url(../images/bg-content.gif);
	background-repeat:repeat-y;
}

.nav {
	float:left;
	width:167px;
	font-weight:bold;
	font-size:12px;
}

.nav ul, .nav li {
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	
}

.nav li a {
	display:block;
	width:167px;
	background-image:url(../images/bg-nav.jpg);
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
	text-indent:10px;
	margin-bottom:2px;
	color:#fff;
	text-decoration:none;
}

.nav li a:hover {
	background-image:none;
	background-color:#7EB2A6;
}

#services {
	  display:none; 
      position:relative; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
}

.content {
	float:left;
	width:715px;
	margin:10px 30px;
	min-height:440px;
}

.boldtext {font-weight:bold; color:#4F907C;}

.textbox {
	border:1px #4F907C solid;
	height:30px;
	line-height:30px;
	text-align:center;
}

.newsletterbox {
	color:#4F907C;
	line-height:18px;
	border:1px #4F907C solid;
	border-top:8px  solid;
	width:140px;
	margin:10px auto 0 auto;
	padding:10px;
	text-align:center;
	font-size:12px;
}
.wrap_image_right {
	float: right;
	padding-left: 10px;
}
.wrap_image_left {
	float: left;
	padding-right: 10px;
}
.footer {
	text-align:center;
	width:935px;
	margin:0 auto;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#4F907C;
	font-size: 10px;
	border-top-width: thin;
	border-top-color: #4F907C;
	background-color: #eef4f4;
}
