/* CSS Document */

#wrapper {
	margin: 0px auto;
	width: 100%;
	background-color: #081c32;
	display: block;
}

#top-wrapper {
	margin: 0px auto;
	width: 100%;
	height: 318px;
	background-image: url(../images/jpg/top_wrapper_bkgrnd.jpg);
	background-repeat: repeat-x;
}

#top-wrapper-img {
	background-image: url(../images/jpg/menu_bkgrnd.jpg);
	height: 318px;
	width: 840px;
	margin: 0px auto;
	background-repeat: no-repeat;
}

#content {
float: left;
padding:5px 40px 30px 40px;
width:760px;
}

#header { }


#main-wrapper {
	margin: 0px auto;
	width: 100%;
	background: url(..images/jpg/ltblue4x4.jpg) no-repeat top left #3f88bd;
}

#main {
	margin:0px auto;
	width: 840px;
	background-image: url(../images/jpg/content_bkgrd.jpg) ;
	background-repeat: repeat-y;
}

#footer {
	padding: 15px 40px 0px 40px;
	width:760px;
	height:55px;
	margin:0px auto;
	background-image: url(../images/jpg/footer.jpg);
	background-repeat: no-repeat;
}

#foot-wrapper {
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	height:70px;
	width:100%;
	background-image: url(../images/jpg/footer_bkgrnd.jpg);
	background-repeat: repeat-x;
} 

#footer p {
	float: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}
#footer a:link{
	color: #3f88bd;
	font-size: 11px;
	text-decoration:none;
}
#footer a:visited{
	color: #3f688a;
	font-size: 11px;
	text-decoration:none;
}

#footer a:hover{
	color: #ff7f00;
	font-size: 11px;
	text-decoration: underline;
}

.content {
 	position: relative;
	top: 0px;
	left: 0px;
	float:left;
	width: 800px;
	/*height: auto;*/
 	margin: 0px;
}

#head-main {
width:100%;
height:74px;
background:url(..images/jpg/head_bkgrnd.jpg) repeat-x;
}

#head-main-img {
background: url(../images/jpg/top_header.jpg) no-repeat;
height:74px;
width:840px;
margin:0px auto;
}

#menu{
	text-align: left;
	float: left;
	height: 200px;
	width: 200px;
	padding: 20px 0px 0px 40px;
	}

#menu ul{
	color: #ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul a:link{
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;
}

#menu ul a:hover{
	color: #ff7f00;
	font-size: 16px;
	text-decoration:none;
}

#menu a:visited{
	
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;

}

#columnOne {
 	float:left;
	width: 526px;
	padding: 0px 0px 0px 0px;

}

#columnOneLeft {
 	float:left;
	width: 243px;
	padding: 0px 20px 0px 0px;
}

#columnOneRight {
 	float:right;
	width: 243px;
	padding: 0px 5px 15px 0px;
}

#columnOnePortfolio {
 	float:left;
	width: 526px;
	padding: 0px 0px 10px 0px;
}

.columnOneHome {
	position: relative;
	margin: 0px;
	float:left;
	left: 0px;
	width: 408px;
	padding: 0px 20px 0px 30px;
	border-right: 1px solid #999999;
}

.columnTwo{
	float:right;
 	margin: 0px;
	width: 194px;
	padding: 0px 0px 0px 20px;
}

.columnTwo img{
	float: left;
	margin: 5px 0px 5px 0px;
}

.column2Home{
	position: relative;
	left: 0px;
	float:right;
 	margin: 0px;
	width: 295px;
	padding: 0px 30px 0px 10px;
}

/* sub page styles */


.both { clear: both; } 


div.clear { clear: both; background: transparent; margin: 0; padding: 0; }


img.left {
	float: left;
	margin: 3px 20px 10px 0px;
}

img.right {
	float: right;
	margin: -10px 0px 10px 20px;
}

img.portfolio {
	float: right;
	margin: -10px 0px 0px 20px;
}

body {
	color: #666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color:#0A243f;
}

a{
	color:#999999;
}

a:hover{
	color:#3f688a;
}

a:hover img{
	color:#3f688a;
}

h1{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	line-height: 14px;

}
h2{
	font-size: 17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #a40c11;
	font-weight: normal;
}

h3{
	font-size: 17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}

h4{
	font-size: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3f688a;
	border-bottom: solid 1px #cccccc;
	font-weight: normal;
	margin-bottom:5px

}

ul{
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	color: #666666;
	line-height: 215%;
}
.required{
	color: #a40c11;
	font-size: 11px;

}
