body {
	background: url(images/bg_all.jpg) repeat-x center top #FFFFFF fixed;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
}

#main {
	position: absolute;
	width: 772px;
	padding: 0px;
	margin: auto;
	left: 50%;
	margin-left: -386px;
	background:#FFFFFF;
	text-align:center;
}

#logo{
	margin: 0;
	padding: 0;
}


/*---------- Top Navigation Part ----------*/
#mainNav {
	position:relative;
	margin: 0px;
	background: #FFFFFF;
	padding: 0px;
}


/*---------- Body Part ----------*/
#contentWrapperH{
	width:770px;
	background: url(images/bg_body_home.gif) repeat-y center top #FFFFFF;
	position: relative;
	border-left: 1px solid #D4E0DC;
	border-right:1px solid #D4E0DC;
	margin: 0px;
	padding: 0px;
	display:block;
}
#contentWrapperS{
	width:770px;
	background: url(images/bg_body_sp.gif) repeat-y center top #FFFFFF;
	position: relative;
	border-left: 1px solid #D4E0DC;
	border-right:1px solid #D4E0DC;
	margin: 0px;
	padding: 0px;
	display:block;
}
#contentInnerWrapper{
	width:770px;
	background: url(images/bg_body_top.jpg) repeat-x center top;
	position: relative;
	margin: 0px;
	display:block;
}
#contentBodyPad{
	padding: 0px 10px;
	margin: 0px;
	display:block;
}
#contentBody{
	width: 514px;
	float: left;
	text-align: left;
	position: relative;
	height: auto;
	display: block;
	line-height: 1.8em;
	color:#555555;
	margin: 10px 0px;
	padding: 0px;
}
#contentBody h1{
	padding-top: 10px;
}

#contentBody h4{
	padding-top: 12px;
}



#rightPanel{
	width: 227px;
	height: auto;
	text-align: left;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	margin: 10px 0px;
}


			
/*----- Home -----*/
.threeBanners{
	margin-left: 10px;
}
#homeServicesBox{
	background: url(images/bg_box3.jpg) repeat-y center top #FFFFFF;
}
#homeServicesBox p{
	font-size:1em;
	line-height: 1.4em;
	color: #1E5440;
	padding: 0 10px;
}
#homeServicesBox h2{
	background: url(images/hd_box3.jpg) no-repeat center top;
	margin:0px;
	padding-top: 6px;
	padding-left: 10px;
	height: 27px;
}
#homeServicesBox strong a:link,
#homeServicesBox strong a:visited{
	color: #1E5440;
	text-decoration:none;
}


.box3BotCap{
	height: 10px;
	background: url(images/botcap_box3.jpg) no-repeat center top #FFFFFF;
	margin: 0;
}

.bodyBotcapH {
	background: url(images/botcap_body_home.gif) no-repeat center top;
	clear: both;
	display: block;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
.bodyBotcapS {
	background: url(images/botcap_body_sp.gif) no-repeat center top;
	clear: both;
	display: block;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
			
/*----- Subpage -----*/

#subNavBox{
	background: url(images/bg_box4.jpg) repeat-y center top #FFFFFF;
}
#subNavBox p{
	font-size:1em;
	line-height: 1.4em;
	color: #1E5440;
	padding: 0 10px;
}
#subNavBox h2{
	background: url(images/hd_box4.jpg) no-repeat center top;
	margin:0px;
	padding-top: 6px;
	padding-left: 10px;
	height: 27px;
}
#subNavBox h3{
	background: url(images/hd_box4_blank.jpg) no-repeat center top;
	margin:0px;
	padding-top: 6px;
	padding-left: 10px;
	height: 27px;
}
#subNavBox h4{
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #cccccc;
}


#subNavBox strong a:link,
#subNavBox strong a:visited{
	color: #1E5440;
	text-decoration:none;
}
.box4BotCap{
	height: 10px;
	background: url(images/botcap_box4.jpg) no-repeat center top #FFFFFF;
	margin: 0;
}

/*-- 2 columns --*/
.ctBox1,
.ctBox2,
.ctColumnLeft,
.ctColumnRight{
	width:252px;
	height:auto;
	display:block;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.ctColumnLeft{
	float:left;
}
.ctColumnRight{
	float:right;
}

.ctBox1,
.ctBox2{
	background: url(images/bg_box1.jpg) repeat-y center top #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.ctColumnLeft p,
.ctColumnRight p{
	font-size:1em;
	line-height: 1.6em;
	color: #55555;
	padding: 10px;
	margin: 0px;
}
.ctBox1 p,
.ctBox2 p{
	font-size:1em;
	line-height: 1.6em;
	color: #777777;
	padding: 10px;
	margin: 0px;
}
.ctBox1 h3{
	background: url(images/hd_box1.jpg) no-repeat center top;
	margin:0px;
	padding-top: 6px;
	padding-left: 10px;
	height: 30px;
}
.ctBox2 h3{
	background: url(images/hd_box2.jpg) no-repeat center top;
	margin:0px;
	padding-top: 6px;
	padding-left: 10px;
	height: 30px;
}

.box1BotCap{
	height: 10px;
	background: url(images/botcap_box1.jpg) no-repeat center bottom #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 0.5em;
}


			



/*----- Contact Form -----*/
form {
	margin: 0px;
	padding: 0px;
}
			
.required{
	font-size: 10px;
	color:#990000;
	font-weight:lighter;
}
form p{
	line-height: 18px;
	margin:0;
	padding:0;
	padding-bottom: -10px;
}

.formtitle,
.formfield,
.formfield2,
.formselect,
.formtextarea{
	float:left;
}
.formtitle{
	width: 80px;
}
.formfield{
	width: 250px;
	font-size: 1.1em;
	color:#555555;
}
.formfield2{
	width: 150px;
	font-size: 1.1em;
	color:#555555;
}
.formselect{
	font-size: 1.1em;
	color:#555555;
}
.formtextarea{
	width: 250px;
	font-size: 1.1em;
	color:#555555;
}
.formbutton{
	width: 60px;
}

			
/*---------- Bottom Navigation Part ----------*/
#botNavList{
	font-size: 1em;
	line-height: 1.4em;
	color: #1E5440;
	padding-top: 0.8em;
	position: relative;	
}

#botNav{
	width: 770px;
	height: auto;
	background: url(images/bg_body_bot.jpg) repeat-x center bottom #FFFFFF;
	margin: 0;
	padding: 0;
	position: relative;
	clear:both;
	display: block;
}

#copyright {
	width:772px;
	height: auto;
	background: url(images/bg_copyright.jpg) repeat-x center top #436459;
	margin: 0px;
	padding: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	position:relative;
	font-size: 1em;
	color:#FFFFFF;
	display:block;
}
#copyright a {
	color: #FFFFFF;
}
#cpLeft{
	width: 515px;
	float:left;
	text-align: left;
	padding: 3px 0px 0px 10px;
}
#cpRight{
	width: 228px;
	float: right;
	text-align: right;
	padding: 3px 10px 0px 0px;
}
			
			
			
/*---------- Headers ----------*/
h1 {
	font-size: 2em;
	color: #1E5440;
	font-weight:normal;
	letter-spacing: -1px;
	line-height:1em;
}
h2 {
	font-size: 1.5em;
	color: #1E5440;
}
h2 a:link,
h2 a:visited {
	color: #1E5440;
	text-decoration:none;
}
h3 {
	font-size: 1.4em;
	color: #1E5440;
}
h3 a:link,
h3 a:visited {
	color: #1E5440;
	text-decoration:none;
}
h3 a:hover,
h3 a:visited:hover {
	color: #1E5440;
	text-decoration:underline;
}

h4 {
	font-size: 1.2em;
	color: #222222;
	line-height: 1.4em;
}


			
/*---------- Links ----------*/
a,
a:link,
a:visited{
	text-decoration: none;
	color:#118855;
}
a:hover,
a:active,
a:visited:hover{
	text-decoration: underline;
}
/*---------- List ----------*/
ul{
	margin: 0px;
	margin-top: -8px;
	padding: 0px;
	padding-left: 30px;
	list-style-image: url(images/bullet_green.gif);
}
li ul{
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	list-style-image: url(images/bullet_greenline.gif);
}
			
/*----- Site Map -----*/
.sitemaplist1{
	margin: 0px;
	margin-left: 40px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 15px;
	list-style-image: url(images/10x10.gif);
	
}
.sitemaplist2{
	margin: 0px;
	margin-left: 40px;
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 1.8em;
	padding-left: 15px;
	list-style-image: url(images/bullet_green.gif);
	line-height: 2.0em;
	
}



/*---------- Elements ----------*/
img{
	margin: 0;
	padding: 0;
}
.gotothetop{
	font-size:9px;
	line-height: 10px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	padding-bottom:5px;
	margin-top:-10px;
}

.tagline{
	font-size: 0.7em;
	font-weight:normal;
	font-style: italic;
	color: #1E5440;
	letter-spacing: 1px;
}
.grayline{
	clear: both;
	display: block;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	border-bottom: 1px dotted #cccccc;
}

.breakLine {
	clear: both;
	display: block;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
.breakLine5 {
	clear: both;
	display: block;
	height: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 5px;
}
.breakLine10 {
	clear: both;
	display: block;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
.breakLine10White {
	clear: both;
	display: block;
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	background-color:#FFFFFF;
}
.10MarginTop{
	margin-top: 10px;
}
.alighCenter{
	display:block;
	text-align: center;	
}
