/*
CSS created by www.elchango.ca
May 2, 2007
*/

/* Structure Styles */
body {
	margin: 0;
	padding: 0;
	background-color: #515151;
}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: #000 url("/images/bkgrd_black.gif") repeat-y top center;
	border: 0px;
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 105px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	width: 122px;
	height: 81px;
	background: url("/images/andrews-limousine-logo.jpg") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 122px;
	height: 81px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#contact {
	position: absolute;
	top: 15px;
	right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffc111;
	font-weight: bold;
	text-align: right;
}

#contact span {
	color: #fff;
}

#slide {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
}

#content {
	position: relative;
	width: 660px;
	margin: 20px 0px 20px 50px;
	padding: 0;
}

#leftcol-big {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#rightcol-small {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0;
}

.leftcol {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

.rightcol {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}

.indent {
	margin: 0;
	padding: 0;
	margin-left: 70px;
}

hr {
	height: 1px;
	width: 100%;
}

#footer {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: 760px;
	text-align: right;
}

#leftfooter {
	float: left;
}

#rightfooter {
	float: right;
}
/* END Structure Styles */

/* Navigation Styles */
#nav {
	position: absolute;
	margin: 0;
	padding: 0px 2px;
	top: 75px;
	left: 140px;
	width: 600px;
	height: 20px;
	text-align: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	white-space: nowrap;
}

#nav a { 
	margin: 0;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#nav a, #nav:visited {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #8ADBFF;
	background-color: #000;
	text-decoration: none;
}

#nav .on {
	color: #8ADBFF;
}

#subnav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 21px;
	text-align: right;
	background-color: #8ADBFF;
}

#subnav ul {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#subnav a { 
	margin: 0;
	padding: 0 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}

#subnav a, #nav:visited {
	color: #000;
	background-color: #8ADBFF;
	text-decoration: none;
	font-weight: bold;
}

#subnav a:hover {
	color: #a17700;
	background-color: #8ADBFF;
	text-decoration: none;
}

#subnav .on {
	color: #a17700;
	text-decoration: none;
}

/* END Navigation Styles */

/* Text Styles */
#content h2 {
	font-family: Arial, Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #CCC;
}

#content h3 {
	font-family: century gothic, Arial, Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #FFF;
}

#content h4, #content h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

#content p, #content a, #content ol, #content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C9C9C;
}

#content a {
	color: #FFF;
	text-decoration: none;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8ADBFF;
	text-transform: uppercase;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#content a:hover {
	color: #ffc111;
}

.fpara {
	margin-top:-16px;
}

#footer a {
	color: #8ADBFF;
	text-decoration: none;
}

/* END Text Styles */

/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

div.row span.label {
	float: left;
	width: 90px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 550px;
	text-align: left;
}
  
div.spacer {
	clear: both;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/* END FORMS */

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}