/* CSS Document */

/*Background Init*/
* {
	margin: 0;
	padding: 0;
}

html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	background: #FFF;
	color: #000;	
}

body {
	font-size: 50%;
}

p{
	font-size: 1.1em;
	margin: 5px 5px 15px 5px;
	
}

/*Classes and Tags*/
h2{
	background-color:#80795e;
	color:#FFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	padding-left: 5px;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	height: 1.8em;
	line-height: 1.8em;
	margin: 25px 13px 5px 0;

}

h3, h4 {
	color: #80795e;
	text-transform: uppercase;
}

h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }

.topPad{
	margin-top: 5px;
}

.clearFloat{
	clear: both;

}

a img {
	border: none;
	padding: 3px 3px 0 0;

}

.pic{
	float: left;
	height: 50px;
	width: 50px;
	margin: 5px 15px 5px 0;

}

.pic img{
	border: none;

}

.contactSpace{
	word-spacing: 3.0em;

}

.sage{
	color:#80795e;
	font-weight:bold;	

}

.byline{
	font-size: 0.8em;
	color:#5c210a;

}

p a{
	font-size: 1.0em;
	color: #5c210a;
	text-decoration: none;

}

p a:hover{
	color:#989696;
	text-decoration: underline;

}

/*Content Divs*/
#container{
	width: 900px;
	margin: 1.5em auto;

}

#mainContent{
	float: left;
	width: 650px;

}

#description{
	float: left;
	width: 186px;
	padding: 0 10px 0 0;

}

#photo{
	float: right;
	width: 454px;
	text-align: right;

}

#team {
	width: 610px;
	padding: 0 20px;
}

#teamList li {
	list-style: none;
}

#teamList li p { font-size: 1.2em; }

#thumbs{
	float: right;
	width: 195px;

}

#footer{
	height: 1.8em;
	clear: both;
	background-color:#80795e;
	color:#FFF;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin: 5px 15px 0 0;
	text-align: center;/*
	word-spacing: 10.0em;*/
	font-size: 1.6em;
	line-height: 1.8em;

}

#footer ul{	

}

#footer li{	
	list-style-type:none;/*
	display:inline;*/
	float: left;
	width: 200px;

}

#footer a, #footer a:visited {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: none;
	color:#a5a5a5;
	font-weight: bold;
}

#footer a { width: 150px; }

#contactInfo{
	width: 100%;
	font-size:1.2em;
	color:#928b6b;
	text-align: center;
}

#contactInfo a{
	text-decoration: none; color: #989696;

}

#contactInfo a:hover{
	text-decoration: underline; color: #5c210a;

}

