@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background-image: url();
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	color: #707070;	
	}
	
#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 1000px;
	}

#header {
	height: 340px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	}

#navigation {
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 35px;
	width: 550px;
	margin-right: 20px;
}

#navigation .nav_menu li {
	display: inline;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 35px;
	list-style-type: none;
}

	
#navigation .nav_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#title {
	background-image: url(images/logo.png);
	float: left;
	height: 75px;
	width: 400px;
	margin-top: 30px;
	margin-left: 30px;
	background-repeat: no-repeat;
}

.clear  {
	clear: both;	
}

#header .headerText {
	margin-left: 40px;
	width: 500px;
	color: #ffd200;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header .headerText2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	width: 400px;
	margin-left: 40px;
}


.contentH1 {
	font-weight: normal;
	color: #072e6b;
	font-size: 17px;
}

.contentH2 {
	font-size: 12px;
	font-weight: bold;
}



.contextMargin {
	margin-top: 45px;
	margin-left: 15px;
	height: 300px;
}

.contextMargin a {
	font-weight: bold;
	color: #FAA10D;
	text-decoration: none;
}
.contextMargin ul {
	list-style-image: url(images/bullet.png);
	padding-left: 20px;
	line-height: 20px;
}
.contextMargin .line-height {
	line-height: 17px;
}
.contextMargin .testimonail1 {
	line-height: 17px;
	background-image: url(images/com_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.contextMargin  .testimonial2 {
	color: #FAA10D;
	background-image: url(images/com_right.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
.contextMargin .button_1 {
	background-image: url(images/button_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#footer {
	background-image: url(images/main_footer_bg.png);
	background-repeat: repeat-x;
	height: 45px;
	clear: both;
	background-position: bottom;
}
#footerContent {
	background-image: url(images/footer_bg.png);
	width: 950px;
	margin: 0px auto;
	background-repeat: repeat-x;
	height: 45px;
}

#footerContent li {
	display: inline;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 30px;
	list-style-type: none;
}
#footerContent .copy {
	padding-top: 20px;
	text-align: right;
	padding-right: 10px;
}


#footerContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}



#form1 {
	float: left;
}

