@charset "UTF-8";
/* CSS Document */

body{
	background: url(images/bground.jpg) center #000 repeat-y;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-top: 0px; 
	margin-bottom: 20px;
}

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

a, a:visited, .Normal a, .Normal a:visited {
	color:#0033FF;
	text-decoration:none;
}

a:hover, .Normal a:hover {
	color:#0033FF;
	text-decoration:underline;
}

h1, h2 {
	font-size: 12pt;
	font-weight: bold;
}

.title {
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.title + h1, .title + h2 {
	line-height: 8px;
}

.ContentPane {
	padding: 0 6px;
	z-index:0;
}
.SidePane{
	text-align:center;
}
.fplink, .fplink :link, .fplink :visited {
	font-weight: bold;
	color:#933;
	text-decoration:none;
}

.fplink :hover, .fplink :focus {
	font-weight: bold;
	color:#933;
	text-decoration:underline;
}

#dnn_ctr387_ModuleContent {
	margin:0;
}

/*-------------------------- Header -----------*/

#header {
	background: url(images/header.jpg) no-repeat;
	width: 860px;
	height: 339px;
}

/*-------------------------- Borders --------------*/

.border-up {
	background: url(images/border_up.jpg) no-repeat;
	height: 30px;
	width: 860px;
}

.border-left {
	background: url(images/border_left.jpg) repeat-y;
	height: inherit;
	width: 25px;
}

.border-right {
	background: url(images/border_right.jpg) repeat-y;
	height: inherit;
	width: 25px;
}

.border-low {
	background: url(images/border_low.jpg) no-repeat;
	height: 30px;
	width: 860px;
}

.footer-mid {
	background: url(images/footer_mid.jpg) no-repeat;
	height: 44px;
	width: 860px;
}

.mid-panel {
	background: url(images/border_mid.jpg) no-repeat;
	height: 22px;
	width: 860px;
}

/*-------------------------- Menu Edges ------------*/

.menu-left {
	background: url(images/menu_left.jpg) no-repeat;
	width: 30px;
	height: 65px;
}

.menu-right {
	background: url(images/menu_right.jpg) no-repeat;
	width: 30px;
	height: 65px;
}

.menu-up {
	background: url(images/menu_upedge.jpg) repeat-x;
	width: 800px;
	height: 14px;
}

.menu-down {
	background: url(images/menu_lowedge.jpg) repeat-x;
	width: 800px;
	height: 6px;
}

/*-------------------------- Side Buttons ------------*/

.SideButton{
	width:235px;
	padding-left:25px;
}
.SideButton a{
	display:block;
	background-position:top left;
	background-position:no-repeat;
	height:90px;
}
.SideButton a.estimate{
	width:235px;
	height:90px;
	background:url(images/estimate.jpg) top left no-repeat;
}
.SideButton a.estimate:hover{
	width:235px;
	height:90px;
	background:url(images/estimate.jpg) top right no-repeat;	
}
.SideButton a.reservation{
	width:235px;
	height:90px;
	background:url(images/reservation.jpg) top left no-repeat;
}
.SideButton a.reservation:hover{
	width:235px;
	height:90px;
	background:url(images/reservation.jpg) top right no-repeat;	
}
.SideButton a.travel{
	width:235px;
	height:90px;
	background:url(images/travel.jpg) top left no-repeat;
}
.SideButton a.travel:hover{
	width:235px;
	height:90px;
	background:url(images/travel.jpg) top right no-repeat;
}

/*--------------------------- Menu --------------*/

/********** Up state ************/
.SEOMenu {
height:45px;
background:url(images/menu_bg.jpg) left top repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0 0 0 10px;
z-index:9999;
}

.SEOMenu li{
float:left;
list-style-type:none;
position:relative;
z-index:0;
}

.SEOMenu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.SEOMenu a, .SEOMenu :visited {
color:#fff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;
}

.SEOMenu a em.left, .SEOMenu :visited em.left {
display:block;
float:left;
width: 17px;
height:45px;
background: transparent url(lefta.gif);
}
.SEOMenu a b, .SEOMenu :visited b {
display:block;
font-weight:bold;
float:left;
padding:0;
margin:0;
height:45px;
line-height:45px;
cursor:hand;
color:#fff;
}
.SEOMenu a em.right, .SEOMenu :visited em.right {
display:block;
float:left;
width: 17px;
height:45px;
background: transparent url(righta.gif);
}

.SEOMenu ul li ul {
display: none;
}

/************* Current Item *************/

.SEOMenu .CurrentItem a em.left, .SEOMenu .CurrentItem :visited em.left, .SEOMenu .ParentItem a em.left, .SEOMenu .ParentItem :visited em.left{
	background:url(images/menu_downleft.jpg) left bottom no-repeat;
}
.SEOMenu .CurrentItem a b, .SEOMenu .CurrentItem :visited b, .SEOMenu .ParentItem a b, .SEOMenu .ParentItem :visited b {
	background:url(images/menu_down.jpg) repeat-x;
	color:#fff;
}
.SEOMenu .CurrentItem a em.right, .SEOMenu .CurrentItem :visited em.right, .SEOMenu .ParentItem a em.right, .SEOMenu .ParentItem :visited em.right {
	background:url(images/menu_downright.jpg) right bottom no-repeat;
}

/************ Over state *****************/
.SEOMenu :hover, a:hover {
color:#000033;
white-space:normal;
}
.SEOMenu a:hover b {
color:#000033;
background: url(images/menu_over.jpg) repeat-x;
text-decoration:none;
}
.SEOMenu a:hover em.left {
background: url(images/menu_overleft.jpg) left bottom no-repeat;
}
.SEOMenu a:hover em.right {
background: url(images/menu_overright.jpg) right bottom no-repeat;
}
.SEOMenu :hover > a b
{
color:#000033;
background: url(images/menu_over.jpg) bottom repeat-x;
text-decoration:none;
}
.SEOMenu :hover > a em.left {
background: url(images/menu_overleft.jpg) bottom left no-repeat;
}
.SEOMenu :hover > a em.right {
background: url(images/menu_overright.jpg) bottom right no-repeat;
}

/****************** Current Item Over ****************/

.SEOMenu .CurrentItem a:hover b, .SEOMenu .ParentItem a:hover b {
color:#000033;
background: url(images/menu_over.jpg) bottom repeat-x;
}
.SEOMenu .CurrentItem a:hover em.left, .SEOMenu .ParentItem a:hover em.left {
background: url(images/menu_overleft.jpg) bottom left no-repeat;
}
.SEOMenu .CurrentItem a:hover em.right, .SEOMenu .ParentItem a:hover em.right {
background: url(images/menu_overright.jpg) bottom right no-repeat;
}
.SEOMenu .CurrentItem :hover > a b, .SEOMenu .ParentItem :hover > a b
{
color:#000033;
background: url(images/menu_over.jpg) bottom repeat-x;
}
.SEOMenu .CurrentItem :hover > a em.left, .SEOMenu .ParentItem :hover > a em.left {
background: url(images/menu_overleft.jpg) bottom left no-repeat;
}
.SEOMenu .CurrentItem :hover > a em.right, .SEOMenu .ParentItem :hover > a em.right {
background: url(images/menu_overright.jpg) bottom right no-repeat;
}
.SEOMenu ul ul .CurrentItem a:hover b {
color:#000033;
background: transparent;
}
.SEOMenu ul ul .CurrentItem a:hover em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem a:hover em.right {
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a b
{
color:#000033;
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.left {
background: transparent;
}
.SEOMenu ul ul .CurrentItem :hover > a em.right {
background: transparent;
}

/****************** Flyout **************/
.SEOMenu ul :hover ul {
display:block;position:absolute;top:45px;margin-top:0; left:-80px;width:210px;
}
.SEOMenu ul :hover ul li ul {
display: none;
z-index:9999;
position:relative;
}
.SEOMenu ul :hover ul li a {
display:block;background:#580c0c;color:#fff;height:auto;line-height:15px;padding:4px 16px; width:210px; border:1px solid #000; border-top:0; font-size:11pt;
}
.SEOMenu ul :hover ul li a:hover {
color:#000033; background: #ccffcc url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenu ul :hover ul :hover ul {
display:block; position:absolute; left:264px; top:-1px;
}

/* specific to IE5.5 and IE6 browsers */
.SEOMenu ul li a:hover ul {
display:block;position:absolute;top:45px;margin-top:1px; left:-30px;width:300px;
}
.SEOMenu ul li a:hover ul li a {
display:block;background:#0b2c24;color:#fff;height:auto;line-height:15px;padding:4px 16px; width:300px; border:1px solid #000; border-top:0; font-size:11pt;
}
.SEOMenu ul li a:hover ul li a:hover {
color:#000033; background: #a6f2de url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenu ul li a:hover ul :hover ul {
display:block; position:absolute; left:264px; top:-1px;
}
.SEOMenu ul li a:hover ul li a ul {
	visibility:hidden; position:absolute; height:0; width:0;
}
.SEOMenu ul li a:hover ul li a:hover ul {
	visibility:visible; position:absolute; top:-1px; left:266px;
}

/*------------------------------ Footer ----------------------------*/
.LoginPane{
	text-align:center;
	color:#fff;
}
.SkinObject{
	color:#ffffff;
	font-weight: normal;
}
a.SkinObject,a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited, .SkinObject a, .SkinObject a:visited {
	color:#ffffff;
	font-weight: normal;
}
a.SkinObject:hover, .SkinObject a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight: normal;
}

