@charset "utf-8";
/* CSS Document */

/* ===== Global Styles ==== */
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/background.jpg);  /* Overflow Gradient */
	background-repeat:repeat-x;
	text-align:center;
}

.oneColElsCtr #container {
	background-image: url(../images/topNavBK_1152_ep.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	

}

.oneColElsCtr #header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:1000px;
	height:604px;
	text-align:left;
	position:relative;
		
}


#header #contentArea {
	position:absolute;
	width:979px;
	height:auto;
	top:67px;
	left: 15px;
}


/* ===== Navigation Styles ===== */

#header #navigation {	
	position:absolute;
	width:223px;
	height:auto;
	top:6px;
	
}



#header #buttons {
	position:absolute;
	width:660px;
	left: 6px;
	top: 21px;
}

#buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#buttons li {
    float: left;
    margin: 0;
    padding: 0;

}
#searchBox {
	background-color:#025394;
	padding-left:5px;
	width:217px;
	overflow:hidden;
}

#joinEmail {
	background-color:#025394;
	padding-left:5px;
	width:217px;
	overflow:hidden;
}

#specialText {
	display:none;
}




/*  ====== MENU CONTROL ===== */
#navigation #electionBoxMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #electionSignsMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #equipmentCartsMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #essMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #precinctSupplyMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #rampsMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #securitySealsMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}


#navigation #stickerMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #vaMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #boothsMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #vssMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

#navigation #PremierProductsMenu {
	text-decoration:none;
	position:relative;
	overflow:hidden;
	height:15px;
	width:222px;
}

/* ===== Content Area  ==== */

/*#contentArea #ContentBanner{
	position:absolute;
	left: 237px;
	top: 8px;
}*/

#contentArea #introText {
	position:absolute;
	top:130px;
	left: 250px;
	width:702px;
}

#contentArea #displayData {
	position:absolute;
	float:left;
	width:702px;		
	left: 250px;
	top:280px;
	background-color:#FFF;
}
