@charset "utf-8";

.wholepage {
	background: #121933;
	color:#FFF;
}

.wholepage a:hover{
	color:#999999;
}

#container {
	width: 1000px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #121933;
	margin: auto; /* this overrides the text-align: center on the body element. */
} 

#header {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background-image:url(../img/banner_top2.gif);
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #121933;
	background-repeat: no-repeat;
}
.normal {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

.leftbox {
	float: left;
	margin-right: 10px;
	width: 50%;
	
}
.headlinestraight {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B1372E;
	text-transform: capitalize;
	font-style: normal;
}

.rightbox {
	float: right;
	margin-left: 10px;
	clear:right;
	
}

#menuheader{
	position:absolute;
	top: 100px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
.menuitem {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	width: 180px;
	padding-left: 20px;
	color: #000;
	background:#fff;

}

.menuitem a, .menuitem a:visited{
  	color: #000;
	margin-left: auto;
	margin-right: auto;

}

.menuitem a:hover{
	background:#999999;
	color:#000;
}


#leftmenu {
	float: left;
	width: 195px;
	background: #121933;
	margin-right: 5px;
} 

.sidelinks1 {
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
	border: 1px solid #ffffff;
}
.sidebox {
	padding: 5px;  /*padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top:5px;
	line-height:25px;

}
.sidebreak
{
	padding: 0px;  /*padding keeps the content of the div away from the edges */
	margin-top:20px;

}
.sidelinks2 {
	padding: 0px 10px 0px 00x; /* padding keeps the content of the div away from the edges */
	border: 1px solid #ffffff;
}
#rightmenu {
	float: left;
	width: 195px;
	margin-left: 5px;
	background: #121933;
} 

#maincontent {
	float: left;
	width: 520px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	color: #000;
	margin: auto;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	min-height: 450px;
}

#footer {
	width: 985px;
	height: 25px;
	background: #ffffff;
	border: thin solid #fff;
	font-size: small;
	color: #666666;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottomtxtl{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background: #ffffff;

}
#bottomtxtr{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	background: #ffffff;

}
#bottomhomer
{
	float: right;
	background: #ffffff;
}

#footer a, #footer a:visited{
	color: #ffffff;
	font-family: Arial,sans-serif;
	line-height: 1.166;
	color: #00F;
}

#footer a:hover{
	color:#999999
}

.misc12 {font-size: xx-large}
.misc16 {
	font-family: "Lucida Handwriting";
	color: #B1372E;
	font-size: xx-large;
}
.misc8 {font-size: 18px;
	color: #B1372E;
	font-family: "Lucida Handwriting";
}
.misc19 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.menusideitem {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.menusideitem a{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.menuboxtitle {color: #FFFFFF; font-weight: bold; }

.navcentre{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #fff;
	background:#121933;
	margin: 0px;
	padding: 0px;
}
.navcentre ul{
display:block;
list-style:none;
margin: 0px;
padding: 0px;
white-space:nowrap;
}
.navcentre ul li{
	float:left;
	display:block;
	width:200px;
	border-spacing: 0px;
}
.navcentre ul a{
	display:block;
	width:200px;
	text-decoration:none;
	background-color: #121933;
	color: #fff;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
/*
border:1px solid #fff;
*/
}
.navcentre ul a:hover{
	display: inline-block;
	background: #666;
	color:#fff;
}

[if lt IE 8]>
<style type="text/css">
.navcentre ul {display:inline-block;}
.navcentre ul{display:inline; }
.navcentre ul li{display:inline-block}
.navcentre ul li{ display:inline;}
.navcentre ul a{ display:inline-block;}
.navcentre{text-align:center}
</style>
<![endif]

.headingred {
	font-family: "Lucida Handwriting";
	font-size: 24px;
	color: #B1372E;
	font-weight: normal;
	font-style: italic;
	
}
.headingredletter {
	font-family: "Lucida Handwriting";
	font-size: 24px;
	font-style: italic;
	color: #B1372E;
	font-weight: normal;
}
.heading_sub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.fontilikeII {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.fontilike {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}

.white {
	color: #FFF;
}

.contactlinks a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.contactlinks a:hover{
	color:#999;
	text-align: left;
	}
.redlinks {
	background:#B1372E;
	color: #FFF;
	text-align:left;
	vertical-align:top;
	font-weight: bold;
}
.redlinks a, .redlinks a:visited{
	display: inline-block;
	background: #B1372E;
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}
.redlinks a:hover{
	display: inline-block;
	background: #B1372E;
	color:#999;
	text-decoration: none;
}
.parjust{
	text-align: justify;
}
.parcent{
	text-align:center;}

#bottomtxtr a:hover{
	color:#121933;
}
#bottomtxtr a, #bottomtxtr a:visited{
	color:#666;
	text-decoration: none;
}
.noborder, .noborder a, .noborder a:visited, .noborder img{
	border:none;
}
#hotelmenu {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

