/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Perpetua, Georgia, "Times New Roman", Times, serif
	color: #663333;
	line-height: 1.3;	
	width: 800px;
}

a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #336633;
}

h1, h1, h3, h4, h5, h6 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #336633;
 letter-spacing: 2px;
}

h1{ 
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}

h4{
	text-align:center;
	font-style: italic;
	font-size:16px;
}


#footer{
	clear:both;
	font-size: 70%;
	color: #333333;
	text-align:center;
	margin-top: 15px;
    letter-spacing: 0px;
}


#globalNav{
	clear:both;
	background-color: #660000;
	text-align:center;
	font-size: 90%;
	padding-bottom: 3px;
	letter-spacing: 3px;
}

#globalNav a {
	font-size: 90%;
	color: #999999;
	padding: 0 12px 0 12px;
}

#globalNav a:hover {
	color: #FFFFFF;
}




/************** .story styles *****************/
#story{
	font-size: 110%;
	color: #660000;
	text-align:justify;
	clear: none;
	margin-left: 10px
}

#story img {
	margin: 3px;
	padding: 3px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;
list-style-type: none;}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** Left-hand navbar ***********/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336633;
	letter-spacing: 2px;
	float: left;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image: url(images/downtown_fade.jpg);
	height:255px;
	width:146px;
}

#sectionLinks a:hover{
	text-decoration:none;
	font-style:italic;
	font-weight: bolder;
	color: #663333;	
}

#sectionLinks li{
	margin-left: 25px;
}

#address{
	margin: 2px;
	padding: 2px;
	color: #660000;
	font-family: Perpetua, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
	line-height:.9;
}

#address_sub{
	color: #660000;
	font-family: Perpetua, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	line-height:.9;
	margin-top: 15px;
	width: 200px;
}

/************** This is for the Services.html page ****************/
#Picture{
	clear: none;
	position: relative;
}



#ServiceText {
	width: 80%;
	height:80px;
	text-align:left;
	clear: both;
}


#navBar{
	float: left;
}

#content{
  float: left;
  width: 650px;
  position: relative;
}

#advert{
	background-color:#660000;
	clear: both;
	position: inherit;
	padding: 8px 0 12px 0;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 2px solid black;
	text-align: center;
	line-height: 1.8;
	font-size: 120%;
}

#advert a {
	color: #CECECE;
	font-variant:small-caps;
}
#advert a:hover {
	color: #FFFF00;
}

#coupon {
	border: 20px groove green;
	text-align:center;
}


#coupon a {
	color: #660000;
	font-variant:small-caps;
	letter-spacing: 8px;
}

#coupon a:hover {
	color: #FFFF00;
}




		.triggerhover{
			cursor:hand;
			background:#660000;
			color: #FFFFFF;
		}		
		.elementnormal{
			position:static;
			left:0;
		}
		.elementcollapsed{
			position:absolute;
			left:-999em;
			top:0;
			height:1px;
		}

#domcollapseall {
	text-align: center;
	font-size: 150%;
	font-variant:small-caps;
	letter-spacing: 6px;
}

		#domcollapseall ul{
			margin:0;
			padding:0;
		}
		#domcollapseall li{
			display: inline;
			padding-right:1em;
		}

#schedule {
	text-align: left;
}
#schedule img {
	border: none;
	margin-left: 20px;
	margin-right:6px;
}

#schedule ul {
	font-size: 120%;
	list-style-type:disc;
	color: #660000;
	line-height: 1.5;
}

#schedule ul ul {
	font-size: 100%;
	list-style-type:circle;
	color: #660000;
	line-height: 1.5;
}


.footnote{
	clear:both;
	font-size: 90%;
	font-family:"Courier New", Courier, mono;
	color: black;
	text-align:center;
	margin-top: 0px;
    letter-spacing: 0px;
}


#techtips_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
	padding-top: 10px;
	font-weight: bold;
}

#techtips_text {
	font-family: Perpetua, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: black;
	text-indent: 1em;
}