/* Global Styles */

html	{
	
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F4FFE4;
	}
	
td {
	font:11px Verdana;
	color:#666666;
	}
	
a {
	color: #993300; 
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #5C743D;
	}

hr	{
	margin-bottom: 2em;
	}

h1	{
	font: 16px Verdana;
	text-align: center;
	letter-spacing: .4em;
	}

h2	{
	font: 18px Verdana;
	background-color: #cecece;
	line-height: 35px;
	letter-spacing: .25em;
	display: inline;
	border: 1px solid #b1afb2;
	padding: 5px;
	}

h3	{
	width: 75%;
	padding: 5px;
	margin: 2em auto 1.5em;
	font-size: 11px;
	text-align: center;
	}

h4	{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 3.8em;
	padding-top: 4px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}








/* ID Styles */

#container	{
	width: 100%;
	margin: 0;
	padding: 0;
}


										/* Logo and Taglines */
#logo 	{
	background-color: #d5edb3;
	background-image: url(../_images/logo_bg1.png);
	background-repeat: repeat-x;
	height: 150px;
	font: 24px Verdana;
	font-weight: bold;
	color: #ffffff;
	letter-spacing:.2em;
	text-align: left;
	position: relative;
	}


#tagline 	{
	background-color: #5d7341;
	font: 11px Verdana;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.4em;
	height: 3em;
	margin: auto;
	border-top: 3px double black;
	border-bottom: 3px double black;
	text-align: center;
	}
	
#tagline a	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
#tagline p	{
	margin-top: 1em;
	}

#subtagline	{
	padding: 15px 0 0 0;
	height: 3em;
	text-align: center;
	text-decoration: none;
	
	}

#subtagline a	{
	color: #ffffff;
	}





										/* Navigation Pane  */
#navigation	{
	float: left;
	
	width: 14%;
	background-color: #5d7341;
	padding-top: 25px;
	margin-left: 0;
	}

#navigation a {
	font:  11px Verdana;
	background-image: url(../_images/nav_bg2.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	line-height:16px;
	letter-spacing:.2em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 12px;
	border-top: solid 2px #ffffff;
	}

	
#navigation a:hover {
	background-color: #5c743d;
	background-image: url(../_images/nav_bg1.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-style: italic;
	padding-left: 25px;
	}
	
	
	
	
	

										/*  Main Content  */
#content	{
	float: left;
	width: 60%;
	font: 11px Verdana;
	color: #666666;
	line-height: 20px;
	margin:	15px 10px 15px 40px;
	}

#content p, #content ul, #content ol	{
	width: 75%;
	margin: 0 auto 2em;
	}

#content ol li, #content ul li.nonfaq	{
	padding-bottom: 2em;
	}
	

#content ul li	{
	list-style:	inside;
	}
	
#content a	{

	}
	


										/*  Supplemental Div for pics or other information  */

#supplemental	{
	float: right;
	width: 12%;
	margin: 15px 15px 0 0;
	color: #666666;
	}

	
#supplemental p	{
	font:11px Verdana;
	color:#666666;
	line-height:20px;
	}


	
	
										/*  Footer & Website details  */
	
#footer	{
	color: #666666;
	margin-top: 25px;
	height: 2em;
	clear: both;
	}

#footer p	{
	color: #666666;
	padding: 6px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

#footer a	{
	color: #5c743d;
	}
		
	
/*  Misc DIV's  */

#contactinfo	{
	border: 3px double #000000;
	padding: 10px;
	margin-bottom: 2em;
	}
	
	
	
	
/* Class Styles */
	
.center	{
	text-align: center;
	}
	
.bold	{
	font-weight: bold;
	}

img.room	{
	border: 3px outset #5c743d;
	}
	
p.testimonial	{
	font-style: italic;
	}

.table	{margin: 0 auto; text-align: center;
	}

