/*Ace travel master stylesheet v1.0 4 Feb 06 */

/* Colors
Ace red #E1081E
Ace blue #00088C
grey-blue bg to headline and book online is #eeeeff
grey body text bg was #EEEEEE
grey menu highlight was #999999
*/

/*Tag redefinitions*/
body { margin: 0px; padding: 0px; background-color: #FFFFFF; font-family: arial, helvetica, sans-serif; }
p, li { font-size: 11px; }

a .red { color: #0000FF; }

/*Styles for the header*/

#header { background-image:url(images/layout/header.jpg); background-repeat:no-repeat; width:1000px; height:100px; }	
	
/*Styles for the menu*/
#menuBar {
	margin: 0;
	padding: 7px 0 7px 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
	position: relative;
	/*width: 100%;*/
	overflow: hidden;
	z-index: 1;
	background-color: #FFFFFF;
	color: #00088C;
	}

.menuHeader {
	color: #00088C;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
	background-color:#FFFFFF;
	position: relative;
	border-right: 1px solid #CCC;
	}
	
.menuDrop {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	color: #00088C;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 0;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #00088C;
	}	

a.menuLink { display: block; padding: 2px 5px; margin: 0; border-top: 1px solid #FFFFFF; background-color:#FFFFFF; text-decoration: none;
/*To make IE set hover over all the menu bar, set the width to be that
of the widest menu bar item : "Client Resources"*/ 
	width: 110px;
	}
a.menuLink:link { color: #00088C; background-color:#FFFFFF; text-decoration: none; }
a.menuLink:visited { color: #00088C; background-color:#FFFFFF; text-decoration: none; }
a.menuLink:hover { color: #E1081E; background-color:#FFFFFF; text-decoration: none;	}
a.menuLink:active { color: #E1081E; background-color:#FFFFFF; text-decoration: none; }

a.noDropMenu { color: #00088C; text-decoration: none; }
a.noDropMenu:link { color: #00088C; text-decoration: none; }
a.noDropMenu:visited { color: #00088C; text-decoration: none; }
a.noDropMenu:hover { color:#E1081E; text-decoration: none; }
a.noDropMenu:active { color: #E1081E; text-decoration: none; }

	
/*Styles for the book online box*/	
#bookonlinetable {
	margin: 0; 
	font-size: 12px; 
	}

#bookonlinetoprow {
	border:0; 
	color: white; 
	font-size: 12px; 
	background-image: url(images/red30pxl.gif);
	background-position:  -10px 0px; 
	background-repeat: no-repeat; 
	background-color: #00088C; 
	padding-left: 30px;
	height:30px;
	}
	
#bookonlinebox {
	background-image:url(images/layout/onlinebookingtable-box.jpg);
	background-repeat:no-repeat;
	width: 186px;
	height: 80px;
}

#bookonlinebox p {
	margin:0;
	line-height:normal;
}

#bookonlinebox h1 {
	line-height:normal;
	margin:0px 0px 2px 0px;
	font-size:12px;
	font-weight:bold;
	color:#00088C;
}

/*Styles for the latest news*/
#latestnewstable {
	margin: 0; 
	font-size: 12px;  
	border: 1px solid #00088C;
	}

#latestnewstoprow {
	border:0; 
	color: white; 
	font-size: 12px; 
	background-image: url(images/red30pxl.gif);
	background-position:  -10px 0px; 
	background-repeat: no-repeat; 
	background-color: #00088C; 
	padding-left: 30px;
	height:30px;
	}

/*Styles for the main content*/
#content {
	border : 0px solid black; 
	margin: 0px 10px 10px 10px; 
	padding: 0 15px 15px 15px; 
	}

#content p { margin: 0px 0px 5px 0px; }

#content a { font-size: 1em; text-decoration: none; border-width: 0px; padding: 0 1px 0 1px; }
#content a:link { color: #0000FF; }
#content a:visited { color: #0000FF; }
#content a:hover { padding: 0; color: #0000FF; border: 1px solid #0000FF; }
#content a:active { color: #0000FF; border: 1px solid #0000FF; }

#content h1 { font-size: 14px; color: #E1081E; }
#content h2 { margin: 5px 0px 5px 0px; font-size: 12px; color: #00088C; }
#content h3 { margin: 5px 0px 5px 0px; font-size: 12px; color: #00088C; }
#content h4 { font-size: 12px; color:#000000; }

#content hr { background-image:url(images/layout/content-hr.jpg); background-repeat:no-repeat; width:525px; height:2px; border:0; }

a.nodisplay { border: 0; text-decoration: none; }

span.ace {  font-variant: small-caps; }

/*Styles for forms*/

fieldset {
	color : black;
	border: 1px solid black;
	background-color: #FFFFFF;
	margin: 20px; 
	}

label {
	line-height: normal;
	text-align: right;
	font-size: 9pt;	
	margin-right: 10px;
	margin-top: 10px;
	width: 100px;
	display : block;		
	float : left;  
	}

.label-td {
		margin-right: 10px;
		margin-top : 10px;
		padding: 2px;
		padding-top: 12px;
		font-size: 9pt;		
		}	
		
input.formInput, textarea.formInput {
	border : 1px solid black;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-top : 10px;
	padding: 2px;
/*	display: block;  Changed to fix FF display of quote form */
   display: inline;
	font-size: 9pt;		
	}

select.formSelect {
	border : 1px solid black;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-top : 10px;
	padding: 2px;
	display: block;
	font-size: 9pt;		
	}
	
/*Styles for the footer*/
#footer {
	background-image:url(images/layout/footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:60px;
	color:#FFFFFF;
	font-size:12px;
	}
	
#footer a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
	
/*Style for the About Us page*/
.stafftab { padding-left: 10px; }
