/* @override 
	http://webdesign.gs/newhorizon/newhorizon.css
	http://webdesign.gs/newhorizon/style/newhorizon.css
*/

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #7d9a96;
}

#cms_content{
	width: 600px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 824px;
}

#header{
	margin: 0px;
	padding: 0px;
}

#content{
	margin: 0px;
	margin-top: -3px;
	padding: 20px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	line-height: 18px;
}

#content img {
	margin-left: 15px;
}

#content img .none{
	margin: 0px;
}

form p b{
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-weight: normal;
	font-style: normal;
	padding-top: 4px;
	clear: both;
}

form p input, form p textarea{
	padding: 5px;
	margin-top: 6px;
	border: 1px solid #7b6850;
	background-color: #fcfff5;
	width: 200px;
}

.submit{
	width: 60px;
	background-color: #1b576b;
	color: #fff;
	border: 1px solid #0e2e39;
	padding: 7px;
	margin-left: 306px;
}



#footer{
	margin: 0px;
	margin-bottom: -11px;
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 23px;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover{
	color: #1d3f38;
}

h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #1b576b;
}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1b7076;
}

h3{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #363636;
}

a{
	color: #1b576b;
	text-decoration: underline;
}

a:hover{
	color: #1b7076;
}

a.indent{
	margin-left: 25px;
}

#content-home {
	margin: 0px auto;
	background: transparent url(../images/content-bg.jpg) no-repeat;
	width: 730px;
	height: 194px;
	position: relative;
}

#content-home p {
	margin: 0px 0px;
	padding: 30px 45px 0px 0px;
	width: 500px;
	position: relative;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	float: right;
	line-height: 1.6em;
	text-align: justify;
}

#flash {
	width: 725px;
	margin: 0px auto;
	height: 210px;
}

#performance {
	width: 450px;
	margin: 0px auto;
}

#performance b {
	display: block;
	width: 134px;
	border: 1px solid #A29173;
	background-color: #EFE5D1;
	padding: 7px;
	height: 40px;
	font-size: 14px;
	float: left;
}

#performance p {
	margin: 0px;
	border: 1px solid #A29173;
	background-color: #EFE5D1;
	padding: 7px;
	font-size: 14px;
	height: 40px;
	width: 284px;
	float: right;
}

#contact-table {
	position: relative;
	width: 760px;
	height: 135px; 
	margin: 0px auto;
}

	#contact-table strong {
		display: block;
		border-bottom: 1px solid #A29173;
	}

#name-table {
	width: 140px;
	padding: 0px 5px;
	float: left;
	border-right: 1px dotted #A29173;
}

#title-table {
	width: 175px;
	padding: 0px 5px;
	float: left;
	border-right: 1px dotted #A29173;
}

#email-table {
	width: 145px;
	padding: 0px 5px;
	float: left;
	border-right: 1px dotted #A29173;
}

#phone-table {
	width: 140px;
	padding: 0px 5px;
	float: left;
}









