
/* cvs id: $Id: style.css,v 1.2 2009/09/22 05:41:02 sean Exp $ */

/* ==================== Start Body styles ====================== */

/* ------------ structual css, html styles	------------ */

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 69%;
    color: #585858;
    text-align: center;
}

#header {
	height: 134px;
	width: 100%;
	background:  #004e98;
	text-align: center;
}

#header-logo {
	margin: 0px auto;
	width: 913px;
	height: 134px;
	background:  url('images/header.png') top left repeat-x;
}

#top-menu {
	height: 31px;
	width: 100%;
	background: #004e98;
	text-align: center;
}
#top-menu-content {
	height: 31px;
	width: 975px;
	margin: 0px auto;
	background:  url('images/top-menu.png') top left repeat-x;
}

#menu {
	padding: 0px;
	margin: 0px;
	background: #000000;
	height: 35px;
}

#menu-links {
	margin: 0px auto;
	width: 939px;
	height: 35px;
}

#main-image {
	background: #000000;
	width: 100%;
	height: 160px;
}

#main-image-image {
	margin: 0px auto;
	width: 1440px;
	height: 160px;
}

#top-spacer {
	width: 100%;
	height: 40px;
	background: #ffffff;
}

#main {
	width: 100%;
	background: #ffffff;
	overflow: auto;
}

#main-content {
	margin: 0px auto;
	width: 940px;
	background: #ffffff;
}

#main-content-left {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 10px;
	padding-right: 21px;
	line-height: 1.5em;
	background: #ffffff;
}

#main-content-left-larger {
	float: left;
	width: 940px;
	text-align: left;
	padding-left: 10px;
	padding-right: 21px;
	line-height: 1.5em;
	background: #ffffff;	
}

#main-content-right {
	text-align: left;
	float: left;
	padding-left: 23px; 
	padding-top: 10px;
	width: 260px;
	font-size: 0.9em;
	line-height: 1.6em;
}

#footer {
	background: black;
	width: 100%;
}

#footer-content {
	margin: 0px auto;
	width: 940px;
	background: url('images/footer-bg.gif') top left no-repeat;
	color: #ffffff;
	text-align: left;
	line-height: 1.6em;
}

#footer-content A:link {
	color: #6e6e6e;
}

#footer-content A:hover {
	color: #6e6e6e;
}

#footer-content A:visited {
	color: #6e6e6e;
}

#footer-content td {
	color: #ffffff;
	font-size: 0.7em;
}

#footer-content td A:link {
	color: #ffffff;
}
#footer-content td A:visited {
	color: #ffffff;
}
#footer-content td A:hover {
	color: #ffffff;
}


/* ==================== End Body styles ====================== */

/* ==================== Start Default styles ====================== */

A:link    {
	color: #007dc6;
}
A:visited  {
	color: #007dc6;
}
A:hover  {
	text-decoration: none;
	color: #007dc6;
}

hr {
	color: #e0e0e0;
	background-color: #e0e0e0;
	border:1px thin #e0e0e0;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

/* ==================== End Default styles ====================== */

/* ==================== Start Main Menu styles ====================== */

.footer-menu {
	margin-left: 5px;
	margin-bottom: 4px;
}

.indexPanel {
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #ffffff;
    text-align: center;
}



.indexURL, .indexfixedURL {
	font-family: 	Arial, Helvetica, Geneva, Swiss;
	font-size: 13px;
	font-weight: bold;

	border-style: none;
	white-space: nowrap;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 20px;
}

.indexURL {
	color: #ffffff;
}

.indexfixedURL {
	color: #ffffff;
}

.indexURL:link,
.indexURL:visited {
	text-decoration : none;
	color: #ffffff;
}

.indexURL:hover {
	border-bottom: 2px solid #970000;
	color: #970000;
	text-decoration : underline;
}






/* ==================== End Main Menu styles ====================== */

/* ==================== Start Footer styles ====================== */

.footer-text {
	font-family:  verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: Gray;
}

A.footer-text {
	text-decoration: none;
	color: Gray;
}

A.footer-text:visited {
	text-decoration: none;
	color: Gray;
}

A.footer-text:hover {
	text-decoration: underline;
	color: Gray;
}

/* ==================== End Footer styles ====================== */

.copyright {
	margin-left: 5px;
	color: #6e6e6e;
	font-size: 0.8em;
}

.small-heading {
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.caption {
	font-size: 10px;
}

.error {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ff4444;
}

.pageHeading {
	font-family:  Arial, Helvetica, Geneva, Swiss;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 30px;
	color: #CBC6B8;
	white-space: normal;
}

.head2 {
	line-height: 200%;
	font-family:  Arial, Helvetica, Geneva, Swiss;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 3px;
	color: #000000;
}

.heading1 {
	color: #000000;
	font-size: 1.5em;
}

.subHeading {
	font-family:  verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.leftmarginText {
	font-family:  verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: Maroon;
}
.head3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #828383;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

td  {
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, verdana, Arial, Geneva, Swiss
}

.heading {
	font-family : serif;
	font-size : 15px;
	font-style : italic;
	font-weight : 600;
	color: #666666;
	font-stretch : normal;
	padding-bottom : 4px;
}

TEXTAREA,
SELECT {
	font-family : 	verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #707070;
}

.element {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;
	padding: 4px 2px 4px 2px
}

.elementTitle {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #4F4F4E;
	padding: 4px 2px 4px 2px
}

.elementTitle2 {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4F4F4E;
	line-height: 25px;
}


.elementmem {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;
	padding: 4px 2px 4px 2px;
	width: 200px;

}

.elementmemTitle {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #4F4F4E;
	padding: 4px 2px 4px 2px;
	width: 130px;
	text-align: right;
	vertical-align: top;
}

.mandflag {
color: red;
}


.elementEdit {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #4F4F4E;
	padding: 4px 2px 8px 2px
}

.elementImg {
	border: 0px solid #EDE6D3;
}

FORM {
	margin: 0;
}

.subBox {
/*
	background-color : white;
	color: Black;
	border: 1px solid #000000;*/
	font-size: 12px;
}

.link2:link,.link2:visited {
	line-height: 200%;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

.link2:hover {
	line-height: 200%;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #707070;
}

.headerLink:link,.headerLink:visited {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 17px;
  	letter-spacing: 3px;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

.headerLink:hover {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 17px;
  	letter-spacing: 3px;
	font-weight: normal;
	text-decoration: underline;
	color: Black;
}

.elementBackgroundDark  { /* background-color: #f8f8f0; */ }
.elementBackgroundLight { /* background-color: #f8f0f0; */ }

.formBackgroundDark  { background-color: #e0e9f2; }
.formBackgroundLight { background-color: #edf3f8; }

/* =================== start search form styles ===================== */

.searchField {
  margin-top: 2px;
	width: 155px;
	color: Gray;
	border : solid 1px #CCC6B3;
	background-color : #FBF6E7;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans serif;
}

.utilityMenuItem,
.utilityMenuItem:link,
.utilityMenuItem:visited {
	font : 11px  Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #A09A87;
	line-height: 16px;
	text-decoration : none;
	border-style: none;
	white-space: nowrap;
	text-transform : lowercase;
}

.utilityMenuItem:hover {
	font : 11px Verdana, Arial, Helvetica;
	color : #970000;
	font-weight: bold;
	line-height: 16px;
	text-decoration : none;
	border-style: none;
	white-space: nowrap;
	text-transform : lowercase;
}

/* =================== end search form styles ===================== */

/* =================== start booking search form styles ===================== */

.bookingPanel {
	width: 160px;
	margin: 2px;
	padding: 0px 0px 0px 0px;
	border : solid 1px #CCC6B3;
	background-color : #FBF6E7;
}


.rangeValid {
  font-family: arial,sans-serif;
  color: white;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  border: none;
  width: 132px;
  padding: 2px;
  background-color : transparent;
}

.rangeInvalid {
  font-family: arial,sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  border: none;
  width: 132px;
  padding: 2px;
  background-color : transparent;
}

.bookingSelect {
	font-family : 	Verdana, Helvetica, Arial, 'MS Sans Serif', Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none red;
}

.bookingHead2 {
	line-height: 200%;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.bookingText {
	font-family: verdana, Arial, Helvetica, Geneva, Swiss;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding-right: 8px;
}

.bookingSmall {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 10px;
 	color: #666666;
	padding: 2px;
}

.mediaContainer {
  width:260px;
  text-align: center;
  padding-bottom: 12px;
}

.top-menu-links {
	padding: 5px;
}
.top-menu-links a:link, .top-menu-links a:visited {
	color: #c1d8eb;
	text-decoration: none;
	padding: 5px;
}
.top-menu-links a:hover {
	background:  url('images/top-menu-hover.png') top left repeat-x;
	padding: 5px;
}

.loginButton {
	width: 103px;
	height: 33px;
	background: url('images/login.jpg') top no-repeat;
	border: 0px;
}


/* ==================== end booking search form styles ====================== */

