/*Anchor Down Bed and Breakfast CSS Style Sheet */

body {margin: 0; padding: 0; background: #a87a46}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*--Basic styles--*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #875812; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* Italic for bed and breakfast */

h1 {position: absolute; right: 0px; top: 55px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; }
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* style first letter or use Anchor Down Font */

p#tagline {position: absolute; right: 6px; top: 125px; font-style: italic; color: #005f95; font-size: 0.90em}  /* Under Main Title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* Bold or Strong */

a:link, a:visited {color: #005f95; font-weight: bold; text-decoration: none; border-bottom: 1px solid #005f95}
a:hover, a:active {color: #875812; border-color: #444}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*---main anchor down content---*/

#container {  /* Main AD Container */
position: relative; 
margin: 0 auto; 
width: 820px; 
background: url(images/ad_bg.jpg) 0 0 repeat-y #fbdca5;  /* Important image, do not remove */
overflow: hidden
}

#hdr {  /* div containing h1, nav and Anchor Down Logo */
float: left; 
width: 600px; 
height: 200px; 
background: url(images/ad_clogo.jpg) 0 0 no-repeat #fbdca5  /* Dave Connors Logo */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 200px;
margin-left: 50px;  /* background to line up with BG */
width: 200px; 
background: transparent;
overflow: hidden
}

#rgtcol {float: right; width: 470px; padding-bottom: 30px; background: transparent; overflow: hidden}  /* right column */

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 470px; background: #fbdca5; border-top: 1px solid #fbdca5}

#quote {    /* left anchor pic for Quote */
	float: left;
	margin: 15px 0 30px 10px;
	padding: 10px 0;
	width: 175px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {color: #a87a46; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*--Anchor Downs Navigation--*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #875812;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #a87a46
}

ul#nav li a#current {border-color: #f9a535}   /*Tag Blue for current web page */

ul#nav li a:hover {background: #875812; color: #fff}


	