@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000099;
}

div#wrapper {
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:800px;
	background-image:url(../img/grad.jpg);
	background-repeat:repeat-x;
}
div#header {
	height:81px;
	background-image: url(../img/back_header.jpg);
	background-repeat: repeat-x;
}
div#banner {
	padding:0px;
	margin:0px;
	height:173px;
	background-color:#fafafa;
}
/*
div#nav {
	height:80px;
	float:left;
	text-align:center;
	margin-top:0px;
	margin-left:180px;
}
div#logo {
	height:70px;
	width:112px;
	float:right;
	text-align:center;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
*/
div#nav {
	height:80px;
	width:520px;
	float:right;
	text-align:center;
	margin-top:0px;
	margin-right:138px;
	_margin-right:0px;
	_padding-right:147px;
	margin-bottom:0px;
	_margin-top:-5px;
}
div#logo {
	height:65px;
	width:112px;
	float:left;
	text-align:center;
	margin-top:0px;
	padding:0px;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:0px;
	_margin-left:7px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
div#content {
	margin-bottom:0px;
}
div#left {
	margin-top:0px;
	margin-left:0px;
	float:left;
	width:215px;
	height:323px;
	background-image:url(../img/left.jpg);
	background-repeat:no-repeat;
}
div#right {
	margin-top:0px;
	margin-left:0px;
	padding:15px;
	float:right;
	width:555px;
	text-align:left;
	background-image:url(../img/content_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
div#footer {
	clear:both;
	padding:0px;
	text-align:center;
	font-size:10px;
	margin:0px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	color:#272727;
}


#nav ul { 
	margin-top: 0px; 
	padding-top: 53px; /* Set margin and padding for cross browser consistency. */
	padding-left:0px; 
	list-style-type: none; /* Needed to eliminate list item marker */ 
	text-align:left; /* Centers navigation bar */
} 
#nav ul li { 
	display: inline; /* Needed to create horizontal effect */
} 
#nav ul li a { 
	text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */ 
	padding-top: 6em; /* Gives the link space inside it's individual block. */
	padding-left: .8em;
	padding-right: .8em;
	padding-bottom: 1em;
	margin:0px;
	color: #000000; /* Set as desired */
} 
#nav ul li a:hover { 
	color: #000000; /* Set as desired */
	background-image:url(../img/nav_hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
} 

.errorBox {
	background-color: #FFF0F0;
	border: #FFAAAA 1px solid;
	text-align:left;
	padding:5px;
	width:542px;
	margin-bottom:15px;
}
.successBox {
	background-color: #F8FEF1;
	border: #A7D39C 1px solid;
	text-align:left;
	padding:5px;
	width:542px;
	margin-bottom:15px;
}

body#home a#home,
body#about a#about,
body#vacancies a#vacancies,
body#quotations a#quotations,
body#bookings a#bookings,
body#contact a#contact{
	color: #000000; /* Set as desired */
	background-image:url(../img/nav_hover.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.styeQuote {
	color:#003366;
	font-weight:bold;
}

.styleNote {
	color:#666666;
	font-size:10px;
}