@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #061524;
}

p, #content table {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}



a {
	text-decoration: none;
	color: #FFFFFF;
}


#main {
	margin-left: auto;
	margin-right: auto;
	background-color: #0E243B;
	width: 938px;
	min-height: 600px;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 23px;
}

#header {
	width: 938px;
	height: 44px;
	float: left;
}

.logo {
	width: 303px;
	height: 44px;
	float: left;
}

#buttons {
	width: 635px;
	height: 16px;
	float: left;
	padding-top: 23px;
	
}

.btn_home {
	float: left;
	margin-right: 30px;
	margin-left: 34px;
	_margin-left: 14px;
}

.btn_process {
	float: left;
	margin-right: 30px;
}

.btn_provenresults {
	float: left;
	margin-right: 26px;
}

.btn_ourstaff {
	float: left;
	margin-right: 30px;
}

.btn_news {
	float: left;
	margin-right: 29px;
}

.btn_contactus {
	float: right;
}

.hr_btn {
	background-image: url(../images/hr_button.jpg);
	float: left;
	background-repeat: no-repeat;
	width: 635px;
	height: 1px;
	margin-top: 4px;
}

#content {
	width: 938px;
	height: auto;
	text-align:justify;
}

.contact_info {
	float: right;
	width: 310px;
	height: auto;
	text-align: right;
	padding-top: 5px;
}

.contact_info p {
	padding-top: 5px;
	*padding-top: 5px;
}

.flash_content {
	width: 938px;
	height: 212px;
	padding-top: 10px;
}

.content02 {
	width: 938px;
	height: auto;
	margin-top: 20px;
}

.welcome {
	width: 610px;
	height: auto;
	float: left;
	text-align:justify;
}

.welcome h1 {
	padding-top: 5px;
	height: 39px;
}

.welcome_notes {
	width: 610px;
	height: auto;
	float: left;
}

.welcome_notes p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align:justify;
}

.welcome_notes a {
	color: #ffffcc;
	
}


.h1_bg {
	width: 610px;
	background-image: url(../images/bg_h1.jpg);
	float: left;
	background-repeat: no-repeat;
	text-align:justify;
}

.contactus {
	background-image: url(../images/bg_contactus.jpg);
	float: right;
	background-repeat: no-repeat;
	width: 288px;
	height: 255px;
}

.contactus_content {
	width: 230px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	_margin-left: 15px;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	color: #114b83;
	font-size: 11px;
}

.contactus_content_input {
	margin-top: 5px;
	border: 1px solid #114A82;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 83px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.menu_bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffcc;
	font-size: 12px;
	padding-top: 20px;
}

p.menu_bottom a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffcc;
	font-size: 12px;
	padding-top: 20px;
	text-decoration: none;
}

p.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
	padding-top: 10px;
}

.submit {
	width: 63px;
	height: 22px;
	float: left;
	margin-left: 2px;
	margin-top: 5px;
}

.clear {
	width: 54px;
	height: 22px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}


.dotted{
	background:#FFFFFF;
	border:#FF0000 solid 1px;
}
