@charset "utf-8";
/* CSS Document */


h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
h1 {
	color: #4A8395;
	font-size:  36px;
	font-weight: Bold;
	margin-top: 24px;
}
h2 {
	color: #4A8395;
	font-size: 130%;
}
h3 {
	color: #333;
	padding-bottom: 2px;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	margin-top:12px;
	padding-top: 0px;
	padding-bottom:0px;
}
body {
 font-size: font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0; /* to avoid margins */
	line-height: 1.5em;
	color:  #4B6320;
}
li {
	line-height: 1.5em;
	color:  #4B6320;
	text-align:left;
	margin-right: 0px;
}
.main_centerd {
	margin:0 auto;
	position:relative;
	width:800px;
}
#nav_bar {
	color: #4A8395;
	border-top:1px solid #4A8395;
	/*border-bottom:1px solid #4A8395;*/
background:#fff;
}
#nav_bar ul {
	margin:0;
	padding:0;
	margin-left:12px;
	display:block;
}
#nav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0;
	padding:4px;
	padding-right:12px;
	width:auto;
}
#nav li.first {
}
#header {
	position:fixed;
	left:50%;
	margin-left:-400px;
	top:0px;
	width:800px;
	height:135px;
	z-index:1;
}
#header h3, #header h1 {
	margin-left:20px;
}



#header h3 {
}
.title {
	float:left;
	background:#fff;
}

.title h2 {
margin: 6px 20px 0px;
}

.title h3 {

}

.logo {
	float:right;
	clear:right;
	margin-bottom:5px;
}
.spacer_General {
	padding-bottom: 125px;
	clear:both;
}
.content_bg {
	margin-left:20px;
	margin-right:20px;
	padding-right:20px;
	width:500px;
	float:left;
}
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
.more {
	text-align: right;
	font-weight: bold;
	margin-right: 16px;
	margin-bottom:-5px;
}
.quote_container {
	position:fixed;
	margin-left:560px;
	margin-top:148px;
	width:250px;
	border-left:#E6EBE5 solid 1px;

	height: 380px;
}
.quote {
	background: url(images/quote_open.png) top left no-repeat;
	padding-left:28px;
	margin-left:12px;
}
.quote p {
	background: url(images/quote_close.png) bottom right no-repeat;
	padding-right:24px;
	color: #4A8395;
	font-size:100%;
	font-style:italic;
}
a, a:link, .fauxlink {
	text-decoration:   none;
	color: #954B00;
	border-bottom: dotted 1px;
}
a:visited, fauxlink:visited {
	text-decoration: none;
	color: #CC9966;
}
a:hover, a:active, fauxlink:hover, fauxlink:active {
	border-bottom: dotted 1px double;
}
.white {
	background:#fff;
}
.borderbot {
	position:relative;
	top:-1px;
	border-top:solid 1px #999;
	width:530px;
}
.author {
	display:block;
	font-style:normal;
	font-size:11px;
}
.author a {
	color: #4A8395;
}
#log_in_form {
	background:#efefef;
	border:solid 1px #999;
	width:504px;
	margin-top:-11px;
	padding:12px;
}
#log_in_form ul {
	list-style-image:none;
	list-style:none;
}
.field_label {
	display:block;
	width: 80px;
}
img {
	border-style: none;
}
#Links li {
	list-style:none;
	background-image:url(images/newwindow.gif);
	background-position:left 10px;
	background-repeat:no-repeat;
	padding-left: 14px;
}



