


BODY.layout {
	height: auto;
	
	background-color: #990002;

	padding: 0px;
	margin: 0px
}

TABLE.layout {
	width: 100%;
	height: 100%; 
	min-height: 100%; 
	bottom: 0;
}

TD.layout_spacers {
	height: 160px;
	border-bottom: 1px solid white;
	width: 50%;
}

TD.topbanner {
	height: 207px; 
	width: 900px;
	
	background: url(/images/layout/banner-top.jpg) white;
	background-repeat: no-repeat;
	
	border-left: 1px solid white;
	border-right: 1px solid white;
}

TD.nav {
	background-color: #999999; 
	height: 100%; 
	width: 208px; 
	min-height: 100%;

	border-left: 1px solid white;
	
}


TD.content {
	width: 410px;
	padding: 10px;
	padding-top: 25px;	
}


TD.images {
	width: 200px; 
	text-align: center;
	padding-top: 50px;	
}

TD.blocks {
	width: 62px; 
	background-repeat: repeat-y; 
	background-image: url(/images/layout/bg-right.jpg);
	border-right: 1px solid white;	
}


TD.footer_left {
	background: url(/images/layout/footer-left.jpg) #999999;
	background-repeat: no-repeat;
	background-position: center;
	width: 208px; 
	height: 95px;
	
	border-left: 1px solid white;	
}

TD.footer_right {
	height: 95px; 
	text-align: right; 
	vertical-align: bottom;	
	border-right: 1px solid white;
}

SPAN.nav {
	display: block; 
	margin-left: 14px; 
	background: url(/images/layout/nav-top-grad.jpg) #cccccc; 
	background-position: top; 
	background-repeat: no-repeat; 
	width: 180px; 
	padding: 0px;
	padding-top: 30px;
}


A.book_now {
	display: block; 
	height: 74px; 
	width:207px; 
	background-image: url(/images/layout/book-now.jpg);
	text-decoration: none;
}

A.book_now:link {
	background-image: url(/images/layout/book-now.jpg);
}

A.book_now:visited {
	background-image: url(/images/layout/book-now.jpg);
}

A.book_now:hover {
	background-image: url(/images/layout/book-now-hover.jpg);
}

A.book_now:active {
	background-image: url(/images/layout/book-now-hover.jpg);
}



A.nav, .nav {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: black;
	text-decoration: none;
	margin: 0;
	
	margin-left: 10px;	
}

A.nav:link {
	color: black;
}

A.nav:visited {
	color: black;
}

A.nav:hover {
	color: #CC0000;
}

A.nav:active {
	color: #CC0000;
}


.date {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color:  #333333;
	z-index: 100; 
	background: transparent; 
	right: 10px; 
	margin-top: 160px; 
	text-align: right;
	padding-right: 10px;
}



a.copyright, .copyright_layout {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#333333;
}

.copyright_layout {
	display:block; 
	float:right; 
	text-align: center; 
	vertical-align: bottom; 
	padding: 0; 
	margin: 0; 
	width: 575px; 
	margin-top: 25px;	
}

a.copyright:link {
	color:#333333;
}

a.copyright:visited {
	color:#333333;
}

a.copyright:hover {
	color:#CC0000;
}

a.copyright:active {
	color:#CC0000;
}



P, TD, BODY, .standard {
	font-family: Arial, Helvetica, Sans-serif;
	color: black;
	font-size: 12px;	
}


A {
	font-family: Arial, Helvetica, Sans-serif;
	color: #CC0000;
	font-size: 12px;		
	text-decoration: none;
}

A:LINK {
	color: #CC0000;
}

A:VISITED {
	color: #CC0000;
}

A:HOVER {
	color: #009900;
}

A:ACTIVE {
	color: #009900;
}


IMG {
	border: none;
}





.required {
	font-size:11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #CC0000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:15px;

	font-weight: bold;
		
	background: white;
}



.form_text {
	width: 200px;
}

.form_textarea {
	width: 200px;
	height: 100px;
}

.form_submit {
}