/**************************************************************************
*	tag definitions:
**************************************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
}

hr {
	height: 1px;
	margin-top: 15px;
	border: 1px solid #ccc;
}

h1 {
	color: #091C7A;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 25px;
}

h2 {
	color: #01829B;
	font-size: 1.8em;
	margin-top: 0px;
	font-weight: bold;
}

h3, h4, h5 {
	padding-top: 15px;
	font-weight: bold;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-style: italic;
	font-size: 1.2em;
}

a, a:visited {
	color: #091C7A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #BADDE4;
	font-weight: bold;
}

a.charity_link:link, a.charity_link:visited {
	color: #01829B;
}

ul#donate {
	margin-top: 20px;
	width: 90px;
	height: 54px;
	background: url(../images/donate.jpg);
	position: relative;
}

ul#donate li {
	list-style: none;
	position: absolute;
	top: 0;
}

ul#donate li, ul#donate a {
	height: 54px;
	width: 90px;
	display: block;
	text-indent: -1000em;
	text-decoration: none;
}

img {
	display: block;
}

p {
	font-size: 1.3em;
	margin-top: 20px;
}

p.txt_big {
	font-size: 2.2em;
	font-weight: bolder;
}

p.fsa {
	font-size: 1.0em;
}
span.hidden {
	display: none;
}

img.inline {
	display: inline;
}

#wrapper {
	width: 100%;
	min-width: 700px;
	/* Below is a javascript hack for creating min-width for IE but css will not validate */
	/*width: expression(document.documentElement.clientWidth > 1024? "auto": document.documentElement.clientWidth < 700? "699px": "auto");*/
}

#top {
	width: 100%;
	height: 119px;
	border-bottom: 1px solid #091C7A;
	background: #BADDE4;
}

#logo {
	float: left;
	width: 119px;
	height: 119px;
	border-right: 1px solid #091C7A;
	background: url(../images/logo.jpg) 10px 10px no-repeat #fff;
	position: relative;
}

a#logo_link {
	left: 10px;
	top: 10px;
	height: 96px;
	width: 95px;
	position: absolute;
}

#header {
	float: left;
	height: 109px;
	width: 321px;
	padding-left: 0px;
	background: url(../images/header.jpg) 0px 10px no-repeat #BADDE4;
	position: relative;
}

a#header_link {
	left: 10px;
	top: 10px;
	height: 96px;
	width: 311px;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}

#header_tabs {
	float: right;
	height: 22px;
	padding-top: 96px;
	padding-right: 10px;
}

#charity_logo {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#charity_tabs {
	float: right;
	height: 22px;
	padding-right: 10px;
}

#main {
	float: left;
	width: 100%;
	background: #fff;
}

#nav {
	float: left;
	width: 119px;
	border-right: 1px solid #091C7A;
	background: #BADDE4;
	text-align: center;
	padding-top: 10px;
}

#page {
	padding-left: 145px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#content {
	padding-right: 25px;
	padding-bottom: 35px;
}

#content ul {
	margin-left: 30px;
	margin-top: 4px;
	list-style-type: circle;
	font-size: 1.2em;
}

ul#quotebox {
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 6px;
	list-style-type: none;
	background: #BADDE4;
	width: 180px;
	/*border: 1px solid #091C7A;*/
}

ul#quotebox li {
	padding: 5px 0px 5px 7px;
	background: url(../images/arrow.gif) 10px 10px no-repeat;
}

ul#quotebox li a {
		margin-left: 35px;
		margin-top: 4px;
		display: block;
	}
	
ul#quotebox li a:hover {
		color: #1D7692;
	}	
	

/**************************************************************************
*	Tab bar for charity pages: start
**************************************************************************/
#nav_tab {
	width: 204px;
	height: 22px;
	background: url(../images/nav_tab.gif);
	position: relative;
}
#nav_tab li {
	list-style: none;
	position: absolute;
	top: 0;
}
#nav_tab li, #nav_tab a {
	height: 22px;
	display: block;
	text-indent: -1000em;
	text-decoration:none;
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
}
/***** NORMAL STATES *****/
#ctab_aboutus {
	left: 0;
	width: 67px;
}
#ctab_contactus {
	left: 67px;
	width: 77px;
}
#ctab_joinus {
	left: 144px;
	width: 61px;
}
/***** HOVER/ON STATES *****/
#ctab_aboutus a:hover, body#c_aboutus_on #ctab_aboutus {
	background: transparent url(../images/nav_tab.gif) 0 -22px no-repeat;
}
#ctab_contactus a:hover, body#c_contactus_on #ctab_contactus {
	background: transparent url(../images/nav_tab.gif) -67px -22px no-repeat;
}
#ctab_joinus a:hover, body#c_joinus_on #ctab_joinus {
	background: transparent url(../images/nav_tab.gif) -144px -22px no-repeat;
}
/**************************************************************************
*	Tab bar for charity pages: end
**************************************************************************/

/**************************************************************************
*	Tab bar for normal pages: start
**************************************************************************/
#nav_tab2 {
	width: 205px;
	height: 23px;
	background: url(../images/nav_tab_main.gif);
	position: relative;
}
#nav_tab2 li {
	list-style: none;
	position: absolute;
	top: 0;
}
#nav_tab2 li, #nav_tab2 a {
	height: 23px;
	display: block;
	text-indent: -1000em;
	text-decoration:none;
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
}
/***** NORMAL STATES *****/
#tab_aboutus {
	left: 0;
	width: 67px;
}
#tab_contactus {
	left: 67px;
	width: 77px;
}
#tab_joinus {
	left: 144px;
	width: 61px;
}
/***** HOVER/ON STATES *****/
#tab_aboutus a:hover, body#aboutus_on #tab_aboutus {
	background: transparent url(../images/nav_tab_main.gif) 0 -23px no-repeat;
}
#tab_contactus a:hover, body#contactus_on #tab_contactus {
	background: transparent url(../images/nav_tab_main.gif) -67px -23px no-repeat;
}
#tab_joinus a:hover, body#joinus_on #tab_joinus {
	background: transparent url(../images/nav_tab_main.gif) -144px -23px no-repeat;
}

/* New Menu */
#nav_main {
	width: 78px;
	height: 323px;
	background: url(../images/nav_main.gif);
	position: relative;
	margin: 0 auto;
}
#nav_main li {
	list-style: none;
	position: absolute;
	left: 0px;
}
#nav_main li, #nav_main a {
	width: 78px;
	display: block;
	text-indent: -1000em;
	text-decoration:none;
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
}

#btn_cars, #btn_cars a {
	top: 0px;
	height: 79px;
}
#btn_home, #btn_home a {
	top: 79px;
	height: 79px;
}
#btn_vans, #btn_vans a {
	top: 158px;
	height: 79px;
}
#btn_motorcycles, #btn_motorcycles a {
	top: 237px;
	height: 86px;
}

#btn_cars a:hover, body#cars_on #btn_cars {
	background: transparent url(../images/nav_main.gif) -78px -0px no-repeat;
}
#btn_home a:hover, body#home_on #btn_home {
	background: transparent url(../images/nav_main.gif) -78px -79px no-repeat;
}
#btn_vans a:hover, body#vans_on #btn_vans {
	background: transparent url(../images/nav_main.gif) -78px -158px no-repeat;
}
#btn_motorcycles a:hover, body#motorcycles_on #btn_motorcycles {
	background: transparent url(../images/nav_main.gif) -78px -237px no-repeat;
}

/**************************************************************************
*	Primary navigation: end
**************************************************************************/

/* Bike Menu */

#bike_menu_wrapper ul {
	margin: 0px;
}

#bike_menu {
	background: #eee;
	width: 200px;
	list-style: none;
	padding-bottom: 8px;
}

	#bike_menu li {
		padding: 5px 0px 0px 30px;
		background: url(images/arrow.gif) 0px 5px no-repeat;
		margin : 8px 0 8px 15px; 
		line-height : 140%;
		color : #3e4446;
		list-style: none;
	}
	
	#bike_menu #bike_menu_title {
		background: #ddd;
		margin: 0px;
		padding-top:10px;
		padding-left: 30px;
		padding-bottom: 10px;
		font-weight: bold;
	}

	.columns {
		margin-top: 20px;
	}
	
	.left_col {
		float: left;
		display: inline;
		width: 250px;
		padding: 0px 10px 0px 0px;
	}
	
	.right_col {
		float: left;
		display: inline;
		width: 250px;
		padding: 0px 10px 0px 10px;
	}
	
	.quote {
		border: 1px solid #ccc;
		background: url(images/arrow.gif) 10px 10px no-repeat;
		width: 200px;
	}
	
	.quote a {
		font-size: 1.8em;
		margin-left: 40px;
		margin-top: 8px;
		display: block;
	}
	
	.quote p {
		background: #eee;
		border: 1px solid #ccc;
		margin: 10px 2px 2px 2px;
		padding: 5px;
		font-size: 1.8em;
	}
	
	.clear {
		clear: both;
	}
	
/**************************************************************************
* Form Styles
**************************************************************************/	

input.normal {
	border : 1px solid #ccc; 
	padding : 4px; 
	width : 250px; 
} 
textarea {
	border : 1px solid #ccc; 
	padding : 4px; 
	width : 250px; 
	height : 40px; 
}
select {
	border : 1px solid #bbb;
	padding: 1px; 
} 

input.button {
	background : #eee; 
	border : 1px solid #ccc; 
	padding : 4px; 
	font-size : 1em; 
	width : 100px; 
	font-weight : bold; 
	cursor : pointer; 
}

input.radio, input.check {
	cursor : pointer; 
	padding: 4px;
}

fieldset {
	width : 250px;
	border : 1px solid #ccc;
	padding : 3px; 
}

form dt, form dd {
	margin-bottom : 5px;
	font-size: 1.3em;
}

dt.section {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-top: 12px;
	padding: 5px 5px 5px 0px;
	width: 280px;
	font-size: 1.4em;
}

form {
	padding-left: 50px;
}

/****************************************************
* new charities
****************************************************/

ul#nav_charity {
	margin-top: 20px;
	width: 384px;
	height: 89px;
	background: url(images/nav_charity.gif);
	position: relative;
}
ul#nav_charity li {
	list-style: none;
	position: absolute;
	top: 0;
}
ul#nav_charity li, ul#nav_charity a {
	height: 89px;
	display: block;
	text-indent: -1000em;
	text-decoration: none;
	/* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */
}

#charity2 {
	left: 0px;
	width: 96px;
}
#charity3 {
	left: 96px;
	width: 96px;
}
#charity4 {
	left: 192px;
	width: 96px;
}
#charity5 {
	left: 288px;
	width: 100px;
}

#charity2 a:hover {
	background: transparent url(../images/nav_charity.gif) -0px -89px no-repeat;
}
#charity3 a:hover {
	background: transparent url(../images/nav_charity.gif) -96px -89px no-repeat;
}
#charity4 a:hover {
	background: transparent url(../images/nav_charity.gif) -192px -89px no-repeat;
}
#charity5 a:hover {
	background: transparent url(../images/nav_charity.gif) -288px -89px no-repeat;
}
