/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #b8c0bd;
	background-image: url(../images/main/back_pattern.gif);
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}

div#container {
	position:relative;
	margin-left: 20px;
	width: 855px;
	
	height:auto !important; 
	height:100%;
	min-height:100%; 
	
	background:#ffffff;
	background-image: url(../images/main/paper_back.jpg);
	background-repeat:repeat-y;
}

div#header {
	height: 360px;
	width: 100%;
	top: 0px;
	
	background-image: url(../images/main/lace.jpg);
	background-repeat: no-repeat;
}

div#topbar {
	position: absolute;
	width: 100%;
	height: 26px;
	left: 0px;
	background-image:url(../images/main/top_bar.jpg);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 232px;
	height: 77px;
	padding-bottom: 10px;
}

#topnav {
	float: right;
	height: 20px;
	width: 510px;
	margin-top: 50px;
	padding-right: 50px;
	
	color: #000000;
	text-align: right;
}

#topnav a {
	color:#000000;
	text-decoration:none;
}

#topnav a:hover {
  color: #265461;
  text-decoration: none;
}

#banner {
	position: absolute;
	height: 236px;
	width: 770px;
	left: 42px;
	top: 90px;
}

div#content {
	padding-bottom: 5em; /* bottom padding for footer */
	padding-left: 50px;
	padding-right: 50px;
	
	background-image:url(../images/main/middle_divide.jpg);
	background-repeat:no-repeat;
	background-position: 285px 30px;
}

div#leftside {
	float: left;
	height: auto;
	width: 220px;
}

div#main {
	float: right;
	height: auto;
	width: 475px;
	line-height: 18px;
}

#clearfloat {
	clear: both;
}

div#footer {
	position:absolute;
	width: 750px;
	height: 50px;
	left: 50px;
	bottom: 0; /* stick to bottom */
	border-top:1px solid #dadada;
	color: #999999;
	padding-top: 2px;
	
	text-align: right;
	font-size:11px; 
}

div#footer a {
	color: #999999;
}

h2 {
	color: #265461;
	font-size: 14px;
	line-height: 14px;
}

a {color: #265461;}

.main_bullet {
	padding-left: 2px;
	padding-right: 2px;
}

.newshead {
	color: #265461;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

