@charset "utf-8";
/* main structure */

a:link { color: #FFF;text-decoration:underline;}
a:visited {color: #FFF;text-decoration:underline;}
a:hover {color: #FFF;text-decoration:underline;}
a:active { color: #FFF;text-decoration:underline;}

body {
	background-color: #FFF;
	background-image: url(../common/bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.clear { clear: both }

#container{
	width: 981px;
	text-align: left;
}
#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
	width: 981px;
	float: left;
	}

.content {
	width: 791px;
	float: left;
	}
.nav {
	width: 157px;
	height:19px;
	padding-left:33px;
	float: right;
	}
/* fonts */
.copyonwhite,
.copyb,
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	text-align:left;
	}
.copyonwhite,
.copy {
	font-weight:normal;
	}
.copyb {
	font-weight:bold;
	}
.copyb,
.copy {
	color: #FFFFFF;
	line-height:17px;
	}
.copyonwhite {
	color: #4F504B;
	line-height:20px;
	}
.formtxt {
height:20px;
	}	
/* general */
.menuitem {
	width: 140px;
	float:left; 
	padding-bottom:4px;
}
.gap {
	padding-top:20px;
	}
.topflash {
	background: url(../common/bg_topflash.jpg) top repeat-y;
	height:380px;
	}
.topsection {
	width:791px; 
	height:163px;
	float:left;
	background: url(../common/bg_top.jpg) bottom no-repeat;
	}
	
.servtop {
	width:239px;
	height:479px;
	margin-right:15px;
	float:left;
	text-align:center;
	background: url(../common/bg_services_top.jpg) left no-repeat;
	}	
.servbttm {
	width:239px;
	height:280px;
	margin-right:15px;
	float:left;
	background: url(../common/bg_services_bttm.jpg) top no-repeat;
	}	
	
	
	
.formfld {
	border: 1px #D4660C solid;
	width:178px;
	}
.formfld2 {
	border: 1px #6E6F6A solid;
	width:178px;
	}
.topic {
	width: 260px;
	height:18px;
	padding-top:9px;
	padding-right:13px;
	text-align:right;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #000;
	}
/* Browser fixes*/
.win.ie6 #iefix  {margin-left: -17px;}
.win.ie6 #icons  {margin-left: 2px;}