@charset "UTF-8";
body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	color: #424141;
}

.contentpaneopen{
	border-collapse:collapse;
	padding:0;
	margin:0;
	width: 100%;
}
.contentpaneopen td{
	border-collapse:collapse;
	padding:0;
	margin:0;
}

.clr{
	clear: both;
}

img{
	border: none;
}

#wrapper {
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding-top: 30px;
}

#inner_wrapper {
	margin: 0 auto;
	width: 998px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	behavior: url(PIE.php);
}

#nav {
	float: left;
	height: 42px;
	width: 688px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
}

#header .right {
	float: right;
	text-align: right;
	width: 310px;
}

#content .left {
	float: left;
	padding: 30px 40px 30px 30px;
	width: 464px;
	position: relative;
}

#content .left h1 {
	color: #a30227;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: bold;
	margin: 0;
	line-height: 37px;
}

#content .left p span {
	color: #074f80;
	font-size: 21px;
	line-height: 25px;
}

#content .left .phone_number {
	color: #074f80;
	font-size: 29px;
}

.AGCV {
	position: absolute;
	bottom: 70px;
	right: 50px;
}

#content .right {
	float: right;
	width: 441px;
	padding: 30px 20px 0 0;
}

#content .right .top {
	background-color: #f0f0f0;
	height: 320px;
}

#content .right .top ul {
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 200px;
	float: left;
}

#content .right .top ul li,
#content .right .top ul li a,
#content .right .top ul li a:hover,
#content .right .top ul li a:visited {
	color: #494747;	
	text-decoration: none;
	font-size: 13px;
}

#content .right .bottom {
	background-color: #000;
	margin: 20px 0 0 0;
	position: relative;
}

.click_here_btn {
	position: absolute;
	left: 240px;
	bottom: 10px;
}

#footer {
	width: 998px;
	text-align: center;
	margin: 0 auto;
}

#footer {
	padding-bottom: 10px;
}

#footer,
#footer a,
#footer a:hover,
#footer a:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

/*-------------inner----------------*/

#content .inner_content {
	margin: 30px;
}

#content .inner_content h1 {
	color: #a30227;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: bold;
	margin: 0;
	line-height: 37px;
	text-align: center;
}

blockquote {
	color: #074f80;
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #074f80;
	border-bottom: solid 1px #074f80;
	padding: 10px 0 10px 0;
	margin: 30px 80px;
}

#content .inner_content h2 {
	color: #074f80;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.imgleft{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.imgright{
	float:right;
	padding-left:20px;
}

#content .bottom_right {
	background-color: #000;
	margin: 20px 0 0 0;
	position: relative;
	float: right;
}

.click_here_btn {
	position: absolute;
	left: 240px;
	bottom: 10px;
}

#content .bottom_left {
	float: left;
	padding: 30px 0px 30px 0;
	width: 434px;
	position: relative;
}

#content .bottom_left p span {
	color: #074f80;
	font-size: 21px;
	line-height: 25px;
}

#content .bottom_left .phone_number {
	color: #074f80;
	font-size: 29px;
}

/*------------contact form----------------*/

form {
	width: 900px;
	font-size: 12px;
	color: #666666;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

form table {
	width: 400px;
	float: left;
	margin-right: 20px;
}

form input {
 	width: 400px;
	height: 25px;
	margin: 5px 0 10px 0;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #999999;
	padding: 2px 5px;
}

.short {
 	width: 190px;
 	margin: 5px 10px 10px 0;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #999999;
	padding: 2px 5px;
	height: 25px;

}

.short1 {
 	width: 188px;
 	margin: 5px 0 10px 0;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #999999;
	padding: 2px 5px;
	height: 25px;
}

form select {
	width: 400px;
	margin: 5px 0 10px 0;
}

form textarea {
	width: 400px;
	background-color: #fff;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #999999;
	padding: 2px 5px;
	height: 60px;
	margin: 5px 0 10px 0;
}

form input[type='button'] {
	display: block;
	width: 120px;
	background-color: #074f80;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	border: none;
	margin: 10px 20px 0 0;
}

.services img{
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 0 10px 10px 0;
}

.anchor_tags_services li a {
	color: #424141;
	text-decoration: none;
}
