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

body {
	background-color: #637080;
	background-image: url(Images/sub_bck.gif);
	background-repeat: no-repeat;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#CB9333;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#CB9333;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#CB9333;
}
p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	line-height: 18px;
}
a,a:visited {
	color:#10499E;
	text-decoration: none;
}
a:hover,a:visited:hover {
	color:#999;
	text-decoration: underline;
}
li {
	list-style-image: url(Images/0160_diamondblue.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
.footer      {
	color: #A7A9AC;
	font-size: 9px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 3.2ex;
	text-decoration: none;
}
.footer a,.footer a:link,.footer a:visited     {
	color: #A7A9AC;
	font-size: 9px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 3.2ex;
	text-decoration: none;
}
.footer a:hover,.footer a:visited:hover     {
	color: #10499e;
	font-size: 9px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 3.2ex;
	text-decoration: underline;
}
#leftnav {
	position: relative;
	top: 80px;
	left: -5px;
}
.leftnav ul,.leftnav li {
	font-family:Tahoma, Geneva, sans-serif;
	list-style-image: url(Images/star2.gif);
	line-height: 30px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
}
#contactinfo {
	position: relative;
	left: 20px;
	top: 110px;
}
.content {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#testimonial {
	width: 650px;
	background-image: url(Images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#24394D;
	font-style: normal;
	line-height: 22px;
	font-weight: 600;
	margin-left: 15px;
	text-align: justify;
}
.client {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #24394D;
	line-height: 14px;
	font-style: italic;
	margin-left: 15px;
}
.rightpic   {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right
}
.subhead {
	font-family:Tahoma, Geneva, sans-serif;
	color:#CB9333;
	font-weight: bold;
	text-transform: uppercase;
}
.contact {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #24394D;
}
/* -------- form ------ */
#mainFormError {
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
input.mainFormError {
	background-color: #9CF;
}
textarea.mainFormError {
	background-color: #9CF;
}
select.mainFormError {
	background-color: #9CF;
}
.required {
	color: #CE1D29;
}
