<style type="text/css">

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}

a {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #660073;
	font-weight: normal;
}
a.2 {color: #660073; font-size: 10px; text-decoration: none}
a:hover {
	color: #660073;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a.2:hover { color: #000000; font-size: 14px; text-decoration: none}

h1 { color: #444444; font-size: 12pt; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif}
h2 { color: #660073; font-weight: bold; font-size: 22px; font-family: Geneva, Arial, Helvetica, sans-serif}
p {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #444444;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
		font-style: normal;
	font-weight: normal;
	color: #444444;
}

td.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
		font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.bodycopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
		font-style: normal;
	font-weight: normal;
	color: #444444;
}
.navcopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
		font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;

}

.small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BC9BC0;
}

.xbig {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #444444;
}

.justified {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}



table.forms {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	
	letter-spacing:0px;
	line-height: 12pt;
	
	padding-left:6pt;
	padding-top:5pt;
	padding-right:5pt;
	padding-bottom:5pt;
	
	text-align:left;
	vertical-align:top;
}

tr.dealerheader {
	background-color:#F9A21C;
	color:#ffffff;
}
table.dealer {width:100%;
}
.menu1 {	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
	line-height: 24px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 260px;
	top: 0;
	visibility: hidden;
	background-color: #AFAFAF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.suckerdiv ul li a:visited{
color: #FFFFFF;
}

.suckerdiv ul li a:hover{
background-color: #bb9bc0;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
body {
	background-image: url(background/circles.gif);
	margin-left: 15px;
	margin-top: 50px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -500px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 240px;
left: 345px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail2 img{
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -500px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
}




.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 1140px;
left: 345px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
</style>
