@charset "utf-8";
/* CSS Document */

/* BUILD CONTAINERS */
body {
margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

#pagecontainer {
	margin:auto;
	margin-top:0;
	width:1024px;
	/*border-right:thin  #C1272D solid;
	border-left:thin;
	border-left-style:solid;
	border-left-color:#C1272D;
	border-bottom:thin;
	border-bottom-color:#C1272D;
	border-bottom-style:solid;*/
	}

#headercontainer {
	width:1024px;
	height:130px;
	background-image:url(../images/FrontHeaderBG.gif);
	background-repeat:repeat-x;
}
#maincontentcontainer{
	width:755px;
	float:left;

}
#sidebarcontainer{
	width:260px;
	float:right;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#E0DFD5;
}
#sidebarcontainer2{
	width:260px;
	float:right;
	padding-top:10px;
	margin-top:0px;
	background-color:#fff;
}
#footercontainer {
	width:1024px;
	height:75px;
	clear:both;
}

/* BUILD PAGE PIECES */

#logoheaderarea{
	width:260px;
	float:left;
	margin-top:0px;
	padding-top:0px;
	padding-right:5px;
}
#menuheaderarea {
	width:550px;
	float:right;
	text-align:right;
}

#menuaddyarea{
	width:500px;
	height:20px;
	float:right;
	padding-right:10px;
	padding-top:3px;
	text-align:right;
	margin-top:0px;
}
#menuarea{
	width:515px;
	height:25px;
	background-color:#000;
	float:left;
	padding-left:20px;
	padding-top:2px;
	margin-bottom:5px;
	margin-top:5px;
	background-image:url(../images/RedArrowMenu.gif);
	background-position: left center; 
	background-repeat:no-repeat;	
	border:#CCC 1px solid;
}

#menubox{
	width:500px;
	float:right;
}
#searcharea {
	width:500px;
	height:38px;
	float:right;
	padding-right:10px;
	padding-top:5px;
	margin-top:0px;
	z-index:1;
}
#searchContact{
	float:left;
	color:#FFF;
}
#bingbox{
	width:190px;
	padding-right:5px;
	float:right;
}

#featuremaphead{
	width:260px;
	float:right;
	height:26px;
	padding-right:0px;
	margin-top:2px;
	background-color:#989788;
	text-align:center;
}
#mainheadlinrarea {
	width:738px;
	padding-left:8px;
	float:left;
}

#maincontentarea {
	width:738px;
	padding-left:8px;
	float:left;
		/*border-top:#666 medium solid;*/
		/*border-right:#666 medium solid;*/
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
	}


#thingscontentarea{
	width:738px;
	padding-left:8px;
	float:left;
	margin-top:10px;
}
label{
	padding-top:7px;
	padding-right:40px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	text-align:left;
	font-size:9px;
	color:#FFF;
}

