﻿/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: HTML and Body tags
*/
html, body 
{
	background:#CCCCCC;
	text-align:center;
	padding:0;
	font-family:Arial;
}
html a, body a
{
	color:#006699;
	text-decoration:none;
}
html a:hover, body a:hover
{
	color:#000000;
}

.hidden
{
	display:none;
}

/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Viewable area
*/
#pageContainer
{
	background:#FFFFFF;
	text-align:left;
	width: 950px;
	margin:auto;
}

/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Header
*/
#header
{
	height:155px;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Heading 1 and 2, clear padding, 
				center text, dark blue text colour
*/
h1, h2, h3
{
	margin: 0;
	padding: 0;
	text-align:center;
	color:#000066;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Unordered list, clear padding, 
				list styles, and display in block format
*/
#headUL ul
{
	margin:0;
	padding: 0;
	list-style:none;
	display:block;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Container for heading, float left, 
				pad the top and bottom, vertically 
				align text to the middle with top 
				property, fix the width to fit with
				arrow image on the right
*/
#headingContainer
{
	float:left;
	background-image:url("../Images/Main_Heading.jpg");
	position:relative;
	height:150px;
	width:350px;
}
#headingContainer a
{
	position:absolute;
	height:150px;
	width:350px;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: For the arrow image, center and float 
				to left, tricking the browsers to have 
				both the text from headingContainer and 
				the arrow on the same line
*/
#headerArrow
{
	float:right;
	margin: 0;
	border: solid thin #FFFFFF;
}
/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Subheading
*/
#subheading
{
	float: right;
	margin:0px;
	padding: 0px;
	color:#FFFFFF;
	height:65px;
	width:740px;
	vertical-align:middle;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Unordered list for subheading boxes, clear 
				padding and list style
*/
#boxes ul
{
	list-style:none;
	padding:0px;
	margin: 0px;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box one, float left
*/
.one
{
	background-image:url("../Images/ElectionResults_Big_Up.jpg");
	position:relative;
	width:220px;
	height:65px;
	float:left;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box one link, change font, include 
				entire block, create border
*/
.one a
{
	position:absolute;
	width:220px;
	height:65px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;  
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box one link hover, change background colour 
				and font colour, display in block format
*/
.one a:hover
{
	background:transparent url("../Images/ElectionResults_Big_Hover.jpg");
	
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box two, float left
*/
.two
{
	background-image:url("../Images/CandidateList_Big_Up.jpg");
	position:relative;
	width:220px;
	height:65px;
	float:left;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box two link, change font, include 
				entire block, create border
*/
.two a
{
	position:absolute;
	width:220px;
	height:65px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box two link hover, change background colour 
				and font colour, display in block format
*/
.two a:hover
{
	background:transparent url("../Images/CandidateList_Big_Hover.jpg");
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box three, float left
*/
.three
{
	background-image:url("../Images/VoteVideo_Big_Up.jpg");
	position:relative;
	width:220px;
	height:65px;
	float:left;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box three link, change font, include 
				entire block, create border
*/
.three a
{
	position:absolute;
	width:220px;
	height:65px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Box three link hover, change background colour 
				and font colour, display in block format
*/
.three a:hover
{
	background:transparent url("../Images/VoteVideo_Big_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Sidebar
*/
#sidebar
{
	float:left;
	width: 210px;
	padding:0;
	margin:0;
	border:0;
	overflow:hidden;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Left sidebar UL, clear padding, margins, and list style
*/
#nav ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#COVLogo
{
	background-image:url("../Images/COV_Logo2.jpg");
	background-repeat:no-repeat;
	position:relative;
	width:202px;
	height:65px;
}
#COVLogo a
{
	position:absolute;
	width:202px;
	height:65px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#homeLink
{
	background-image:url("../Images/Home_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
	padding:0;
	margin:0;
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#homeLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#homeLink a:hover
{
	background:transparent url("../Images/Home_Hover.jpg") repeat scroll 0 0;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#ResultsMenuLink
{
	background-image:url("../Images/ElectionResults_Menu_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
	padding:0;
	margin:0;
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#ResultsMenuLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#ResultsMenuLink a:hover
{
	background:transparent url("../Images/ElectionResults_Menu_Hover.jpg") repeat scroll 0 0;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#elecPrincipleLink
{
	background-image:url("../Images/ElectionPrinciples_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#elecPrincipleLink a
{
	position:absolute;
	width: 208px;
	height: 30px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 	
	
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#elecPrincipleLink a:hover
{
	background:transparent url("../Images/ElectionPrinciples_Hover.jpg") repeat scroll 0 0;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#voteLink
{
	background-image:url("../Images/Vote_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#voteLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
	
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#voteLink a:hover
{
	background:transparent url("../Images/Vote_Hover.jpg") repeat scroll 0 0;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#candidateLink
{
	background-image:url("../Images/Candidate_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#candidateLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
	
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#candidateLink a:hover
{
	background:transparent url("../Images/Candidate_Hover.jpg") repeat scroll 0 0;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#candidateListLink
{
	background-image:url("../Images/NominatedCandidates_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#candidateListLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
	
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#candidateListLink a:hover
{
	background:transparent url("../Images/NominatedCandidates_Hover.jpg");
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#keyDatesLink
{
	background-image:url("../Images/KeyDates_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#keyDatesLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#keyDatesLink a:hover
{
	background:transparent url("../Images/KeyDates_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#WhereDoIVoteLink
{
	background-image:url("../Images/WhereDoIVote_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#WhereDoIVoteLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#WhereDoIVoteLink a:hover
{
	background:transparent url("../Images/WhereDoIVote_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#FAQLink
{
	background-image:url("../Images/FAQ_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#FAQLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#FAQLink a:hover
{
	background:transparent url("../Images/FAQ_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#newsroomLink
{
	background-image:url("../Images/Newsroom_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#newsroomLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#newsroomLink a:hover
{
	background:transparent url("../Images/Newsroom_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#usefulLink
{
	background-image:url("../Images/Links_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#usefulLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#usefulLink a:hover
{
	background:transparent url("../Images/Links_Hover.jpg");
}
#tiysLink
{
	background-image:url("../Images/tiys_Menu_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#tiysLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#tiysLink a:hover
{
	background:transparent url("../Images/tiys_Menu_Hover.jpg");
}

#complianceAudit
{
    background-image:url("../Images/complianceAudit_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}

#complianceAudit a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}

#complianceAudit a:hover
{
	background:transparent url("../Images/complianceAudit_Hover.jpg");
}

#advLink
{
	background-image:url("../Images/adv_Menu_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#advLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#advLink a:hover
{
	background:transparent url("../Images/adv_Menu_Hover.jpg");
}

/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Content
*/
#financeLink
{
	background-image:url("../Images/Financial_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#financeLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#financeLink a:hover
{
	background:transparent url("../Images/Financial_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#VotersListLink
{
	background-image:url("../Images/VotersList_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#VotersListLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#VotersListLink a:hover
{
	background:transparent url("../Images/VotersList_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#ByElectionLink
{
	background-image:url("../Images/ByElection_Menu_Up.jpg");
	position:relative;
	width: 208px;
	height: 30px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#ByElectionLink a
{
	position:absolute;
	width: 208px;
	height: 30px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#ByElectionLink a:hover
{
	background:transparent url("../Images/ByElection_Menu_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, display image
*/
#ByelectionBigLink
{
	background-image:url("../Images/Byelection_Big_Up.jpg");
	position:relative;
	width: 215px;
	height: 151px;	
}
/*
	Author: Victor Tran
	Date: June 30, 2010
	Description: Set position to absolute
*/
#ByelectionBigLink a
{
	position:absolute;
	width: 215px;
	height: 151px;	
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Links in the sidebar, hover properties
*/
#ByelectionBigLink a:hover
{
	background:transparent url("../Images/Byelection_Big_Hover.jpg");
}
/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Content
*/
#content
{
	float:left;
	width:490px;
	padding: 0.25em 0.5em 0em 0.5em;
}

#whatsNew
{
	float:right;
	width: 215px;
	padding-top:0.5em;
	padding-right:0.25em;
	overflow:hidden;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Unordered list for what's new, add 
				border and remove list styles
*/
#whatsNewContainer ul
{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
	background:#FFFFFF;
	border:solid thin #006699;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Heading for whats new, change font
*/
#whatsNewHeading
{
	background: #006699;
	color: #FFFFFF;
	font-weight:bold;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Items in what's new, change font and add border
*/
.item a
{
	text-decoration:none;
	color:#000000;
	border: solid thin #006699;
	display:block;
	font-size:14px;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Link hover, change font and colours
*/
.item a:hover
{
	color:#000000;
	background:#99CC33;
	text-decoration:none;
	display:block;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Unordered list for what's new, add 
				border and remove list styles
*/
#advVotingMsgContainer ul
{
	margin:0;
	padding:0;
	list-style:none;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Heading for whats new, change font
*/
#advVotingMsgHeading
{
	font-weight:bold;
}
/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Items in what's new, change font and add border
*/
#advVotingMsg
{
	display:block;
	font-size:14px;
}
/*
	Author: Victor Tran
	Date: May 13, 2010
	Section: Footer
*/
#footer
{
	clear:both;
	background:#CCCCCC;
	height:25px;
	overflow:hidden;	
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Remove styles and set font colours for unordered list
*/
#footerContainer
{
	color: #000066;
	list-style:none;
	margin:auto;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Every item in the footer, add padding
*/
.footerItem
{
	float:left;
	display:inline;
	padding-left:2em;
	padding-right:2em;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Change font for link items
*/
.footerItem a
{
	float:left;
	text-decoration:none;
	color:#000066;
	display:inline;
}

/*
	Author: Victor Tran
	Date: May 17, 2010
	Description: Hover properties for footer items
*/
.footerItem a:hover
{
	color:#000000;
	text-decoration:none;
	display:inline;
}
