/* CSS Document */

/* Clear all margins and paddings */

html, body {
	margin: 0;
	height: 100%;
}

body * {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h5 {
	font-weight: normal;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
}
p {
	margin-bottom: 10px;
	line-height: 140%	
}

/* start defaults */

body {
	font-family: "Lucida Sans", Arial, verdana;
	font-size: 70%;
}

/* classes */

.one_half {
	float: left;
	width: 45.999%;
	margin: 0 2%;
}
.one_third {
	float: left;
	width: 31.3%;
	margin: 0 1%;
}
.two_thirds {
	float: left;
	width: 64.6%;
	margin: 0 1%;
}
.one_quarter {
	float: left;
	width: 20.999%;
	margin: 0 2%;
}
.three_quarters {
	float: left;
	width: 72.999%;
	margin: 0 1%;
}
.one_fifth {
	float: left;
	width: 15.999%;
	margin: 0 2%;
}
.two_fifths {
	float: left;
	width: 35.999%;
	margin: 0 2%;
}
.three_fifths {
	float: left;
	width: 55.999%;
	margin: 0 2%;
}
.four_fifths {
	float: left;
	width: 75.999%;
	margin: 0 2%;
}
.remove_bullets {
	list-style-type: none;
}
.clearfix {
	clear: both;
}
.strong {
	font-weight: bold;
}
.inset {
	margin: 0 2%;
}
.required {
	color: #990000;
	font-weight: bold;
	padding: 0 5px;
}
.too_many, .too_many textarea {
	color: red;
}

/* end classes */

/* main structure */

#container {
	position: relative;
	width: 787px;
	margin: 0 auto;
}
#inner_container {
	position: relative;
}
#change_styles {
	position: absolute;
	z-index: 100;
	margin: 0;
	top: 10px;
	right: 30px;
}
#header {
	font-variant: small-caps;
	margin: 20px 0 0 0;
	font-size: 150%;
}
#local_heroes {
	display: block;
	margin: 5px 0 30px 0;
}
#navigation li a {
	text-align: right;
	display: block;
	padding: 8px 30px 8px 0;
	text-decoration: none;
}

#footer {
	padding-top: 100px;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer li a {
	font-size: 90%;
	padding: 0 10px;
}
#footer li.active a {
	font-weight: bold;
	text-decoration: none;
}


/* end main structure */

/* index.php */

#welcome_block {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 120%
}
#to_win {
	padding-top: 20px;
	font-variant: small-caps;
	font-size: 110%;
	text-align: center;
}

/* nominate */

#nominate_title {
	font-variant: small-caps;
	font-size: 200%;
}

/* nominate */
#nominate {
	margin-left: 50px;
}
#nominate fieldset {
	padding: 10px;
	margin-bottom: 10px;
}
#nominate legend {
	font-weight: bold;
	font-size: 120%;
}
#nominate p {
	margin-bottom: 8px;
}
#nominate label {
	display: block;
	margin-bottom: 5px;
}
#nominate .textfield_small, #nominate .textfield_large, #nominate .textarea_small, #nominate .textarea_large {
	font-family: "Lucida Sans", Arial, verdana;
	font-size: 100%;
}
#nominate .textfield_small {
	width: 332px;
	padding: 3px;
}
#nominate .textfield_large {
	width: 462px;
	padding: 3px;
}
#nominate select {
	width: 280px;
}
#nominate .textarea_small {
	width: 332px;
	padding: 3px;
	height: 92px;
}
#nominate .textarea_small textarea {
	width: 326px;
	height: 86px;
	overflow: auto;
}
#nominate .textarea_large {
	width: 462px;
	padding: 3px;
	height: 172px;
}
#nominate .textarea_large textarea {
	width: 456px;
	height: 166px;
	overflow: auto;
}

.checkbox {
	display: block;
	float: left;
	margin-right: 5px;
}

#thankyou {
	width: 70%;
	margin: 0 auto;
}
#thankyou h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* terms */

#terms {
	width: 500px;
	line-height: 140%;
	text-align: justify;
}
#terms h2 {
	margin: 10px 0 10px 0;
	text-align: left;
	font-size: 130%;	
}
#terms h3 {
margin-top: 15px;
}
#terms ul {
	margin: 0 20px 20px 20px;
}
#terms li {
}

.warning {
	color: red;
}

#notice {
	border: solid 1px #FF0000;
	padding: 10px;
	margin: 10px 0;
}

.alpha {
	margin: 0 0 10px 25px;
	list-style-type: lower-alpha;
}

#tcnumbers {
	width: 80%;
	border-collapse: collapse;
}

#tcnumbers td,
#tcnumbers th {
	border: solid 1px #00a3ca;
	padding: 2px;
}