@charset "utf-8";

/*------------------------------------
GLOBALS
------------------------------------*/

body {
	background-color:#489D88;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:black;
	}

.pngfix {
	behavior: url(/js/iepngfix.htc)
	}

.borderless {
	border:0px;
	}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}

.pic {
	border:2px solid #489D88;
	}

ul {
	list-style:inside;
	list-style-image:url("/images/arrow.gif");
	}

a:link, a:visited {
	text-decoration:none; 
	color: #489D88;
	}
a:hover {
	text-decoration: none;
	color: black;
	}

.formbutton {
	background-color: white;
	font-size:10px;
	font-weight:bold;
	color: #489D88;
	border: 2px;
	padding: 3px;
	}

/*------------------------------------
DIVS AND LAYOUT
------------------------------------*/

.div_container {
	width:980px;
	background-color:white;
	margin:0 auto 0 auto;
	border:0px;
	text-align:left;
	}

.div_topnav {
	width:980px;
	height:320px;
	background-image: url(/images/bg-header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	border:0px;
	text-align:center;
	}

.topnav {
	font-size:14px;
	color:#66B6A0;
	}
.topnav a:link, .topnav a:visited {
	text-decoration:none; 
	color: #479D88;
	font-weight:bold
	}
.topnav a:hover {
	text-decoration: none;
	color: black;
	font-weight:bold;
	}

.div_content {
	width:550px;
	float:right;
	margin:15px 30px 0 0;
	border:0px;
	padding:0px;
	text-align:left;
	display:inline;
	}

.div_sidebar {
	width:340px;
	float:left;
	margin:0 0 0 30px;
	border:0px;
	padding:0px;
	text-align:left;
	display:inline;
	position:relative;
	top: -15px;
	}
	
.sidebar {
	font-weight:bold;
	}


.div_featured {
	width:500px;
	margin:0px;
	border:1px;
	padding:0px;
	text-align:left;
	}
.featured {
	color:white;
	font-weight:bold;
	}
.featured-name {
	font-size:24px;
	font-weight:bold;
	color:white;
	}

.div_footer {
	width:980px;
	background-color:#61B7A2;
	margin:0 auto 0 auto;
	border:0px;
	padding-top:10px;
	text-align:center;
	}
.footer {
	font-size:10px;
	}
.footer a:link, a:visited {
	text-decoration:none; 
	color: black;
	}
.footer a:hover {
	text-decoration: none;
	color: white;
	}