/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}






/*---------------------------------- General ----------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(../images/background.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F2f2f2;
	}
	
h1 {
	font-size:1.6em;
	color:#175e90;
	padding:20px 50px 0 20px;
	font-weight:bold;
	}
	
h2 {
	font-size:1em;
	color:#999999;
	font-weight:bold;
	}
	
h3 {
	font-size:.85em;
	color:#003a63;
	font-weight:bold;
	line-height:1em;
	}
	
h4 {
	font-size:1.2em;
	color:#175e90;
	padding:20px 50px 0 20px;
	font-weight:bold;
	}
	
h5 {
	font-size: 1em;
	color: #175e90;
	font-weight: bold;
	padding: 20px 50px 0px 50px;
}

table {
	border: none;
	/*color: #666666;*/
	margin-left: 50px;
}
table td {
	border: thin solid #C0C0C0;
	padding: 5px;
	vertical-align: top;
}


	
p {
	font-size:.85em;
	/*color:#666666; */
	padding:20px 50px 0 20px;
	line-height:1.7em;
	}
	
td p {
	padding: 5px;
}

div.contentmain ul {
	padding: 20px 50px 0 65px;
	font-size: 0.85em;
	line-height: 1.7em;
	/*color: #666666;*/
}


img.floatright {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

	
.sitecontainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
	
.clear {clear:both;}

.shadow {
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	background-position:top;
	height:18px;
	width:100%;
	}
	
	
/*---------------------------------- Div1 ----------------------------------*/

.div1 {
	clear:both;
	margin:40px 0 0 0;
	}
	
.logo {
	float:left;
	}
	
#navcontainer {
	float:right;
	width:640px;
	}


/*---------------------------------- Div2 ----------------------------------*/

.div2 {
	clear:both;
	width:900px;
	height:168px;
	margin-top:40px;
	background-image:url(../images/header_image.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow: hidden;
	}
	
.featuretitle {
	float:right;
	margin: 135px 60px 0 0;
	padding:10px;
	background: #FFFFFF;
	}

.productcontainerleft {
	float:left;
	padding:20px 7px 10px 15px;
	width:190px;
	border:none;
	}




/*---------------------------------- Div3 ----------------------------------*/

.div3 {
	clear:both;
	}
		
	.div3 a {text-decoration:underline; color:#003a63;}
	.div3 a:visited {text-decoration:underline; color:#003a63;}
	.div3 a:hover {text-decoration:none; color:#999999;}

.featurecontainer {
	float:right;
	width:220px;
	}
	
	.featurecontainer p {
		font-size:.7em;
		color:#999999;
		padding:5px 0 0 0;
		line-height:1.1em;
		}
	
.feature {
	width:220px;
	border-bottom:dotted #333333 1px;
	clear:both;
	background-color:#275f86;
	}
	
.featureimage {
	float:left;
	padding:20px 0 0 10px;
	}
	
.featureproduct {
	float:left;
	padding:10px 7px 10px 15px;
	width:190px;
	border:none;

	}
	
	.featureproduct a {text-decoration:none; color:#FFFFFF;}
	.featureproduct a:visited {text-decoration:none; color:#FFFFFF;}
	.featureproduct a:hover {text-decoration:underline; color:#003a63;}
	
.content {
	float:right;
	width:680px;
	background-image:url(../images/shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	
.content_full {
	float:right;
	width:900px;
	background-image:url(../images/shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	
.content_full p {
	line-height:1.3em;
}
	
.contentmain {

	padding:0 0 15px 0; 
	/*
	background-image:url(../images/accent_top.png);
	background-position:right top;
	background-repeat:no-repeat; 
	*/
	}

.buttoncontainer {
	float:left;
	width:680px;
	}
	
.buttons {
	float:left;
	margin:0 0 0 5px;
	width:220px;
	}
	
#breadcrumbs {
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
}

#breadcrumbs li {
	margin: 0px 2px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-size: 11px;
}
	
/*---------------------------------- Div4 ----------------------------------*/

.formContainer {
	float:right;
	padding:0 0 15px 0; 
	background-image:url(../images/accent_top.png);
	background-position:right top;
	background-repeat:no-repeat; 
	}


/*---------------------------------- Div4 ----------------------------------*/

.div4 {
	clear:both;
	background-color:#666666;
	}
	
	.div4 p {
		font-size:0.7em;
		color:#FFFFFF;
		padding:0;
		}
		
	.div4 a {text-decoration:none; color:#FFFFFF;}
	.div4 a:visited {text-decoration:none; color:#FFFFFF;}
	.div4 a:hover {text-decoration:underline; color:#FFFFFF;}

.footerleft {
	float:left;
	margin-left:15px;
	}

.footerright {
	float:right;
	text-align:right;
	margin-right:15px;
	}



/*---------------------------------- Div5 ----------------------------------*/

a.header_link, a:visited.header_link {
	color:#175e90;
	text-decoration: none;
	}

a:hover.header_link {
	color:#175e90;
	text-decoration: underline;
	}