html, body,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

html {
	background: #81a11b url(../images/bg-body.png) 0 0 repeat-x;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	height: 100%;
}

a {
	color: #add139;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

div.shadowcontainer {
	background: url(../images/bg-shadow-rpt.gif) 50% 0 repeat-y;
	position: relative;
	min-height: 100%;
	_height: 100%;
}

div.shadowtop {
	background: url(../images/bg-shadow-top.jpg) 50% 0 no-repeat;
}

div.container {
	background: #fff;
	width: 900px;
	margin: 0 auto;
	min-height: 672px;
	_height: 672px;
}

div.header {
	background: url(../images/bg-header.jpg) 0 0 no-repeat;
	height: 159px;
	position: relative;
}

.header .logo {
	position: absolute;
	width: 187px;
	height: 0;
	padding: 123px 0 0 0;
	overflow: hidden;
	background: url(../images/logo-header.gif) 0 0 no-repeat;
	top: 15px;
	left: 32px;
}

.nav {
	float: right;
	list-style: none;
	position: absolute;
	top: 116px;
	right: 100px;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.nav li {
	margin: 0;
	float: left;
	position: relative;
}

.nav a {
	float: left;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 41px;
	padding: 8px 10px 0;
}

.nav a:hover,
.nav a:focus,
.nav a.selected,
.nav a.highlighted {
	outline: none;
	background: url(../images/bg-nav.gif) 0 0 repeat-x;
	text-decoration: none;
}

/* @group Nav */

.nav ul {
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	width: 160px;
	padding: 6px 0;
	background: #add139;
}

.nav ul ul {
	top: -1px;
	margin-top: 0;
	left: 158px;
}

.nav ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
}

.nav ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

.nav ul a {
	float: none;
	padding: 5px 12px;
	height: auto;
	font-weight: normal;
	font-size: 0.9em;
}

.nav ul a:hover,
.nav ul a.highlighted,
.nav ul a.selected {
	background: #777;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .nav ul li {
	float: left;
	width: 100%;
}

* html .nav ul li {
	float: left;
	height: 1%;
}

* html .nav ul a {
	height: 1%;
}
/* End Hacks */

/* @end */

div.content {
	padding: 40px;
	padding-bottom: 150px;
}

div.maincontent {
	float: left;
	width: 395px;
	color: #666;
}

div.widemain {
	width: 550px;
}

.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6 {
	color: #add139;
	margin-bottom: 0.5em;
}

.maincontent h1 {
	font-size: 28px;
}

.maincontent h2 {
	clear: both;
	font-size: 24px;
}

.maincontent .subsectionhead {
	margin-top: 1em;
}

.maincontent p,
.maincontent label,
.maincontent li {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 1em 0;
}

.maincontent li {
	margin-bottom: 0em;
}

.maincontent a {
	font-weight: bold;
}

.pageimage {
	float: right;
	border: none;
	margin: 0 0 14px 16px;
}

.sponsorimage {
	float: left;
	border: 4px solid #c2c2c2;
	margin: 0 16px 14px 0;
}

.sponsorimage img {
	border: none;
}

div.hr {
	clear: both;
	height: 2px;
	background-color: #add139;
	margin: 1em 0;
}

div.hr hr {
	display: none;
}

/* @group Sponsors */

div.sponsors h2 {
	font-size: 18px;
}

div.sponsors ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sponsors li {
	float: left;
	margin: 0 8px 8px 0;
}

div.gold h2 {
	color: #b79806;
}

div.gold .hr {
	background-color: #dbcc83;
}

div.silver h2 {
	color: #959595;
}

div.silver .hr {
	background-color: #b0b0b0;
}

div.bronze h2 {
	color: #614302;
}

div.bronze li {
	margin: 0 7px 7px 0;
}

div.bronze .hr {
	background-color: #8a7443;
}

div.copper h2 {
	color: #b07e14;
}

div.copper li {
	margin: 0 5px 5px 0;
}

div.copper .hr {
	background-color: #bc9b55;
}

div.affiliated li {
	margin: 0 2px 2px 0;
}

/* @end */

/* @group Candidates */

div.candidate h2.candidatename,
div.candidate div.candidateproperty,
div.candidate div.candidatequote,
div.candidate div.candidatedescription,
div.candidate div.candidatequote {
	margin-left: 173px;
}

div.candidate,
div.candidate h2.candidatename,
div.candidate div.candidatequote {
	font-size: .8em;
}

div.candidate h2.candidatename,
div.candidate div.candidateproperty strong {
	color: #82ab1d;
}

div.candidate h2.candidatename {
	font-size: 1.2em;
	clear: none;
}

div.candidate div.candidateproperty p {
	margin-bottom: 0;
}

div.candidate div.candidateproperty strong {
	font-weight: normal;
	font-style: normal;
}

div.candidate div.candidatequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #73981e;
}

div.candidate div.candidatedescription {
	padding-top: 15px;
}

div.candidate .candidateimage {
	float: left;
	border: 4px solid #91908e;
	margin: 0 0 1em 0;
}

div.candidate div.candidatewinner {
	font-size: 1.5em;
	color: #fff;
	background-color: #8bb626;
	float: left;
	clear: left;
	width: 158px;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 1em 0;
}

div.voteCandidate {
	font-size: 1.2em;
	color: #000;
	background-color: #FFFFFF;
	float: left;
	clear: left;
	width: 158px;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 1em 0;
}

/* @end */

/* @group Contact Us */

form div {
	clear: left;
}

.maincontent label {
	width: 130px;
	float: left;
	margin-bottom: 0.25em;
}

label.questions {
	float: none;
}

label span {
	color: #add139;
}

form input.textfield {
	width: 240px;
}

form div.descriptionrow {
	padding-top: 1em;
}

form textarea {
	width: 370px;
	margin-bottom: 1em;
}

form .btnsubmit {
	float: right;
	margin-right: 22px;
}

/* @end */

/* @group Sidebar */

div.sidebar {
	float: right;
	width: 395px;
}

div.narrow {
	width: 260px;
}

div.sidebar .panel {
	background: #add139 url(../images/bg-sidebar-green.jpg) top right no-repeat;
	color: #363636;
	padding: 36px 30px 32px 24px;
	margin-bottom: 28px;
}

div.sidebar .panel h2 {
	font-size: 1.2em;
	color: #fff;
}

div.sidebar .panel h2.candidatename {
	margin: 0;
}

div.sidebar .panel .candidateimage {
	float: right;
	margin: 0 0 15px 15px;
}

div.sidebar .panel .candidateimage img {
	border: 6px solid #fff;
}

div.sidebar .panel .candidatesubheading {
	font-weight: bold;
	font-size: 15px;
	color: #231f20;
	margin: 0;
}

div.sidebar .panel .candidatequote {
	font: italic normal 14px Georgia, serif;
	line-height: 22px;
}

div.sidebar .panel h4 {
	font-size: 14px;
	color: #d7ee8c;
}

div.sidebar .panel ul {
	margin: 0 0 1em 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 21px;
}

div.sidebar .panel form {
	margin: 0 0 1em;
}

div.sidebar .panel a {
	color: #fff;
	text-decoration: none;
}

div.sidebar .panel a:hover {
	text-decoration: underline;
}

div.sidebar .presentationnight {
	background: #656565 url(../images/bg-sidebar-grey.jpg) top right no-repeat;
	color: #fff;
}

div.sidebar .presentationnight h2 {
	margin-bottom: 1em;
}

div.sidebar .presentationnight .presnightimage {
	float: left;
	border: 4px solid #fff;
}

div.sidebar .presentationnight .presnightcopy {
	margin-left: 135px;
	font-size: 13px;
	line-height: 18px;
}

div.sidebar .presentationnight h3 {
	color: #add139;
	font-size: 16px;
	margin-bottom: 5px;
}

div.sidebar .presentationnight h4 {
	font-size: 15px;
	color: #fff;
}

div.sidebar .fullpanel {
	height: 6000px
}

div.signupnewsletter {
	background: #6f6f6e url(../images/bg-newslettersignup.gif) top right no-repeat;
	color: #ffffff;
	padding: 30px 30px 16px 24px;
	margin-bottom: 28px;
}

div.signupnewsletter input {
	width: 280px;
}

div.signupnewsletter input.button {
	width: 98px
}

div.signupnewsletter a {
	color: white;
}

div.signupnewsletter h2 {
	font-size: 1.2em;
}

a.button {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

a.button span.buttonleft {
	background: url(../images/buttonleft_grey.gif) no-repeat left center;
	width: 5px;
	padding: 8px 0 8px 5px;
}

a.button span.buttonright {
	background: url(../images/buttonright_grey.gif) no-repeat right center;
	width: 5px;
	padding: 8px 5px 8px 0;
}

a.button span.buttonbg {
	background: url(../images/buttonbg_grey.gif) repeat-x right center;
	padding: 8px 3px 8px 0;
}

a.button span.buttonarrow {
	background: url(../images/buttonarrow_grey.gif) no-repeat right center;
	width:  17px;
	padding: 8px 25px 8px 10px;
}

a.button span.buttonleftgreen {
	background: url(../images/buttonleft_green.gif) no-repeat left center;
	width: 4px;
	padding: 8px 0 8px 4px;
}

a.button span.buttonrightgreen {
	background: url(../images/buttonright_green.gif) no-repeat right center;
	width: 4px;
	padding: 8px 4px 8px 0;
}

a.button span.buttonbggreen {
	background: url(../images/buttonbg_green.gif) repeat-x right center;
	padding: 8px 3px 8px 0;
}

a.button span.buttonarrowgreen {
	background: url(../images/buttonarrow_green.gif) no-repeat right center;
	width: 17px;
	padding: 8px 25px 8px 10px;
}

/* hehehe */



button.button {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

button.button span.buttonleft {
	background: url(../images/buttonleft_grey.gif) no-repeat left center;
	width: 5px;
	padding: 8px 0 8px 5px;
}

button.button span.buttonright {
	background: url(../images/buttonright_grey.gif) no-repeat right center;
	width: 5px;
	padding: 8px 5px 8px 0;
}

button.button span.buttonbg {
	background: url(../images/buttonbg_grey.gif) repeat-x right center;
	padding: 8px 3px 8px 0;
}

button.button span.buttonarrow {
	background: url(../images/buttonarrow_grey.gif) no-repeat right center;
	width:  17px;
	padding: 8px 25px 8px 10px;
}

button.button span.buttonleftgreen {
	background: url(../images/buttonleft_green.gif) no-repeat left center;
	width: 4px;
	padding: 8px 0 8px 4px;
}

button.button span.buttonrightgreen {
	background: url(../images/buttonright_green.gif) no-repeat right center;
	width: 4px;
	padding: 8px 4px 8px 0;
}

button.button span.buttonbggreen {
	background: url(../images/buttonbg_green.gif) repeat-x right center;
	padding: 8px 3px 8px 0;
}

button.button span.buttonarrowgreen {
	background: url(../images/buttonarrow_green.gif) no-repeat right center;
	width: 17px;
	padding: 8px 25px 8px 10px;
}

/* @end */

.clearer {
	clear: both;
}

div.footer {
	position: relative;
	margin: -123px auto 0;
	width: 900px;
	height: 123px;
	background: #fff url(../images/bg-footer.gif) bottom left no-repeat;
}

div.footer p {
	float: left;
	clear: left;
	margin: 30px 0 0 40px;
	_margin-top: 25px;
	font-size: 12px;
	color: #fff;
	_display: inline;
}

div.footer p.address {
	font-weight: bold;
}

div.footer ul {
	float: left;
	clear: left;
	margin: 14px 0 0 40px;
	font-size: 12px;
	list-style: none;
	padding: 0;
	_display: inline;
}

div.footer li {
	float: left;
	margin-right: 1.5em;
}

div.footer p.attribution {
	margin-top: 14px;
	color: #c2c2c2;
	white-space: nowrap;
}

div.footer p.attribution a {
	color: #fff;
	text-decoration: none;
}

div.footer p.attribution a:hover {
	text-decoration: underline;
}

div.footer a.logo {
	float: right;
	margin: 0 40px 32px 0;
}

.imagepopup {
	text-align: center;
}

.imagepopup img {
	background: #fff;
	border: 10px solid #fff;
	margin-top: 10px;
}

div.gallery {
	background: #c2e848 url(../images/bg-gallery.jpg) no-repeat;
	float: left;
	padding: 0 0 20px 0;
	width: 399px;
}

div.image {
	float: left;
	margin: 55px 0 0 25px;
	width: 170px;
}

div.image img {
	border: 6px solid #FFFFFF;
}

div.info {
	float: left;
	margin: 33px 0 0 0;
	padding: 0 26px 0 16px;
	text-align: right;
	width: 156px;
}

div.info  a {
	color:#FFFFFF;
	text-decoration:none;
}

span.gallery-heading {
	color: #000000;
	font-family: Helvetica, Arial, Verdana;
	font-weight: bold;
	font-size: 110%;
}

span.gallery-description p {
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 10px 0;
}

span.gallery-title {
	color: #FFFFFF;
}

/* @group Shadowbox */

#shadowbox_container, #shadowbox_overlay {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#shadowbox_container {
	position: fixed;
	display: block;
	visibility: hidden;
	z-index: 999;
	text-align: center;
}

#shadowbox_overlay {
	position: absolute;
}

#shadowbox {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: #bbb8ff;
	padding: 0.5em;
}

#shadowbox_body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-width: 0;
}

#shadowbox_info {
	border-width: 0;
}

#shadowbox_body_inner {
	position: relative;
	height: 100%;
}

#shadowbox_content.html {
	height: 100%;
	overflow: auto;
}

#shadowbox_loading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#shadowbox_body, #shadowbox_loading {
	background-color: #060606;
}

#shadowbox_loading_indicator {
	float: left;
	margin: 10px 10px 0 10px;
	height: 32px;
	width: 32px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

#shadowbox_loading span {
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 10px;
	float: left;
	margin-top: 16px;
}

#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
	color: #fff;
	text-decoration: underline;
}

#shadowbox_title, #shadowbox_info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#shadowbox_title_inner, #shadowbox_info_inner {
	position: relative;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	line-height: 16px;
}

#shadowbox_title {
	height: 26px;
}

#shadowbox_title_inner {
	font-size: 16px;
	color: #4a4a4d;
}

#shadowbox_title_inner p {
	margin: 0;
}

#shadowbox_title_inner p.title {
	color: #29227a;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 10px;
}

#shadowbox_title_inner p.desc {
	font-size: 0.7em;
}

#shadowbox_info_inner {
	font-size: 12px;
	color: #fff;
}

#shadowbox_nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#shadowbox_nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
}

#shadowbox_nav_close {
	background-image: url(../images/icon-close.png);
	background-repeat: no-repeat;
}

#shadowbox_nav_next {
	background-image: url(../images/icon-next.png);
	background-repeat: no-repeat;
}

#shadowbox_nav_previous {
	background-image: url(../images/icon-previous.png);
	background-repeat: no-repeat;
}

#shadowbox_nav_play {
	background-image: url(../images/icon-play.png);
	background-repeat: no-repeat;
}

#shadowbox_nav_pause {
	background-image: url(../images/icon-pause.png);
	background-repeat: no-repeat;
}

#shadowbox_counter {
	float: left;
	padding: 2px 0;
	width: 45%;
}

#shadowbox_counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #4a4a4d;
}

#shadowbox_counter a.shadowbox_counter_current {
	text-decoration: underline;
}

div.shadowbox_clear {
	clear: both;
}

div.shadowbox_message {
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.shadowbox_message a:link,
div.shadowbox_message a:visited {
	color: #fff;
	text-decoration: underline;
}

/*lightbox*/

body {
	font: arial;
	margin: 0px;
}

#bg_fade {
	background-color:#000;
	height:140%;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	visibility:hidden;
	width:100%;
	z-index:1000;
	height: 100%;
}

#containerDiv {
	margin: auto;
	position: relative;
	padding: 30px 30px 10px;
	z-index: 99999;
}

#containerDiv h2 {
	color: #FFF;
}

#containerDiv form, #containerDiv input, #containerDiv textarea {
	padding: 7px;
}

#containerDiv textarea {
	width: 100%;
}

#containerDiv input[type=submit],
#containerDiv input[type=checkbox],
#containerDiv input.submit,
#containerDiv input.checkbox {
	margin-top: 13px;
	width: auto;
}

input.submit {
	font-size: 140%;
}


#containerDiv .white {
	color: #FFF;
}

#closeLink {
	color: #FFF;
	display: block;
	float: right;
}

#containerDiv label {
	display: block;
	margin-top: 13px;
}

.validation-advice {
	color: #FF0000;
}

.clearer {
	clear: both;
}

body.contactus h2 {
	font-size: smaller;
}

/* VALIDATION */

/* @end */