@charset "utf-8";
/* CSS Document */
/* Edited 4/122 rah - changed links to blue */

body {

	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	line-height:20px;

}


/* DIV ID's */


#wrapper {

	width:900px;
	margin:0px auto 0px auto;	
}

#header {

	width:900px;
	height:152px;
	\width: 960px;
    w\idth: 960px;
	
}

#footer {
	width: 900px;
	height: 200px;
}

#header_left {
	
	float:left;
	margin-left:40px;
}

#header_right {

	float:right;
	margin-right:25px;
	margin-top:79px;

}

#main_image {

	width:900px;
	height:273px;
	background-image:url(images/mainimg.jpg);

}

#left_column {

	width:250px;
	float:left;
	position:absolute;
	margin:0px 25px 0px 50px;
	vertical-align:top;
	font-size:11px;
	color:#646464;
	line-height:18px;
	padding-bottom:50px;
	
}

#left_columnInterior {

	width:250px;
	float:left;
	position:absolute;
	margin:60px 25px 0px 50px;
	vertical-align:top;
	font-size:11px;
	color:#646464;
	line-height:18px;
	padding-bottom:50px;
	
}

#right_column {

	width:525px;
	w\dth: 470px;
	\width: 470px;
	float:right;
	margin:0px 50px 0px 0px;
	vertical-align:top;
	padding-bottom:50px;

}

#right_columnInterior {

	width:525px;
	w\dth: 470px;
	\width: 470px;
	float:right;
	margin:60px 50px 0px 0px;
	vertical-align:top;
	padding-bottom:50px;

}



/* font styles */

a:link {
	color: #3893bf;
	/* text-decoration: none; */
}
a:visited {
	color: #3893bf;
	text-decoration: none;
}
a:hover {
	color: #3893bf;
	text-decoration: underline;
}

h1 {

	font-size:24px;
	color:#00283b;
	font-weight:normal;

}

h2 {

	font-size:16px;
	color:#1c84b7;
	font-weight:normal;
	margin:10px 0px 10px 0px;

}

h3 {

	font-size:14px;
	color:#00283b;
	font-weight:normal;
	margin:0px 0px 0px 0px;

}

.bold {

	font-weight:bold;

}



/* navigation */


.nav_on {

	background-image:url(images/on_bg.jpg);
	background-repeat:repeat-x;
	height:36px;
	border-left:solid 2px #016c9a;
	border-right:solid 2px #016c9a;
	padding:0px 10px 0px 10px;

}

.navlink_on {
	
	color:white;
	font-size:14px;

}
.navlink_on:visited {
	
	color:white;
	font-size:14px;

}

/* .navlink_on:visited {
	
	color:white;
	font-size:14px;
	text-decoration:none;

} */


.navlink_off {
	
	color:#3893bf;
	font-size:12px;

}

.navlink_off:visited {
	
	color:#3893bf;
	font-size:12px;
    text-decoration:underline;
}

.navlink_off:hover {
	
	color:white;
	font-size:12px;
	text-decoration:none;

}


.nav_off {
	
	background-color:#003b59;
	height:36px;
	padding:0px 10px 0px 10px;
	
}



/* other styles */



hr {

	border-top:solid 1px #dae4c5;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	color:#dae4c5;
	
}

li.check 

{

	list-style-image:url(images/check.jpg);

}





