body {
	background-color: #3488c1;
	background-image: url(images/rose_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000033;
	margin: 0px;
}
#body_container {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}

#page_descriptor_container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color: #000066;
	font-size: 0.7em;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
#header_container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main_container {
	width: 678px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/bodytext_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D9E5F3;
}
#booking_page_leftcolumn {
	float: left;
	width: 300px;
}
#booking_page_rightcolumn {
	float: right;
	width: 300px;
}


#footer_container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 48px;
	text-align: center;
	font-size: .9em;
}
.image_left {
	border: 1px solid #336FAB;
	float: left;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	padding: 2px;
	background-color: #FFFFFF;
}

#vision_container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	color: #000066;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}
#main_container_spreader {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #D9E5F3;
}


/* ----- Chrome Style Dropdown Menu ----- */

.chromestyle{
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 100%;
	background-color: #0C4886;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: right;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.chromestyle ul li a:hover{
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #F0F0F0;
	color: #0C4886;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 800px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.image_centre {
	border: 1px solid #336FAB;
	float: none;
	padding: 2px;
	background-color: #FFFFFF;
}
.image_right {
	border: 1px solid #336FAB;
	float: right;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 2px;
	background-color: #FFFFFF;
	margin-left: 15px;
}
.link_code {
	background-color: #C5D7ED;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #3488C1;
}
