 /*
Standard Style Sheets Redefined for specifc sections
::::::::::::: PAGE CONTENT :::::::::::::::::::::::::::::::::::::::::::::::::::: 
*/

/* H1 HEADING*/
#content h1  {
	font-size: 1.2em;
	_font-size: 1.3em;
	color: #521516;
	line-height: 0.5em;
	font-weight: 100;
	margin: 0 0 10px 0;
	background-image: url(images/elements/h1top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	height: 46px;
}

/* H2 SUBHEADING */
#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 130%;
	font-size: 0.9em;
	color: #F47429;
	line-height: 120%;
	font-weight: 100;
	margin: 10px 0 5px 0;
}

/* H3 SUBHEADING */
#content h3 {
	color: #DFBD8B;
	clear: both;
	font-size: 0.8em;
	font-weight: lighter;
	line-height: 1.2em;
	margin: 0;
}

/* H4 INITIAL PARAGRAPH */
#content h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #FFCC66;
	line-height: 1.6em;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* H5 FOR A BLOCK OF EMPHASISED TEXT */
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 130%;
	font-size: 0.9em;
	color: #F47429;
	line-height: 120%;
	font-weight: 100;
	margin: 0px 0px 6px;
	text-transform: uppercase;
}


/* H6 IS A QUOTE STYLE WITH BOTTOM AND TOP BORDERS */
#content h6 {
	color: #FFFFFF;
	font-weight: lighter;
	margin: 10px 0px 10px;
	font-size: 0.65em;
	text-align: right;
	line-height: 130%;
	background-image: url(images/elements/lastpara.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 14px;
} 
 
#content p {
	margin: 0px 0px 10px 0;
	font-size: 0.75em;
	text-align: justify;
	line-height: 130%;
	font-weight: lighter;
	padding: 0px;
}

#guestbook p {
	background-image: url(images/elements/quill.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	font-size: 0.7em;
	font-weight: 100;
	line-height: 120%;
	padding-right: 40px;
	margin-bottom: 10px;
}

 
 
/*   INDENTED AND BULLETED TEXT */

#content ol {
	font-size: .9em;
	color: #005166;
	line-height: 140%;
	list-style-position: outside;
	padding-left : 30px;
	padding-right: 10px;
	margin-bottom: 18px;
}
#content ul {
	list-style-image: url(elements/bullet.gif);
	font-size: .9em;
	color: #005166;
	line-height: 120%;
	list-style-position: inside;
	padding-left : 30px;
 padding-right: 10px;
	margin-bottom: 18px;
}
#content li {
	font-size: 1em;
	line-height: 140%;
	list-style-position: outside;
	margin: 0px;
}

#D_sidebar  ul{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
 
#D_sidebar  li{
	font-size: 0.7em;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	background-image:  url(images/elements/basic_dot.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding:  4px 0 12px 0;
	list-style-type: none;
	font-weight: lighter;
	
}

/*  STANDARD ANCHOR */
#D_sidebar li a{
	background: url(images/elements/pint-glass.gif) no-repeat left top;
	text-decoration: none;
	color: #C7884D;
	font-size: 1.6em;
	margin: 0px;
	padding :5px 0 15px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 30px;
 }
 
/*  ANCHOR ROLLOVER */
#D_sidebar li  a:hover {
	background: url(images/elements/pint-glass2.gif) no-repeat left top; 
	color: #D79028;
 }

/*  STANDARD ANCHOR */
#content a:link {
	text-decoration: none;
	color: #FDE8B2;
	font-weight: bold;
 }
 
/*  ANCHOR ROLLOVER */
#content  a:hover {
	font-weight: bold;
	text-decoration: underline;
 }
 
 /*  ANCHOR PRESSED */
#content  a:active{
	font-weight: bold;
	color:  #FBC7A9;
 }
 
/*  ANCHOR VISITED */
#content  a:visited{
font-weight: bold;
 	text-decoration: none;
	color: #F47429;
 }
 
 /*  STANDARD ANCHOR */
#footer a:link {
	text-decoration: none;
	color: #ACA594;
	font-weight: bold;
 }
 
/*  ANCHOR ROLLOVER */
#footer  a:hover {
	font-weight: bold;
	text-decoration: underline;
 }
 
 /*  ANCHOR PRESSED */
#footer  a:active{
	font-weight: bold;
	color:  #B2AB9A;
 }
/*  ANCHOR VISITED */
#footer  a:visited{
font-weight: bold;
 	text-decoration: none;
	color: #999382;
 }

