@charset "utf-8";
/* CSS Document */
/* Congrats, you can right-click! */

body {
	background-color: #fff;
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                         Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	width: 939px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-top: 0;
	width: 939px;
	height: 89px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	float: left;
}

#titlesbox {
	width: 889px;
	height: 24px;
	background-image: url(../images/titlebox.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 50px;
	padding-top: 10px;
	margin: 0;
}

#titlesbox2 {
	width: 440px;
	/*width: 370px;*/
	float: left;
	padding-top: 10px;
	margin: 0;
}

#anchor_links {
	width: 185px;
	float: left;
	margin: 0;
}

#backbox {
	width: 889px;
	height: 22px;
	float: left;
	padding-top: 3px;
	padding-left: 50px;
	margin: 0;
	background-image: url(../images/backbox.jpg);
	background-repeat: no-repeat;
}

#rotating_image {
	width: 939px;
	height: 331px;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	float: left;
}

#rotating_image2 {
	width: 939px;
	height: 331px;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content {
	width: 939px;
	background-image: url(../images/main_image.jpg);
	background-repeat: repeat-y;
	float: left;
}

#side-a {
	width: 562px;
	height:auto;
	float: left;
	margin: 0;
	background-color:#FFF;
	padding: 18px 10px 10px 10px;
}

#side-a-box {
	width: 582px;
	height:auto;
	float: left;
	margin: 0;
	padding-left: 18px;
}


#side-b{
	width: 320px;
	height:auto;
	float: left;
	margin: 0;
	background-color:#CCCCCC;
}

#side-b-box{
	width: 339px;
	height:auto;
	float: left;
	margin: 0;
}

#side-c {
	width: 900px;
	margin: 0;
	padding: 0;
}


#side-d {
	margin: 0;
	width: 620px;
	background-color: #FFFFFF;
	float: left;
}


#footer_box {
	margin: 0px;
	width: 939px;
	height: 87px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}


#footer_box2 {
	margin: 0px;
	width: 939px;
	height: 87px;
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}


#bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	width: 939px;
	height: 121px;
}


#navbox {
	width: 939px;
	height: 27px;
	float: left;
	background-image: url(../images/navbox.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


#quicknav {
	background-image: url(../images/quick_nav.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 939px;
	height: 131px;
	float: left;
}

#quicknav2 {
	background-image: url(../images/quick_nav2.jpg);
	background-repeat: no-repeat;
	width: 315px;
	height: 385px;
	float: left;
}

#content_box {
	opacity: .8;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	filter: alpha(opacity=80);
	width: 450px;
	/*width: 396px;*/
	height: 335px;
	padding-left: 11px;
	float: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Images 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	margin: 0px;
	padding: 0px;
}
.portrait{
	border: thin solid #D7ECEC;
	padding: 4px;
	border: thin solid #D7ECEC;
	margin: 0px;
	margin-right: 10px;
	float: left;
}

.portrait2{
	border: thin solid #fff;
	padding: 4px;
	border: thin solid #fff;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#image {
	width: 900px;
	height: 331px;
	float: left;
	margin-top: 0px;
	padding-left: 18px;
	background: url(img) 0 18px no-repeat;
}

#logo{
	cursor: pointer;
	margin: 0px;
	width: 155px;
	height: 55px;
	float: left;
	padding-left: 18px;
}

.city {
	font-size:18px;
	background-color:#EBEBEB;
	padding:3px;
}

.price {
	font-weight: bold;
	color:#FF0000;
}

.quick_review_title {
	font-size:18px;
	background-color:#D7ECEC;
	padding:3px;
}

.form_title {
	font-size:16px;
	font-weight:bold;
	color:#006699;
	padding: 3px 0px 3px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                         Form  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cssform p{
	width: 320px;
	clear: left;
	`margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
/*height: 1%;*/
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                        Navigation  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a#home {
	background-image:url(../images/btn1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#register {
	background-image:url(../images/btn2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#hotelinformation {
	background-image:url(../images/btn3.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#quickreveiws {
	background-image:url(../images/btn4.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#resources {
	background-image:url(../images/btn5.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#timeline {
	background-image:url(../images/btn6.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}

a#contact {
	background-image:url(../images/btn7.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}


#navbar {
	padding-left: 18px;
}


#navbar li {
	float:left;
	list-style:none;
}

#navbar a {
	text-decoration:none;
	display:block;
	text-indent:-5000px;
	float:left;
}

#navbar #home {
	background-image:url(../images/btn1.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:126px;
	height:24px;
}

#navbar #register{
	background-image:url(../images/btn2.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:116px;
	height:24px;
}

#navbar #hotelinformation {
	background-image:url(../images/btn3.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:152px;
	height:24px;
}

#navbar #quickreviews{
	background-image:url(../images/btn4.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:153px;
	height:24px;
}

#navbar #resources {
	background-image:url(../images/btn5.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:111px;
	height:24px;
}

#navbar #timeline {
	background-image:url(../images/btn6.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:126px;
	height:24px;
}

#navbar #contact {
	background-image:url(../images/btn7.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:116px;
	height:24px;
}

#navbar #home:hover {
	background-position:0 -24px;
}

#navbar #register:hover {
	background-position:0 -24px;
}

#navbar #hotelinformation:hover {
	background-position:0 -24px;
}

#navbar #quickreviews:hover {
	background-position:0 -24px;
}

#navbar #resources:hover {
	background-position:0 -24px;
}

#navbar #timeline:hover {
	background-position:0 -24px;
}

#navbar #contact:hover {
	background-position:0 -24px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    General Declarations 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 14px 0px;
	line-height:16px;
}


.ul_fix ul {
	 padding: 0px 0px 0px 5px;
	 margin: 0px 0px 0px 5px;
	 text-indent:1px;
	 list-style:none;
}

.li_fix li {
	border-bottom:#CCCCCC 0px dotted;
	margin:0px 0px;
	padding:4px 0px;
}

.inset_fix li ul li {
	border-bottom:#CCCCCC 0px dotted;
	margin:0px 0px;
	padding:4px 5px;
	list-style:disc;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                   Quick Tabs

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#space2{
	float : left;
	width : 18px;
	height: 131px;
}


#tab1{
	float : left;
	width : 286px;
	height: 104px;
}

#tab1_link{
	text-align:right;
	float : left;
	width : 266px;
	height: 27px;
	padding-right: 20px;
}

#box1{
	float : left;
	width : 257px;
	height: 81px;
	padding-left: 20px;
	padding-top: 20px;
}

#tab2{
	float : left;
	width : 314px;
	height: 104px;
}

#tab2_link{
	text-align:right;
	float : left;
	width : 294px;
	height: 27px;
	padding-right: 20px;
}

#box2{
	float : left;
	width : 294px;
	height: 81px;
	padding-left: 20px;
	padding-top: 20px;
}

#tab3{
	float : left;
	width : 300px;
	height: 104px;
}

#tab3_link{
	text-align:right;
	float : left;
	width : 280px;
	height: 27px;
	padding-right: 20px;
}

#box3{
	float : left;
	width : 253px;
	height: 81px;
	padding-left: 20px;
	padding-top: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Main Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	margin: 0px 0 0 0;
	padding: 10px 10px 10px 10px;
	float:left;
}

.maintext A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0F2658;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0F2658;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0F2658;
	text-decoration:none;
	font-weight: bold;
}

.maintext A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0F2658;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
}

.maintext_3 A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_3 A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_3 A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_3 A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #558D96;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintext_5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
}

.maintext_5 A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_5 A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_5 A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.maintext_5 A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #558D96;
	text-decoration:underline;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:none;
	font-weight: bold;
}

.link A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #558D96;
	text-decoration:underline;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                   Titles Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.titlestext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #0D2557;
	font-weight: bold;
	padding-top: 5px;
}
.titlestext_2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #558D96;
	font-weight: bold;
}

.titlestext_3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #fff;
}

.titlestext A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #5F97EA;
	text-decoration:underline;
	font-weight: bold;
}

.titlestext A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #5F97EA;
	text-decoration:underline;
	font-weight: bold;
}

.titlestext A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #5F97EA;
	text-decoration:underline;
	font-weight: bold;
}

.titlestext A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #5F97EA;
	text-decoration:none;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Footer Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#footer {
	margin: 0px;
	width: 900px;
	float: left;
}


#footer ul li{
	display : inline;
}

.footertext {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:none;
	text-align:center;
}

.footertext A:link {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:none;
}

.footertext A:visited {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:none;
}

.footertext A:active {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:none;
}

.footertext A:hover {
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	color: #000;
	text-decoration:underline;
}

.copyright {
	color:#000;
	font-size:12px;
	text-align:center;
	margin:0px 0px 0px 0px;
	clear:both;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Bottom Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#tagline {
	text-align:center;
	width: 900px;
	height: 48px;
	padding-top: 20px;
}

.bottomtext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	text-decoration:none;
	text-align:center;
	margin: 0 0 0 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Credits

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#credits {
	float: left;
	margin-top: 0px;
	width: 100%;
	height: 31px;
}


.elyklogo {
	cursor: pointer;
	margin-top: 0px;
	float: right;
	padding-right: 21px;
	width: 85px;
	height: 31px;
	background-image: url(../images/elyk_logo.jpg);
	background-repeat:no-repeat;

}
