@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #93c821;
	background-attachment: scroll;
	background-image: url(../images/motorcyclist-appeal-top-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #93c821;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/centre-image-3.gif);
	background-repeat: no-repeat;
	background-position: 436px 132px;
	height: 840px;
	width: 818px;
} 
#header {
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-attachment: scroll;
	background-color: #DDDDDD;
	background-image: url(../images/motorcyclist-appeal-top-bg.gif);
	background-repeat: no-repeat;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding: 0px;
	margin-top: 0px;
	
}
#sidebar1 a:hover {
	background-position: 0px -48px;
}



#p1 .home a, #p1b .dday a, #p2 .casestudies a, #p3 .signup a, #p4 .donate a, #p5 .partners a,   {
	background-position: 0px -48px;
}
.home a {
	display: block;
	height: 38px;
	width: 196px;
	background-image: url(/bikers/images/btn-home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.intro {
	font-size: 116%;
}

.dday a {
	display: block;
	height: 48px;
	width: 196px;
	background-image: url(/bikers/images/btn-dday.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.casestudies a {
	display: block;
	height: 48px;
	width: 196px;
	background-image: url(/bikers/images/btn-casestudies.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.signup a {
	display: block;
	height: 48px;
	width: 196px;
	background-image: url(/bikers/images/btn-signup.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.donate a {
	display: block;
	height: 48px;
	width: 196px;
	background-image: url(/bikers/images/btn-donate.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.partners a {
	display: block;
	height: 48px;
	width: 196px;
	background-image: url(/bikers/images/btn-our-partners.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.info a {
	display: block;
	height: 48px;
	width: 196px;
	background-image: url(/bikers/images/btn-further-info.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 500px;
	float: left;
} 
#mainContent .maincontent-text {
	width: 450px;
	color: #003965;
	font-size: 108%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.maincontent-text .mainheading {
	background-image: url(/bikers/images/d-day-ride-out-new.gif);
	background-repeat: no-repeat;
	height: 135px;
	text-indent: -9999px;
}
.titlesignup {
	background-image: url(/bikers/images/title-sign-up.gif);
	background-repeat: no-repeat;
	height: 55px;
	text-indent: -9999px;
}
.titlecasestudies {
	background-image: url(/bikers/images/title-casestudies.gif);
	background-repeat: no-repeat;
	height: 55px;
	text-indent: -9999px;
}

.titlelinks {
	background-image: url(/bikers/images/title-partners.gif);
	background-repeat: no-repeat;
	height: 55px;
	text-indent: -9999px;
}
.titledday {
	background-image: url(/bikers/images/title-dday.gif);
	background-repeat: no-repeat;
	height: 55px;
	text-indent: -9999px;
}
.maincontent-text h2 {
	font-size: 131%;
	font-weight: bold;
	color: #0060A9;
}


#mainContent .maincontent-text p {
	margin: 0px;
	padding: 0px;	
	
}
#mainContent .maincontent-text a {
	font-size: 108%;
	color: #0060A9;
	text-decoration: underline;
	margin-bottom: 10px;
}


#mainContent .maincontent-text a:hover {
	font-size: 108%;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 10px;
}


#mainContent .maincontent-text strong {
	font-size: 108%;
	font-weight:bold;
}
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 12px;
	height: 94px;
	float: left;
}
#footer .footer-text {
	font-size: 85%;
	color: #FFFFFF;
	width: 300px;
	padding-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}


#logo {
	float: left;
	width: 200px;
	height: 83px;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/aspire-logo.gif);
	background-repeat: no-repeat;	 
	
}

#logo a {
	float: left;
	width: 200px;
	height: 83px;
	display: block;
	text-indent:-9999px;
	background-attachment: scroll;
	background-image: url(../images/aspire-logo.gif);
	background-repeat: no-repeat;	 
		
	
}
#strap {
	background-attachment: scroll;
	background-image: url(../images/going-for-independence.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 83px;
	width: 419px;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 391px;
} 
#paypal th {
	background-color: #19448E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 5px;
	color: #FFFFFF;
	line-height: 100%;
	padding-right: 8px;
	padding-bottom: 5px;
}
.tableCol1 {
	float: left;
	width: 140px;
}
.tableCol2 {
	float: left;
	width: 76px;
	text-align: center;
}
.tableCol3 {
	float: left;
	width: 118px;
	text-align: center;
	padding-left: 7px;
}
.productwrapper {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	width: 418px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #015A9F;
	border-right-color: #015A9F;
	border-bottom-color: #015A9F;
	border-left-color: #015A9F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(/bikers/images/table-lines.gif);
	background-repeat: repeat-y;
}

.productheader {
	float: left;
	background-color: #015A9F;
	padding: 5px;
	width: 418px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #015A9F;
	border-right-color: #015A9F;
	border-bottom-color: #015A9F;
	border-left-color: #015A9F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(/bikers/images/header-lines.gif);
	background-repeat: repeat-y;
}

#paypal caption {
	float: left;
	font-size: 116%;
	font-weight: bold;
}
#paypal {
	font-size: 93%;
	background-color: #FFFFFF;
	border: 1px solid #19448E;
	margin: 0px;
	padding: 0px;
}
#paypal .center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#paypal td {
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #19448E;
	line-height: 100%;
	margin: 0px;
	border: 1px solid #19448E;
	padding-right: 8px;
}
.smalltext {
	font-size: 85%;
}
.fltleft {
	float: left;
	margin-right: 10px;

}
#mainContent .home-sign-up a {
	background-image: url(/bikers/images/home-signup.gif);
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 70px;
}
#mainContent .home-sign-up a:hover {
	background-position: 0px -70px;
}
#mainContent .phonenumber-sign-up {
	font-size: 138.5%;
	font-weight: bold;
	color: #0060A9;
	padding-left: 12px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
}
#container #mainContent img {
	margin-bottom: 10px;
	clear: left;
}
.partner-info-box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.partner-info-box img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
