@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;
	background-color:#fff;
	/*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:right;
}


#videomaincontentcontainer{
	width:800px;
}
#maintextcontainer{
	width:450px;
	float:left;
}
#mainrightsidecontainer{
	width:260px;
	float:right;
}
#sidebarcontainer{
	width:230px;
	float:left;
	padding-top:0px;
	margin-top:0px;
	background-color:#fff;
	border-right:#333 thin solid;
	
}
#sidebarcontainer2{
	width:260px;
	float:right;
	padding-top:10px;
	margin-top:0px;
	background-color:#fff;
	
}
#footercontainer {
	width:800px;
	margin-bottom:20px;
	margin-top:15px;
	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:35px;
	float:right;
	padding-right:10px;
	padding-top:8px;
	margin-top:0px;
}
#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;
}
#thingscontentarea{
	width:738px;
	padding-left:8px;
	float:left;
	margin-top:40px;
}
label{
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	text-align:left;
	font-size:9px;
	color:#FFF;
}
fieldset.tooltips
{
border: 1px solid #781351;
width:205px;
background-color:#F7F6ED;
margin-bottom:10px;
clear:both;
}

legend.tooltips
{
color: #fff;
padding-right:10px;
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
background-color:#C0272D;
border: 1px solid #781351;
padding: 2px 6px
}