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


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0 auto;
	width:940px;
	color:black;
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-x;
	overflow:scroll;
}

img {
	border:none;
}

#wrapper {
	width:940px;
	height:1147px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:white;
}

#header {
	width:940px;
	height:197px;
	clear:both;
}

#phone {
	width:470px;
	height:141px;
	color:white;
	padding:8px 0px 0px 470px;
	text-align:right;
	clear:both;
}

#bold {
	font-size:18px;
	color:white;
	font-weight:bold;
}

#nav {
	width:940px;
	height:42px;
	padding:0px 0px 0px 0px;
	clear:both;
}

#nav ul li {
}

#mainContent {
	width:580px;
	height:950px;
	text-align:justify;
	margin:0px 20px 0px 0px;
	padding:0px 20px 0px 20px;
	background-color:white;
	float:left;
}

#mainContent h2 {
	font-size:18px;
	margin-top:40px;
}

#mainContent ul {
	padding:0px 0px 0px 20px;
}

#mainContent  li {
    list-style-type: none;
    background: url('../images/bullet.jpg') no-repeat top left;
    padding: 0px 0px 0px 30px;
}

#mainContent h3 {
	font-size:12px;
	color:#1d3261;
	margin:0px;
	padding:3px 0px 0px 0px;
}

#mainContent p {
    padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
}

.bold {
	font-size:12px;
	font-weight:bold;
}

#clear {
	padding-top:20px;
	clear:both;
}

#clear a {
	color:#1d3261;
}

#rightColumn {
	width:300px;
	height:950px;
	background-color:white;
	margin:0px 0px 0px 0px;
	text-align:center;
	float:left;
	clear:right;
}

#form {
	font-family:Arial, Helvetica, sans-serif;
	width:240px;
	height:400px;
	color:#1d3261;
	padding:20px 10px 20px 10px;
	margin:20px 20px 20px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#E2E1E3;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
}

.input_1 {
	width:60px;
	float:left;
	padding-top:5px;
}

.input_2 {
	float:left;
	clear:right;
	padding-top:5px;
}

.input_3 {
	padding-top:5px;
	clear:both;
}

.input_4 {
	padding-top:5px;
	clear:both;
}

.input_5 {
	font-size:10px;
	padding-top:10px;
	clear:both;
}

.input_6 {
	padding-top:5px;
	clear:both;
}

.input_7 {
	padding-top:5px;
	clear:both;
}

.input_8 {
	padding:5px 0px 0px 60px;
	float:left;
}

.input_9 {
	padding:5px 0px 0px 10px;
	float:left;
	clear:right;
}

#footer {
	font-size:12px;
	width:920px;
	height:125px;
	color:white;
	padding:10px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	line-spacing:12px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer h2 {
	color:white;
	padding:0px;
	margin:0px;
}

#footer a:link,a:hover,a:visited,a:active {
	color:white;
}