/*  ====================================================================
		rotaryblenheim10.css   version: 2.00    last modified: 26.05.2007
		
		Cascading Style Sheet for Rotary Blenheim 10k website
		www.rotaryblenheim10.co.uk
		
		Author:  Nick Taylor
		
*/

/* Main body */
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #333333;	
	background: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* ==================================================================================== */
/* rotaryBannerLogo is the div for the top part of the banner, the html contains an
   img element that defines the logo appearing in the top left of the banner;
   its background image sets the floating graphic that appears in the top right */
.rotaryBannerLogo {
	background-position: right center;
	background-repeat: no-repeat;	
	width: 100%;
	height: 62px;
	background-image: url(images/blenheimpalace.jpg);
	background-color: #F6C552; /* #FBE09A */
}
/* bannerLogo is the class of the image appearing within the rotaryBannerLogo div */
.bannerLogo {
	margin: 1px;
}
/* rotaryBannerNav contains the navigation links */
#rotaryBannerNav ul {
	margin: 0px 0px 0px 60px;
	font-weight: bold;
	color: #000000;
	font-size: 80%;
	line-height: 18px;
}
.rotaryBannerNav {
	margin: 1px 0px 0px;
	background-color: #F6C552;
	position: relative;
	width: 100%;
	height: 18px;
	overflow: visible;
	padding-top: 0px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-y;
}
.navBullet {
	float: left;
	margin-left: 25px;
	border: none;
	list-style-type: none;	
}

/* ==================================================================================== */
/* mainbody is a container for all other elements of the page except the banner */
#mainbody {
	margin-left: 0px;
	border: 0px
}

/* ==================================================================================== */
/* rightcol will contain sponsor graphics or links to related pages, etc. */
#rightcol {
	position: absolute;
	width: 325px;
	padding-top: 1px;
	padding-right: 15px;
	z-index:2;
	right: 0px;
	margin-right: 10px;
	background-color: #ffffff;
}
#rotarySponsorGraphics {
	line-height: 240%;
	text-align: center;
}
.rotarySponsorTitle {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 12px;
}
.rotarySponsorText {
	font-weight: bold;
}

/* ==================================================================================== */
/* maincol will contain the page-specific content */
#maincol {
	position: relative;
	border: 1px solid #333333;
	margin: 12px 400px 0px 0px;
	padding: 7px 20px 7px 20px;
	z-index:1;
}
h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 8px;
}
h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	margin-top: 8px;
}
h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-top: 8px;
}
#maincol p, ul {
	font-size: 87.5%;
}
.address {
	margin-left: 24px;
	margin-top: 0px;
}

/* ==================================================================================== */
/* rotaryFooter is the footline for the page and exists outside rightcol and maincol */
#rotaryFooter {
	position: relative;
	border: 1px solid #333333;
	background: #ffffff;
	color: #000000;
	margin: 12px 400px 0px 0px;
	padding: 7px 20px 7px 20px;
	z-index: 3;
	overflow: visible;
	font-size: 70%;
	text-align: center;
}

/* ==================================================================================== */
/* banner links */
.navBullet a:visited { color: #333333; text-decoration: none; }
.navBullet a:hover { color: #333333 ; text-decoration: none; }
.navBullet a:active { color: #333333 ; text-decoration: none; }
.navBullet a:link { color: #333333 ; text-decoration: none; }
/* other links */
a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #333333 ; text-decoration: none; }
a:active { color: #333333 ; text-decoration: underline; }
a:link { color: #333333 ; text-decoration: underline; }