
/*####################
##### HTML, BODY #####
#####################*/ 

body 
{
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #333333;
	text-align				: center;
	margin					: 0px 0px 0px 0px;
	padding 				: 0px 0px 0px 0px;
	background				: #FFFFFF;
}


/*###################
##### CONTAINER #####
###################*/ 

#container
{
	width					: 940px;
	height					: auto;
	margin					: 10px auto 10px auto;
	padding					: 0px 0px 0px 0px;
	text-align				: left;
	display					: block;
}



/*###############
##### FONTS #####
###############*/ 

p
{
	margin					: 0px 0px 0px 0px;
	padding		 			: 5px 0px 5px 0px;
	font-size 				: 105%;
	line-height				: 1.6em;
}
h1
{  /*  Headers */
	margin					: 0px 0px 0px 0px;
	padding		 			: 5px 0px 5px 0px;
	font-weight				: normal;
	font-size 				: 190%;
}
h2
{  /*  Sub headers */
	margin					: 0px 0px 0px 0px;
	padding		 			: 5px 0px 5px 0px;
	font-weight				: normal;
	font-size 				: 150%;
}
h3
{  /*  Sub headers2 */
	margin					: 0px 0px 0px 0px;
	padding		 			: 5px 0px 0px 0px;
	font-weight				: bold;
	font-size 				: 120%;
}
#contentRight ul
{
	margin					: 10px 0px 10px 10px;
	padding 				: 0px 0px 0px 0px;
	list-style				: none;	
}
#contentRight ul ul
{
	margin					: 5px 0px 10px 10px;
}
#contentRight ul li, #contentRight ul ul li
{
	margin					: 0px 0px 0px 5px;
	padding 				: 0px 0px 5px 15px;
	line-height				: 1.4em;
	font-size				: 110%;
	background				: url('../images/bullet.gif') top left no-repeat;
}
#contentRight ul ul li
{
	font-size				: 100%;
	background				: url('../images/bulletHollow.gif') top left no-repeat;
}
#content a
{
	color					: #386F98;
	text-decoration			: none;
	font-weight				: bold;
}
#content a:hover {
	color					: #386F98;
	text-decoration			: underline;
}



/*##############
#### HEADER ####
#############*/ 
	
#header
{
	display 				: block;
	width					: 940px;	
	height					: 325px;
	margin					: 0px 0px 10px 0px;
	padding					: 0px 0px 0px 0px;
}


/*##################
#### NAVIGATION ####
##################*/ 

/* ---- TOP NAV ---- */
ul#navMain
{
	margin 					: 10px 0px 0px 0px;
	padding					: 0px 0px 0px 13px;
	clear					: both;
	list-style 				: none;
	height					: 35px;
	width                   : 928px;
	background				: url('../images/bkgrndNavBar.gif') top left no-repeat;	
}
ul#navMain li
{
	display 				: inline;
}
ul#navMain li a
{
	margin					: 0px 0px 0px 0px;
	padding					: 10px 14px 0px 13px;
	display 				: block;
	float 					: left;
	color					: #DDDDDD;
	text-decoration 		: none;
	font-size 				: 11px;
	text-align				: center;
	height					: 25px;
	border-left 			: 1px solid #666666;
	border-right			: 1px solid #373737;
}
ul#navMain li a:hover, ul#navMain li a.selected
{
	text-decoration 		: none;
	color					: #DDDDDD;	
	background				: url('../images/bkgrndNavHover.gif') top left repeat-x;	
}
ul#navMain li a.selected
{
	color					: #FFFFFF;
	border-left 			: none;
	padding					: 10px 14px 0px 14px;
	background				: url('../images/bkgrndNavSelect.gif') top left repeat-x;	
}
ul#navMain li.bookmarkLeft
{
    width                   : 0px;
    height					: 35px;
    float 					: left;
    border-right 			: 1px solid #373737;
}
ul#navMain li.bookmarkRight
{
    width                   : 0px;
    height					: 35px;
    float 					: left;
    border-left			    : 1px solid #666666;
}


/* ---- LEFT NAV ---- */
#navLeft{
	margin 					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	display 				: block;
	float					: left;
	width					: 180px;
	height					: auto;
}
*html #navLeft{
	width					: 178px;
}
#navLeft ul{
	margin 					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 15px;
	list-style 				: none !important;
	width					: 165px;
}
#navLeft ul li{
	list-style 				: none !important;
}
#navLeft ul li a{
	margin					: 0px 0px 4px 0px;
	padding					: 0px 0px 0px 0px;
	display 				: block;
	float 					: left;
	color					: #999999;
	text-decoration 		: none;
	font-size 				: 12px;
	width					: 166px;
	line-height				: 3.0em;
	height					: 35px;
}
*html #navLeft ul li a{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
}
#navLeft ul li a:hover{	
	text-decoration 		: none;
	color					: #333333;
	background				: url('../images/navLeftHover.gif') top right no-repeat;
}

#navLeft ul li a.selected{	
	text-decoration 		: none;
	color					: #333333;
	background				: url('../images/navLeftOver.gif') top right no-repeat;
}



/*###############
#### CONTENT ####
###############*/ 

#content
{
    clear                   : both;
	display 				: block;
	width					: 940px;	
	height					: auto;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	background				: url('../images/bkgrndContent.gif') top left repeat-y;
}
#contentLeft
{
	display 				: block;	
	width					: 180px;
	float					: left;
	height					: auto;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
}
#contentRight
{
	display 				: block;
	width					: 740px;	
	height					: auto;
	float					: right;
	text-align				: left;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 20px;
}
*html #contentRight
{
	width					: 739px;	
}


/*################
##### TEASER #####
################*/ 

.teaserHolder
{
	display					: block;
	width					: 220px;
	height				    : auto;
	float					: right;
	margin					: 0px 0px 0px 20px;
	padding					: 0px 0px 0px 0px;
}
.teaserOffers, .teaserBrochure, .teaserSurf
{
	display					: block;
	width					: 220px;
	min-height				: 110px;
	float					: left;
	margin					: 0px 0px 10px 0px;
	padding					: 40px 0px 0px 0px;
	background				: url('../images/teaserOffers.gif') top left no-repeat;
}
*html .teaserOffers, .teaserBrochure, .teaserSurf
{
	height				: 110px;
}
.teaserBrochure
{
	background				: url('../images/teaserBrochure.gif') top left no-repeat;
}
.teaserSurf
{
	background				: url('../images/teaserSurf.gif') top left no-repeat;
}

.teaserOffers p, .teaserBrochure p, .teaserSurf p
{ /*  Teaser Paragraphs */
	margin					: 0px 0px 0px 0px;
	padding		 			: 0px 15px 0px 15px;
	font-weight				: normal;
	font-size 				: 11px;
	text-align              : left;
	color                   : #B1C1D3;
}
.teaserImg
{
	margin					: 0px 15px 5px 10px;
	padding		 			: 0px 0px 0px 0px;
	float					: right;
}
.teaserTexfield
{
	margin					: 0px 0px 0px 0px;
	padding		 			: 0px 0px 0px 0px;
	height                  : 15px;
	font-size               : 11px;
	width                   : 115px;  
	float                   : left; 
}
.teaserHolder a
{
	color					: #CCC;
	clear                   : both;
	float                   : right;
	margin					: 0px 0px 0px 0px;
	padding		 			: 0px 20px 0px 0px;
	text-decoration			: none;
	font-size               : 12px;
	color					: #B1C1D3 !important;
	height                  : 17px;
	background				: url('../images/teaserArrow.gif') top right no-repeat;
}
.teaserHolder a:hover
{
	color					: #FFFFFF !important;
	text-decoration			: none !important;
	background				: url('../images/teaserArrow.gif') bottom right no-repeat;
}
.teaserHolder input[type="submit"]
{
	color					: #CCC;
	clear                   : both;
	float                   : right;
	margin					: 0px 0px 0px 0px;
	padding		 			: 0px 20px 0px 0px;
	text-decoration			: none;
	font-size               : 12px;
	height                  : 17px;
	border                  : none;
	font-family             : Arial;
	font-weight             : bold;
	cursor                  : pointer;
	background				: url('../images/teaserArrow.gif') top right no-repeat;
}
.teaserHolder input[type="submit"]:hover
{
	color					: #FFFFFF !important;
	text-decoration			: none !important;
	background				: url('../images/teaserArrow.gif') bottom right no-repeat;
}

*html .teaserBtn
{
	color					: #CCC;
	clear                   : both;
	float                   : right;
	margin					: 0px 0px 0px 10px;
	padding		 			: 0px 15px 0px 0px;
	text-decoration			: none;
	font-size               : 12px;
	height                  : 17px;
	border                  : none;
	font-family             : Arial;
	font-weight             : bold;
	cursor                  : pointer;
	background				: url('../images/teaserArrow.gif') top right no-repeat;
}
*html .teaserBtn:hover
{
	color					: #FFFFFF !important;
	text-decoration			: none !important;
	background				: url('../images/teaserArrow.gif') bottom right no-repeat;
}



/*################
##### FOOTER #####
################*/ 

#footer
{
	clear					: both;
	width					: 900px;
	height					: 60px;
	margin					: 0px auto 0px auto;
	padding					: 10px 20px 0px 20px; 
	font-size				: 11px;
	color					: #CCCCCC;
	text-align				: left;
	background				: url('../images/bkgrndNavBar.gif') top left no-repeat;	
}

#copyright{
	margin					: 0px 0px 0px 0px;
	padding		 			: 0px 0px 0px 0px;
	float					: left;
}

#footer a {
	text-decoration			: none;
	color					: #FFFFFF;
}

#footer a:hover{
	color					: #FFFFFF;
	text-decoration			: underline !important;
}

#footerLinks {
	margin					: 0px 0px 0px 0px;
	padding		 			: 0px 0px 0px 0px;
	float					: right;
}

#footerLinks a{
	margin					: 0px 0px 0px 5px;
	padding		 			: 0px 0px 0px 8px;
	border-left             : 1px solid #CCCCCC;
}
#footer span
{
	color					: #646464;
}
#footer span a
{
	color					: #333333;
}
#footer span a:hover
{
	color					: #333333;
	text-decoration			: underline !important;
}
.AAlogo
{
	margin					: -10px 0px 0px 10px;
	padding		 			: 0px 0px 0px 0px;
	float                   : right;
	border                  : none;
	display                 : block;
	height                  : 35px;
	width                   : 30px;
	background				: url('../images/aa.gif') top left no-repeat;	
}
.AAlogo:hover
{
	background				: url('../images/aa.gif') bottom left no-repeat;	
}





/*###############
##### MISC. #####
###############*/ 

/* ---- Buttons ---- */
.btnBack
{
    margin					: 5px 0px 0px 0px;
	padding		 			: 5px 10px 5px 10px;
	border                  : 1px solid #BBB;
	display                 : block;
	float                   : right;
	background-color        : #DEDEDE;
	font-size               : 11px;
	color                   : #666 !important;
	text-align              : center;
	font-weight             : normal !important;
}
.btnBack:hover
{
    background-color        : #666;
	color                   : #FFF !important;
	border                  : 1px solid #333;
	text-decoration         : none !important;
}

/* ---- Images ---- */
.imgHolder
{
    margin					: 10px 0px 10px 20px;
	padding		 			: 0px 0px 0px 0px;
	width                   : 300px;
	height                  : auto;
	display                 : block;
	float                   : right;
}
.imgHolder img
{
    margin					: 0px 0px 0px 0px;
	padding		 			: 0px 0px 0px 0px;
	border                  : 1px solid #BBB;
}
.imgHolder p
{
    margin					: 0px 0px 0px 0px;
	padding		 			: 0px 0px 15px 0px;
	font-size               : 95%;
	text-align              : center;
}
.img
{
    margin					: 10px 10px 10px 0px;
	padding		 			: 0px 0px 0px 0px;
	border                  : 1px solid #BBB;
}
.imgLeft
{
    margin					: 10px 15px 10px 0px;
	padding		 			: 0px 0px 0px 0px;
	float                   : left;
	border                  : 1px solid #BBB;
}
.imgRight
{
    margin					: 10px 0px 10px 15px;
	padding		 			: 0px 0px 0px 0px;
	float                   : right;
	border                  : 1px solid #BBB;
}



/* ---- Google Maps---- */
#mapHolder{
	width					: 700px;
	height					: 365px;
	display					: block;
	margin					: 5px 0px 10px 0px;
	padding					: 0px 0px 0px 0px;	
}

#mapHolder a{
	color					: #999999 !important;
	text-decoration			: none !important;
	font-weight				: bold !important;
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 10px 0px;	
	display					: block;
}

#mapHolder a:hover{
	color					: #000000 !important;
	text-decoration			: underline !important;
}
#map{
	width					: 700px;
	height					: 340px;
	border					: 1px solid #999999;
	color					: #000000;
}




/* ---- VARIOUS TABLES ---- */
.tblContact, .tblRates, .tblTimes, .tblEvents{
	margin					: 10px 0px 10px 0px;
	padding					: 0px 0px 0px 0px;
	font-size				: 110%;
	width					: 100%;
}
.tblRates, .tblTimes, .tblEvents{
	width					: 400px;
	border-top              : 1px solid #DDD;
	border-right            : 1px solid #CCC;
	border-bottom           : 1px solid #BBB;
}
.tblEvents{
	width					: 100%;
	font-size				: 110%;
}
.tblContact td, .tblRates td, .tblTimes td, .tblEvents td{
	margin					: 0px 0px 0px 0px;
	padding					: 3px 0px 3px 0px;	
	vertical-align			: top;
	height                  : 35px;
}
.tblContact td{
	height                  : 20px;
}
.tblRates td, .tblTimes td, .tblEvents td{
	border-bottom           : 1px solid #BBB;
	border-left             : 1px solid #CCC;	
}
.tblRates td.light, .tblTimes td.light, .tblEvents td.light{
    
    background-color        : #EEE;
    padding					: 10px 5px 5px 5px;
}
.tblRates td.dark, .tblTimes td.dark, .tblEvents td.dark{
    background-color        : #DEDEDE;
    padding					: 10px 5px 5px 5px;	
}


/* ---- FORM FIELDS/BUTTONS ---- */
.formHolder
{
	border                  : 1px solid #CCC;
	margin					: 0px 0px 20px 0px;
	padding					: 0px 10px 0px 10px;
	height                  : auto;
}
.textField, .textArea, .ddField{
	width					: 200px;
	height					: 16px;
	font-size				: 12px;
	float					: right;
	background-color        : #EEEEEE;
	border-top              : 1px solid #999;
	border-left             : 1px solid #999;
	border-right            : 1px solid #CCC;
	border-bottom           : 1px solid #CCC;
	font-family				: Arial, Helvetica, sans-serif;
}
.textArea{
	width					: 100%;
	height					: 90px;
}
.ddField
{
	margin					: 0px 0px 0px 0px;
	padding					: 2px 2px 2px 0px;
	height					: 22px;
}
.submitBtn, .pdfBtn, .productBtn{
	margin					: 5px 0px 0px 20px;
	padding					: 5px 12px 0px 12px;
	display 				: block;
	float					: right;
	color					: #DDDDDD !important;
	text-decoration 		: none;
	font-size 				: 11px !important;
	font-weight             : normal !important;
	height					: 30px;
	background				: url('../images/btnSubmit.gif') top left repeat-x;
	cursor					: pointer;
	border					: 1px solid #333333;
}
.submitBtn{
	padding					: 0px 12px 0px 12px;
	line-height             : 1.8em; 
}
.pdfBtn{
	margin					: 10px 0px 10px 0px;
	padding					: 7px 12px 0px 66px;
	float					: none;
	width                   : 180px;
	height					: 20px;
	color					: #FFF !important;
	background				: url('../images/pdfBtn.jpg') top left repeat-x;
}
.submitBtn:hover, .pdfBtn:hover{
	background				: url('../images/btnSubmit.gif') bottom left repeat-x;
	color					: #FFF !important;
	text-decoration 		: none !important;
}
.pdfBtn:hover{
	background				: url('../images/pdfBtn.jpg') bottom left repeat-x;
}
