/*Styles for VoteNevada.gov*/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	border-right: 1px;
	background-color: #EEEEEE;
}

a:link, a:visited, a:hover {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration:underline;
}

hr {
	color:#CCCCCC;
	width:100%
}

h2{
 font-size: 114%;
 color: #990000;
}

h4{
 font-size: 104%;
 color: #003366;
}


/* Div layouts */

#topBorder{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	clear: both
}

#Header{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	clear: both;
	font-size:250%;
	margin-top: -5px;
}

#main{
	padding: 0px 0px;
	width: 77%;
	float: left;
}

#footer{
	clear: both;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	}

#navBarLeft{
	float: left;
	cssFloat: left;
	width: 22%;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}


#infoBox{
	width: 95%;
	margin: 5px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #990000;
	text-align:center;
	font-size: 95%;
}


/*********** #navBarLeft link styles ***********/

#navBarLeft ul a:link, #navBarLeft ul a:visited {display: block;}
#navBarLeft ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarLeft li {border-bottom: 1px solid #CCCCCC;}

/* fix for browsers that don't need the hack */
html>body #navBarLeft li {border-bottom: inset thin;}



#navBarLeft a {
	display: block;
	padding: 2px 2px 2px 10px;
}





/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

.relatedLinks h4{
	padding: 5px 0px 0px 5px;
}

.relatedLinksLeft{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

.relatedLinksLeft h4{
	padding: 5px 0px 0px 0px;
}
