/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	margin: 0 auto;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  Arial, Helvetica, sans-serif;
	color: #333;
	background: #666 url(images/bg.gif) repeat-x;
}

/***** Begin laying out the wrappers *****/
/* The main wrapper sets the width for the entire content area. Everything is wrapped inside this div */
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 780px;
}


/* Logo header and background across top of page */
#header {
	width: 780px;
	height: 252px;
	background: url(images/platinum_limousine_header.jpg) no-repeat;
}

	
/* This is the secondary content area at the bottom of the page */

#navlist {
	width: 430px;
	height: 25px;
	margin: 190px 0 0 11px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	float: left;
	z-index: 1;
}


#navlist li {
	padding: 0 0 0 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.78em;
	font-weight: bold;
	list-style-type: none; /*turns off display of bullet*/
	float: left;
}

#navlist a, #navlist a:visited {
	text-decoration: none;
	color: #000
}

#navlist a:hover {
color: #fff;
}


/* wrappers for content areas */
#contentwrapper {
	float: left;
	width: 780px;
	background: url(images/content_bg.gif) repeat-y;
}

/* sidebar content */

#sidebar {
	margin:0 15px 0 5px;
	width: 202px;
	float: left;
	border-left: 1px solid #666;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:visited {
	color: #ccc;
	text-decoration: none;
}

#sidebar a:hover {
	color: #94223B;
	text-decoration: underline;
}

#sidebar a:active {
	color: #000;
	text-decoration: underline;
}

#maincontent {
	padding:0 15px 5px 25px;
	float:left;
	width: 465px;
	text-align:left;
	color: #666;
}

#maincontent h1  {
	color: #000;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	border-bottom:3px double #000;
}

#maincontent h2  {
	color: #666;
	padding: 2px 2px 2px 12px;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.5em;
}


#maincontent h3  {
	color: #FFF;
	background-color: #94223B;
	padding: 2px 2px 2px 12px;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}

#maincontent ul {
	margin-left: 20px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#maincontent p, #sidebar p {
	margin-top: 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #666;
} 

#maincontent .rule {
	background-color: #000;
}

#sidebar p {
	padding:3px 3px 3px 8px;
}

#sidebar ul {
	margin:3px 0 0 15px;
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

#sidebar li {
	margin:3px 0 0 15px;
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: left;
}



.ImgDisplay {
	display: block;
}


#footer {
	margin: 0 0 20px 0;
	width: 780px;
	background-color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
}

#footer a, #footer a:visited {
	color:#FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

#maincontent .galleryborder {
	padding: 3px;
	border: 1px solid #666;
	margin: 20px;
}

#sidebar .galleryborder {
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #666;
}

.clear {
 clear:both; 		
 height:0; 			
 margin:0;			
 font-size: 1px;	
 line-height: 0;  
}

#maincontent td {
	margin-top: 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	color: #666;
}

#maincontent .red {
	color: #94223B;
	font-weight: bold;
}


/* this is the css for the lightbox photo gallery on the fleet page */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


.testimonial {
	font-family:  Georgia, "Times Roman", Serif;
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	color: #666;
}	

.signature {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	color: #666;
}