/* Sargent

			Table of Contents:
				global
				layout
				typography
				nav
				footer
*/

/* global
----------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
}
img{
	border: none;
	behavior:	url("pngbehavior.htc");
}

/* layout
----------------------------------------------*/
body{
	background: white url(../media/bg3.jpg) top center repeat-x;
	font-family: arial, tahoma, sans-serif;
	font-size: 62.5%;
	color: black;		
}
#wrapper{
	width: 800px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 106px;
}
#header img#logo{
	position: absolute;
	top: 17px;
	left: 17px;
}
#nav{
	height: 42px;
	margin: 4px 0 0 8px;
	padding: 0;
}
#contentarea{
	padding: 0px 0 0 0;
}
#content-left{
	float: left;
	width: 325px;
	margin-left: 7px;
	display: inline;
}
#content-right{
	float: right;
	width: 460px;
	margin-top: 0px;
}
#staff-left{
	float: left;
	width: 220px;
}
#staff-right{
	float: right;
	width: 220px;
	margin-top: 0px;
}
#services-left{
	float: left;
	width: 160px;
}
#services-right{
	float: right;
	width: 250px;
	margin-top: 0px;
}
#content-right img#quote{
	position: absolute;
	top: 171px;
	left: 659px;
}
#footer{
	clear: both;
	margin-top: 50px;
}
		
/* typography
----------------------------------------------*/
h1, h2{ margin: 0;}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 2.2em;
	border-bottom: 1px dotted #390c4f; 
	color: #390c4f;
}
h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: ;
	font-size: 1.8em;
	color: #6a5a74;
}
h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: ;
	font-size: 1.6em;
	color: #6a5a74;
}
p{
	font-size: 1.2em;
}
#nav{
	font-family: arial, sans-serif;
}
#nav a{
	text-decoration: none;
}
#nav ul.level1 li{
	font-size: 1.1em;
}
#nav a:link{color: #380e53;}
#nav a:visited{color: #380e53;}
#nav a:hover{color: #c4a74b;}
#nav a:active{color: #c4a74b;}
#contentarea{
	line-height: 1.6;
}
#content-left img{
	padding: 0px 5px 5px 5px;
}
#content-right img{
	padding: 0px 5px 5px 5px;
}
#footer{	
	text-align: center;
}
a:link {font-family: Arial, sans-serif; color: #000000; font-size: 1.0em; text-decoration: none}
a:visited {font-family: Arial, sans-serif; color: #000000; font-size: 1.0em; text-decoration: none}
a:hover {font-family: Arial, sans-serif; color: #000000; font-size: 1.0em; text-decoration: underline}
a:active {font-family: Arial, sans-serif; color: #000000; font-size: 1.0em; text-decoration: underline}
a.style1:link {font-family: Arial, sans-serif; color: #390c4f; font-size: 1.0em; text-decoration: none}
a.style1:visited {font-family: Arial, sans-serif; color: #390c4f; font-size: 1.0em; text-decoration: none}
a.style1:hover {font-family: Arial, sans-serif; color: #390c4f; font-size: 1.0em; text-decoration: underline}
a.style1:active {font-family: Arial, sans-serif; color: #390c4f; font-size: 1.0em; text-decoration: underline}
.text_bullets { color: #3c2e3d; 
				font-size: 1.2em; 
				font-family: Arial, sans-serif; 
				line-height: 24px; 
				padding-left: 3px; 
				list-style-type: square; 
				list-style-position: inside; 
				display: list-item;
				text-decoration: none; }

/* nav
----------------------------------------------*/
#nav {
	behavior: url("csshover.htc"); /*Menu behavior for IEWin */
}
#nav * {
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	text-decoration: none;
}
#nav ul {
	list-style: none;
}
#nav ul li:hover ul.level1{
/* Display sublist on hover */
	display: block;
}
#nav ul.level0 li {
	float: left;
	position: relative;
	margin: 0;
	line-height: 42px;
}
#nav ul.level0 li a  {
	padding: 0px;
}
#nav ul ul {
	width: 170px; /* explicit width for all dropdown menus */
}

#nav ul.level1 {
	display: none;
	position: absolute;
	top: 34px;
	background-color: #fbd766;
	z-index: 1;
	border-left: 1px solid;
	border-right: 1px solid;
	border-left-color: #390c4f;
	border-right-color: #390c4f;

}
#nav ul ul.level1 a {
	width: 158px; /* explicit width for links, allows IE to hover properly */
	padding: 8px 6px;
	border-bottom: 1px solid black;
}
#nav ul.level1 li {
	float: none;
	display: inline;
	position: relative;
	line-height: 1;
}


/* footer 
----------------------------------------------*/

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;} /*IE7*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE Mac */
