/**********************************************************************
	Filename: charlotte.css
	Project:  Charlotte Harbortown
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0; margin-right:0; background-color:#c0bbb6; }

/* Assign font and color to the general styles */
font, th, td, p, span, div, textarea, a { font-family:Arial, Helvetica, Verdana, sans-serif; color:#5f6568; font-size:12px;}
a { font-weight:bold; font-style:normal; text-decoration:underline; color:#009999; }
a:hover { text-decoration: none; color:#009999; }
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans-serif;  }
h1 { font-size:16px; font-weight:bold; color:rgb( 156,156,156 ); }
h2 { font-size:16px; font-weight:bold; color:rgb( 0,0,0 ); }
h3 { font-size:14px; font-weight:bold; }
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
hr { height:1px; color:#009999;}

/* Main Div */
#mainDiv { }
#page { width:750px; border-left:1px solid #003366; border-right:1px solid #003366; border-bottom:1px solid #003366; }

/* Header */
#header { width:750px; height:145px; position:relative; border-bottom:1px solid #003366; }
#header .headerLeft { float:left; width:385px }
#header .headerRight { float:right; width:365px; } 

/* Page */
#content { width:750px; position:relative; background-color:#ffffff; background-image:url(images/mainBkrnd.gif); background-repeat: repeat-y; }

/* Left Side */
#leftSide { float:left; width:185px; background-color:#003366; text-align:left; }
#leftSide .menuTop { padding-left:60px; padding-top:16px; }

#menu { color:#686d6e; padding-bottom:30px; text-align:left;  }
#menu .mainNav { font-weight:normal; color:#009966; padding: 5px 0px 5px 27px; display:block; text-decoration:none; }
#menu .mainNav:hover { font-weight:normal; color:#ffffff;text-decoration:none; }
#menu .mainNavHere { font-weight:normal; color:#ffffff; padding: 5px 0px 5px 27px; display:block; text-decoration:none; background-image: url(images/arrow.gif); background-repeat: no-repeat; }

#menu .secondaryNav { font-size:10px; font-weight:normal; color:#009966; padding: 5px 0px 5px 49px; display:block; text-decoration:none; }
#menu .secondaryNav:hover { font-weight:normal; color:#ffffff; text-decoration:none; }
#menu .secondaryNavHere { font-size:10px; font-weight:normal; color:#ffffff; padding: 5px 0px 5px 49px; display:block; text-decoration:none; background-image: url(images/arrowSub.gif); background-repeat: no-repeat; }
.iconHouse { text-align:center; margin-top:80px; padding-bottom:10px; }

/* Right Side */
#rightSide { float:right; width:565px; background-color:#ffffff; text-align:left; padding-bottom:20px; }
#rightSide .rightContentMargin { padding-left:18px; padding-top:36px; padding-bottom:20px; padding-right:50px; text-align:left; }
.columnLeft { float:left; width:194px; }
.columnRight { float:right; width:278px; padding-left:25px; }

/* Footer */
#footer { width:750px; border-top:1px solid #003366; background-color:#008e7f; font-size:10px; color:#ffffff; padding-top:3px; padding-bottom:3px; }
#footer ul { list-style:none; padding:0px; margin:0px; line-height:20px; }
#footer ul li { display:inline; font-weight:normal; color:#ffffff; font-size:10px; margin:2px 5px 2px 5px;}
#footer ul li a { font-weight:normal; color:#ffffff; text-decoration:none; font-size:10px; }
#footer ul li a:hover { text-decoration:underline; }

/* Style All Column Sections */
.pageTitle { padding-bottom:8px; }
.highlight { color:#008e7f; font-weight:bold; }
.bulletList li{ padding-bottom:10px; }
.attractionsTitle { color:#008e7f; font-weight:bold; font-size:12px; margin-top:30px; }
.attractionsDescription { font-weight:normal; margin-top:10px; }
.attractionSubtitle { color:#008e7f; font-weight:bold; font-size:14px; margin-top:30px; border-bottom:1px solid #008e7f; }
.transporationSection { margin-bottom:10px; }
.linkSubtitle { color:#008e7f; font-weight:bold; font-size:12px; margin-top:20px; margin-bottom:10px; border-bottom:1px solid #008e7f; }

.footerSpacing {border-right:1px solid #ffffff; padding-right:10px;}
.formlabel { font-size:12px; margin-top:15px; }
.formSelection { }
.footnote { font-size:10px; }

.table1 { background-color:#e6e7e8; }
.price { font-weight:bold; color:#ff0000; }




