/* Copyright TAXItravel 2006 */
/* Blaine Young */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
strong.number {
	font-weight: bold;
	font-size: 60px;
	display: block;
	text-align:center;
}
strong.number + h3 {
	text-align: center;	
}

div#header {
	background: url(/img/header_bg.gif);
}
div#header div{
	background: url(/img/header_right.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div#header h1 {
	padding: 0px;
	margin: 0px;
	height: 105px;
	width: 347px;
	display: block;
	background: url(/img/header.gif);
	background-repeat:no-repeat;
}
div#header h1 span {
	position: absolute;
	visibility:hidden;
}
div#header img {
	position: absolute;
	left: 400px;
	top: 7px;
}
div#nav { 
	height: 40px;
	background: url(/img/nav_bg.gif);
}
div#nav ul {
	margin: 0px;
	padding-top: 14px;
}
div#nav ul li {
	display: inline;
	padding-right: 20px;
	background: url(/img/arrow-trans.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 20px;
}
div#nav ul li:hover {
	background: url(/img/arrow_hover-trans.png);
	background-repeat:no-repeat;
	background-position: left;
}
div#nav ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}
div#footnav { 
	height: 40px;
	text-align: right;
	border-top: thick solid #333333;
}

div#notice {
	height: 172px;
	background: url(/img/textbox_repeat.gif);
}
div#notice #left {
	background-image: url(/img/textbox_bg.gif);
	background-repeat: no-repeat;
	background-position:right top;
	float: left;
	width: 70%;
	height: 172px;
}
div#notice #left h2 {
	color: #FFBE3F;
	padding-left: 10px;
	padding-right: 250px;
	margin-bottom: 12px;
}

div#notice #left div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 95px;
	padding-left: 15px;
	padding-right: 250px;
	overflow: auto;
}
div#notice #right {
	float: left;
	width: 29.99%;
	height: inherit;
	background: url(/img/infobox_content_right.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position:right;
}
div#notice #right #head {
	background: url(/img/infobox_head_bg.gif);
	margin-right: 6px;
	height: 32px;
}
div#notice #right #head div {
	background: url(/img/infobox_head_left.gif);
	background-repeat:no-repeat;
	height: 32px;
}
div#notice #right #head div div {
	font-size: 18px;
	padding-left: 35px;
	padding-top: 9px;
}

div#notice #right #bar {
	width: 8px;
	height: 143px;
	background: url(/img/infobox_content_left.gif);
	float: left;
}
div#notice #right #inside {
	height: 140px;
	text-align: center;
	font-size: 14px;
	background: url(/img/infobox_content_bg.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #C9C9C9;
	margin-right: 5px;
}

div#notice #right #inside address {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	padding: 4px;
}

div#footer {
	background: url(/img/footer_bg.jpg) repeat-x;
}
div#footer_left {
	background: url(/img/footer_left.jpg);
	width: 278px;
	height: 186px;
	float: left;
}
div#footer_right {
	height: 186px;
	padding-top: 1px;
}
div#footer_right h4 {
	margin: 10px;
	padding: 0px;
}
div#footer_right p {
	margin: 2px;
}
div#testimonial {
	width: 80%;
	padding: 20px;
}
div#testimonial #comment {
	font-style: italic;
}
div#testimonial #person {
	font-weight: bold;
	text-align: right;
}

/*IE workaround*/
/*All IE browsers*/
* html div#notice {
	height: 172px;
}
* html div#notice #right #bar {
	height: 128px;
}
* html div#notice #right #inside {
	height: 128px;
	font-size: 12px;
}
* html div#notice #right #inside address {
	font-size: 14px;
	padding: 3px;
}
* html div#notice #left {
	height: 172px;
}
* html div#notice #left h2 {
	padding-top: 10px;
}
/* Workaround end */


div#body {
	background-color:#FFFFFF;
	padding: 0px;
}

div#body div#content {
	width: 70%;
	float: left;
}
div#body div#content h2 {
	border-top: 1px solid #FFFFFF;	
}
div#body div#content h2, div#body div#extra h2 {
	background-color: #FFE336;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
}
div#body div#content span.sub, div#body div#extra span.sub {
	background-color: #FFFCA4;
	height: 12px;
	display:block;
	padding-left: 8px;
	font-size: 10px;
	font-style: italic;
}
div#body div#content div.showcase, div#body div#extra div.showcase {
	padding-left: 10px;
	padding-right: 10px;
}
div#body div#extra img {
	float: left;
	border: 0;
	padding-right: 10px;
}
div#body div#content h3, div#body div#extra h3 {
	padding: 0;
	margin: 0;
}
div#body div#extra {
	width: 29.99%;
	float: left;
	background-image: url(/img/border_repeat.gif);
	background-position:left;
	background-repeat:repeat-y;
}
div#body div#extra h2 {
	background: url(/img/border_repeat_right.gif);
	background-repeat: repeat-y;
	background-position:right;
	background-color: #FFE336;
	margin-left: 8px;
	padding-top: 1px;
}
div#body div#extra span.sub {
	background: url(/img/border_repeat_right.gif);
	background-repeat: repeat-y;
	background-position:right;
	background-color: #FFFCA4;
	margin-left: 8px;
}
div#body div#extra div.showcase {
	padding-top: 10px;
	background: url(/img/border_repeat_right.gif);
	background-repeat: repeat-y;
	background-position:right;
	background-color: #E4E4E4;
	margin-left: 8px;
}

.taxi {
	color: #FFFFFF;
	text-transform:uppercase;
}

div#form {
	width: 90%;
}
form#format fieldset {
	border-left: none;
	border-top: 2px solid #000000;
	border-bottom: none;
	border-right: none;
	font-size: small;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
form#format legend {
	font-size: small;
	font-weight: bold;
}
div.clear {
	clear: both;
}
form#format label {
	clear: both;
	float: left;
	width: 20%;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: right;
	vertical-align: top;
}
form#format input,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	width: 78%;
	border: 1px inset #000000;
	vertical-align: top;
}
form#format div.radio fieldset label {
	float: none ! important;
	font-weight: bold ! important;
	padding-right: 10px ! important;
	font-size: 14px ! important;
	text-align: left ! important;
	vertical-align: top ! important;
	width: auto ! important;
}
form#format div.radio fieldset input {
	font-family:Verdana, Arial, Helvetica, sans-serif ! important;
	font-size: 14px ! important;
	margin-bottom: 5px ! important;
	text-align: left ! important;
	width: auto ! important;
	vertical-align: top ! important;
}

form#format .alignment {
	text-align: left;
}

.button_container {
	text-align: center;
}
.submitbutton {
	font-size: 54px ;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px;
}

form#format select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
	border: 1px inset #000000;
	vertical-align: top;
}

div.standout {
	width: 80%;
	margin-left: 10%;
	border: 2px dashed #0066FF;
	background-color:#C4E1FF;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

div.clubbers {
	width: 500px;
	background-image: url(/img/clubbers.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	margin-left: 20%;
}

div#footnote {
	margin-top: -55px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/* IE WORKAROUND */
* html div#footnote {
	margin-top: 0px;
	float: left;
}
/* Done */

div#footnote a{
	color: #000000;
	
}

/* element - button */
div.button div.button_left {
	background: url(/img/button_left-trans.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 30px;
	height: 33px;
	float: left;
}
div.button div.button_content {
	background: url(/img/button_bg.png);
	background-repeat: repeat-x;
	float: left;
	height: 33px;
	padding: 4px;
	font-weight: bold;
}


div.button div.button_content a{
	color: #000000;
	text-decoration:none;
}
div.button div.button_content a:hover {
	color: #666666;
}

div.button div.button_right {
	background: url(/img/button_right-trans.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 8px;
	height: 33px;
	float: left;
}


/* footer list */

#footlist {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

#footlist li {
	display: inline;
	padding: 0;
	margin: 0;
}

#footlist li a {
	color: #000000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#footlist li a:hover {
	border-bottom: 1px dashed #000000;
}

#footlist li:before { content: "| "; }
#footlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #footlist li {
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #footlist { height: 1%; }

* html #footlist li {
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #footlist li:first-child { border-left: 0; }

/* notices and errors */

#errors.error {
	border: 1px solid #656565;
}
#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* Photo Gallery */
#gallery {
	text-align: center;
}
.gallery_preview {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 35px;
}
.gallery_preview img {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gallery_preview a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
}
.photo_preview {
	padding: 5px;
	height: 100px;
	width: 100px;
	float: left;
}
.photo_preview img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photo_preview img.selected {
	border: 1px solid #FF0000;
}
#link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px inset #000000;
}
#photo {
	border: 1px solid #000000;
}
.clear {
	clear: both;
}

/* Tours Page */
ul#tours {
	list-style: url(/img/arrow.jpg);
	font-variant: small-caps;
	font-size: 21px;
	width: 50%;
}
ul#tours li {
	font-weight: bold;
	margin-top: 10px;
}	
ul#tours li ul {

}
ul#tours li ul li {
	font-weight: normal;
	list-style: none;
	margin-top: 2px;
	font-variant: normal;
	font-size: 15px;
}
ul#tours li ul li ul {

}
ul#tours li ul li ul li {
	list-style: square;
}

/* homepage */
img#minibus {
	margin: 10px;
}
div.newsitem {
	width: 48%;
	float: left;
	padding-left: 1%;
}
div.newsitem img {
	float: left;
	border: none;
	padding-right: 10px;
}
div.newsitem p {
	padding: 0;
	margin: 0;
}

ul.links li {
		list-style: none;
		background: url(/img/arrow_right.png);
		background-repeat:no-repeat;
		padding-left: 20px;
		float: left;
		width: 40%;
}

div.googlead {
	text-align: center;
}
div.googlead iframe {
	margin-top: 5px;
}

.altrow {
	background-color: #CCC;	
}