/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 83%;
	background: #eee;
	color: #333;
}

p {
	line-height: 140%;
	}

h1, h2, h3, dt {
	font-family: Georgia, "Times New Roman", serif;
	}

small {
	font-size: .85em;
	font-weight: normal;
	}
a, a:visited {
	color: #06c;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

/*****************************************************************/
#container {
	width: 750px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	}

#header {
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	}

#nav {
	font-weight:bold;
	background:url( ../images/tab.jpg) repeat-x left bottom;
	width:100%;
	float:left;
	font-size: .9em;
}
#nav ul {
	margin:0;
  list-style:none;
	padding:10px 10px 0 20px;
}
#nav a, #nav strong, #nav span {
	float:left;
  display:block;
	color:#fff;
	padding:6px 13px 5px 6px;
	background: url(../images/tab.jpg) no-repeat 100% 0px;
	text-decoration:none;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
   float:left;
   background:url(../images/tab.jpg) no-repeat 0px 0px;
   margin:0 0 0 2px; /*spaces the tabs horizontally*/
   padding:0 0 0 9px;
}
#nav #current {
   background:url(../images/tab.jpg) no-repeat 0 -56px;
}
#nav #current a {
  background:url(../images/tab.jpg) no-repeat 100% -56px;
	padding:6px 13px 5px 6px;
	color: #f90;
}
#nav a:hover {
	color:#464724;
	}

/********************************************************************************/

#sub-nav {
	background: /*url(../images/bg-nav-black.jpg)*/ #121212;
	font-size: .9em;
	font-weight: normal;
	width: 750px;
	border-bottom: 1px solid #ddd;
	}
	
#sub-navcontainer
{
	margin: 0;
	padding: 0;
	}

#sub-navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#sub-navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	}

#sub-navcontainer A
{
	color: #96CFF1;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 8px 15px;
	}

#sub-navcontainer A.active:link { 
	background: url(../images/bg-nav-hover.jpg) #333;
	color: #fff /*#FF7979*/;
	}
	
#sub-navcontainer A:hover, #sub-navcontainer A:active {
	color: #E9BF43;
	}

#sub-navcontainer A.active:visited
{
	background: url(../images/bg-nav-hover.jpg) #333;
	color: #fff /*#FF7979*/;
	}
#sub-nav BR { clear: both; }

/********************************************************************************/

#content {
	padding: 0;
	margin-right: 220px;
	background:  #fff;
	clear: left; /*this moves down the content below the nav instead of inside for Mozilla and Opera */
}

#content h1 {
	margin: 0 25px;
	padding: 25px 0 0 0;
	font-size: 1.9em;
	font-weight: normal;
	color: #333;
	}
	
#content h2 {
	margin: 25px 25px 0 25px;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	}
	
#content p, #content dt, #content dd {
	margin: 3px 25px 25px 25px;
	padding: 0;
	}

#content dl {
	margin-top: 25px;
	}
	
#content dt {
	font-size: 1.3em;
	}
		
#content a:hover {
	text-decoration: underline;
	}
	
#content ul {
	list-style: none;
	}
	
#content ul li {
	padding-left: 25px;
	line-height: 140%;
	margin-bottom: 10px;
	background: url(../images/bullet-arrow.gif) no-repeat 0 2px;
	}
		
#content table {
	margin: 0 15px 15px 15px;
	padding: 0;
	border: 0;
	}
	
#content .quote {
	width: 350px;
	margin: 25px auto;
	padding: 0;
	background: url(../images/bg-child.jpg) no-repeat #D9EBF4;
	border-right: 1px solid #96C8E0;
	border-bottom: 1px solid #96C8E0;
	}

#content .house {
	width: 350px;
	margin: 25px auto;
	padding: 0;
	background: url(../images/bg-house.jpg) no-repeat bottom right #FEF9E7;
	border: 1px solid #F9D96A;
	}
	
#content .health {
	width: 350px;
	margin: 25px auto;
	padding: 0;
	background: url(../images/bg-health.jpg) no-repeat bottom right #FEF9E7;
	border: 1px solid #F9D96A;
	}

#content .quote blockquote {
	margin: 0;
	padding: 30px 15px 15px 65px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 1.5em;
	background: url(../images/quote-open.gif) no-repeat 25px 25px;
	}
	
#content .quote p {
	margin: 0;
	padding: 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align: right;
	font-weight: bold;
	/*background: url(../images/quote-close.gif) no-repeat 300px 0;*/
	}
	
#content .house p, #content .health p {
	margin: 0;
	padding: 15px 15px 0 15px;
	font-size: .9em;
	line-height: 1.5em;
	}
/*************************************************************************/

#details h1 {
	margin: 15px 15px 0 15px;
	padding: 0;
	}
	
#details p {
	margin: 0 15px 0 20px;
	padding: 0;
	}

#pictures {
	margin: 15px;
	padding: 0;
	float: left;
	}

#description {
	margin: 15px;

	padding: 0;
	}
	
#description h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 25px 0 15px 0;
	padding: 0;
	}

#description h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 25px 0 15px 0;
	padding: 0;
	color: #600;
	}

#description li {
	line-height: 150%;
	}

#description select {
	font-size: .8em;
	}
	
/*************************************************************************/

#sidebar-a {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
	background: url(../images/bg-sunflower.jpg) top right no-repeat #FEF9DA;
}

#sidebar-a h2 {
	margin: 25px 20px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9C9B7;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	}
	
#sidebar-a h3 {
	margin: 25px 20px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9C9B7;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	}

#sidebar-a p {
	margin: 10px 20px 20px 20px;
	padding: 0;
	}
	
#sidebar-a ul {
	list-style-type: none;
	}
	
#sidebar-a li {
	margin: 0 20px 0 -20px;
	line-height: 160%;
	}	

#sidebar-a li a {
	font-weight: bold;
	}

#sidebar-a li a:hover {
	text-decoration: underline;
	}
	
#sidebar-bottom {
	background: url(../images/bg-sidebar-bottom.jpg);
	height: 41px;
	}
/*************************************************************************/

#footer {
	clear:both;
	padding: 15px 0;
	margin: 0;
	background: #D9EBF4;
	border-bottom: 1px solid #ccc;
}

#footer p {
	margin: 5px 25px ;
	padding: 0;
	}

/*************************************************************************/