@charset "utf-8";
/* CSS Document */
.clearfield{
	clear: both;
}
body{
	color:#092646;
	font-family: "Century Gothic", Arial, Verdana;
	background-image: url(../images/deluxelimo-bg.jpg);
	background-repeat: repeat-x;
	background-color: #021A40;
	font-size: 18px;
}
.limobg{
	background-image: url(../images/limo-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 301px;
	width: 775px;
}
#fullWrap{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#headerBg{
	float: left;
	width: 1000px;
}
#logoHolder{
	position: absolute;
	z-index: 2;
	height: 250px;
	width: 183px;
}
#logoText{
	float: left;
	height: 29px;
	width: 435px;
	margin-left: 190px;
	margin-top: 15px;
}
#headPhone{
	width: 350px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	font-size: 18px;
}
#headServing{
	clear: left;
	float: left;
	margin-left: 195px;
	margin-top: 25px;
	font-size: 17px;
	color: #FFF;
	font-weight: lighter;
}
#headRatesWrap{
	clear: both;
	float: left;
	width: 390px;
	margin-left: 195px;
	margin-top: 25px;
	height: auto;
}
#headRatesHeader{
	margin-right: auto;
	margin-left: auto;
	width: 375px;
	text-align: center;
	font-size: 22px;
}
.headRatesSpecials ul{
	margin-top: 5px;
	margin-left: -25px;
}
.headRatesSpecials li{
	display: inline;
	margin-right: 20px;
	float: left;
	width: 165px;
	font-size: 14px;
	text-align: center;
}
.headPrice{
	font-size: 36px;
	font-weight: bolder;
	color: #284891;
}
#headAddress{
	clear: both;
	float: left;
	margin-top: 18px;
	font-size: 17px;
	color: #FFF;
	margin-left: 15px;
	font-weight: lighter;
}
#contentWrap{
	clear: both;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


/* SIDE NAVIGATION */


a:focus {
	outline: none;
}
ul.sidenav {
	font-size: 16px;
	float: left;
	width: 170px;
	list-style: none;
	border-bottom: 1px solid #3373a9;
	border-top: 1px solid #003867;
	background-color: #284891;
	margin: 0;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
}
ul.sidenav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 125px;
	background: url(../images/sidenav_a.gif) no-repeat 5px 7px;
	border-top: 1px solid #3373a9;
	border-bottom: 1px solid #003867;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
ul.sidenav li a:hover {
	border-top: 1px solid #1a4c76;
	background-color: #01193F;
	background-image: url(../images/sidenav_a.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
ul.sidenav li span{	display: none; }
ul.sidenav li a:hover span {
	display: block;
	font-size: 12px;
	padding: 10px 0;
}
#contentBody{
	margin-left: 185px;
	width: 775px;
	padding-top: 1px;
	height: auto;
	text-align: center;
}
#footer{
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	width: 980px;
	padding-top: -20px;
	font-size: 12px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.footer-boxes a{
	color: #999;
}
.footer-boxes a:hover{
	color: #284891;
}
.footerHeading{
	margin-left: 5px;
	clear: both;
	text-align: center;
}
.footerNotes{
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 18px;
}
.footer-boxes{
	float: left;
	width: 215px;
	margin-top: 5px;
	margin-left: 5px;
}
.footer-boxes li{
	list-style-type: none;
	padding-bottom: 5px;
}
.footer-boxes ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer-right{
	float: right;
	width: 260px;
	margin-right: 5px;
	margin-left: 5px;
}
h1{
	font-size: 24px;
	color: #284891;
	font-weight: lighter;
	text-transform: uppercase;
}
h2{
	font-size: 20px;
	color: #01193F;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: underline;
	text-transform: uppercase;
}
.junjo{
	font-size: 10px;
	color: #CDD3DF;
}
.junjo a{
	color: #8C9DB9;
}
.slideshow {
	height: 232px;
	width: 302px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.slideshow img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
}
hr{
	color: #C4CCD9;
}
li{
	text-align: left;
}

