/* Blanchard Limousines CSS Document */

img {
	margin: 0px -3px 0px 0px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000 url(../images/headerBG.jpg) top repeat-x;
	
}

a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

#siteContainer {
	margin: 0 auto 0 auto;
	width: 760px;
	position: relative;
}

h2 {
	font-size: 18px;
}

/* [ Header ] */

#headerBG {
	background: url(../images/headerBG.jpg) repeat-x;
	position: relative;
}

#logo {
	text-align: left;
	float: left;
	width: 400px;
}

#topPhone {
	margin: 23px 0px 0px 0px;
	text-align: right;
	float: right;
	width: 200px;
}

/* [ Main Navigation Menu ] */

#mainNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#mainNavigation a:hover {
	color: #FFCC00;
}

#mainNavigation {
	text-align: right;
	width: 758px;
	clear: both;
	padding: 6px 0px 10px 0px;
}

#mainNavigation ul {
	list-style: inside;
}

#mainNavigation li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px 0px 10px;
}

/* [ Car Buttons ] */

#carButtons {
	clear: both;
}

/* [ Main Body Area ] */

#mainBody {
	height: 1%;
}

/* [ Home Page Text Region ] */

#textRegion {
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	width: 740px;
	float: left;
	position: relative;
	clear: both;
}

#textRegion h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	background-color: #990000;
	padding: 3px 10px 3px 10px;
	text-align: left;
}

#welcome {
	float: left;
	width: 500px;
	text-align: left;
}

#welcome p {
	text-align: justify;
	padding: 5px;
}

#rightColumn {
	float: right;
	width: 220px;
}

#rightColumn p {
	text-align: justify;
	padding: 10px;
}

#rightColumn ul {
	text-align: left;
	margin: 10px;
}

#rightColumn li {
	margin: 3px 5px 3px 5px;
	list-style: inside;
}

/* [ Global Body Area] */

#globalBody {
	width: 740px;
	text-align: left;
}

#globalBody p {
	text-align: justify;
	padding: 10px;
}

/* [ Limo Pages ] */

#largeImage1 {
	float: left;
}

#largeImage1 img {
	border: 1px solid #CCCCCC;
}

#largeImage2 {
	float: right;
}

#largeImage2 img {
	border: 1px solid #CCCCCC;
}

#largeImageTable img {
	margin: 10px 0px 10px 0px;
}


/* [ Footer ] */

#footer {
	padding: 20px;
	clear: both;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFCC00;
}
