/* CSS Document */
* {
margin:0;
padding:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, label, caption, tfoot, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

sup {font-size:7px;}

a:link, a:visited {
	cursor: pointer;
	color: #3237af;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p { color:#333333; font:normal 12px Arial, Helvetica, sans-serif; line-height:1.8em; padding:10px 0; margin:0;}

h1{
  text-transform:uppercase;
  padding-left:32px;  
  padding-top:6px;
  font-size:16px;
  background: url(../img/h1_bg.jpg) no-repeat;
  height: 40px;
  margin-top:20px;
margin-bottom: -15px;
}

h2 {
	color:#333333;
	margin:20px 0 0 0; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

padding-left: 13px;
	background: url(../imgs/bullet.gif) 0 4px no-repeat;
}

h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 -5px 0;
	font-weight: bold;
	text-transform:capitalize;
}
	
body {
	/*background-color:#ffffff;*/
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
}

#menu {
	background: url(../imgs/bg_menu.jpg) no-repeat;
	width: 962px;
	height: 37px;
}

#leads {
	border-top: 1px solid #d4d4d4;
	margin-top: 5px;
	padding-top: 5px;
	height: 303px;
	border-bottom: 1px solid #d4d4d4;
}

#leadsinside {
	border-top: 1px solid #d4d4d4;
	margin-top: 5px;
	padding-top: 5px;
	height: 200px;
	border-bottom: 1px solid #d4d4d4;
}

#sliders {
	width: 718px;
	float: left;
}

#rightleads {
	width: 237px;
	float: right;
}

#rightleads .showroom {
	width: 236px;
	height: 158px;
}

#rightleads .latestnews {
	background: url(../imgs/bg_latestnews_empty2.png) no-repeat;
	width: 219px;
	height: 128px;
	margin-top: 6px;
	color: #fff;
	padding: 40px 0 0 17px;
}

#rightleads .latestnews .lntxt {
	width: 211px;
	height: 90px;
}

.findoutmore {
	margin-left: -10px;
}

.otheritems {
	margin-left: -5px;
}
/*
#belowleads {
	border-bottom: 1px solid #D4D4D4;
	height: 240px;
}
*/
#belowleadsinside {
	border-bottom: 1px solid #D4D4D4;
	min-height: 220px;
	overflow: auto;
	padding-bottom: 10px;
}

#welcome {
	/*width: 475px;*/
	margin: 20px;
	/*float: left;*/
}

#video {
	width: 244px;
	float: left;
	margin-top: 14px;
}

#rightpanel {
	width: 320px;
	float: right;
}

#rightpanel {margin:0; padding:0;}

#rightpanel div {margin-top: -25px; padding: 30px 15px; background-color:#ffffff;}

#rightpanel .rightpaneltxt {
	width: 193px;
	height: 83px;
}

.copyright {
	width: 339px;
	float: right;
	text-align: right;
	color: #888;
	font-size: 11px;
	margin-top: 20px;
}

.copyright a{
	color: #175e95;
	text-decoration: none;
}

.copyright a:hover{
	color: #175e95;
	text-decoration: underline;
}

#leftcontent {
	width: 675px;
	float: left;
	padding-top: 30px;
}

#footer {
	clear: both;
	border-top: 1px solid #D4D4D4;
}

#rightcontent {
	width: 270px;
	float: right;
	padding-top: 20px;
}

#rightcontent img {
	border: 2px solid #fff;
}

/*Mission statement*/
.mission {
	border: thin solid #f0f0f0; 
	padding: 10px; 
	background-color: #f9f9f9; 
	width: 400px; 
	margin: 0 auto;
}
.missionHead {font-weight:bold;}
/*end of mission statement*/

/* Web form*/
table.webform tr { line-height: 25px;}

/*Location*/
#depart, #destinationrow, #language {
	padding-bottom:5px;
}


#content {
	min-height:700px;
	position:relative;

}

.paddingTopBottom {
	padding: 0 0 15px 0;
}

.fixwidth {
	vertical-align:middle;
	width:250px;
	float:left;
}

fieldset {margin:15px 10px; padding: 10px; width: 70%;}
fieldset legend {text-transform: uppercase; padding: 5px 15px; font-weight:bold; background-color:#fff; color:black; border:1px solid #0000ff;}

