/*	Supervisor of Elections of Alachua County, Florida
	This document is PUBLIC DOMAIN. Any and all contents may be re-used for personal or business.
-----------------------------------------------------------
	XHTML/CSS by: David -- dbt AT alachuacounty DOT us
-----------------------------------------------------------
*/

@import url("/css/nav.css");

html,body {
	height: 100%; 
}
body 
{
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;

    background-image: url(http://elections.alachuacounty.us/graphics/bgstripes.gif);
	
	padding: 0;
	margin:0;
	color: #00004d;
	text-align: center;
}

#header
{
	z-index: 200;
	width: 770px;
	height: 115px;
	text-align:center;
	border-top:#333366 solid;
	border-left:#333366 solid;
	border-right:#333366 solid;
}

#webaddress
{
    float:left;
	width:185px;
	height:20px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#333366;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
}
	
#stats
{
    float:left;
	width:591px;
	height:20px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#333366;
}
	
#statsaddress
{
    width:776px;
    padding:0px;
    margin:0px;
}
	
#pam
{
    text-align:center;
	width:187px;
	height:auto;
}
	
#leftcontent
{
    width:187px;
	padding:0px;
	margin-left:0px;
	float:left;
	z-index:20;
}
	
#centercontent 
{
	padding: 0px 1em 1em 25px;
	width:530px;
	margin:0px;
	margin-left:189px;
	min-height: 645px;
	height:auto;
	padding-top:30px;
	/*background-image: url(file:///C|/Inetpub/wwwroot/graphics/SEAL.jpg);*/
	background-color:#FFFFFF;
    background-repeat: no-repeat;
	background-position:center;
	z-index:5;

}

#centercontentelections 
{
	padding: 0px 1em 1em 25px;
	width:530px;
	margin:0px;
	margin-left:189px;
	min-height: 785px;
	height:auto;
	padding-top:30px;
	/*background-image: url(file:///C|/Inetpub/wwwroot/graphics/SEAL.jpg);*/
	background-color:#FFFFFF;
    background-repeat: no-repeat;
	background-position:center;
	z-index:5;

}

#centercontentvoterinfo
{
	padding: 0px 1em 1em 25px;
	width:530px;
	margin-left:189px;
	min-height: 930px;
	height:auto;
	padding-top:30px;
	/*background-image: url(file:///C|/Inetpub/wwwroot/graphics/SEAL.jpg);*/
	background-color:#FFFFFF;
    background-repeat: no-repeat;
	background-position:center;
	z-index:5;

}

#centercontentcandidates
{
	padding: 0px 1em 1em 25px;
	width:530px;
	margin-left:189px;
	min-height: 830px;
	height:auto;
	padding-top:30px;
	/*background-image: url(file:///C|/Inetpub/wwwroot/graphics/SEAL.jpg);*/
	background-color:#FFFFFF;
    background-repeat: no-repeat;
	background-position:center;
	z-index:5;

}

#wrapper
{
    width:770px;
	margin:auto;
	height:auto;
	padding:0px;
	background:#FFFFFF;
	text-align:left;
	border-top:#333366 solid;
	border-bottom:#333366 solid;
	border-left:#333366 solid;
	border-right:#333366 solid;
	z-index:1;
}

#footer 
{
	text-align: center;
	z-index:0;
	height:40px;
	width:550px;
}

#tableformat
{
    border:dashed;
	border-width:1px;
}

#blockquote
{
    padding: 0 0 0 25px;
}

#dash 
{ 
	border: 0px;
	border-style:none;
	border-top: 1px dashed;
	color:#000000;
}

font.test
{
font: xx-large;
}

#bulletgone
{
list-style:none;
}