@charset "utf-8";
/* CMA_Formatting.css */
/* CSS Document - modified and expanded from Dreamweaver oneColFixCtrHdr example */
/* by Ned Buratovich www.imagiNed-Web-Design.com */
/* Used for www.californiamotorcycleadventures.com */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}


.relatively_positioned {
	position: relative;
}


#mainContent img {
	border: 1px solid #666666;
}

#mainContent .noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#mainContent #apDiv_TL_corner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent #apDiv_TR_corner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1{
	font-size: 165%;
	text-align: center;
	color: #2A2A2A;
}

h2{
	font-size: 130%;
	color: #151515;
}

h3, h4, h5{
	font-size: 120%;
	color: #111111;
}

#mainContent a{
	color: #0000FF;
	text-decoration: underline;
}


#mainContent a:hover{
	color: #990000;
	text-decoration: underline;
	background-color: #93DCFF;
}


#footer a{
	color: #0000FF;
	text-decoration: none;
}


#footer a:hover{
	color: #990000;
	text-decoration: underline;
}




.oneColFixCtrHdr #container a.button {
	background-image: url(../images/OnPage-Button-Small.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 126px;
	display: block;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding-right: 7px;
	line-height: 165%;
	font-weight: bold;
}

.oneColFixCtrHdr #container a.button_long {
	background-image: url(../images/OnPage-Button_Long.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 246px;
	display: block;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding-right: 7px;
	line-height: 165%;
	font-weight: bold;
}

.oneColFixCtrHdr #container a.button:hover {
	background-image: url(../images/burner5_OnPage-Button-Small.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #EAECFF;
}
.oneColFixCtrHdr #container a.button_long:hover {
	background-image: url(../images/burner5_OnPage-Button-Long.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #EAECFF;
}



.reviewer_note {
	background-color: #FFFF99;
}

.calculation_result {
	background-color: #BFE6FF;
	margin: 0px;
	padding: 0px;
	width: 70px;
	text-align: right;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
.special_event {

}

.boxed_quote {
	width: 85%;
	margin-bottom: 8px;
	border: 1px solid #464D86;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}

.star_text {
	font-size: 17px;
	font-weight: bold;
	color: #EA0000;
	line-height: 108%;
	text-align: center;
	padding-top: 40px;
	padding-right: 34px;
	padding-bottom: 40px;
	padding-left: 34px;
}

.captioned_image {
	float: left;  /* causes the div to auto-size to fit the content - should be followed by a div set to clear:both */
	margin-right: 8px;
}
.captioned_image p {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 4px;
}

.asterisk_highlight {
	font-size: 125%;
	color: #FF0000;
	background-color: #FFFF99;
	border: 1px dotted #FF9933;
	margin-bottom: 2px;
}

#mainContent .MTnT_banner {
	margin-top:28px;
	margin-left:12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


