/* CSS Document */

body {
	background-color:#FFFFFF;
	margin: 0px;
	padding-top: 0px;
	font-family:Verdana;
	font-size:11px;
	color:#663300;
	line-height: 1.3em;
}

div.wrapper {
 	width:760px;
  	margin: 0 auto;
  	text-align: left;
}

div.logo {
	width:760px;
	height:100px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
}

p.top {
	font-family:Verdana;
	font-size:12px;
	color:#632041;
	text-align:right;
	margin-top:9px;
	margin-right:8px;
}

a.top:link {
	color:#632041;
	text-decoration:none;
}
a.top:visited {
	color:#632041;
	text-decoration:none;
}
a.top:active {
	color:#632041;
	text-decoration:underline;
}
a.top:hover  {
	color:#632041;
	text-decoration:underline;
}

div.top {
	height:316px;
}

div.tleft {
	width:471px;
	height:auto;
	float:left;
}

div.tright {
	width:289px;
	height:auto;
	float:right;
}

div.nav {
	width:471px;
	height:29px;
	background-color:#632041;
}

div.feature {
	width:289px;
	height:284px;
	background-color:#e9e0a4;
}



div.bottom {
	height:auto;
}




div.articles {
	width:289px;
	height:159px;
	background-color:#c1d79e;
}

h1 {
	font-size: 18px;
	color: #954A00;
}

h2 {
}

h3 {
	color: #BF84C4;
	font-size: 12px;
}

h4 {
	color: #6C6950;
	font-size: 12px;
}

div.cleft {
	width:450px;
	float:left;
}

div.cright {
	width:285px;
	float:right;
}

div.basement {
	height:auto;
}
div.baseleft {
	width:471px;
	height:auto;
	float:left;
}

div.baseright {
	width:289px;
	height:auto;
	float:right;
}


div.aleft {
	width:280px;
	float:left;
}

div.aright {
	width:191px;
	float:right;
}

a:link {
	color: #BF84C4;
}
a:hover {
	color: #BF84C4;
}
a:active {
	color: #BF84C4;
}
a:visited {
	color: #BF84C4;
}

p.testimonial {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	color: #954A00;
}

p.tetiary {
	font-family:Tahome, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#954A00;
	margin-top:5px;
}

p.copy {
	font-family:Tahome, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#954A00;
	margin-top:5px;
	text-align:right;
	line-height:17px;
}

a.tet:link {
	color:#954A00;
	text-decoration:underline;
}
a.tet:visited {
	color:#954A00;
	text-decoration:underline;
}
a.tet:active {
	color:#954A00;
	text-decoration:underline;
}
a.tet:hover  {
	color:#954A00;
	text-decoration:underline;
}

a.copy:link {
	color:#954A00;
	text-decoration:none;
}
a.copy:visited {
	color:#954A00;
	text-decoration:none;
}
a.copy:active {
	color:#954A00;
	text-decoration:underline;
}
a.copy:hover  {
	color:#954A00;
	text-decoration:underline;
}

div.disclaimer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#954A00;
	text-align:center;
	line-height:15px;
	margin-top:38px;
	width:760px;
}

hr {
	width: 100%;
	height: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #954A00;
} 

div.quote {
	font-size: 14px;
	color: #986623;
	font-style: italic;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	padding-bottom: 10px;
}

.picleft {
	padding-right: 30px;
	}
.picright {
	padding-left: 30px;
	}
.important {
	font-size: 140%;
	font-weight: bold;
	color: #FF6600;
	line-height: 1.1em;
}	
