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

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	margin:0;
	color:353535;
	height: 100%;
	
}



.dashedline {
	width:800px;
	margin:0 auto;
	border-top:1px dashed #9B8F83;
	clear:both;
	margin-top:20px;
}

 a:link {
	color:#9B8F83;
	text-decoration:none;
	
}

 a:visited {
	color:#9B8F83;
	text-decoration:none;
	
}

 a:hover {
	color:#685743;
	text-decoration:none;
	
}

table {
	width:800px;
	text-align:left;	
}

#container {
	margin:0 auto;
	width:100%;
	position:relative;
	background-color:#FFF;
	
}

.header {
	width:100%;
	height:265px;
	position:relative;
	background-color:#339900;
	border-bottom:35px solid #c7c3b8;
	
}

.banner {
	height:265px;
	width:800px;
	margin:0 auto;
	background-color:#c7c3b8;	
}


#navwrapper {
	position:relative;
	margin:0 auto;
	width:800px;
	height:35px;
	background-color:#c7c3b8;
}


ul#navigation {
	position:relative;
	margin:0 auto;
	display:inline;
	list-style-type: none;
	
}

ul#navigation li {
	margin:0 auto;
	float: left;
	width:120px;
	padding-top:8px;
	padding-right:14px;
	font-size:16px;
	font-weight:normal;
}

#navigation li a:link {
	text-decoration:none;
	color:#fff;
}

#navigation li a:visited {
	text-decoration:none;
	color:#fff;
}

#navigation li a:hover {
	text-decoration:none;
	color:#9B8F83;
}


.content {
	margin:0 auto;
	margin-top:30px;
	margin-bottom:70px;
	width:800px;
	height:auto;
	min-height: 100%;
	background-color:#fff;	
}

p a:link {
	color:#9B8F83;
	text-decoration:none;
	
}

p a:visited {
	color:#9B8F83;
	text-decoration:none;
	
}

p a:hover {
	color:#685743;
	text-decoration:none;
	
}

b {
	font-weight:normal;
	color:#9B8F83;
}

h1 {
	font-size:18px;
	line-height:26px;
	color:#9B8F83;
	margin-bottom:15px;
	font-weight:400;
	border-bottom:1px dashed #9B8F83;
	
}

h2 {
	font-size:18px;
	line-height:26px;
	color:#9B8F83;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:400;
	border-bottom:1px dashed #9B8F83;
	
}


#footerwrapper {
	z-index:9999;
	position:fixed;
	margin:0 auto;
	width:100%;
	height:auto;
	bottom:0;
	
}


.footer {
	position:relative;
	margin:0 auto;
	margin-top:40px;
	width:800px;
	padding-top:4px;
	padding-bottom:10px;
	height:30px;
	bottom:0;
	border-top:1px dashed #9B8F83;
	background-color:#fff;
	color:#9B8F83;

}


table.index td {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #666;
	background-color: #fff;
	font-weight:normal;
	
}

th {
	font-weight:normal;
	vertical-align:top;
}


td.leftcol_contact {
	width:265px;
	vertical-align:top;
}


table.contact {
	
	padding-bottom:10px;
	
}


table.advantages {
	
	width:800px;
	padding-bottom:10px;
	
}

.advantages tr {
	
	height:auto;
	vertical-align:top;
	
	
}

.advantages td {
	
	border-bottom:1px dashed #CCC;
	padding-bottom:10px;
	width:274px;
	margin-right:2px;
	
}


 .leftcol {
    font-weight: bold;
    text-align: left;
    width: 410px;
	margin-right:20px;
    background-color: #CCCCCC;
	vertical-align:top;
 }
 
  .rightcol {
	margin-top:0;
    text-align:left;
	vertical-align:top;
    width: 410px;
    background-color: #CCCCCC;
 }
 
 
.about_leftcol {
	position:relative;
	float:left;
	display:inline;
	width:256px;
	margin-right:16px;
}

.about_rightcol {
	position:relative;
	float:right;
	display:inline;
	width:528px;	
}

.home_leftcol {
	position:relative;
	float:left;
	display:inline;
	width:392px;
	height:auto;
	margin-right:16px;

}

.home_rightcol {
	position:relative;
	float:right;
	display:inline;
	width:392px;
	height:293px;

}