/* LAYOUT ELEMENTS  */

body
{
	margin-left: 19px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 10px;
	font-family:  verdana, arial, serif, tahoma;
	font-size: 11px;
	color: #525251;
	background-color:#FFFFFF;
	
}

.footer
{
	font-family:  arial, verdana, serif, tahoma;
	font-size: 11px;
	padding: 10px 0px 30px 0px;
	line-height: 18px;
}

.bkgdWhite
{
	background-color:#FFFFFF;
}

.bkgdGreen
{
	background-color:#71B400
}

.bkgdBlue
{
	background-color:#3275E0

}

.bkgdDkBlue
{
	background-color:#053CA9

}

.bkgdLtBlue
{
	background-color:#7AA6EB

}

.bkgdSkyBlue
{
	background-color:#EEF5FD

}

.bkgdBlueHome
{
	background-image:url(../images/bkgd_blue_home.gif);
	width: 268px;
	height: 310px;
	background-repeat:no-repeat;
}

.bkgdGreenHome
{
	background-image:url(../images/bkgd_green_home.gif);
	width: 374px;
	height: 310px;
	background-repeat:no-repeat;
}

.bkgdDottedChild
{
	background-image:url(../images/bkgd_dottedline_child.gif);
	width: 5px;
}


.content
{
	padding: 10px 9px 4px 16px;
}

.contentBox
{
	padding: 14px 18px 5px 17px;
	background-color:#EEF5FD;
}

.contentBoxTextSmall
{
	padding: 14px 18px 5px 17px;
	background-color:#EEF5FD;
	font-size: 10px;
}

.contentNav
{
	padding: 25px 25px 25px 23px;
	color:#FFFFFF;
	background-color:#3275E0;
	font-weight:bold;
}

.contentSubNav
{
	padding: 4px 5px 4px 13px;
	color:#FFFFFF;
	background-color:#3275E0;
	font-weight:normal;
}

.contentHomeNav
{
	padding: 7px 25px 25px 23px;
	color:#FFFFFF;
	font-weight:bold;
}


.contentHomeRide
{
	padding: 20px 40px 5px 47px;
	color:#FFFFFF;
}

.contentHomeNews
{
	padding: 10px 13px 0px 25px;
}

.contentHomeAlerts
{
	padding: 17px 32px 5px 20px;
}


.titleHome
{
	font-size:16px;
	font-weight:bold;
	padding: 9px 5px 9px 10px;
}

h2
{
	font-size:12px;
	font-weight:bold;
}

h3
{
	font-size:12px;
	font-weight:bold;
}

a
{
	color: #71A300;
	text-decoration: underline;
}

a:hover
{
	color: #71A300;
	text-decoration: none;
}


.nav
{
	color:#FFFFFF;
}


a.nav
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.nav
{
	color: #C8E1FD;
	text-decoration: none;
}

.green
{
	color:#aaed12;
}


a.green
{
	color: #aaed12;
	text-decoration: none;
}

a:hover.green
{
	color: #C8E1FD;
	text-decoration: none;
}

a.blue
{
	color: #3275E0;
	text-decoration: underline;
}

a:hover.blue
{
	color: #3275E0;
	text-decoration: none;
}


.global
{
	color: #3275E0;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 14px;
}


a.global
{
	color: #3275E0;
	text-decoration: underline;
}

a:hover.global
{
	color: #3275E0;
	text-decoration: none;
}


a.register
{
	text-decoration: none;
	font-weight:bold;
}

a:hover.register
{
	text-decoration: underline;
	font-weight:bold;
}

a.featurenav
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a:hover.featurenav
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}

.required
{
	color:#DD3135;
}

.white
{
	color:#FFFFFF;
}

.whiteLarge
{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF

	
}

.imagePadding
{
	/* image padding aligned images */
	padding-bottom: 8px;
	background-image:url(../images/image_padding.gif);
	background-repeat:repeat-x;
}


.formbuttonGreen
{  
	background-image:url(../images/bkgd_formbutton_green.gif);
	font-family: verdana, arial, serif; 
	font-size: x-small;
	color: #5F5F53; 
	BORDER-LEFT: #62BD19 1px solid; 
	BORDER-TOP: #62BD19 1px solid; 
	BORDER-BOTTOM: #62BD19 1px solid; 
	BORDER-RIGHT: #62BD19 1px solid

}

.formbuttonReset
{  
	background-image:url(../images/bkgd_button_reset.gif);
	font-family: verdana, arial, serif; 
	font-size: x-small;
	color: #5F5F53; 
	BORDER-LEFT: #62BD19 1px solid; 
	BORDER-TOP: #62BD19 1px solid; 
	BORDER-BOTTOM: #62BD19 1px solid; 
	BORDER-RIGHT: #62BD19 1px solid
}

.formtext
{
	font-family: arial, verdana, serif;
	font-size: 9pt;
	color: #444444;
	border-left: #B0B0B0 1px solid;
	border-top: #B0B0B0 1px solid;
	border-bottom: #B0B0B0 1px solid;
	border-right: #B0B0B0 1px solid;	
}

#linkList ul
{
	margin: 10px;
	padding-left: 10px;
}

.linkList li
{
	padding: 0px 4px 10px 4px;
	text-align: left;
	list-style-image:url(../images/bullet.gif)
}


