/*________ MAIN ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Arial,Verdana,sans-serif; color: #1b1b1b; text-decoration: none;
	text-align: left;
	background: #FFFFFF;
}

img {
	display: block;
	border: 0;
}

h2 {
	color: #2b89c6;
	padding-bottom: 10px;
	font-size: 20px;
}

p {
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #2b89c6;
}

a:hover {
	color: #55abe3;
}

#outerContainerHome {
	background: url(images/bg-container-home.jpg) repeat-x;
}

#outerContainer {
	background: url(images/bg-container.jpg) repeat-x;
}

#container {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}




/*________ HEADER ________*/

#header {
	padding-bottom: 5px;
	overflow: hidden;
}

#header img {
	float: left;
}



/*________ NAV ________*/

#nav {
	font-weight: bold;
	overflow: hidden;
	list-style: none;
	padding: 10px 0 20px 0;
	text-align: right;
}

#nav li {
	color: #ffffff;
	display: inline;
	font-size: 18px;
}

#nav li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
}

#nav li a:hover {
	color: #2b89c6;
}



/*________ INTRO ________*/

#intro {
	width: 526px;
	float: left;
	padding-right: 20px;
	margin-top: -40px;
}

#intro p {
	color: #fff;
}

#intro p span {
	font-weight: bold;
	color: #2b89c6;
}



/*________ FLASH ________*/

#flash {
	padding-bottom: 20px;
	float: left;
}

#flash a img {
	clear: both;
	margin: 20px 0;
}



/*________ CONTENT ________*/

#content {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}



/*________ LEFT COLUMN - home ________*/

#leftColumn {
	width: 440px;
	float: left;
	margin-right: 40px;
}

#mediaRelease {
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

#mediaRelease img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #c8c8c8;
}

#mediaRelease h2 {
	padding: 10px 0 20px 50px;
	background: url(images/bg-heading-media-release.jpg) no-repeat top left;
}

#mediaRelease a {
	color: #2b89c6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#mediaRelease a:hover {
	color: #55abe3;
	text-decoration: underline;
}

#donate {
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

#donate h2 {
	padding: 10px 0 20px 50px;
	background: url(images/bg-heading-donation.jpg) no-repeat top left;
}

#donate a {
	color: #2b89c6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url(images/bg-link-donation.jpg) no-repeat;
	padding-left: 20px;
}

#donate a:hover {
	color: #55abe3;
	text-decoration: underline;
}

#contactYourCouncil {
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

#contactYourCouncil h2 {
	padding: 10px 0 20px 50px;
	background: url(images/bg-heading-contact-council.jpg) no-repeat top left;
}

#contactYourCouncil a {
	color: #2b89c6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url(images/bg-link-list.jpg) no-repeat;
	padding: 2px 0 3px 25px;
}

#contactYourCouncil a:hover {
	color: #55abe3;
	text-decoration: underline;
}



/*________ RIGHT COLUMN - home ________*/

#rightColumn {
	width: 440px;
	float: left;
	padding-top: 10px;
}

#rightColumn h2 {
	padding: 10px 0 20px 50px;
	background: url(images/bg-heading-legends.jpg) no-repeat top left;
}

#rightColumn div {
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
}

#rightColumn div img {
	float: left;
	padding: 1px;
	border: 1px solid #c8c8c8;
	margin: 0 10px 10px 0;
}

#rightColumn div h3 {
	font-size: 14px;
	color: #d27927;
	line-height: 1em;
	padding-bottom: 3px;
}

#rightColumn div p {
	font-size: 12px;
	line-height: 1.1em;
}

#rightColumn div a {
	color: #2b89c6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#rightColumn div a:hover {
	color: #55abe3;
	text-decoration: underline;
}



/*________ ABOUT US ________*/

.imgFloatRight {
	float: right;
	padding: 10px 0 10px 10px;

}




/*________ MOTORSPORT LEGENDS ________*/

#content div.legends {
	padding: 10px 0;
	border-top: 1px solid #e8e8e8;
}

#content div.legends img {
	float: left;
	padding: 1px;
	border: 1px solid #c8c8c8;
	margin: 0 10px 10px 0;
}

#content div.legends h3 {
	font-size: 14px;
	color: #d27927;
	line-height: 1em;
	padding-bottom: 3px;
}

#content div.legends p {
	font-size: 12px;
	line-height: 1.1em;
}

#content div.legends a {
	color: #2b89c6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#content div.legends a:hover {
	color: #55abe3;
	text-decoration: underline;
}




/*________ COUNCILLORS ________*/

#content p.councillorIntro {
	padding: 15px;
	background: #890000;
	color: #fff;
	margin: 0 0 10px 0;
}

.councillors {
	width: 450px;
	float: left;
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	margin: 0 10px;
}


.councillors img {
	float: left;
	padding: 1px;
	border: 1px solid #c8c8c8;
	margin: 0 10px 10px 0;
}

.councillors h3 {
	color: #d27927;
	line-height: 1em;
	padding-bottom: 5px;
}

.councillors a {
	color: #2b89c6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.councillors p.divisions {
	font-size: 10px;
	clear: left;
}




/*________ RELEASES ________*/

#content #readOtherReleases {
	clear: both;
	margin-top: 10px;
}

#content #readOtherReleases p {
	border-top: 1px solid #e8e8e8;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(/images/bg-releases-sml.jpg) no-repeat left;
}

#content #readOtherReleases a {
	color: #2b89c6;
	font-weight: bold;
}

#content #readOtherReleases a small {
	color: #1b1b1b;
}

#content #readOtherReleases a:hover {
	border-top: 1px solid #e8e8e8;
	color: #55abe3;
}




/*________ FOOTER ________*/

#footerContainer {
	border-top: 1px solid #e8e8e8;
	clear: both;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 580px;
}

#footer img {
	float: left;
	margin-top: 10px;
	padding: 0 20px 10px 20px;
}

#footer p{
	text-align: center;
	font-size: 10px;
	color: #b8b8b8;
	clear: both;
	padding-bottom: 20px;
}

#footer p a {
	text-decoration: none;
	color: #b8b8b8;
}

#footer p a:hover {
	text-decoration: underline;
	color: #c8c8c8;
}




