@charset "UTF-8";
/* CSS Document */


/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none; color:#fff;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Global Classes
=====================================================================*/

.interior-lists {margin:0 50px 0 40px; list-style:square;}
.interior-lists li {margin:0 0 10px 0;}

/* Typography
=====================================================================*/

h1 { font-size:30px; }
/*
h1.small { font-size:20px;text-decoration:underline; cursor:pointer; }
*/

p.small { font-size:20px;text-decoration:underline; cursor:pointer; color:#1a4c6d; }

.title {font-size:18px; font-weight:bold; color:#fff;}

/* Global Elements
=====================================================================*/

html{
	min-width:960px;
	background: url(../img/global/bg.png)  no-repeat top center;
}

body {
	font: 14px Arial, Helvetica, 'Lucida Grande', Verdana, sans-serif;
	color:#fff;
}


/* Basic Grid For Inner Content Pages
=====================================================================*/

#wrapper {
	width: 960px; 	/* Total width */
	min-width:960px;
	margin: 0 auto;
	
}

.header {
	position:relative;
	height: 100px;
}


.content-area {
	float:left;
	width:960px;
	padding:20px 0 0 0;
}


.left-column {
	float:left;
	width:497px;
	padding: 0 0 0 10px;
}

.right-column {
	float:left;
	width:448px;
	padding: 20px 0 0 0;
	text-align:center;
}

/* Footer
=====================================================================*/
.footer {clear:both;height:15px;margin: 0 auto;font-size:10px; color:#fff; padding:15px;}
.footer-container{width:940px; margin:0 auto;}
.footer-nav {float:left;padding:10px 0 0 0;}
.legal {float:right;}


/* Image Placement for Global Images/Icons
=====================================================================*/

.parade-logo {
	float:left;
	width:155px;
	padding:10px 0 0 0;
}

.parade-info {
	float:left;
	width:509px;
	padding:35px 0 0 250px;
}

/* Finalists Page
=====================================================================*/

.column-01 {
	float:left;
	width:450px;
	padding: 0 0 0 25px;
}

.column-02 {
	float:left;
	width:450px;
}



/* Forms
=====================================================================*/

.fieldclass {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 200px;
}

.fieldclassLong {
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 440px;
}

.button {
	border: 1px solid #8ca5cd;
	font-size: 13px;
	color: #fff;
	line-height: 12px;
	padding: 10px;
	margin:10px 0 0 0;
	background-color:#005696;
}

.error {
	font-size:12px;
	color:#F00;
	margin:5px 0 5px 0;
}

/* Tables
=====================================================================*/

table {width:750px;}

.view_votes th {
	padding:5px;
	border: 1px solid #c8c8c8;
}

.view_votes td {
	padding:5px;
}

.view_accounts th {
	padding:5px;
	border: 1px solid #c8c8c8;
}

.view_accounts td {
	padding:5px;
}


