

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}
ol, ul, dl, dt, dd {
	position: relative;
	}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	background: #73b402;    /* bright lime */
	background: url(/includes/files/base/images/wmrideshare/body-Bg.jpg) 50% top repeat-x #73b402;    /* bright lime */
	}


/* headers */
h1 {
	color: #365ca4;    /* med blue */
	font-size: 24px;
	line-height: 1.5em;
	font-weight: normal;
	}
h2 {
	color: #365ca4;    /* med blue */
	font-size: 20px;
	line-height: 1.2em;
	}
h3 {
	padding: 8px 0 4px;
	margin: 0;
	font-size: 16px;
	}
h4 {
	padding: 8px 0 4px;
	margin: 0;
	font-size: 13px;
	}
h5 {
	padding: 8px 0 0;
	font-size: 11px;
	margin: 0;
	}
h6 {
	padding: 6px 0 0;
	font-size: 12px;
	margin: 0;
	}


/* common elements */
p {
	padding: 0 0 1em;
	}

dl {
	margin-bottom: 10px;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
	}
blockquote {
	margin: 0 20px 0; 
	}
form {
	display: inline;
	}
.pod ul,
.pod ol {
	padding-bottom: 1em;
	}
li,
.pod li {
	margin-left: 20px;
	padding-bottom: 0.5em;
	}
	.showChildren li,
	.pod .showChildren  li {
			padding-bottom: 4px;
			}
		#ie6 .function ol.showChildren li,
		#ie6 .pod.function ol.showChildren li {    /* ie6: fixes first line indent/strange wrapping error */
				width: 94%;
				margin: 0;
				}

th {
	padding: 3px;
	border-bottom: 1px solid #afbdcd;    /* light blue-grey */
	}
td {
	padding: 3px;
	}


/* dflt links */
a:link {
	color: #860029;    /* dark red */
	color: #679e01;    /* med lime */
	text-decoration: none;
	}
a:visited {
	color: #860029;    /* dark red */
	color: #34badf;    /* baby blue */
	color: black;
	text-decoration: none;
	}
a:hover {
	color: #365ca4;    /* med blue */
	text-decoration: underline;
	}

a.rev {    /* !  */
	unicode-bidi: bidi-override;
	direction: rtl;
	}








/* -------------- POD TYPE: Tipdown -------------- */
/* begin */

#ie7 .tipdown div ol,
#ie6 .tipdown div ol,
#ie7 .tipdown div ul,
#ie6 .tipdown div ul,
#ie7 .tipdown div,
#ie6 .tipdown div, 
#ie6 .tipdown div .alignRight {    /* !  */
	position: static; 
	}
.tipdownTrigger {
	}
	a:link.tipdownTrigger,
	a:visited.tipdownTrigger {
		padding-right: 16px;
		background: url(/includes/files/base/images/wmrideshare/icons/icon-arrow-tipdown.png) right -30px no-repeat;
		}
		#ie7 a:link.tipdownTrigger,
		#ie7 a:visited.tipdownTrigger
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
			display: inline-block;    /* !  */
			}
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
			background-image: url(/includes/files/base/images/wmrideshare/icons/icon-arrow-tipdown.gif);
			}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		background: url(/includes/files/base/images/wmrideshare/icons/icon-arrow-tipdown.png) right -150px no-repeat;
		}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			background-image: url(/includes/files/base/images/wmrideshare/icons/icon-arrow-tipdown.gif);
			}
.tipdownContent {     /* !  */
	padding-top: 10px;
	padding-bottom: 15px;
	}

/* end */


/* -------------- POD TYPE: Accordion -------------- */
/* begin */

.accordion {
	padding-bottom: 2em;
	}
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
	font-size: 1em;
	}

.accordionWrapper {
	position: relative;
/*	margin-left: 30px;    /* !   */
	}
	.accordionWrapper .tipdown {
		/* !  */
		}
		.accordionWrapper .tipdown .element {
			/* !  */
			text-align: left;
			padding-left: 40px;
			margin-bottom: 6px;
			background: transparent;
			background: url(/includes/files/base/images/wmrideshare/silverline/main-Bg.jpg) left top repeat-x white;
			}
.accordionToggleOn,
.accordionToggleOff {
	position: relative;
	color: #36578e;    /* blue */
	padding: 4px 0 2px 4px;
	height: 16px;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	}
.accordionToggleOn {
	color: #860029;    /* dark red */
	}
.accordionToggleOff {
	background: url(/includes/files/base/images/wmrideshare/accordion-toggle-Bg.gif) right -31px no-repeat ;
	}

/* end */


/* -------------- POD TYPE: Tabbed -------------- */
/* begin */


	.tabsHorizontal {
		clear: both;
		background: pink;
		}
		.tabsHorizontal ol.tabs,
		#main .tabsHorizontal ol.tabs {
			margin-top: 20px;
			margin-bottom: 10px;
			padding: 0 0 0 10px;
			height: 19px;
			border-bottom: 1px solid #1f80ca;
			}
				.tabsHorizontal ol.tabs li,
				#main .tabsHorizontal ol.tabs li {
					list-style: none;
					float: left;
					margin: 0 0 0 0;
					padding: 0;
					font-size: 13px;
					}
					.tabsHorizontal ol.tabs li a:link,
					.tabsHorizontal ol.tabs li a:visited {
						display: block;
						color: white;
						text-decoration: none;
						background: url(/includes/files/base/images/wmrideshare/tab-Bg.gif) right -200px no-repeat;;
						border: 0px solid ;
						}
						.tabsHorizontal ol.tabs li a:link span,
						.tabsHorizontal ol.tabs li a:visited span {
							display: block;
							margin-right: 10px;
							padding: 3px 14px 1px 14px;
							background: url(/includes/files/base/images/wmrideshare/tab-span-Bg.gif) left -200px no-repeat;;
							}
					.tabsHorizontal ol.tabs li a:hover,
					.tabsHorizontal ol.tabs li a:active {
						color: #1f80ca;
						background-position: right -100px;
						}
						.tabsHorizontal ol.tabs li .current a:link,
						.tabsHorizontal ol.tabs li .current a:visited {
							color: #1f80ca;
							background-position: right -000px;
							}
							.tabsHorizontal ol.tabs li .current a:link span,
							.tabsHorizontal ol.tabs li .current a:visited span {
								background-position: left -000px;
								}
						.tabsHorizontal ol.tabs li a:hover span,
						.tabsHorizontal ol.tabs li a:active span,
						.tabsHorizontal ol.tabs li .current a:hover span,
						.tabsHorizontal ol.tabs li .current a:active span {
							background-position: left -100px;
							}
						.tabsHorizontal ol.tabs li .current a:hover span,
						.tabsHorizontal ol.tabs li .current a:active span {
							color: white;
							}


	.tabsVertical {
		clear: both;
		padding: 15px;
		background: url(/includes/files/base/images/wmrideshare/tabVertical-Bg.jpg) top left repeat-x;
		padding-left: 170px;
		border: 1px solid #CCC;
		}
		.tabsVertical ol.tabs,
		#main .tabsVertical ol.tabs {
			float: left;
			margin-left: -155px;
			width: 140px;
			border-top: 1px dotted #999;
			}
				.tabsVertical ol.tabs li,
				#main .tabsVertical ol.tabs li {
					list-style: none;
					margin: 0;
					padding: .4em 0;
					line-height: 1.2em;
					border-bottom: 1px dotted #999;
					}
					.tabsVertical ol.tabs li a:link,
					.tabsVertical ol.tabs li a:visited {
						color: #ff6600;
						text-decoration: none;
						border: ;
						}
						.tabsVertical ol.tabs li a:link span,
						.tabsVertical ol.tabs li a:visited span {
							display: block;
							}
					.tabsVertical ol.tabs li a:hover,
					.tabsVertical ol.tabs li a:active {
						color: black;
						background-position: right -100px;
						}
						.tabsVertical ol.tabs li .current a:link,
						.tabsVertical ol.tabs li .current a:visited {
							color: black;
							background-position: right -000px;
							}
							.tabsVertical ol.tabs li .current a:link span,
							.tabsVertical ol.tabs li .current a:visited span {
								background-position: left -000px;
								}
						.tabsVertical ol.tabs li a:hover span,
						.tabsVertical ol.tabs li a:active span,
						.tabsVertical ol.tabs li .current a:hover span,
						.tabsVertical ol.tabs li .current a:active span {
							background-position: left -100px;
							}
						.tabsVertical ol.tabs li .current a:hover span,
						.tabsVertical ol.tabs li .current a:active span {
							color: red;
							}
		.tabsVertical .tabbedContent {
			float: left;
			}

	.tabbedContent {
		display: none;     /*  */
		}

/* end */


/* -------------- POD TYPE: Slideshow -------------- */
/* begin */

.pod.slideshow {
	position: relative;
	}
	.pod.slideshow .slideshowWrapper {
		position: relative;
		}
		.pod.slideshow .slideshowWrapper a:link,
		.pod.slideshow .slideshowWrapper a:visited {
			}
		.pod.slideshow .slideshowWrapper a:hover,
		.pod.slideshow .slideshowWrapper a:active {
			}
	.pod.slideshow .buttons {
		position: absolute;
		top: -10px;
		right: -10px;
		font-size: 10px;
		}
		#ie6 .pod.slideshow .buttons {
			top: -17px;
			right: 0px;
			}
		.pod.slideshow .buttons a:link,
		.pod.slideshow .buttons a:visited {
			display: block;
			float: left;
			padding: 1px 2px;
			color: black;
			background: #CCC;
			border: 1px solid #999;
			}
		.pod.slideshow .buttons a:hover,
		.pod.slideshow .buttons a:active {
			color: black;
			background: #DDD;
			}

/* end */


/* -------------- POD TYPE: HTML -------------- */
/* begin */

.pod.html {
	position: relative;
	}


/* end */


/* -------------- POD TYPE: Table -------------- */
/* begin */

	.pod.table {
		margin-bottom: 1em;
		}
		.pod.table .podStyleIndicator {
			background: orange;
			}
		.pod.table table.table {
			width: 100%;
			border: 1px solid #AAA;
			border-width: 1px 0 0 1px;   /* top, left */
			background: url(/includes/files/base/images/wmrideshare/silverline/main-Bg.jpg) left top repeat-x white;
			border: 4px solid white;
		}
		.pod.table table.table th {
			padding: 3px;
			vertical-align: bottom;
			font-size: .8em;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			color: white;
			background: #666;
			background: #36578e;    /* blue */
			border-bottom: 1px solid #AAA;
		}
			.pod.table table.table th .NOTE {
				color: #DDD;
			}
		.pod.table table.table td {
			padding: 3px;
			background: url(/includes/files/base/images/wmrideshare/silverline/table-td-Bg.jpg) left top repeat-x white;
			border: 1px solid #AAA;
			border-width: 0 1px 1px 0 ;   /* right, bottom */
		}
		
		.pod.table table.table tr.altRow td {
			background: #E9E9E9;
		}
		
		.pod.table table.table td.first {
			color: black;
			text-align: left;
			border: 1px solid #AAA;
			border-width: 0 1px 1px 1px;
		}

/* end */


/* -------------- POD TYPE: Columns -------------- */
/* begin */


	.pod.columns {
		clear: both;
		padding: 0.4em 0 1em;
/*		border-top: 1px solid #685c53;    /* warm grey 11 */
		}
		.pod.columns .column {
			float: left;
			}
			#main .pod.columns .column {
				float: left;
				}
				#main .pod.columns .column .pod {
/*					padding: 0 10px;
					color: #333;
					border: 4px solid white;
					border-width: 0 4px;
*/					}
				#main .pod.columns .column .pod.PULLQUOTE {
					color: #36578e;    /* blue */
					}
					#main .pod.columns .column .pod .pod {
						padding: 0;
						border: none;
						}
				#main .pod.columns .column .column {
					background: none;
					border: 0;
					}
			.pod.columns .column.first {
				}
			.pod.columns .column.last {
				background: url(/includes/files/base/images/wmrideshare/column-last-Bg.gif) left top repeat-y;
				}
				.pod.columns .column.last .pod {
					margin-left: 12px;
					}
					.pod.columns .column.last .pod .pod {
						margin-left: 0;
						}


/* end */











.warning {
	color: red;
	}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

.clearLeft {
	clear: left;
	}
.clearRight {
	clear: right;
	}
.clearBoth {
	clear: both;
	}



/* -------------- for secure pages with login -------------- */
#profile {
	float: right;
	padding: 10px;
	width: 130px;
	width: 45%;
	margin-left: 15px;
	background:  #f5f8fb;    /* really light blue-grey */
	border: 1px solid #afbdcd;    /* light blue-grey */
	}

/* end */





/* -------------- Front/Admin crossover styles  (names must be consistent) -------------- */
.alignLeft {
	float: left;
	}
	#ie6 .alignLeft {
		position: relative;
		}
.asset.alignLeft {
	margin-right: 5px;
	}
img.alignLeft {
	float: left;
	padding: 0 8px 4px 0;
	}

.alignRight {
	float: right;
	}
	#ie6 .alignRight {
		position: relative;
		}
.asset.alignRight {
	padding: 4px;
	margin-left: 5px;
	}
img.alignRight {
	float: right;
	padding: 0 0 4px 8px;
	}

.alignCenter,
.alignCenter img {
	float: none;
	display: block;
	margin: 0 auto;
	}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	font-style: italic;
	}



.function ol.showChildren {    /* used by show current children function */
	border: 0px solid red;
	}
	.function ol.showChildren li,
	#main .function ol.showChildren li {
		list-style: none;
		margin-left: 0;
		}



/* INLINE STYLES */
sup {
	font-size: 10px;
	color: #666;
	}

.TAB {
	display: block;
	float: left;
	width: 20px;
	height: 1px;    /* must be at least 1 */
	}
.NOTE {
	font-size: 11px;
	color: #999;
	}
.CALLOUT {
	color: #4568ab;    /* cornflower blue */
	}
.WARNING {
	color: #600;    /* dark red */
	color: #860029;    /* dark red */
	}
.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}




/* POD STYLES */
/* begin */


/*.NORMAL {
	font-size: 12px;
	line-height: 1.6em;
	}*/

.INDENT {
	margin-left: 20px;
	margin-right: 20px;
	}

.SIDEBAR {
	position: relative;
	float: right;
	margin: 0 0 2px 15px;
	width: 220px;
	}

/*.CALLOUT {
	position: relative;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.76em;
	color: #333; 
	color: #34badf;    /* baby blue *
	}*/

.INTRO {
	font-size: 1.2em;
	line-height: 1.76em;
	}

.HIGHLIGHT {
	padding: 10px 10px 0px;
	color: white;
	color: #4568ab;    /* cornflower blue */
	background: url(/includes/files/base/images/wmrideshare/highlight-Bg.jpg) right top repeat-y;
	border: 1px solid #ecf0f6;    /* pale cornflower blue */
	border-width: 1px 0;
	}



.QUOTE {
	float: right;
	width: 180px;
	padding: 40px 10px 25px;
	margin-left: 20px;
	font-size: 1.4em;
	line-height: 1.5em;
/*	letter-spacing: -.05em; */
	background: url(/includes/files/base/images/wmrideshare/quote-Bg.jpg) left top no-repeat;
	}
	.QUOTE em {
		color: #4568ab;    /* cornflower blue */
		font-weight: bold;
		}
	.QUOTE em,
	.QUOTE i {
		font-size: .8em;
		line-height: 1.2em;
		}




/* end */






/* -------------- FUNCTION: Sitemap -------------- */
/* begin */


ol.sitemap {
	list-style: none;
	padding-left: 0;
	}
	ol.sitemap li,
	#content ol.sitemap li {
		padding-bottom: 0;
		margin-left: 0;
		}
	ol.sitemap ol.hasChildren {
		margin-bottom: 6px;
		}
		ol.sitemap ol.hasChildren li,
		#content ol.sitemap ol.hasChildren li {
			list-style: decimal;
			margin-left: 20px;
			}
	ol.sitemap li.node {
		}


/* end */




/* -------------- forms -------------- */
/* begin */


form.front {
	/* !  */
	}

	form.front h2,
	form.front h3,
	form.front h4,
	form.front h5 {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 8px;
		}
		form.front h2 i,
		form.front h3 i,
		form.front h4 i,
		form.front h5 i {
			font-weight:normal;
			}

	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		padding: 0 0 1em 0;
/*		width: 100%; */
		width: 400px;
		background: ;
		border: px solid #ceddec;
		border-bottom: 0;
		}
		#ie6 form.front fieldset {
			border-style: solid;
			}
		form.front fieldset ol {
			position: relative;
			padding: 1em 8px 0;
			margin-top: -1em;
			}
			form.front fieldset ol li,
			#main form.front fieldset ol li {
				position: relative;
				clear: left;
				list-style: none;
				padding: 1em 0 0.3em 96px;    /* !  */
				margin: 0;
				width: 288px;    /* !  */
				}
				form.front fieldset ol li.group li,
				form.front #main fieldset ol li.group li {
					padding-left: 0;
					width: 100%;
					}

			form.front fieldset fieldset {
				border: 0;
				width: 100%;
				}

			form.front fieldset ol.COLHALF {
				width: 45%;
				padding: 0;
				margin-left: 0;
				}
				form.front fieldset ol.COLHALF li,
				#main form.front fieldset ol.COLHALF li {
					padding-left: 0;
					width: 100%;
					}


	form.front label {
		position: relative;
		display: block;
		float: left;
		clear: left;
		margin-left: -96px;    /* !  */
		width: 88px;    /* !  */
		}
		#ie6 form.front label {
			display: inline;
			}
		form.front .required label {
			font-weight: bold;
			}
	
	form.front input,
	form.front select, 
	form.front textarea {
		float: left;
		width: 100%; 
		width: 97%; 
		}
	form.front textarea {
		height: 100px;
		}
		form.front input.normal,
		form.front select.normal {
			width: auto;
			}






		form.front fieldset.buttons,
		#ie7 form.front fieldset.buttons,
		#ie6 form.front fieldset.buttons {
			float: none;
/*			margin-top: -0px;
*/			margin-bottom: 1em;
			padding-bottom: 0;
			background: ;
			border-width: 0 px px;
			}
			form.front fieldset.buttons li {
				padding: 0;
				}
			form.front fieldset.buttons label {
				position: absolute;
				left: -9000px;
				width: 0;
				height: 0;
				overflow: hidden;
				}
			form.front fieldset.buttons input,
			#ie7 form.front fieldset.buttons input,
			#ie6 form.front fieldset.buttons input {    /* !  */
				width: auto;
				}
			form.front fieldset.buttons .clearBoth {
				height: 1em;
				}


	/*  */
	form.front input.hiddenSubmitButton {
		display: none;
		}
		#ie7 form.front input.hiddenSubmitButton,
		#ie6 form.front input.hiddenSubmitButton {
			display: block;
			position: absolute;
			top: -9000px;
			width: 1px;
			height: 1px;
			overflow: none;
			}







	form.front .help {
		display: inline;
		}


	form.front .flipped {    /* !  */
		padding-left: 0;
		width: 100%;
		}
		form.front .flipped input,
		#ie7 form.front .flipped input,
		#ie6 form.front .flipped input {
			float: left;
			width: auto;
			}
		#ie6 form.front .flipped input {
			margin-right: 50px;
			}
		form.front .flipped label {
			clear: none;
			padding-top: .25em;
			width: auto;
			margin-left: 0;
			}

	form.front p.instructions {
		display: block;
		padding: 0 1em 0 1em;
		}
	form.front fieldset ol li.instructions,
	#main form.front fieldset ol li.instructions {
		padding-left: 0;
		margin-left: 0;
		width: 100%;
		}
		form.front li.instructions ol.normal li,
		form.front li.instructions ul.normal li,
		#main form.front li.instructions ol.normal li,
		#main form.front li.instructions ul.normal li {    /* !  */
			padding-left: 0;
			margin-left: 25px;    /* !  */
			width: 100%;
			width: auto;
			list-style: decimal;
			}
		form.front li.instructions ul.normal li {
			list-style: disc;
			}
		form.front .instructions h2,
		form.front .instructions h3,
		form.front .instructions h4,
		form.front .instructions h5 {
			margin-left: 0;
			}

/* end */







/* -------------- Search Results -------------- */
/* begin */

#searchResults {
	margin-top: -4px;
}

	#searchResults h2 {
		margin-left: -10px;
	}
		#ie6 #searchResults h2 {
			margin-left: 0;
		}
	#searchResults h3.resultsHdr {
		margin: 4px 0px 5px -10px;
		padding-left: 5px;
		background: #CCC;    /* dark grey */
	}
		#ie6 #searchResults h3.resultsHdr {
			margin-left: 0;
		}
	#searchResults .main {
		float: left;
		width: 48%;
	}
	#searchResults .additional {
		float: right;
		position: relative;
		margin: 0 0 0 2%;
		padding: 0 0 0 2%;
		width: 47%;
		border-left: 1px solid #CCC;
		}

.searchResults {
	list-style: none;
	margin-top: -5px;    /* accommodates padding-top on li */
	padding: 0 0 10px 0;
}
	#main .searchResults li {    /* gotta be specific */
		padding-top: 5px;
		margin-left: 0;
	}
	.searchResults .relevance {
		display: none;
		margin-left: -20px;
		padding-right: 4px;
	}
	.searchResults .listing {
		font-size: 13px;
	}
	.searchResults .note {
		display: block;
		font-size: 10px;
	}


/* end */

































/* -------------- general -------------- */
/* begin */



.page {
	z-index: 50;
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	}

/* end */











/* -------------- content -------------- */
/* begin */

#content {
	z-index: 200;
	position: relative;
	padding-top: 108px;
	line-height: 1.76em;
	width: 100%;
	}
	#content .page {
		position: relative;
/*		padding-top: 108px; */
		padding: 0 25px 2em;
		width: 920px;
		background: white;
		}
	#content .page .photo {
		position: relative;
		width: 970px;
		height: 100px;
		margin: 0 -100px 2em -25px;
		background: url(/includes/files/base/images/wmrideshare/blue-sky.jpg) 50% top no-repeat #375fa4;    /* sky blue */
		}
		#content .page .photo h1 {
			position: absolute;
			bottom: 0;
			left: 270px;
			text-transform: uppercase;
			color: white;
			font-size: 3.5em;
			line-height: 1.0em;
			width: 720px;
			}
			#content .page .photo h1 em {
				display: block;
				margin-left: .5em;
				font-size: 1.4em;
				font-style: normal;
				}
	#content .page #upperHeader h1,
	#content .page #lowerHeader h1 {
		position: absolute;
		top: 120px;
		left: 220px;
		text-transform: uppercase;
		color: white;
		font-size: 6.5em;
		line-height: 1.0em;
		width:800px;
		}
	#content .page #lowerHeader h1 {
		top: 180px;
		left: 270px;
		font-size: 9.0em;
		}


#left {
	z-index: 400;
	float: left;
	width: 220px;
	margin-right: 25px;
	}
	#left #nSecondary {
		font-size: 13px;
		margin-bottom: 2em;
		}
		#left #nSecondary a:link,
		#left #nSecondary a:visited {
			height: auto;
			color: #679e01;    /* med lime */
			background: none;
			}
		#left #nSecondary a:hover,
		#left #nSecondary span.current a:link,
		#left #nSecondary span.current a:visited {
			color: #365ca4;    /* med blue */
			background: none;
			}

		#left #nSecondary h2 {
			font-size: 1.1em;
			padding-bottom: .5em;
			margin-bottom: .5em;
			border-bottom: 1px solid #999;
			}
		#left #nSecondary ol {
			}
			#left #nSecondary ol li {
				list-style: none;
				padding: 0;
				margin: 0;
				}





#main {
	float: left;
	width: 550px;
	}








/* -------------- header -------------- */
/* begin */

#header {
	z-index: 1000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	}

	#header .page {
		height: 102px;
		width: 970px;
		border-bottom: 6px solid #679e01;    /* med lime */
		}

	#header #logo {
		position: absolute;
		top: 20px;
		left: 0;
		}

	#nPrimary {
		position: absolute;
		right: 0;
		bottom: 0;
		padding-left: 30px;
		font-size: 13px;
		text-transform: uppercase;
		background: url(/includes/files/base/images/wmrideshare/nPrimary-ol-Bg.gif) left top no-repeat;
		}
		#nPrimary ol {
			}
			#nPrimary ol li {
				position: relative;
				float: left;
				list-style: none;
				padding: 0;
				margin: 0;
				}
				#nPrimary ol li a:link,
				#nPrimary ol li a:visited {
					position: relative;
					display: block;
					color: white;
					padding-left: 13px;
					background: url(/includes/files/base/images/wmrideshare/nPrimary-li-a-Bg.gif) left top no-repeat;
					}
					#nPrimary ol li a:link span,
					#nPrimary ol li a:visited span {
						position: relative;
						display: block;
						padding: 4px 13px;
						padding-left: 0;
						background: url(/includes/files/base/images/wmrideshare/nPrimary-li-a-span-Bg.gif) right top no-repeat;
						}
					#nPrimary ol li.first a:link,
					#nPrimary ol li.first a:visited,
					#nPrimary ol li.first a:hover {
/*						background: none; */
						background-position: -1px top;
						}
						#nPrimary ol li.first a:link span,
						#nPrimary ol li.first a:visited span,
						#nPrimary ol li.first a:hover span {
/*							padding-left: 2px; */
							}
				#nPrimary ol li a:hover {
					color: #245937;    /* dark green */
					text-decoration: none;
					}

				#nPrimary ol li .current a:link,
				#nPrimary ol li .current a:visited {
					font-weight: bold;
					background-position: left -30px;
					}
					#nPrimary ol li .current a:link span,
					#nPrimary ol li .current a:visited span {
						background-position: right -30px;
						}

				#nPrimary .fly {
					display: none;
					width: 240px;
					position: absolute;
					background: #669e00;    /* med lime w/ gradient */
					}
					#nPrimary .fly ol li a:link,
					#nPrimary .fly ol li a:link span,
					#nPrimary .fly ol li a:visited,
					#nPrimary .fly ol li a:visited span {
						background: none;
						}

/* end */









/* -------------- footer -------------- */
/* begin */

#footer {
	clear: both;
	color: #DDD;
	}
	#footer a:link {
		color: white;
		}
	#footer a:visited {
		color: #DDD;
		}
	#footer a:hover {
		color: black;
		text-decoration: none;
		}

	#footer .page {
		padding: .25em 18px 0 0;
		width: 952px;
		background: #365ca4;    /* med blue */
		background: url(/includes/files/base/images/wmrideshare/footer-Bg.gif) left bottom repeat-x #365ca4;    /* med blue */
		border-top: 1px solid #4568ab;    /* cornflower blue */
		border-bottom: 4px solid #122353;    /* dark blue */
		}
		#footer .page .logo {
			margin-top: .25em;
			float: left;
			width: 270px;
			text-align: center;
			}

/* end */


























/* -------------- standard tags for basic/global functionality -------------- */
/* begin */

#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
	}

.fileDetails {
	font-size: 10px;
	color: #555;
	}

.hidden {
	display: none;
	}
.printOnly {
	display: none;
	}
.screenOnly {
	/* !  */
	}
.access {    /* !  */ 
	position: absolute;
	left: -9000px;
	width: 0;
	height: 0;
	overflow: hidden;
	}




#relatedCategories {
	padding-top: .8em;
	}
	#relatedCategories .relatedCategory {
		padding: .2em;
		padding-left: .4em;
		}
		
.iconBullet{
	margin:0px 5px -3px 0px;
}
