body {
	font-family: "Century Gothic";
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	overflow-y: scroll;
	background: #ADADAD url(../images/common/body_bckgnd.png) repeat-x left top;
}
#container {
	text-align: left;
	width: 98%;
	max-width: 1270px;
	margin-right: auto;
	margin-left: auto;
	background-color: #010101;
	background-repeat: no-repeat;
	background-position: left -69px;
	border: 1px solid #666666;
	background-image: url(../images/common/container2.png);
}
#header {
	height: 120px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	background: #0F1F39;
}
#header a img {
	display: block;
	float: left;
	border: 0px none;
	margin: 0px;
	background-color: #0F1F39;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#header a:hover img {

}

#flash {
	overflow: hidden;
	height: 87px;
	padding-top: 21px;
	background-image: url(../images/banners/1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 21px;
	color: #0F1F39;
	margin: 0px;
}
.index_page #flash {
	height: 117px;
	padding-top: 21px;
	background-color: #0F1F39;
	background-image: url(../images/common/1.jpg);
}

	

#right_divider {
	background: repeat-y 78.5% top;
	color: #00FF00;

}


#menu {
	display: block;
	padding: 0px 0px 0px 10px;
	clear: both;
	height: 65px;
	background: url(../images/common/curves_bckgnd_2.png) left -188px;
}
#menu li {
	display: block;
	float: left;
	width: auto;
	
}
#menu li a {
	text-decoration: none;
	display: block;
	/*float: left; removed for drop down*/
	width: auto;
	padding: 0px 10px 2px;
	border-left: 1px solid #606060;
	color: #94B4E2;
	font-size: 88%;
	margin-top: 5px;
}

#nav a#rental_features {
	background: url(../images/common/symbols.gif) no-repeat center -1073px;
}

#nav a#rental_features:hover, #nav li:hover a#rental_features {
	background: url(../images/common/symbols.gif) no-repeat center -1033px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#menu li a:visited {
	color: #CCCCCC;
}

#menu li a:hover, #menu li a:active, #menu li a:focus {
	color: #FFFFFF;

}

#menu ul {

	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu li ul li {
	float: left; /* width needed or else Opera goes nuts */
	margin: 0px;
	padding: 0px;
	line-height: 1;
	background: url(../images/common/spacer.gif);
}


#menu ul { /* second-level lists */
	position: absolute;
	background: url(../images/common/sub_bckgnd.png) no-repeat right 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	display: block;
	z-index: 99;
	border-bottom: 3px solid #606060;
	border-left: 1px solid #606060;
	width: 200px;
	padding-top: 21px;
	padding-bottom: 11px;
}
#menu li ul li a, #menu li ul li a:visited {
	text-align: left;
	padding: 6px 6px 6px 24px;
	width: 168px;
	margin: 0px 0px 0px 1px;
	font-size: 96%;
	color: #C4C4C4;
	background: url(../images/common/symbols.gif) no-repeat 1px -2078px;
	z-index: 99;
	text-transform: none;
	font-weight: 100;
	border-top: 0px none;
	border-bottom: 0px none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
#menu li ul li a:visited {

}
#menu li ul li a:hover {
	color: #ffffff;
	background:  #5E0000 url(../images/common/symbols.gif) no-repeat 1px -2112px;
}


#menu li:hover ul { /* lists nested under hovered list items - need all for ie7 */
	position: absolute;
	left: auto;
	display: block;
	visibility: visible;
}


} 
#menu li a#index {border-left: none 0px;padding-left: 14px;}
.phone {
	background: url(../images/common/symbols.gif) no-repeat 0px -747px;
	font-size: 88%;
	color: #FFFFFF;
	padding-left: 43px;
	padding-top: 0px;
	padding-bottom: 6px;
	line-height: normal;
	font-weight: 700;
}
#menu li h2 {
	width: 203px;
	margin: 0px 7px 0px 0px;
	padding: 5px 5px 0px 8px;
	color: #797979;
	text-align: center;
	font-size: 100%;
	font-weight: 700;
	border-width: 0px;
	border-style: none;
	
	
}
#menu h2 strong {
	color: #606060;
	font-size: small;

}




#footer {
	min-height: 63px;
	clear: both;
	text-align: right;
	padding-right: 17px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #5B5B5B;
	border-bottom-color: #5B5B5B;
	border-left-color: #5B5B5B;
	background: #000000 no-repeat right bottom;
	border-top: 1px solid #333333;
}
#footer ul {
	margin: 0px;
	min-height: 30px;
	list-style: none;
	overflow: auto;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 21px;
}
#footer ul li {
	display: inline;
	font-size: 108%;
}
#footer ul li strong {
	display: block;
	color: #FFFFFF;
	float: right;
	font-size: large;
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: left;
	font-weight: 100;
}
#footer ul li a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 15px;
	font-size: x-small;
	color: #666666;
	margin-top: 8px;
}
#footer ul li#image {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
	padding-left: 0px;
	font-size: x-small;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
}	

#footer ul li#copyright {
	display: block;
	float: left;
	width: 240px;
	text-align: left;
	padding-left: 0px;
	font-size: x-small;
	padding-top: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0px;
	margin-right: 10px;
}
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	border: 1px solid #CCCCCC;
	background: #666666;
	color: #FFFFFF;
	padding: 14px;
}
ul.gallery {
	margin: 0px;
	list-style: none;
	text-align: left;
	border-width: 0px;
	border-style: none;
	overflow: auto;
	min-height: 100px;
	width: 100%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.gallery li {
	float: left;
	margin-right: 0px;

}
.gallery li a {
	font-size: 108%;
	display: block;
	color: #000000;
	font-weight: 700;
	width: 149px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 29px;
	padding-right: 15px;
	padding-bottom: 27px;
	padding-left: 5px;
	background-image: url(../images/common/thumbnail_bckgnd_gallery2.png);
}
.gallery li a:hover, .gallery li a:active, .gallery li a:hover {
	color: #00C8DC;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right -160px;
}
.gallery a img {
	width: 137px;
	display: block;
	padding: 3px 4px 4px 3px;
	border: 1px solid #000000;
	margin: 2px auto;
	background: #000000;
}
.gallery a:hover img {
	border: 1px solid #000000;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: -21px -187px;
} 
p {
	margin: 0px;
	padding: 0px 0px 11px;
	line-height: 140%;
	font-size: 96%;
	color: #999999;
	font-weight: 100;
}
p strong {
	display: inline;
	color: #999999;
	font-weight: 100;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 {
	font-size: 120%;
	font-weight: 100;
	color: #3D5D90;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 strong {
	color: #FFFFFF;
	display: block;
	padding-right: 25px;
	font-size: 30px;
	font-weight: 100;
}
#nav {
	margin: 0px;
	list-style: none;
	background-position: left bottom;
	
	padding: 10px 0px 18px 37px;
}
#nav li {
	padding-bottom: 10px;
	
}
#nav li.space_under {
	padding-bottom: 35px;
}

#nav li a {
	text-decoration: none;
	display: inline;
	color: #94B4E2;
	width: 141px;
	margin-right: 8px;
	font-size: 86%;
	line-height: normal;
	font-weight: 100;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 14px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #EFEFEF;
}
#nav h2 {
	font-size: medium;
	text-align: center;
	color: #e5e5e5;
	width: 180px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#nav h2 em a {
	font-size: small;
	font-style: normal;
	color: #C0600F;
	display: block;
	margin: 0px;
	padding: 7px;
	background: #000000;
	border-width: 0px;
	border-style: none;
}
#nav h2 em a:hover {
	color: #FFBB22;
	text-decoration: none;
	background: #000000;
	border-width: 0px;
	border-style: none;
}


a#online_ordering {
	margin: 7px 0px;
	padding: 9px 0px;
	list-style: none;
	display: block;
	color: #333333;
	text-align: center;
	font-size: 108%;
	text-decoration: none;
	background-color: #303030;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a#online_ordering strong {
	display: block;
}
a#online_ordering:hover, a#online_ordering:active, a#online_ordering:focus {
	color: #333333;
	background-color: #FFCC00;
	background-image: url(../images/common/order_bckgnd.gif);
	background-repeat: no-repeat;
	background-position: 0px -130px;
}
h2 {
	margin: 0px;
	font-size: 108%;
	color: #94B4E2;
	font-weight: 300;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h2 strong {
	display: block;
	color: #999999;
	font-weight: 100;
}

h3 {
	margin: 0px;
	font-size: 108%;
	color: #018FCF;
	font-weight: 300;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h3 strong {
	display: block;
	color: #999999;
	font-weight: 100;
}

#right_column {
	float: right;
	width: 20%;
	max-width:242px;
	padding-bottom: 24px;
	clear: right;
	padding-top: 0px;
	background-position: top;
	background-image: url(../images/common/top.gif);
}
#right_column p#phone_us {
	display: block;
	background: url(../images/common/phone.gif) no-repeat -2px center;
	font-size: small;
	color: #FFFFFF;
	line-height: 1;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 52px;

}

#right_column h2 {
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #CCCCCC;
}

#content {
	min-height: 450px;
	margin-left: 233px;
	margin-right: 22%;
	padding-bottom: 6px;
	padding-top: 0px;
	border-left: 1px solid #606060;
	padding-left: 15px;
}
a {
	text-decoration: none;
	color: #FF9900;

}
a:hover, a:active, a:focus {
	color: #789CCC;
	text-decoration: none;
}
a:active, a:focus {outline: none;}
a.highlight_link, p.highlight_link a.non-html, a span.highlight_link, #features a em {
	color: #CCCCCC;
	background: url(../images/common/symbols.gif) no-repeat 0px -242px;
	padding-left: 31px;
	display: block;
	text-decoration: none;
	margin: 0px;
	line-height: normal;
	font-style: normal;
	min-height: 11px;
	font-weight: 100;
	padding-top: 8px;
}
a.highlight_link:hover, a.highlight_link:active, a.highlight_link:focus, p.highlight_link a.non-html:hover, p.highlight_link a.non-html:focus, p.highlight_link a.non-html:active, a:hover span.highlight_link, #features a:hover em, #features a:active em, #features a:focus em  {
	text-decoration: none;
	color: #D0660F;
	background: url(../images/common/symbols.gif) no-repeat 0px -287px;
	cursor: pointer;
}
ul.arrow_list, ul.tick {
	margin: 7px 0px 14px;
	padding: 0px;
	list-style: none;
	display: block;
}
ul.arrow_list {
	list-style: none;
	margin: 7px 0px 21px;
	padding: 0px;
}
ul.arrow_list li {
	background: url(../images/common/symbols.gif) no-repeat -8px -254px;
	padding-left: 17px;
	font-size: 95%;
	color: #D9AC4F;
	line-height: 125%;
	margin-bottom: 3px;
}
ul.arrow_list li strong {
	display: block;
	color: #CFB53B;
}ul.arrow_list {
	list-style: none;
	margin: 7px 0px 21px;
	padding: 0px;
}
ul.arrow_list li {
	background: url(../images/common/symbols.gif) no-repeat -8px -254px;
	padding-left: 17px;
	font-size: 95%;
	color: #D9AC4F;
	line-height: 125%;
	margin-bottom: 3px;
}
ul.arrow_list li strong {
	display: block;
	color: #CFB53B;


}
ul.tick strong {
	display: block;
	color: #f8f8f8;
	font-size: small;
}
ul.tick {
	margin: 0px;
	padding: 15px 0px 8px;
	list-style: none;
}
.tick li {
	background: url(../images/common/symbols.gif) no-repeat 0px -543px;
	padding-left: 28px;
	color: #999999;
	padding-bottom: 8px;
	font-size: 14px;
}
ul.tick strong {
	display: block;
	color: #999999;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: 100;
}

a.non-html em {
	color: #1E638C;
	text-transform: lowercase;
	font-weight: 100;
	font-style: normal;
	display: none;
}

a.non-html:hover em, a.non-html:focus em, a.non-html:active em {
	color: #999999;
	font-style: normal;
	text-decoration: none!important;
}


a img.float_left  {
	border: 1px solid #999999;
	background: #e5e5e5;
	padding: 2px;
	margin-top: 4px;
	margin-right: 21px;
	margin-bottom: 11px;
	float: left;
}
img.float_left  {
	margin-top: 4px;
	margin-right: 35px;
	margin-bottom: 11px;
	float: left;
}
	
img.float_right {margin-top: 4px;
	margin-left: 21px;
	margin-bottom: 11px;
	float: right;}

a img.float_right  {
	border: 1px solid #666666;
	background: #e5e5e5;
	padding: 2px;
	margin-top: 4px;
	margin-left: 21px;
	margin-bottom: 11px;
	float: right;
}

img.promo, a img.promo {
	background: url(../images/common/content_promo_bckgnd.png) no-repeat 0px 0px;
	height: 225px;
	width: 150px;
	border-width: 0px;
	border-style: none;
	padding: 31px 14px 33px;
	float: right;
	margin: 4px 10px 11px 28px;
}
a:hover img.promo, a:hover img.promo_left {
	background: url(../images/common/content_promo_bckgnd.png) no-repeat 0px -350px;
	
}

img.promo_left, a img.promo_left {
	background: url(../images/common/content_promo_bckgnd.png) no-repeat 0px 0px;
	height: 225px;
	width: 150px;
	border-width: 0px;
	border-style: none;
	padding: 31px 14px 33px;
	float: left;
	margin: 4px 35px 11px 0px;
}

a:hover img.float_left, a:hover img.float_right {
	background: #FFFFFF;
	border: 1px solid #00C2D3;
}

#map {
	height: 400px;
	font: 82% Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #000033;
	background: #014065;
	margin-top: 21px;
}
#map strong {
	color: #000000;
	font-size: medium;
	font-weight: 100;
	line-height: 150%;
	margin-bottom: 0px;
}
#map em {
	font-size: small;
	font-style: normal;
	line-height: 150%;
	color: #333333;
	font-weight: 700;
}

#map a {
	text-decoration: none;
}
p strong {
	color: #D4D4D4;
	font-weight: bolder;
}
.opening_hours {
	margin: 0px;
	padding: 0px 0px 14px 5px;
	list-style: none;
}
.opening_hours li {
	font-size: small;
	color: #FFFFFF;
	display: block;
	overflow: auto;
	margin: 0px;
	padding: 0px 0px 2px;
}
.opening_hours li strong {
	display: block;
	width: 5em;
	float: left;
	color: #749999;
	font-weight: 100;
}

.small {
	font-size: small;
}
acronym {
	border-bottom: 1px dashed #666666;
	cursor: help;
}

.choices {
	margin: 0px;
	padding: 0px;
	list-style: none;
	min-height: 100px;
	overflow: visible;
	background-color: #303030;
}
.choices li {
	margin-bottom: 7px;
	border: 1px ridge #C0C0C0;
	padding-left: 7px;
	display: block;
	overflow: auto;
	background-repeat: repeat-x;
	background-position: 0px -330px;
	background-color: #E6E6E6;
}
.choices h2 {
	padding-top: 14px;
	padding-bottom: 7px;
	margin: 0px 175px 0px 0px;
	color: #015F87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: bold;
}
.choices h2 strong {
	font-size: 102%;
	margin: 0px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.choices img {
	float: right;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	border-left: 2px solid #185173;
}
/*.choices li a {
	display: block;
	color: #315E61;
	padding: 29px 20px 27px 8px;
	width: 152px;
	background: #84888B url(../images/common/thumbnail_bckgnd.png) no-repeat 0px 0px;
	float: right;
}
.choices li a:hover {
	color: #00C8DC;
	text-decoration: none;
	background: url(../images/common/thumbnail_bckgnd.png) no-repeat 0px -160px;
}*/
.choices a img {
	width: 130px;
	display: block;
	padding: 31px 10px 14px;
	margin: 0px;
	background-color: #84888B;
	background-image: url(../images/common/thumbnail_bckgnd_1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	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;
}
.choices a:hover img {
	background-color: #FFFFFF;
	background-image: url(../images/common/thumbnail_bckgnd_1.png);
	background-repeat: no-repeat;
	background-position: 0px -160px;
}
#webtune_callout  h2  a {
	display: block;
	color: #FFF;
	font-size: x-small;
	text-align: center;
	padding-top: 265px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	margin: 111px;
	border: 1px solid #142647;
	background: #7D7D7D url(../images/common/fade.jpg) repeat-x top;
}
#webtune_callout {
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 0px;
	margin: 0px;
}
#webtune_callout  h2  a  strong {
	color: #FFF;
}
#webtune_callout  h2  a  em {
	font-style: normal;
	font-size: medium;
	display: block;
	letter-spacing: -0.01em;
	color: #94B4E2;
	padding: 10px;
	font-weight: 700;
}
#webtune_callout  h2  a:hover {
	color: #313031;
	border: 1px solid #ffffff;
}
#webtune_callout  h2  a:hover  strong {
	color: #303030;
}
ul.links {
	margin-top: 14px;
}
.links li {
	overflow: auto;
}

.links a.non-html strong {
	display: block;
	float: left;
	width: 11em;
	cursor: pointer;
}
.links a {
	font-size: 82%;
	padding-top: 2px;
}
#left_column {
	float: left;
	width: 234px;
	margin-top: 10px;
	
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
}
#left_column h2 {
	font-size: small;
	text-align: justify;
	color: #666666;
	margin: 0px;
	padding: 5px 20px 0px;
}
#left_column h2 strong {
	font-size: small;
	color: #FFC291;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 5px;
}

#left_column blockquote {
	font-size: 88%;
	color: #666666;
	text-align: left;
	background: url(../images/common/symbols.gif) no-repeat 0px -956px;
	margin: 16px 18px 0px;
	padding: 5px 7px 0px 17px;
}
#left_column cite {
	font-style: normal;
	margin-top: -25px;
	display: block;
	margin-right: 20px;
	padding-top: 37px;
	color: #999999;
	font-size: 87%;
	text-align: right;
	margin-bottom: 24px;
	font-weight: 100;
	background: url(../images/common/symbols.gif) no-repeat right -1566px;
	padding-right: 2px;
}
#left_column cite strong {
	color: #999999;
	display: block;
}

.phone strong {
	display: block;
	color: #D6D6D6;
	font-size: x-small;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position: left -25px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 100px;
	float: right;
	margin-left: 300px;
	margin-bottom: 25px;

}



.phone strong em {
	display: block;
	margin: 0px;
	font-size: large;
	line-height: 1em;
	font-weight: 100;
	color: #FFBB22;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;

}/*

#right_column {
	min-height: 380px;
	float: right;
	width: 23%;
	padding-bottom: 29px;
	margin-bottom: 7px;
	margin-top: 0px;
	background-color: #101010;
	background-repeat: no-repeat;
	background-position: left bottom;
}*/

#phone_call {
	display: block;
	color: #FFFFFF;
	background: #84888B url(../images/common/symbols.gif) no-repeat 0px -2024px;
	font-size: small;
	font-weight: 100;
	line-height: 100%;
	text-align: right;
	padding: 0px 0px 0px 17px;
	margin: 0px;
}
#phone_call strong {
	display: block;
	font-size: large;
	line-height: 100%;
	background: url(../images/common/symbols.gif) no-repeat 0px -1938px;
	text-align: left;
	margin: 0px;
	padding: 7px 0px 0px 48px;
	border-top: 1px solid #CCCCCC;
}
#phone_call strong em {
	font-size: x-small;
	display: block;
	font-style: normal;
	font-weight: 100;
	margin: 0px;
}

.right_gallery {
	margin: 0px;
	list-style: none;
	display: block;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.right_gallery li {
	display: block;
	text-align: center;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right_gallery li a {
	display: block;
	margin: 0px;
	float: none;
	border: 1px solid #091120;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background: url(../images/common/fade.jpg) repeat-x top;
	overflow: hidden;
}

.right_gallery a:hover {
	border: 1px solid #0F1F39;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 98% -758px;
	}

.right_gallery li a img {
	padding: 3px;
	display: block;
	border: 1px solid #666666;
	float: none;
	background: #000000;
	margin: 0px auto;
}
#right_column h2, #right_column h3 {
	margin: 0px;
	padding: 0px;

}
#right_column ul {
	padding-right: 17px;
	padding-left: 17px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
}
#right_column ul.dealers li {
	padding: 3px 0px;
	line-height: 100%;
	margin: 0px;
}


#right_column h2 a {
	font-size: small;
	color: #e5e5e5;
	background: url(../images/common/spacer.gif);
	margin: 0px;
	padding: 0px;
	display: block;
}
#right_column h2 a:hover {
	color: #FFFFFF;
}

#right_column h2 a strong {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CCCCCC;
}
#right_column h2 a:hover strong {
	color: #FFFFFF;
}

#right_column h2 a.highlight_link {
	background: url(../images/common/symbols.gif) no-repeat -1px -134px;
	color: #F9C71C;
	font-weight: 100;
	padding-left: 11px;
	display: block;
}
#right_column h2 a.highlight_link:hover, #right_column h2 a.highlight_link:active, #right_column h2 a.highlight_link:focus {
	background: url(../images/common/symbols.gif) no-repeat -1px -264px;
	color: #FFFFFF;
}

#right_column h3 {
	padding-bottom: 7px;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

#right_column h3 strong {
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
form img.float_left  {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
	border: 1px none #473E3A;
}
form h3 {
	color: #E20A16;
	font-weight: 100;
	font-size: large;
	margin: 0px;
	padding: 9px 0px 0px;
	float: none;
	min-height: 45px;
}
form h3 acronym {
	font-size: xx-small;
	color: #757575;
	border-bottom: 1px dashed #757575;
}
form h3 strong {
	margin: 0px;
	padding: 0px 0px 7px;
	float: left;
	width: auto;
}
form h3 em {
	font-style: normal;
	color: #CCCCCC;
	font-weight: 100;
	float: right;
	margin: 0px 4px 0px 0px;
	padding: 7px 0px 7px 4px;
	text-align: left;
	width: 92px;
	display: block;
	font-size: medium;
	background: #000000;
	border: 1px solid #0D0000;
}
form h3 strong em {
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: left;
	width: auto;
	font-size: x-small;
	font-weight: 700;
	border-width: 0px;
	border-style: none;
	background: #000000;
}
form.merch button {
	cursor: pointer;
	width: 100px;
	float: right;
	margin-right: 3px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-weight: 100;
	color: #333333;
	margin-top: 9px;
	font-size: medium;
}
form.merch {
	margin: 0px 0px 7px;
	padding: 0px;
	background: #000000;
	float: left;
	width: 99%;
	border: 1px solid #3E3633;
}
form.merch p {
	color: #695B56;
}
form.merch a {
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 26px;
	border-right: 1px solid #303030;
	margin-right: 21px;
	border-left: 9px solid #121212;
}
.paypal_select {
	float: right;
}
.paypal_select label {
	color: #CCCCCC;
	float: left;
	width: auto;
	padding-right: 7px;
	padding-top: 18px;
}
.paypal_select select {
	margin-top: 18px;
	margin-right: 5px;
	float: left;
}

form.merch .paypal_select p {
	margin: 0px;
}
ul.list {
	margin: 0px 0px 21px;
	display: block;
	padding-bottom: 10px;
}




ul.list li {
	background: url(../images/common/symbols.gif) no-repeat 0px -534px;
	padding-left: 21px;
	color: #6A747D;
	line-height: 125%;
	padding-top: 9px;
	padding-bottom: 5px;
	font-weight: 100;
	font-size: 89%;
	width: 95%;
	border-bottom: 2px ridge #f4f4f4;
}
ul.list li strong {
	display: inline;
	font-weight: 700;
	padding-bottom: 7px;
	color: #666666;
	padding-top: 3px;
	margin-top: 5px;
	border-bottom: 1px none #F2F2F2;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-top-style: none;
	padding-right: 5px;
}

.list h4 {
	font-size: 108%;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	background: url(../images/common/spacer.gif);
	color: #858585;
	padding-left: 5px;
}
.list h4 a {
	display: block;
	color: #FFFFFF;
	font-size: 95%;
}
.list h4 a strong {
	display: block;
	font-weight: 100;
	font-size: 92%;
	color: #FFFFFF;
}

.list h4a:hover strong, .list h4 a:active strong, .list h4 a:focus strong  {
	color: #9CCEE7;
}
.list h4 a:hover em, .list h4 a:active em , .list h4 a:focus em {
	color: #FFFFFF;
}
.list h4 em {
	padding-bottom: 21px;
	font-weight: 100;
	font-size: 13px;
	color: #8BC6E2;
	
}
.list .non-html h4 em {}
acronym {
	border-bottom: 1px dashed #e5e5e5;
	cursor: help;
}
h4{
	margin: 0px 11px 11px 0px;
	padding: 14px 0px 7px;
	font-size: 98%;
	color: #CC0000;
	font-weight: 100;

}
h4 em {
	font-style: normal;
	font-weight: 700;
}


h4 strong {
	display: block;
	color: #f4f4f4;
	font-weight: 100;
	border-top: 1px none #3333FF;
	padding-top: 7px;
	border-right-color: #3333FF;
	border-bottom-color: #3333FF;
	border-left-color: #3333FF;
}
	
img.float_logo {
	float: right;
	margin: 25px 2px 15px 21px;
	border: 1px solid #999999;
}
#choices_1   h3    em  {
	font-size: 88%;
	color: #FFFFFF;
	line-height: normal;
	font-weight: 700;
	display: block;
	padding: 8px 26px 6px 0px;
}


#choices_1 li {
	padding-bottom: 1px;
	display: block;
	margin-bottom: 6px;
	
}

#choices_1 h3 {
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: none;
	
}
#choices_1 h3 p {
	padding: 9px 0px 0px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #666666;
}
#choices_1 h3 a {
	background: url(../images/common/h1_bckgnd.png) no-repeat right bottom;
	display: block;
	min-height: 117px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}
#choices_1 h3 a strong {
	color: #97DDFF;
	padding-top: 12px;
	padding-bottom: 10px;
	background: url(../images/common/h1_bckgnd.png) no-repeat right top;
	font: 700 medium "Century Gothic";
}
#choices_1 h3 a:hover, #choices_1 h3 a:active, #choices_1 h3 a:focus {
	color: #FFE0CA;
	text-decoration: none;
	
}
#choices_1 h3 a:hover strong, #choices_1 h3 a:active strong, #choices_1 h3 a:focus strong {
	color: #FFCC33;
	}

#choices_1 a img {
	display: block;
	padding: 2px;
	float: right;
	margin: 9px 9px 0px 9%;
	border: 1px none #023C02;
}
#choices_1 a:hover img, .choices_1 a:active img, .choices_1 a:focus img {
	border: 1px none #009900;
}
