/*MAJOR SECTIONS*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/LogoStripe.jpg); /*CREATES SIDEBAR*/
	background-repeat: repeat-y;
}
#top {
	position: absolute;
	top:0;
	left:0;
	position: relative;
	background-color: #f7b627;
	margin: 0px;
	padding: 0px;
	height: 173px; /*place over main section--doesn't seem to have an effect*/
	background-image: url(images/Top_Image.jpg); /*GENERIC IMAGE ... REPLACED BASED ON PAGE STYLE*/
	width: auto;
	background-position: 200px top;
	background-repeat: no-repeat;
	z-index:399; /*place over main section*/
}
#homeflash {
	position: absolute;
	left: 200px;
	top: 0px;
}
#locationname {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	left: 200px;
	top: 93px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#locationside {
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: 0px;
	color: #FFFFFF;
}
#locationsidechange {
	font-size: 15px;
	position: absolute;
	left: 2px;
	top: 32px;
	color: #000000;
}
#navbar {
	clear: both;
	/*height: 135px;*/
	width: 800px;
	position: absolute;
	top:0;
	left:0;
	/*	changed from absolute left and top to margins*/
	padding:0;
	margin-left: 200px;
	margin-top: 132px;
	z-index:400; /*place over main section FIXES IE DISPLAY*/
	color: #000000;
}
#main {
	clear:both;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	height: 100%;
	position: relative;
	z-index:100; /*place under nav bars FIXES IE DISPLAY*/

}
#image {
	float: right;
	margin-left:30px;
	margin-top: 40px;
	width: 265px;
	background-color: #A9A8E1;
}
.clear{
	clear: both;
}
.underimage{
	float: right;
	margin-left:30px;
	margin-bottom: 15px;
	width: 265px;
	background-color: #A9A8E1;
}
#imageschedule {
	margin-left:45px;
	margin-top: 15px;
}

.transparent#image {
	background-color: transparent;
}
#text {
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px; /*position text with padding, so no top margin then sidebar fills to top*/
	
	padding-left: 0px;
	top: 6px;
	left: 214px;
	position: absolute;
	z-index:101; /*place under nav bars FIXES IE DISPLAY*/

}
	/*POSTION footer at bottom of viewport*/
	html {height: 100%;}
	body {height: 100%;}
	#nonFooter {position: relative;min-height: 100%;}
	* html #nonFooter {height: 100%;}
	#footer {position: relative;margin-top: -10.5em;}
	/*END POSTION footer at bottom of viewport*/
#footer {
width:200px;padding-left:6px;padding-top:12px;}
#footer p {font-size:0.8em; line-height:1.5em;
}
/*END MAJOR SECTIONS*/

/*BASIC STYLES*/
p, #text li {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size:14px;
	line-height: 22px;
	font-style:normal;
	font-weight:normal;
	color: #000000;
}
#text li {
	padding-bottom: 9px;
}
#checklist li {
	list-style-image: url(images/checkmark.gif);
}
h2, .subhead {
	margin: 0px;
	padding: 0px;
	font-size:32px;
	line-height:36px;
	font-style:normal;
	font-weight:lighter;
	color: #333192;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
h3, .subsubhead {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	color: #333192;
}
h4, .headfour {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#0C66BC;
}
h5 {/*Ball Menus*/
	margin: 0px;
	padding: 0px;
	padding-top:5px;
		padding-bottom:5px;
	font-size:15px;
	font-style:normal;
	color:#71b6ef;
	clear:left;
}
.backtotop {/*Ball Menus addition*/
	font-size:10px;
	font-style:normal;
	color:#660099;
	vertical-align: 5px;
}
.backtotop img {/*Ball Menus addition*/
	display: block;
	float: left;
	margin-top: -5px;

}
h5 img {/*Ball Menus addition*/
	border: none;
}
h6, .headsix {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-style:italic;
	color:#0C66BC;
}
.quotes {
	font-size: 16px;
	font-style: italic;
	color: #000000;
	padding: 8px;
	font-weight: 100;
	padding-left: 16px;
	text-indent: -8px;
}
/*END BASIC STYLES*/


/*TOP Navigation Bar Styles*/
		#navbar ul {
			list-style: none;
			margin: 0px;
		margin:0px;
					display: block;

						z-index:400; /*place over main section*/

		}
			#navbar ul a{
	display: block;
	text-decoration: none;
	/*text-transform: uppercase;*/
				}
		
		#navbar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	letter-spacing: -0.03em;
	/*			display: block;
image moved to li a elements since needed there for hover
*/
			text-align: center;
	width: 150px;
	float: left;
	background-color: #f7b627;
		}
		
				#navbar li a {/*mainline*/
					color: #000000;
					margin: 0px;
					padding-top: 11px;
					padding-bottom: 0px;
					padding-right: 5px;
					padding-left: 5px;
					height: 30px;
					overflow:hidden; /*need image here to slide it in li a:hover*/
					background-repeat: no-repeat;
					/*
					background-position: 0px 0px;*/
				}
#navbar li a:hover {
	color:#333192;
	background-image: url(images/RollOver150x1.gif);
	background-repeat: repeat-y;
				}

		/*dropdowns*/
		#navbar li ul {
			width: 150px;
			/*w\idth: 130px;*/
			padding: 0px;
			margin:0px;
			left: -1999px;
			h\eight: 1px;
			position: absolute;
			/* top: 0px;/*smash against window top*/
/*		padding-top:12px;give space for black bar*/
			z-index:500; /*place over main section*/
		}
			#navbar li li {
			height:100%;
			background: #FFCC33;
			color: #003399;
			border:#003399 solid 1px;
			font-size: 12px;
			font-weight: bold;
			/*squeeze down to width and position of window art
			margin-left: 30px;
			margin-right: 0px;
			width: 88px;*/
			padding:0px;
			padding-top:6px;
			height:100%;
		}
				#navbar li li a {/*dropdowns*/
	display: block;
	background: #F7B627;
	padding:0;
	padding-right:5px;
	padding-left:5px;
	padding-bottom: 0.5em;
	height:auto; /*fixes height by eliminating height set in li a for image*/
	color: #000000;

				
				}
				#navbar li li a:hover {
					color: #000000;
					background: #FFCC33;
				padding:0;
					padding-right:5px;
					padding-left:5px;
					padding-bottom: 0.5em;
				height:auto; /*fixes height by eliminating height set in li a:hover for image*/
				}
		#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}
#navbar li.sfhover ul { /* fix position in IE*/
			margin-left: -75px;
		}
/*END TOP Navigation Bar Styles*/

/*Vertical menus*/
#sidebarmenu, #sidebarmenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 200px;
z-index:600;
	}
#sidebarmenu ul { /* all lists */
		margin-top: -20px;
	}
	
	#sidebarmenu li { /* all list items */
	position : relative; 
		float : left;
		line-height : 20px;
		margin-bottom : -1px;
		width : 200px;
z-index:600;

	}
	
	#sidebarmenu h4
{
	padding-left:3px;
	line-height:60px;
}
	#sidebarmenu h4.top
{
	padding-left:3px;
	line-height:20px;
	padding-top:0;
}
	#sidebarmenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 200px;
		margin-top : -43px;
z-index:610;
	}
	
	#sidebarmenu li ul ul { /* third-and-above-level lists */
z-index:620;
		left: -999em;
	}
	
	#sidebarmenu li a {
		width: 200px;
		w\idth : 190px;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
/*		background-color : white;
		border : 1px solid black;*/
		padding : 0;
		padding-left: 10px;
		padding-top:10px;
		padding-bottom:10px;

	}
#sidebarmenu a.selected /*highlight selected line*/,
#sidebarmenu li a:hover /*highlight hover line*/
 {
	background-image:url(images/brightstripe.gif);
background-repeat:repeat-y;
	color: #333192;
}
	#sidebarmenu li ul li a {		background-color : #0C66BC;
		border : 1px solid #f7b627;
color : white;}

	
	#sidebarmenu li:hover ul ul, #sidebarmenu li:hover ul ul ul, #sidebarmenu li.sfhoverSB ul ul, #sidebarmenu li.sfhoverSB ul ul ul {
		left: -999em;
	}
	
	#sidebarmenu li:hover ul, #sidebarmenu li li:hover ul, #sidebarmenu li li li:hover ul, #sidebarmenu li.sfhoverSB ul, #sidebarmenu li li.sfhoverSB ul, #sidebarmenu li li li.sfhoverSB ul { /* lists nested under hovered list items */
		left: auto;
	}
/*END Vertical menus*/
.sidebarnote {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: #666666;
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 25px;
	margin: 0px;
}
a .sidebarage  {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: white;
	padding-top: 0px;
}
a:hover .sidebarage {
	color: #333192;
}
#text .sidebarage {
font-size: 11px;
	font-style: italic;
	line-height: 13px;
	color: white;
	padding-top: 0px;
color: #000000;}
a {color:#6600CC; text-decoration:none;border-bottom:dotted #6600FF 1px;}
a:hover {color:#FF0000; text-decoration:none;border-bottom:solid #6600FF 1px;}
#top a, #top a:hover{border-bottom:none;}
.initialcaps {text-transform:capitalize;}
th {					background: #FFCC33;
text-align:center;
font-weight:bold;
border:solid 1px white;}
td {border-bottom:solid 1px #FFCC33;}
th h3 {font-size: 20px; text-align: left; padding-left:6px;}
.twocoltextfloat {float: left; width: 250px;}.strikeprice {
	color: #999999;
	text-decoration: line-through;
}
.discountprice {
	font-weight: bold;
	color: #333192;
}
.tightparaspace {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
}
