/* CSS Document */
BODY {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-color: #333333;
	text-align: left;
	background-image: url(../images/bg_tiles.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 33px;
	padding-bottom: 20px;
}
input {
	font-size: 11px;
	color: #0054AD;
}
.rtPadding {
	padding-right: 15px;
	text-align: left;
}

TD, td {
	color:#333333;
}
	
.mainBG {
	text-align:center;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 814px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
}

.mainContent {
	text-align:center;
	width: 800px;
}


h1 {
	font-size: 16px;
	color: #0054AD;
	font-weight: bold;
	text-align: left;
}

.footer {
	font-size: 10px;
	color: #999999;

}

.photoLeft {
	float: left;
	padding: 0 12px 12px 0;
}

.greyCopy {
	font-size: 11px;
	color: #666666;
	text-align: left;
}
.priceList {
	text-color: #0054AD;
	font-weight: bold;
}

a {
	color: #0054AD;
	text-decoration: underline;
}

a:hover {
	color: #3B97EB;
	text-decoration: none;
}

a:visited {
	color: #0054AD;
	text-decoration: underline;
}

a.footerLink {
	color: #999999;
	text-decoration: none;
}
a:active.footerLink {
	color: #999999;
	text-decoration: none;
}
a:visited.footerLink {
	color: #999999;
	text-decoration: none;
}
a:hover.footerLink {
	color: #666666;
	text-decoration: underline;
}
ul.orangeArrow {
	list-style: none;
	margin: 6px 0px 0px 8px;
	border: 0px;
	padding: 0px;
}
ul.orangeArrow li {
	/*list-style-image: url(../images/bullet_orange_ongrey.gif);*/
	background: url('../images/bullet_orange_ongrey.gif') 0px 7px no-repeat;
	padding: 2px 0px 2px 14px;
}
ul.orangeDot {
	list-style: none;
	margin-top: 0;
	margin-left: 2px;
	padding: 0;
}
ul.orangeDot li {
	background: url('../images/bullet_orange_dot.gif') 5px 5px no-repeat;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.quote {
	color: #666666;
	font-size: 10px;
	text-align: left;
}
