@charset "utf-8";
/* CSS Document */

/* palette
red: AE001C
dark grey : 9A9EA2
light grey: D4DAE1
blue: 2E60A0
*/

body {font-family: Arial, Helvetica, sans-serif;font-size: 12px; 
color: #000000;
background-color: #9a9ea2;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
}

a:link {text-decoration: none; color:#AE001C; font-weight:bold;}
a:visited { text-decoration: none; color: #9A9EA2; font-weight:bold;}
a:hover { text-decoration: underline; color: #D4DAE1;}
a:active { text-decoration: none; color: #CCCCCC;}

img{
border:none;	
}

p{
margin:0;
}

ul{
margin:0;
}

.floatCloser{
float:none;
clear:both;
}

#wrapper{
width:902px;
margin-left:auto;
margin-right:auto;
}

.header{
width:902px;
height:107px;
background-image:url(images/headerBack.gif);
background-repeat:no-repeat;
background-position:left;
overflow:hidden;
position:relative;
}

.middle{
width:902px;
background-image:url(images/middleBackgroundTile.jpg);
background-position:top;
background-repeat:repeat-y;
min-height:200px;
}

#navDiv{
height:29px;	
margin-top:78px;
margin-right:20px;
float:right;
/*  double margin float bug fix */
display:inline;
}

#navList{
list-style-type:none;
color:#FFFFFF;
display:block;
float:right;
line-height:29px;
}

#navList li{
display:block;
float:left;
font-size:14px;
font-weight:bold;
color:#ffffff;
}

#navList a:link{
color:#FFFFFF;
}

#navList a:hover{
text-decoration: underline; 
color: #AE001C;
}

#leftSideContent{
width:227px;
float:left;
margin:20px 0 20px 22px;
/*  double margin float bug fix */
display:inline;
}

#rightSideContent{
width:613px;
float:right;
margin:20px 22px 20px 0;
/*  double margin float bug fix */
display:inline;
}

#bottomRedBar{
width:902px;
height:20px;
background-color:#ae001c;
}

#footerLinks{
text-align:center;
color:#ffffff;
padding-top:4px;
}

#footerLinks a:link{
color:#ffffff;	
}

#footerLinks a:hover{
color:#D4DAE1;
}

#footerLinks a:visited{
color:#D4DAE1;
}

.contactFormLabel{
color: #AE001C;
font-size: 14px;
font-weight: bold;
margin-top:10px;
margin-bottom:2px;
}

input{
width:300px;
border:1px solid #2E60A0;
margin:0;
/* IE only */
_height:18px;
}

select{
width:300px;
border:1px solid #2E60A0;
margin:0;
}

#feedback{
text-align:center;
padding:20px 0 20px 0;
font-weight:bold;
font-size:14px;
color:#2E60A0;
}

#divContactForm{
margin-right:auto;
margin-left:auto;
width:300px;
display:block;
}

#contactSubmitImage{
	width:100px;
	height:26px;
	border:none;
}

#submitButton{
text-align:center;	
}

#messageField{
height:120px;	
}

.floatCloser{
	display:block;
float:none;
clear:both;
}

#contactHeading{
margin-top:20px;	
}

.test{
font-size:1px;	
}

.leftSpacer{
float:left;
}

.rightSpacer{
float:right;
}

.whiteBar{
width:100%;
background-color:#ffffff;
height:7px;
}

.contentBox{
background-color:#ffffff;	
padding:20px 9px 20px 9px;
}

#rightSideBottomBoxes{
margin-top:20px;
}

.rightSideBottomBox{
width:190px;
float:left;
}

.h1{
color:#2E60A0;
font-size:16px;
font-weight:bold;
}

.h2{
color: #AE001C;
font-weight: bold;
font-size: 14px;
}

.content {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
}

.miniContentBox{
background-color:#ffffff;	
padding:6px 9px 6px 9px;
height:240px;
}

#footerValidationDiv{
padding-top:10px;
width:100%;
text-align:center;
}

#divReservationForm {
	width:300px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}

#reservationHeading{
margin-top:20px;	
}

.fullWidth{
width:858px;
margin-left:auto;
margin-right:auto;
padding:20px 0 20px 0;
}

.formTextArea{
width:300px;
height:150px;
text-align:left;
}

#indexList li{

list-style-position:inside;
}