/**************** layout & layout div level formatting ******************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #cccccc;
}
#page {
	background-color: white;
	width:762px;
	w\idth: 760px;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	position: relative;
	left: auto;
	top: 10px;
	right: auto;
}
#head {
	width:760px;
	height: 85px;
	clear:both;
	background:url(../images/head_bg.gif) repeat-x;
}
#logo {
	position:absolute;
	left:13px;
	top:7px;
	width:239px;
	height:52px;
}
#strap {
	position:absolute;
	left:276px;
	top:54px;
	width:377px;
	height:17px;
}
#mailphone {
	position:absolute;
	top:10px;
	right:10px;
	color:#000000;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align:right;
	line-height:150%;
}
#middle {
	width:570px;
	float:left;
}
#nav {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	width: 144px;
	float:left;
}
#content {
	width:426px;
	w\idth:382px;
	float:right;
	padding:2px 20px 10px 24px;
	background:url(../images/contentsep.jpg) no-repeat;
	line-height:130%;
}
#topimage {
	padding: 0px 0px 0px 0px;
	position:absolute;
	left:147px;
	top:106px;
	width:413px;
	height:100px;
	background:url(../images/reach_out.jpg) no-repeat;
}
#right {
	width:190px;
	float:right;
	line-height:130%;
}
.boxblue {
	width:180px;
	w\idth:158px;
	padding:1px 10px 10px 10px;
	margin:0 0 10px 0;
	border: 1px solid #003399;
	background: #eff8f5 url(../images/bluehead.jpg) no-repeat;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#003399;
}
.boxorange {
	width:180px;
	w\idth:158px;
	padding:2px 10px 10px 10px;
	margin:0 0 10px 0;
	border: 1px solid #ff6600;
	background: #ffede1 url(../images/orangehead.jpg) no-repeat;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
}
.boxgrey {
	width:168px;
	w\idth:168px;
	padding:5px;
	margin:0;
	border: 1px solid #CCCCCC;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #FEFEFE;
	text-align: center;
}
.boxgrey img {
	margin: 2px;
}
#foot {
	height:30px;
	he\ight: 20px;
	clear:both;
	padding: 10px 10px 0 10px;
}
#footleft {
	width: 134px;
	float: left;
	font-size:9px;
}
#footright {
	width:606px;
	w\idth: 582px;
	float: right;
	font-size:9px;
	padding-left:24px;
	color:#bbbbbb;
}
#water {
	position:absolute;
	bottom:0px;
	left:5px;
	z-index:-1;	
}
.quote {
	clear: both;
	color:#003399;
}
/******************************* links **********************************/
a:link, a:visited {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}
#nav a:link, #nav a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
}
#foot a:link, #foot a:visited {
	color:#aaaaaa;
	font-weight:normal;
	text-decoration:none;	
}
#foot a:hover {
	color:#ff6600;
	font-weight:normal;
	text-decoration:none;
}
/******************************** text ********************************/
#nav ul {
	list-style-type:none;
	padding:0;
	margin:-10px 0 10px 10px;
	line-height:120%;
}
#nav li {
	padding-top:15px;
}
h1 { /*page title*/
	color:#ffffff;
	font-size:12px;
	margin:1px 0 20px 0;
}
h2 { /*subtitles*/
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 0;
	display: inline;
}
h1>h2 {
	margin-top:0;
}
h3 { /*bluebox*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:1px 0 20px 0;
}
h4 { /*orangebox*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:1px 0 20px 0;
}
p {
	margin: 10px 0 10px 0;
}
.special {
	color:#000000;
}
.toppara {
	color:#000000;
}
.topparahome {
	color:#000000;
	margin-top:110px;
}
#content ul{
	margin-top:0;
	margin-bottom:0;
}
/******************************* images ******************************/
.rightimg {
	float: right;
	padding: 5px 0 10px 20px;
}
.rightimgbox {
	float: right;
	padding: 0;
	border: 1px solid #cccccc;
	margin: 0 0 15px 20px;
}
.leftimg {
	float: left;
	padding: 5px 30px 10px 0;
}
.clear {
	clear: both;
}
	.clear:after {/* clearing for moz div height from img */
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;	
	}
.linespace {
	margin-bottom: 7px;
}
.promo {
	margin:10px 10px 0px 10px;
}
/*************************** accessibility ******************************/
.rightDlink {
	visibility:hidden;
	float:right;
	position:absolute;
}
/*************************** forms ******************************/
label {

}
.labelleft {
	font-weight:bold;
	float:left;
	text-align:right;
	width:7em;
	margin:0 0.5em 10px 0;
	clear:both;
}
.labelright {
	width:6em;
	margin:0 1em 10px 0;
}
.controlleft {
	float:left;
	text-align:right;
	width:7em;
	margin:0 0.5em 0 0;
	clear:both;
}
.controlright {

}
