body {
	background-color: #BDB788;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
}
label {
	font-weight: bold;
}
.req {
	font-weight: bold;
	color: #900;
}

.header-left {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	background-color: #02242B;
}
.header-right {
	float: right;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: #FFF;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
.tag {
	font-style: italic;
	color: #FFC;
	font-size: 12px;
}


#wrapper {
	overflow: hidden;
	background-color: #FFF;
	width: 750px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#header {
	background-color: #02242B;
}
#global-nav {
	background-color: #E8E7B3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#global-nav ul {
	list-style-type: none;
	padding: 10px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
#global-nav ul li {
	display: inline;
}
#global-nav ul li a {
	color: #333;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#global-nav ul li a:hover {
	background-color: #333;
	color: #FFF;
}
#big_pic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


#content {
	padding: 10px;
}
.content-left {
	float: left;
	width: 480px;
}
.content-right {
	float: right;
	width: 225px;
}
#content p {
	line-height: 22px;
}
#content a {
	color: #900;
}
#content a:hover {
	color: #600;
}

.testimonial {
	color: #600;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.center {
	text-align: center;
}





h1 {
	margin-top: 10px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 36px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #600;
}
h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #930;
	font-style: italic;
	color: #333;
	margin-top: 35px;
}


.lighter {
	font-weight: bold;
	color: #333;
}


#footer {
	color: #CCC;
	text-align: center;
	padding: 5px;
	background-color: #02242B;
	font-size: 12px;
}
#footer a {
	color: #FFF;
}
#bbbo1912 {
	width: 750px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#contact_button {
	text-align: center;
	margin-left: 25px;
}


#contact_button a { 
	display: block;
	text-indent: -5000px;
	width: 172px;
	height: 31px;
	background-image: url(images/get_quote.png);
	background-repeat: no-repeat;
}
#contact_button a {background-position: 0 0;}
#contact_button a:hover {background-position: 0 -32px;}
#contact_button a:active {background-position: 0 -65px;}
#frmsuccess {
	background-color: #CFC;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #9C6;
}
#frmerror {
	background-color: #FCC;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #933;
}

