/* 123webconnect Standard CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	margin-top:0px;
	line-height:1.3;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*******************************************************************************************************Headings******/
h1 {font-size: 25px; color:#0e88a2;}
h2 {font-size: 23px; color:#0e88a2;}
h3 {font-size: 21px; color:#0e88a2;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}
h1 {padding-bottom:15px;}
h2, h3, h4, h5, h6 {padding-bottom:10px; padding-top:10px;}
/*************************************************************************************************Font Colors**********/
.red {color:#FF0000;}
.blue {color:#0000FF;}
.siteBlue {color:#0e88a2;}
/*************************************************************************************************Text Styles*********/
.lineHeight1-5 {line-height:1.5;}
.underline {text-decoration:underline;}
.fontSize-85 {font-size:11px;}

/*********************************************************************************************Navigation****************/
#main_nav {
	width:900px;
	clear:both;
	color:#fff;
	background-color:#404040;
	margin:0px auto;
	padding:10px;
	font-size:15px;
}
#main_nav li {
	display:inline;
}
#main_nav li a {
	color:#fff;
	margin:0px 7px 0px 7px;
}
/**********************************************************************************************Page Layout************/
#container {
	width:960px;
	margin:0 auto;
	clear:both;
}
#container_bottom {
	width:960px;
	height:3px;
	clear:both;
}
#top {
	width:940px;
	height:90px;
	padding:10px;
	clear:both;
}
#logo {
	width:514px;
	height:90px;
	float:left;	
}
#top_info {
	width:400px;
	float:right;
	text-align:right;
	color:#15327D;
	font-size:23px;
	font-weight:bold;
}
#page_container_top {
	width:960px;
	height:60px;
	clear:both;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	padding-top:20px;
}
#page_container {
	width:920px;
	padding:0px 20px 0px 20px;
	clear:both;
	background-image:url(../images/middle.gif);
	background-repeat:repeat-y;
}
#pageHeaderBG_Img {
	width:920px;
	height:120px;
	clear:both;
	background-image:url(../images/pageHeaderImg.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
}
#page_title {
	float:left;
	margin-top:40px;
	padding-left:20px;
	font-size:30px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
#page_title_Img {
	width:200px;
	float:right;
	padding-right:20px;
	padding-top:13px;
}
#page_container_spacer {
	width:920px;
	height:3px;
	clear:both;
}
#page_container_bottom {
	width:920px;
	padding:0px 20px 0px 20px;
	clear:both;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	height:20px;
}
#footer {
	width:920px;
	clear:both;
	padding:20px;
	color:#999999;
}
#footer a {
	color:#999999;
}
#two_thirds {
	width:600px;
	float:left;
}
#one_third {
	width:300px;
	float:right;
}
/************************************************************************************Form******************************/
#contactForm {
	width:288px;
	clear:both;
	margin-top:15px;
	padding:5px;
	background-color:#68c9de;
	border:1px solid #0e88a2;
}
.contactFormItem {
	width:288px;
	float:left;
	padding-bottom:5px;
	font-size:12px;
}
.contactFormLabel {
	width:80px;
	float:left;
	padding-right:3px;
	text-align:right;
	font-weight:bold;
}
#contactFormBottom {
	width:288px;
	clear:both;
	height:2px;
}
.textBox {
	width:175px;
	background-color:#e5e5e5;
	border:1px solid #0e88a2;
	font-size:12px;
	padding:2px;
}
.button {
	width:180px;
}
.hr {	
	border:1px solid #0e88a2;
	margin:5px 0px 5px 0px;
}
/************************************************************************************Home Page******************************/
#hpHeaderBG_Img {
	width:920px;
	height:260px;
	clear:both;
	background-image:url(../images/hpHeaderImg.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
}
.hpHeaderBG_Text {
	width:286px;
	float:left;
	padding:10px;
	color:#fff;
}
.hpHeaderBG_Text h1 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
}
.hpImage {
	width:227px;
	float:right;
	margin:15px 0px 15px 7px;
}
.hpBullet {
	width:280px;
	float:left;
	margin-right:20px;
}
.li {
	margin-left:50px;
}
.hpDivPadTop {
	clear:both;
	padding-top:15px;
}
/************************************************************************************Compounding Page******************************/
.compoundingImg {
	width:302px;
	float:right;
	margin-top:15px;
}
.compoundingImg2 {
	width:202px;
	float:right;
	padding:0px 0px 15px 5px;
	clear:right;
}
/************************************************************************************Contact Us Page******************************/
#outter_Form {
	padding:20px 0px 0px 150px;
}
#outter_Form_Bottom {
	clear:both;
}
