#bk{	
	background: url(../imgs/bk.gif) #fff repeat-y center top;
	width:942px;
	padding: 0px 26px 15px 26px;
	margin:auto;
	overflow:auto;
}

#header {
	width:100%;
	overflow:hidden;
	margin-bottom: 8px;
}

#footer{
	background:url(../imgs/footer.gif) no-repeat center top;
	margin:auto;
	width:974px;
	font-size:11px;
	padding:28px 10px 20px 10px;
	text-align: left;
}
#footer h2{
	color:#002c86;
}	
#footer ul{
	float:left;
	width:162px;
}
#footer ul li{
	margin:4px 10px 0px 0px;
	list-style-type:none;
}
#footer a{
	font-weight:normal;
	color:#666666;	
	text-decoration:none;
}
#footer div{
	float:left;
	width:974px;
	margin:0px 0px 10px 0px;
}
#footer a:hover{
	color:#6E8A09;	
}

#options
{
    float:left;
    margin:0 14px 0 0;
    width:256px;
}

/****************************************************/
/* Header styles */

.logo
{
	padding: 4px 0px 0px 0px;
	float:left;
	z-index:0;
}

#strapline{
	font-size:18px;
	padding: 10px 12px 0px 0px;
	color:#6e8a09;
	float:right;
}

#date {
	height:40px;
	float:right;
	
	color:#00236c;
	font-weight:bold;
	background:url(../imgs/dateBkLn.gif) repeat-x;
	line-height: 35px;
	position: relative;
	padding: 0px 10px;
}

#date .left,
#date .right {
    width: 7px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
}

#date .left {
    background: url("/imgs/dateCnrL.gif");
    left: 0px;
}

#date .right{
	background: url("/imgs/dateCnrR.gif");
	right: 0px;
}

.nav {
	height: 51px;
	width: 569px;
	background:url(../imgs/navBk.gif) no-repeat;
	float:left;
	text-align:center;
	list-style: none;
	padding: 0;
	margin: 5px 0px 0px 0px;
}

.nav li
{
    padding: 0px;
	float: left;
	width:150px;
	background:url(../imgs/navDiv.gif) no-repeat left center;
	list-style:none;
	margin: 0px;
}

.nav li.first{
	background:none;
	width:117px;
}

.nav li a{
	display: block;
	height: 31px;
	color:#6e8a09;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
   	padding: 20px 0px 0px 0px;
}
.nav li a:hover { color: #00236c; }

.banner{
	width: auto;
	height: 60px;
	float: right;
	margin:0px 0px 10px 0px;
}

#crumbtrail
{
    font-size:12px;
    margin:2px 0 8px 3px;
}
#crumbtrail a
{
    display: inline-block;
    margin: 0px 5px;
}

/****************************************************/
/* contains styles for the search box */

#search
{
    overflow: hidden;
    clear: both;
    width: 100%;
}

#search fieldset 
{
	background: url(../imgs/searchBoxShort.jpg) #004ab6 no-repeat;
	width: 591px;
	height: 101px;
	padding: 36px 25px 0px 29px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	float: left;
}

.siteImg {
	width:294px;
	height:117px;
	background: url(../imgs/img1.jpg) no-repeat top;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	clear: left;
}
.siteImg .left 
{
    background-image: url(/imgs/roundCnrShort.png);
    width: 18px;
    height: 100%;
}

#search.homepage .siteImg .left 
{
    background-image: url(/imgs/roundCnr.png);
}

#search.homepage fieldset 
{
	background: url(../imgs/searchBox.jpg) #004ab6 no-repeat;
	width:591px;
	height:170px;
	float:left;
	padding: 116px 25px 0 29px;
	line-height: 18px;
}

#search.homepage .siteImg {
	background: url(../imgs/img1.jpg) no-repeat;
	margin: 36px 0px 0px 0px;
	width:294px;
	float:left;
	clear: left;
	height: 212px;
}

.roundOver{
	float:left;
}

#search input[type=text],
#search .field
{
    margin-top: 8px;
    
	height:16px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:3px 0px 0px 3px;
    border: solid 1px #fff;
    width: 200px;
    background: url(../imgs/fieldBk.gif) repeat-x top;
	margin: 8px 0px 5px 5px;
	vertical-align: middle;
}

#search input[type=image],
#search .button 
{
	margin: 0px 0px 0px 7px;
	width:auto;
	vertical-align: middle;
}

#search label {
	color:#ceed5e;
	font-size:30px;
	font-weight:bold;
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

#search label.location {
	color:#9ac10d;
	font-size:16px;
	margin-left: 1px;
	padding-top: 5px;
}

.recentSearch { display: none; }
.homepage .recentSearch {
	width:98%;
	float:left;
	padding:55px 5px 0px 5px;
	text-align: left;
	display: block;
	color:#FFF;
}


.recentSearch a {
	text-align:center;
	color:#FFF;
	margin:0px 10px;
}
