/*

main.css

Created by: Steve Fritts
Created on: 08/19/2008
Last modified by: Steve Fritts
Last modified on: 08/27/2008

--------------------------------------------------------------------------------

NOTES

This stylesheet should be linked to all webpages for the loudonvotes.com website.

*/

/* HTML TAGS */

body	{
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font: 0.9em arial, helvetica, sans-serif;
	margin: 0;
}

h1	{
	font-size: 28pt;
	margin: 38px 0 0 0;
	padding: 0;
}

hr	{
	background-color: #000033;
	color: #000033;
	height: 1px;

}

/* DIV TAGS */
#banner {
	background-color: #003;
	background-image: url(../images/flagCropped2.jpg);

	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	height: 128px;
	margin: 0;
	padding: 6px;
}

#container {
	background: #003;
	border: solid #003;
	border-width: 0 2px;
	margin: auto;
	position: relative;
	width: 832px;
}

#content {
	background-color: white;
	margin-left: 160px;
	min-height: 768px;
	padding: 16px;
	position: relative;
	width: 640px;
}

#footer {
	background: #003;
	clear: left;
	color: #fff;
	float: bottom;	
	font-size: 9pt;
	padding: 0.25em;
	position: relative;
}

#leftColumn {
	background: #003;
	left: 0;
	position: absolute;
	width: 160px;	
}

#leftColumn a {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	height: 60px;
	margin: 0 5px 3px 3px;
	padding: 6px;
	text-decoration: none;
}

/*#leftColumn a:hover {
	background: #009;
}*/

#leftColumn a:link {
	color: #fff;
}

#leftColumn a:visited {
	color: #fff
}

#line	{
	background-image: url(../images/line.jpg);
	background-position: center;
	background-repeat: repeat-y;
	display: block;
	font-size: 0;
	margin: 1px;
}

#subheading {
	font-size: 10pt;
	margin: 4px 0 0 0;
}

#siteMap ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
}

#siteMap ul.sub {
	list-style-type: none;
	margin-left: 48px;
}

#siteMap ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

#siteMap ul li.first {
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

#subList {
	margin-left: 25px;

}



#topMenu {
	color: #fff;
	font-size: 8pt;
	margin: 6px;
	position: absolute;
	right: 6px;
}

/* SPECIAL TAGS */
 
	a.topMenu:link {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
		text-decoration: none;
	}

	a.topMenu:visited {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
		text-decoration: none;
	}
	
	a.topMenu:active {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
	}
	
	a.topMenu:hover {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
		text-decoration: underline;
	}

	a.footer:link {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
		text-decoration: none;
	}

	a.footer:visited {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
		text-decoration: none;
	}
	
	a.footer:active {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
	}
	
	a.footer:hover {
		color: #fff;
		padding-left: 0.25em;
		padding-right: 0.25em;
		text-decoration: underline;
	}

	.earlyVoting a {
		background-image: url(../images/earlyVotingButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.earlyVoting a:hover {
		background-position: -320px 0;
	}

	.earlyVotingSelected a {
		background-image: url(../images/earlyVotingButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.electionDayVoting a {
		background-image: url(../images/electionDayVotingButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.electionDayVoting a:hover {
		background-position: -320px 0;
	}

	.electionDayVotingSelected a {
		background-image: url(../images/electionDayVotingButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.electionResults a {
		background-image: url(../images/electionResultsButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.electionResults a:hover {
		background-position: -320px 0;
	}

	.electionResultsSelected a {
		background-image: url(../images/electionResultsButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.faq a {
		background-image: url(../images/faqButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.faq a:hover {
		background-position: -320px 0;
	}

	.faqSelected a {
		background-image: url(../images/faqButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.home a {
		background-image: url(../images/homeButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.home a:hover {
		background-position: -320px 0;
	}

	.homeSelected a {
		background-image: url(../images/homeButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.meetTheCandidates a {
		background-image: url(../images/meetCandidatesButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.meetTheCandidates a:hover {
		background-position: -320px 0;
	}

	.meetTheCandidatesSelected a {
		background-image: url(../images/meetCandidatesButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.registryElection a {
		background-image: url(../images/registryButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.registryElection a:hover {
		background-position: -320px 0;
	}

	.registryElectionSelected a {
		background-image: url(../images/registryButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.registrationInformation a {
		background-image: url(../images/registrationInformationButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.registrationInformation a:hover {
		background-position: -320px 0;
	}

	.registrationInformationSelected a {
		background-image: url(../images/registrationInformationButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}

	.sampleBallots a {
		background-image: url(../images/sampleBallotsButton.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	.sampleBallots a:hover {
		background-position: -320px 0;
	}

	.sampleBallotsSelected a {
		background-image: url(../images/sampleBallotsButton.jpg);
		background-position: -160px 0;
		background-repeat: no-repeat;
	}