* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	overflow: scroll;
}

body {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 62.75%;
}

fieldset {
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 20px;
}

legend {
	padding: 0 5px;
	margin: 0 10px;
	font-weight: bold;
	font-size: 1.4em;
}

#container {
	width: 800px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

.ir span {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

#errors {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #fa8;
	background: #e70000;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

#notice {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #8fa;
	background: #00e700;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

#circular_holder {
	position: relative;
	width: 800px;
	height: 136px;
}

#circular_logo span {
	background: url(../images/leeds_ahead_logo.jpg);
}

#circular_logo {
	position: absolute;
	top: 0px;
	left: 313px;
	width: 487px;
	height: 136px;
	background: url(../images/circular_logo.jpg);
}

#circular_flash {
	top: 0px;
	left: 0px;
	position: relative;
	width: 313px;
	height: 136px;
}

#logo span {
	background: url(../images/leeds_ahead_logo.jpg);
}

#logo {
	position: relative;
	width: 800px;
	height: 136px;
}

#footer {
	text-align: right;
	clear: both;
	color: #000;
	padding: 10px 0;
}

#footer #footer_info {
	float: left;
}

#footer #footer_info a {
	color: #000;
}

#footer .rule {
	margin: 10px 0;
	border-bottom: #000 1px solid;
}

ul {
	list-style: none;
}

.cms_sub_nav {
	overflow: hidden;
}

.cms_sub_nav li {
	float: left;
	padding-bottom: 10px;
	margin-right: 2px;
}

.cms_sub_nav a {
	display: block;
	border:1px solid #999999;
	background: #eee;
	padding:6px 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.cms_sub_nav a:hover {
	text-decoration: underline;
}

#top_navigation {
	overflow: hidden;
	text-transform: uppercase;
	font-family: Arial;
}

#top_navigation li {
	background: url(../images/top_nav_bg.png);
	float: left;
	line-height: 26px;
}

#top_navigation a {
	display: block;
	width: 100px;
	font-size: 1.1em !important;
	background: url(../images/top_nav_bg.png);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#top_navigation a:hover {
	background: url(../images/top_nav_over_bg.png);
}

#top_navigation a.selected {
	background: url(../images/top_nav_over_bg.png);
}

#city_flash {
/*	background: url(../images/leeds_city_flash.jpg); */
	width: 800px;
	height: 222px;
}

#wrapper {
	clear: both;
	margin-top: 10px;
}

.side_panel {
	float: left;
	width: 153px;
	padding: 0;
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
}

.boxed .top {
	background: url(../images/content_box_top.jpg) no-repeat;
	width: 478px;
	height: 4px;
	overflow: hidden;
}

.boxed .body {
	background: url(../images/content_box_body.jpg) repeat-y;
	width: 458px;
	padding: 5px 10px;
}

.boxed .bottom {
	background: url(../images/content_box_bottom.jpg) no-repeat;
	width: 478px;
	height: 4px;
	overflow: hidden;
}

.gradient_boxed {
	position: relative;
	margin-bottom: 10px;
	background: #efeeee url(../images/gradient_box.png) repeat-x top left;
}

.gradient_boxed .top {
	position: relative;
	background: url(../images/gradient_box_top.png) no-repeat;
	width: 478px;
	height: 4px;
	overflow: hidden;
}

.gradient_boxed .body_wrapper {
	position: relative;
	background: #efeeee url(../images/gradient_box.png) repeat-x top;
	height: 1%;
}

.gradient_boxed .body {
	position: relative;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	padding: 5px 9px;
	height: 1%;
}

.sub_content .body p {
	margin-top: 0px;
	margin-bottom: 10px;
	top: 0px;
}

.sub_content .body ul {
	margin-bottom: 10px;
}

.sub_content .body li {
	margin-top: 0 !important;
} 

.gradient_boxed .bottom {
	position: relative;
	background: url(../images/gradient_box_bottom.png) no-repeat;
	width: 478px;
	height: 4px;
	overflow: hidden;
}

#content_column {
	width: 478px;
	margin: 0 8px;
	padding: 0;
	float: left;
}

#second_navigation .blue {
	background: url(../images/side_nav_blue.png);
}
#second_navigation .green {
	background: url(../images/side_nav_green.png);
}
#second_navigation .orange {
	background: url(../images/side_nav_orange.png);
}
#second_navigation .pink {
	background: url(../images/side_nav_pink.png);
}

#second_navigation .blue a:hover {
	background: url(../images/side_nav_blueover.png);
}
#second_navigation .green a:hover {
	background: url(../images/side_nav_greenover.png);
}
#second_navigation .orange a:hover {
	background: url(../images/side_nav_orangeover.png);
}
#second_navigation .pink a:hover {
	background: url(../images/side_nav_pinkover.png);
}

#second_navigation a, .side_buttons a {
	color: #fff;
	letter-spacing: -0.6px;
	font-size: 18px !important;
	font-weight: bold;
}

.side_buttons a {
	color: #33006a !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sponsor_flash {
	width: 153px;
	height: 94px;
}

.side_buttons .leeds_ahead_film {
	background: url(../images/button_film.jpg);
}

.side_buttons .contact_us {
	background: url(../images/button_contact_us.jpg);
}

.side_buttons .case_studies {
	background: url(../images/button_case_studies.jpg);
}

.side_buttons .sponsors_flash {
	background: url(../images/sponsor_flash.jpg);
}

.side_buttons .membership_directory {
	background: url(../images/button_membership_dir.jpg) no-repeat;
}

.side_buttons .supporters {
	background: url(../images/button_supporters.jpg) no-repeat;
}

/* Over States */

.side_buttons .leeds_ahead_film a:hover {
	background: url(../images/button_filmover.jpg);
}

.side_buttons .contact_us a:hover {
	background: url(../images/button_contact_usover.jpg);
}

.side_buttons .case_studies a:hover {
	background: url(../images/button_case_studiesover.jpg);
}

.side_buttons .sponsors_flash a:hover {
	background: url(../images/sponsor_flashover.jpg);
}

.side_buttons .membership_directory a:hover {
	background: url(../images/button_membership_dirover.jpg) no-repeat;
}

.side_buttons .supporters a:hover {
	background: url(../images/button_supportersover.jpg) no-repeat;
}

#second_navigation li, .side_buttons li {
	position: relative;
	top: -10px;
	margin-top: 10px;
}

.button {
	display: block;
	padding: 10px 6px 10px 7px;
	width: 140px;
	height: 74px;
}

#news .header {
	background: url(../images/news_events.jpg);
	width: 143px;
	height: 27px;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 27px;
	padding-left: 10px;
}

#news .readmore a {
	color: #777;
}

#news .date {
	float: left;
	color: #33006a;
}

#news .readmore {
	float: right;
}

#news a {
	color: #000;
}

#news .news_bottom {
	margin: 0 10px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #33006a;
}

#news .heading {
	margin: 0 10px;
}

#news_wrapper {
	background: url(../images/news_bg.jpg) bottom left no-repeat;
	width: 153px;
	height: 128px;
	overflow: auto;
}

#news {
	position: relative;
	top: -10px;
	margin: 10px 0;
	font-size: 1.1em;
}

#news_scroller {
	height: 124px;
	overflow: auto;
}

#news_and_events li {
	margin-left: 10px;
	font-weight: bold;
}

.body {
	font-weight: bold;
}

.body p {
	margin-top: 10px;
	position: relative;
	top: -10px;
} 

.grey {
	color: #666;
}

.black {
	color: #000;
}

.float_image_left {
	margin-bottom: 10px;
	margin-right: 10px;
}

.float_image_right {
	margin-bottom: 10px;
	margin-left: 10px;
}

.column_container {
	overflow: hidden;
	height: 1%;
}

.centre {
	margin: 0 10px;
}

.column {
	width: 146px;
	float: left;
}

#search {
	margin: 10px 0;
	background: url(../images/search_form.jpg);
	width: 133px;
	padding-left: 20px;
	height: 24px;
	line-height: 24px;
}

h1, h2 {
	color: #33006a;
	margin-bottom: 10px;
}

h1 { font-size: 30px; }
h2 { font-size: 19px; }

.purple {
	color: #330066;
}
.blue {
	color: #3399cc;
}
.green {
	color: #99cc00;
}
.orange {
	color: #ff9900;
}
.pink {
	color: #ff3366;
}

.body { font-size: 1.2em; } /* FONT SIZE *******************************************************************************************/

.activity_content {
	margin-top: 7px;
}

#activies {
	overflow: hidden;
	height: 1%;
}

#activies li {
	padding-top: 3px;
	height: 1%;
	padding-bottom: 5px;
}

#activies a {
	border-bottom: 1px solid;
	display: block;
	position: relative;
	font-size: 32px;
	padding-bottom: 3px;
}

#activies a:hover {
	text-decoration: none;
}

#activies a span {
	display: block;
	position: absolute;
	bottom: 8px;
	right: 0;
	line-height: 13px;
	padding-right: 15px;
	font-size: 11px;
}

#activies a:hover span {
	text-decoration: underline;
}

#activies a.purple span {
	background: url(../images/triangles_purple.png) no-repeat bottom right;
}
#activies a.blue span {
	background: url(../images/triangles_blue.png) no-repeat bottom right;
}
#activies a.green span {
	background: url(../images/triangles_green.png) no-repeat bottom right;
}
#activies a.orange span {
	background: url(../images/triangles_orange.png) no-repeat bottom right;
}
#activies a.pink span {
	background: url(../images/triangles_pink.png) no-repeat bottom right;
}

#activies a.purple {
	border-color: #330066;
}
#activies a.blue {
	border-color: #3399cc;
}
#activies a.green {
	border-color: #99cc00;
}
#activies a.orange {
	border-color: #ff9900;
}
#activies a.pink {
	border-color: #ff3366;
}

.select_list {
	position: relative;
/*	top: -10px;
	margin-bottom: -6px;
*/}

.select_list li {
	margin-top: 10px;
	position: relative;
	left: -1px;
	overflow: hidden;
	width: 457px;
	background: url(../images/community/item_header.png);
}

.select_list .spacer {
	float: left;
	display: block;
	height: 40px;
	width: 0px;
}

.select_list a {
	display: block;
	width: 447px;
	background: url(../images/community/item_header.png);
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	font-size: 16px;
	line-height: 41px;
	color: #fff;
	overflow: hidden;
}

.select_list a:hover {
	text-decoration: none;
}

.select_list a span.description {
	font-weight: normal;
}

.select_list a span.read_more {
	display: block;
	position: absolute;
	bottom: 12px;
	right: 16px;
	line-height: 13px;
	padding-right: 15px;
	font-size: 11px;
/*	background: url(../images/triangles_white.png) no-repeat bottom right; */
}

.select_list a:hover span.read_more {
	text-decoration: underline;
}

.select_list li li span {
	color: #666;
}

.select_list li li {
	background: none;
	overflow: visible;
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: disc;
	vertical-align: middle;
}

.select_list li ul {
}

.sub_content {
}

.sub_content .border {
	margin-top: 37px;
	padding-top: 4px;
	width: 457px;
	background: url(../images/community/sub_content_box_vback.png) repeat-y;
}

.sub_content .body {
	border: 0;
	position: relative;
	top: 0px;
	left: 2px;
	background: url(../images/community/sub_content_box.png) repeat-x bottom;
	background-color: #fff !important;
	color: #000;
	width: 434px;
	overflow: hidden;
	font-size: 1em;
	padding: 10px 10px 5px 9px;
	font-weight: normal;
}

.sub_content .body img {
	margin-bottom: 10px;
}

.sub_content .bottom {
	position: relative;
	left: 0px;
	background: url(../images/community/sub_content_box_bottom.png) no-repeat;
	width: 458px;
	height: 6px;
	overflow: hidden;
}


#right_panel .purple_input {
	position: relative;
	left: 1px;
}

.purple_input {
	padding: 10px 0;
}

.grey_input {
	padding: 10px 0px;
}

.grey_input input, .purple_input input {
	width: 90%;
	color: #555;
}

.purple_input input, .grey_input input {
	background: url(../images/search.png) no-repeat 0px 1px;
	padding-left: 15px;
}

.grey_input .input {
	width: 148px;
	padding-left: 5px;
	overflow: hidden;
	background: url(../images/grey_input_bg.png) repeat-y;
}

.grey_input .top {
	background: url(../images/grey_input_top.png) no-repeat;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.grey_input .bottom {
	background: url(../images/grey_input_bottom.png) no-repeat;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.purple_input .input {
	width: 148px;
	padding-left: 5px;
	overflow: hidden;
	background: url(../images/purple_input_bg.png) repeat-y;
}

.purple_input .top {
	background: url(../images/purple_input_top.png) no-repeat;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.purple_input .bottom {
	background: url(../images/purple_input_bottom.png) no-repeat;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.purple_input .short_input {
	width: 107px;
	padding-left: 5px;
	overflow: hidden;
	background: url(../images/purple_input_bg_short.png) repeat-y;
}

.purple_input .short_top {
	background: url(../images/purple_input_top_short.png) no-repeat;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.purple_input .short_bottom {
	background: url(../images/purple_input_bottom_short.png) no-repeat;
	position: relative;
	height: 3px;
	overflow: hidden;
}

.select_list .body a:hover {
	text-decoration: underline;
}

.select_list .body a {
	background: none;
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	line-height: 1.1;
	font-size: 1em;
	overflow: visible;
	padding: 0;
	margin: 0;
	color: #33006A !important;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding:4px 20px 4px 4px;
}

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

address {
	font-style: normal;
}

#download_buttons a, .select_list .body a.events_button {
	display: block;
	background: url(../images/contact/purple_button.png) no-repeat;
	color: #330066;
	width: 94px;
	height: 23px !important;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#download_buttons a:hover, .select_list .body a.events_button:hover {
	background: url(../images/contact/purple_button_over.png) no-repeat;
	color: #fff !important;
}

.body .column_container p a, .sub_content .body a {
	color: #330066;
	background: transparent;
}

.sub_content .body ul li {
	width: auto;
}

.sub_content .body a:hover {
	background: transparent;
}
