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

html, body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-image: url(/images/pg-bg.jpg);
}
form {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
input, select, textarea{
	border: 1px solid #b3c5d6;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman";
	font-size: 14px;
	color: #173329;
	text-align: justify;
	vertical-align: middle;
	overflow: hidden;
	width: 250px;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	color: #8B5749;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #D99522;
	font-weight: bold;
	line-height: 20px;
	font-style:italic;
}

.h2black {color:#000000; font-weight:normal; font-variant:normal;}

h3 {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #C39373;
}
h4 {
	font-family: Georgia;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #C39373;
	font-style: italic;
}

.submit {
	background-color: #238937;
	border: 1px solid #165623;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.formtable {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
.formtable td {
	vertical-align: top;
}
.formtable .td-left {
	width: 140px;
}
.formtable .text {

}
.clear{
	clear:both;
}
.center {
	text-align: center;
}
p {
	line-height:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page-container {
	width: 960px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 15px;
	background-color: #FFFFFF;
}
#header {
	height: 210px;

}
#header .wraper {
	width: 585px;
	text-align: center;
	float: left;
}


#nav  {
	height: 31px;
	background-image: url(/images/nav-bg.jpg);
	padding-left: 20px;
}



#nav a {
	text-decoration: none;
	height: 24px;
	font-family: Tahoma;
	font-size: 15px;
	line-height: 14px;
	color: #FFFFFF;
	overflow: hidden;






	#display:inline-block;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	float: left;
	padding-right: 10px;
}

#nav a:hover {
	background-image: url(/images/nav-bg-hover.jpg);
}
#main {
	background-image: url(/images/main-pg.jpg);
	background-repeat: repeat-y;
}




#left {
	width: 525px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding-left: 30px;
	position: relative;
	padding-top: 29px;
	padding-right: 30px;
}
#left a{
	color: #000000;
}
#left a:hover{
	color: #000000;
	text-decoration: none;
}

#right {
	width: 363px;
	float: left;
	padding-top: 17px;
	padding-left: 12px;
}
#right #testimonials {
	width: 293px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	bottom: 11px;
	margin-left: 31px;
	padding-top: 3px;
}

#right #testimonialheader {
	width: 293px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight:bold;
	bottom: 11px;
	margin-left: 31px;
	padding-top: 22px;

}

#right a{
	color: #ffffff;
	text-decoration:underline;
}
#right a:hover{
	color: #ffffff;
	text-decoration: none;
}


#footer {
	clear: both;
	height: 28px;
	background-image: url(/images/footer-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	font-family: Tahoma;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#footer #deco {
	background-image: url(/images/footer-decoration.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 384px;
	position: absolute;
	left: 290px;
	top: -15px;
}


/**/
#copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	float: right;
	padding-top: 18px;
	padding-right: 11px;
}

#copyright a {
	color: #000000;
}
#copyright a:hover {
	color: #666666;
	text-decoration: none;
}

