/* CSS Document */

/* ---------------------Color Key ---------------- 
			Light Green 	#afc094
			Med Green: 		#768264
			Dark Green 		#4b553c

			Yellow: 		#e1b82a
			L. Yellow: 		#feea71			
			
---------------------------------------------------*/

body, td, th {
	font:Georgia, "Times New Roman", Times, serif
	font-size:14px;
	color:#000000;
	padding:0;
	margin:0;
}


body {
	background-color: #4b553c;
}

#top {
	background-color:#e1b82a;
	height:15px;
	width:100%;
}

/* -------------------Bio/Article Section------------------ */
a {
	color: #4b553c;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#4b553c;
	text-decoration:underline;
}

ul {
	list-style:inside;
}

.content {
	background-color:#FFFFFF;
	padding:10px;
	margin:10px;	
}

.picbar {
	background:#768264;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	width:160px;
}

.picbar p {
	padding:10px;
}

#photo {
	padding:2px;
	margin:7px;
	border:#000000 1px solid;
	background:#afc094;
}
#spacer {
	background:url(images/inset.jpg) bottom right no-repeat;
	height:175px;
	margin:20px;
	margin-top:0px;
	padding:40px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:900;
	text-align:justify;
	line-height:30px;
	
}

.agent {
	background-color:#feea71;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	padding:10px;
	margin:10px;
	width:200px;
	height:175px;
	float:left;
}

.agent a {
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.agent a:hover {
	text-decoration:underline;
	color: #4b553c;
}

.agent p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
}
	
/* -----------------Navigation-------------------- */


ul.nav {
	margin:0px;
	padding:0px;
	list-style: none;
	float:left;
	width:504px;
	height:24px;
	text-align:center;
	background:#4b553c;
}

ul.nav li {
	float:left;
}

ul.nav a {
	width:90px;
	margin:4px;
	padding:0px;
	display:block;
	height:16px;
	background: #768264;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
}

ul.nav a:hover {
	color:#000000;
	background-color:#afc094;
}

#fillDark {
	background:#4b553c;
}


#second {
	padding:4px;
	margin:2px;
	font:Arial, Helvetica, sans-serif bold;
	font-size:12px;
	color: #6f94bb;
	float: right;
}

/* -----------------SideLinks-------------------- */

.links {
	width:130px;
	background: #768264;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding:none;
	margin:none;
	text-indent:0;
}

ul.links {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-indent:0;
}

ul.links a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	line-height:22px;
}

ul.links a:hover {
	text-decoration:underline;
}

.links p {
	font-size:20px;
	text-decoration:underline;
	color:#ffffff;
}

.footer {
	text-align:left;
	font:Arial, Helvetica, sans-serif 8px;
	color:#ffffff;
	padding:10px;
	padding-left: 150px;
	background-image:url(images/logos.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:80px;
	width:800px;
	vertical-align:bottom;
}

.subright {
	text-align:right;
	color:#666666;
	font-size:12px;
	font-style:italic;
}

.blog {
	margin: 20px 0px 0px 0px;
	padding:5px;
	border:#768264 solid 1px;
	border-top:#768264 solid 15px;
}

#heading {
	margin:0;
	padding:0;
	text-indent:0px;
	border-bottom:#4b553c solid 1px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color: #4b553c;
}
#heading2 {
	margin:0;
	padding:0;
	margin-bottom:5px;
	width:100%;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #768264;
	text-align:center;
	font-size:18px;
}


#wrapper {
	background:#ffffff;
	border:#000000 1px solid;
}