/* CSS Document */

body {
	background: #00A3CA url(../_images/_structure/bg_top.jpg) left top repeat-x;;
	color: #FFF;
}
a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}

.plain {
	text-decoration: none;
}

/* additional classes */

.hide {
	position: absolute;
	left: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.link_icon {
	display: block;
	padding: 5px 0 5px 30px;
	background: url(../_images/_structure/link_icon.gif) left center no-repeat;
}

/* structure */

#container {
	background: url(../_images/_structure/bg_rep.png) left top repeat-y;
	min-height: 100%;
}
#inner_container {
	padding: 10px 20px;
}
#main_content {
	min-height: 356px;
	background: url(../_images/_structure/hand_bg.gif) center top no-repeat;
}
#change_styles a {

}
#header {
	position: absolute;
	top: 0;
	right: 120px;
	margin: 0;
	display: block;
	width: 451px;
	height: 211px;
	background: url(../_images/_structure/itv_coty_logo.gif) left top no-repeat;
}
#local_heroes {
	display: block;
	width: 171px;
	height: 168px;
	background: url(../_images/_structure/itv_local_heroes.gif) left top repeat-y;
	margin: 0 0 30px 10px;
}
#local_heroes span {
	display: none;
}
#navigation {
	
}
#navigation li {
	background: url(../_images/_structure/nav_divider.gif) left bottom repeat-x;
}
#navigation li a:hover {
	color: #62CAE3;
}
#navigation li.gap {
	background: none;
	margin-top: 50px;
}
#navigation li.active a {
	background: url(../_images/_structure/nav_active.gif) right center no-repeat;
}


#second_section {
	margin-top: 10px;
}

#footer {
	padding-top: 0;
	display: block;
	min-height: 3em;
	width: 100%;
}
#footer ol {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 787px;
}
#footer li {
	background: url(../_images/_structure/footer_nav_sep.gif) left center repeat-y;
}
#footer li a.last_item {
	background: url(../_images/_structure/footer_nav_sep.gif) right center repeat-y;
}

/* end structure */

/* index.php */

#welcome_block {
	color: #62CAE3;
}

/* 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 textarea, #nominate .textarea_large textarea {
	font-family: "Lucida Sans", Arial, verdana;
	font-size: 100%;
}
#nominate .textfield_small {
	border: none;
	background: url(../_images/_structure/textfield_small_bg.gif) left center no-repeat;
}
#nominate .textfield_large {
	border: none;
	background: url(../_images/_structure/textfield_large_bg.gif) left center no-repeat;
}
#nominate select {
	width: 280px;
}
#nominate legend {
	color: #FFF;
}
#nominate .textarea_small {
	background: url(../_images/_structure/textarea_small_bg.gif) left top no-repeat;
}
#nominate .textarea_small textarea {
	border: solid 1px #FFF;
}
#nominate .textarea_large {
	background: url(../_images/_structure/textarea_large_bg.gif) left top no-repeat;
}
#nominate .textarea_large textarea {
	border: solid 1px #FFF;
}


#carersuk_logo a {
	display: block;
	width: 540px;
	height: 100px;
	background: url(../_images/_structure/carersUK_logo.gif) left top no-repeat;
	margin-bottom: 10px;
}

#terms ol {
	margin-bottom: 10px;
	margin-left: 30px;
}
/* you_can_vote */
h2#you_can_vote {
	background: url(/_lib/_images/_structure/you_can_vote.gif) left top no-repeat;
	height: 79px;
	margin-bottom: 10px;
}
h2 a#you_can_vote_link {
	display: block;
	background: url(/_lib/_images/_structure/you_can_vote.gif) left top no-repeat;
	height: 79px;
}
p.vote_for_your {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
}
#vote_details {
	width: 550px;
	border-collapse: collapse;
}
#vote_details th {
	text-align: left;
}
#vote_details th, #vote_details td {
	padding: 3px;
}
.col_1 {
	width: 25%;
	font-weight: bold;
}
.col_2 {
	width: 25%;
}
.col_3 {
	width: 25%;
}
.col_4 {
	width: 25%;
}
.region td {
	border-top: solid 1px #FFF;
}