@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
}
.centerContainer {
	margin: 0 auto;
	padding-top: 15px;
	width: 780px;
}
.logoContainer {
	float: left;
	margin-bottom: 10px;
	margin-left: 30px;
	_margin-left: 15px;
	position: relative;
	width: 130px;
}
.navContainer {
	float: right;
	position: relative;
	padding-top: 50px;
	margin-bottom: 15px;
	width: 610px;
	z-index: 1000;
}
.leftSideContainer {
	float: left;
	position: relative;
	width: 160px;
	margin-right: 5px;
}
.leftSideTitleBox {
	background-color: #cb2229;
	float: left;
	height: 25px;
	position: relative;
	width: 160px;
}
.leftSideInfoContainer {
	float: left;
	margin-bottom: 15px;
	position: relative;
	top: 5px;
	width: 155px;
}
.leftSideTopBottomBox {
	float: left;
	position: relative;
	height: 10px;
	width: 155px;
}
.leftSideMidBox {
	background-image: url(Images/LeftSideBox/Middle.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 160px;
}
.leftSideTextBox {
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	position: relative;
	top: -10px;
	width: 140px;
	_width: 130px;
}
.rightSideContainer {
	float: left;
	position: relative;
	width: 615px;
}
.pictureBox {
	float: left;
	height: 250px;
	padding-bottom: 30px;
	position: relative;
	width: 615px;
}

.mainTextContainer {
	float: left;
	position: relative;
	width: 615px;
}
.textTopBottomBox {
	float: left;
	height: 10px;
	position: relative;
	width: 615px;
}
.textMidBox {
	background-image: url(Images/MainTextBox/Middle.jpg);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	width: 615px;
}
.headingBox {
	background-image: url(Images/MainTextBox/Title.jpg);
	background-repeat: no-repeat;
	float:left;
	height: 31px;
	margin-left: 7px;
	_margin-left: 5px;
	position: relative;
	width: 600px;
	_width: 595px;
}
.textBox {
	float:left;
	margin-left: 10px;
	_margin-left: 10px;
	position: relative;
	top: -5px;
	width: 590px;
}
.sideContainer {
	border-left: #cb2229 2px solid;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: 165px;
}
.mapContainer {
	border-left: #cb2229 2px solid;
	float: right;
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
	top: 10px;
	width: 455px;
}
.bottomNavContainer {
	float: left;
	height: 45px;
	margin-top: 25px;
	position: relative;
	width: 800px;
}
.bottomLeftTextBox {
	float: left;
	position: relative;
	top: 15px;
	width: 260px;
}
.bottomLogoBox {
	float: left;
	height: 45px;
	position: relative;
	top: 10px;
	width: 95px;
}
.bottomRightTextBox {
	float: right;
	position: relative;
	top: 15px;
	width: 445px;
}




h1 {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}
h2 {
	color: #cb2229;
	font-size: 14px;
	margin: 0;
}
h3 {
	color: #ffffff;
	font-size: 12px;
	margin-top: 0;
}


.heading {
	margin-top: 3px;
	margin-left: 11px;
}
.sidePromoHead {
	margin-top: 7px;
	margin-left: 11px;
}
.sidePromoText {
	color: #cb2229;
}




a:link {
	color: #cb2229;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #cb2229;
}
a:active {
	text-decoration: none;
	color: #cb2229;
}



/************************
 * POPUP FOR VOTING
 ***********************/
#voteButton {
	font-size:14px;
}
#voteButton a {
	
	color:#EC1D25;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:2000;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:325px;
	background:#f2f2f2;
	border:2px solid #cecece;
	z-index:3000;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#EC1D25;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#popupContact a {
	color:#EC1D25;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#EC1D25;
	font-weight:700;
	display:block;
}
#reviewHook {
	margin-top:20px;
	font-size:20px;
	line-height:22px;
}



/***************
 * CONTACT FORM
 **************/
.formTitle {
	font-size:14px;
}

