body
{
	font: 14px/1.7 Georgia, 'Times New Roman', Arial, sans-serif;
background:#c5b391;
	color:#504f45;

}
#page {
width:100%;
background:#EBE0CA;
margin:0 auto;
}
#container {
	width:776px;
	margin:0 auto;
padding-bottom:30px;
}
#bgarea {
	background:url(images/top_slice.jpg) repeat-x;
}
.clear {
	clear:both;
}
a:focus
{
	outline: 1px dotted invert;
}
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 28px;
	font-weight:normal;
	color:#336600;
}
h2
{
	font-size: 16px;
	font-weight:normal;
	color:#000;
	padding:10px 0 0 0;
}
h3
{
	font-size: 21px;
}
h4
{
	font-size: 18px;
	font-weight:normal;
	color:#585647;
	text-align:left;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}
blockquote {
	margin:0 50px;
}

/* =Divs
--------------------------------------------------------------------------------*/

#header {
	height:100px;
	width:776px;
}
#logo {
	width:286px;
	float:left;
	height:70px;
}
#quote {
	width:440px;
	float:left;
	color:#71838b;
padding-left:40px;

}
#buttons {
	margin-bottom:10px;
	width:776px;
	height:30px;
}
.box-full {
	width:766px;
	border:5px solid #dbd0bb;
	background:#fff;
}
.box-500 {
	width:490px;
	border:5px solid #dbd0bb;
	background:#fff;
	float:left;
}
.box-250 {
	width:240px;
	border:5px solid #dbd0bb;
	background:#fff;
	float:right;
	height:295px;
}
.box-int {
	background:url(images/box_slice.jpg) repeat-x;
	margin:5px;
}
.box-int-alt {
	background:url(images/alt-bg.jpg) repeat-x;
	margin:5px;
}
.box-int-quad {
	float:left;
	width:240px;
	height:140px;
	overflow:hidden;
}
.box-int-left {
	width:378px;
	float:left;
}
.box-int-right {
	width:338px;
	padding:0px 20px;
	float:right;
}
.box-int-other {
	padding:0px 10px;
	float:right;
}
.box-int-right-title {
	font-size:20px;
	color:#69604d;
}
.box-int-right-content {
	font-size:12px;
	color:#69604d;
}
.box-int-right-alt {
	font-size:11px;
	color:#69604d;
}
.box-int-right-other {
	font-size:16px;
	color:#69604d;
}
#content {
	padding:20px;
}
#left {
	width:700px;
	float:left;
}
#right {
	width:245px;
	float:right;
	padding-left:15px;
}
#text {
	padding-top:10px;
	border-top:5px solid #dfdfdf;
	margin-top:20px;
	text-align:center;
}
.text-col {
	width:300px;
	float:left;
	padding-right:30px;
}
#footer {
	font-family:Arial, Verdana, sans-serif;
	border-top:4px solid #fff;
	margin:0 auto;
	text-align:center;
	background-color:#c5b391;
	font-size:11px;
	padding-top:14px;
	color:#fff;
}


/* =Links & Spans & Misc
--------------------------------------------------------------------------------*/

#subnav a {
	color:#1f4f2e;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#subnav a:hover {
	text-decoration:underline;
}
.welcome {
	font-size:40px;
}
.welcome-links {
	font-size:24px;
}
.welcome-links a {
	color:#e38a18;
}
#text ul {
	margin:0;
	padding:0;
	padding-left:0px;
	margin-top:15px;
}
#text li {
	list-style-type:none;
	background: url(images/check.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:28px;
	margin-left:0px;
	font-size:14px;
	text-align:left;
	line-height:20px;
	padding-bottom:13px;
}
#text li a {
	text-decoration:none;
	color:#504f45;
}
#text li a:hover {
	text-decoration:underline;
}
#search input {
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-size:10px;
	color:#989898;
	margin:0;
}

#search input:focus {
	background:#efefef;
	border:1px solid #ccc;
}

#search form {
	margin:0;
}
.login {
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
.clear {
	clear:both;
}
.blog-headline {
	font-size:14px;
}
/* =Navigation
--------------------------------------------------------------------------------*/

#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:30px;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 0px 13px 0 13px;
	font:12px/2.3 Georgia,Arial,Verdana,sans-serif;
	color:#fff;
	background:#0c3549;
	text-decoration:none;
	border-left:1px solid #235e7a;
	border-right:1px solid #07202c;
}

#nav a:hover, #nav a:focus, #nav a:active {
	background: #2C3B58;
	color:#fff;
}
#navlist li
{
padding:0;
margin:0;
display: inline;
list-style-type: none;
padding-right: 10px;
font-size:12px;
}
#navlist li a {
color:#8e7951;
text-decoration:none;
}
#navlist li a:hover {
text-decoration:underline;
}
