/* DEMO CSS */
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:red;
	text-decoration:underline;
}
body{
	font-size:0.8em;
	text-align:center;
	background-color:#FFFFFF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
h1{
	font-type:Verdana;
	font-size:24px;
	color:#000000;
	text-align:center;
}
.h1duo{
	font-type:Verdana;
	font-size:24px;
	color:#000000;
	text-align:center;
}

#mainContainer{
	width:800px;
/*	height:600px; */
	margin:0 auto;
	text-align:left;
	background-color:#DDDDDD;
	background-image:url('../images/background.png');
	background-repeat:repeat-y;
	overflow:hidden;
}

#indextopContainer{
	width:800px;
	height:630px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

#topBar{
	width:800px;
	height:115px;
	margin:0 auto;
	text-align:left;
	background-color:#DDDDDD;
}
#leftContainer{
	width:190px;
	float:left;
	padding-left:0px;
	padding-right:10px;
/*	background-color:#DDDDDD; */
}

.clear {
	clear:both;
}

#contentContainer{
	width:600px;
	float:left;
	background-color:#DDDDDD;
}

#indexbottomContainer{
	width:800px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	background-color:#DDDDDD;
	font-size:18px;
}

#footerContainer{
	width:800px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:12px;
}
#footerContainer a{
	color:black;
	text-decoration:none;
}
#footerContainer a:hover{
	color:red;
	text-decoration:underline;
}

.footerlinks{
	text-align:center;
	font-size:10px;
}

.footbig{
	font-family:Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:18px;
	color:#0000FF;
	text-align:center;
}
/* END DEMO CSS */

div#header-content {
	height: 100px;
	background: #fff;
	position: relative;
	}
div#header-contact {
	float: right;
	font-family: "Times New Roman", Times New Roman, serif;
	color: #0859a4;
	position: absolute;
	right: 0;
	top: 25px;
	font-size: 11pt;
}
div#header-contact span#phone-number{
	font-size: 14pt;
}
a#mailing-list {
	font-family: Times New Roman, "Times New Roman", serif;
	font-style: italic;
	color: #0859a4;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 16pt;
}
a#logo span {
	display: none;
	}
a#logo {
	float: left;
	display: block;
	width: 200px;
	height: 100px;
	background: url(../images/logo-small.jpg) no-repeat top left;
}

ul#nav {
	background-color: #005b9b;
	padding: 0;
	margin: 0;
	width: 200px;
	}
	
ul#nav li{
	}
	
ul#nav li a{
	font-family: "Times New Roman", Times New Roman, serif;
	font-weight: bold;
	font-size: 11pt;
	color: #fffcfb;
	display: block;
	white-space: nowrap;
	padding: 6px 2px;
	}

ul#nav li a:hover{
	text-decoration: none;
	color: #005b9b;
	background-color: #fff;
	}
	
div#banner{
	background: url(../images/banner.jpg) no-repeat top center;
	width: 580px;
	height: 279px;
	margin: 0 auto;
	}
div#banner h1{ 
	display: none;
	}
div#content{
	padding: 10px;
	}

div#buckets{
	width: 560px;
	height: 285px;
	margin: 0 auto;
	}
	
div#buckets div.bucket{
	float: left;
	margin: 10px 5px;
	width: 270px;
	height: 145px;
	}
	
div#buckets div.bucket .bucket-content{
	float: right;
	width: 170px;
	}
div#buckets div.bucket img{
	float: left;
	}
div#buckets div.bucket p{
	padding: 2px;
	margin: 0 0 0 3px;
	line-height: 1;
	}
div#buckets div.bucket h2 {
	font-family: "Times New Roman";
	margin: 0;
	background: #005b9b;
	padding: 4px 4px;
	}
div#buckets div.bucket h2 a{
	color: #fff;
	text-decoration: none;
	}
div#buckets div.bucket h2 a:hover{
	text-decoration: underline;
	}
div#buckets div.bucket a.view-more {
	font-family: Georgia, "Georgia", serif;
	font-weight: bold;
	font-style: italic;
	color: #0f58a1; 
	font-size: 12pt;
	margin: 5px;
	text-decoration: underline;
	}
div#buckets div.bucket a.view-more:hover {
	text-decoration: none;
	}
div#footer-image {
	background: url(../images/silverbar.jpg) repeat-x top left;
	width: 800px;
	height: 15px;
	margin-bottom: 5px;
	}
div#footer {
	padding: 0 5px;
}
div#footer-left {
	float: left;
	text-align: left;
	}
div#footer-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
div#footer-left ul li {
	margin: 0px;
	font-size: 8pt;
	padding: 0px;
	}
div#footer-left ul li a {
	font-size: 10pt;
	text-transform: none;
	color: #0f58a1;
	}
div#footer-right {
	float: right;
	text-align: right;
	}
div#footer-right p {
	clear: both;
	margin: 0;
	}
div#footer-right ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
div#footer-right ul li {
	margin: 0px;
	font-size: 8pt;
	padding: 0px 4px 0 4px;
	float: left;
	border-right: 1px solid #0f58a1;
	}
div#footer-right ul li.last {
	border: none;
	padding-right: 0;
}

div#footer-right ul li a {
	text-transform: none;
	color: #0f58a1;
	

