/* Start of CMSMS style sheet 'style.css' */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: #inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */

#chauffeur_page {
	display: block;
	height: auto;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#chauffeur_page #chauffeur_header {
	display: block;
	height: 262px;
	width: 869px;
	background-attachment: scroll;
	background-image: url(../images/headertab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#reservationhead {
	display: block;
	height: 70px;
	width: 200px;
	text-align: center;

}
#pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;

}

#subheading {

font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;

}

#sloganone {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 30px;
}
#slogantwo {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
}
#sloganthree {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
}#chauffeur_page #chauffeur_menu {
	display: block;
	height: auto;
        padding-left:0px;
	width: 201px;
	float: left;
}
#chauffeur_page #chauffeur_content {
	display: block;
	border-left-width: .2em;
	border-left-style: solid;
	border-left-color: #FFD21C;
	width: 630px;
	float: right;
	padding-left: 20px;
        padding-right: 10px;
	height: auto;
	padding-top: 20px;
	margin-top: 1px;
}
#chauffeur_page #chauffeur_footer {
	display: block;
	height: 40px;
	width: 870px;
	clear:both;
}
#chauffeur_page #chauffeur_content hr {
	width: 600px;
	background-color: #000000;
	height: 3px;
}
#chauffeur_page #chauffeur_content h4 {
	text-align: center;
}
#chauffeur_page #chauffeur_content #servingmd {
	float: left;
	height: auto;
	width: 230px;
	padding-top: 0px;
	margin-left: 45px;
}
#chauffeur_page #chauffeur_content #servingmd #listonemd {
	float: left;
	height: auto;
	width: 100px;
	padding-top: 0px;
}
#chauffeur_page #chauffeur_content #servingmd #listtwomd {
	float: left;
	height: auto;
	width: 100px;
	padding-top: 0px;
	padding-left: 10px;
}


#chauffeur_page #chauffeur_content #servingva {
	float: left;
	height: auto;
	width: 220px;
	padding-left: 20px;
	padding-top: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
#chauffeur_page #chauffeur_content #servingva #listoneva {
	float: left;
	height: auto;
	width: 100px;
	padding-top: 0px;
}
#chauffeur_page #chauffeur_content #servingva #listtwova {
	float: left;
	height: auto;
	width: 100px;
	padding-top: 0px;
	padding-left: 10px;
}

#chauffeur_page #chauffeur_content #servingmd h4 {
	margin-bottom: 1px;
}
#chauffeur_page #chauffeur_content #servingva h4 {
	margin-bottom: 1px;
}
#chauffeur_page #chauffeur_content h4 {
	margin-bottom: 5px;
}
#chauffeur_page #chauffeur_content img {
	margin-right: 20px;
	float: left;
}

#chauffeur_menu li {
	background-image: url(http://chauffeurservices.us/images/menu/menu.jpg);
        display:block;
        float:right;
	height: 44px;
	width: 190px;
	list-style-type: none;
}

#chauffeur_menu .currentpage {
	background-image: url(http://chauffeurservices.us/images/menu/onpage.jpg);
	display:block;
        float:right;
	height: 44px;
	width: 190px;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 44px;
	width: 190px;
	color: #000000;
}

#chauffeur_menu .currentpage h3 {
font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 4px;
	margin-top: 2px;
	color: #000000;

}
#chauffeur_menu li a:link, a:hover, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 44px;
	width: 190px;
	color: #000000;
}

.inllabel {
	display:block;
	float:left;
	width:55px;
	height:29px;
	padding-top:5px;

}
.field {
	height: 40px;
	width: 270px;
	display: block;
	float: left;
	
}
.inputline {
	display:block;
	float:left;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}


.blklabel {
	display:block;
	margin-bottom: 4px;
	margin-top: 10px;
	width: 200px;
	float: left;

}


.inputlineblk {
	display:block;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}

.textbox {
	display:block;
	height: 120px;
	width: 200px;
	border: 1px solid #000000;
	padding: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

#error {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #CA0005;   
}
form {
float:left;
display:block;
width: 290px;
height: 450px;
}
#submitbutton {
float:left;
display:block;
width:215px;
height:40px;
}
#mbc9ecfbrp__18 {
	display:block;
	float:left;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}
#mbc9ecfbrp__19 {
	display:block;
	float:left;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}
#mbc9ecfbrp__20 {
	display:block;
	float:left;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}
#mbc9ecfbrp__21 {
	display:block;
	float:left;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}
#mbc9ecfbrp__22 {
	display:block;
	float:left;
	height: 20px;
	width: 200px;
	border: 1px solid #000000;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	vertical-align: middle;
}

#mbc9ecfbrp__23 {
	display:block;
	height: 120px;
	width: 200px;
	border: 1px solid #000000;
	padding: 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

/* End of 'style.css' */

