/*******************************************************************************
	Global Content
*******************************************************************************/

img {
	margin-bottom: 10px;
	border: none;
	display: block;
}

a {
   	color: #427100;
	text-decoration: underline;
}

a:hover {
	color: #6c9f00;
	text-decoration: underline;
}

h1 {
	margin-bottom: 10px;
	color: #581510;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
}

h2 {
	margin-bottom: 10px;
	color: #427100;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}

h3 {
	margin-bottom: 10px;
	color: #675648;
	font-size: 11px;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 10px;
	color: #726f65;
	font-size: 10px;
	text-transform: uppercase;
}

h5 {
	margin-bottom: 10px;
	color: #726f65;
	font-size: 10px;
}

h6 {
	margin-bottom: 10px;
	color: #666;
	font-size: 10px;
	font-weight: lighter;
}

p {
	margin-bottom: 10px;
	color: #726f65;
	font-size: 13px;
}

ul {
	margin: 0 0 10px 50px;
	color: #726f65;
	font-size: 13px;
}

ol {
	margin: 0 0 10px 50px;
	color: #726f65;
	font-size: 13px;
}

li {
	margin-bottom: 5px;
}
	
hr {
	margin: 5px 0 15px 0;
	width: 100%;
	height: 1px;
	background: #ccb6a4;
	color: #ccb6a4;
	border: 0;
}

/*******************************************************************************
	Content Right
*******************************************************************************/

div#right p {
	color: #000;
	font-size: 12px;
}

div#right h2 {
	margin-bottom: 0;
}

/*******************************************************************************
	Image Thumbnails
*******************************************************************************/

div#left img.thumbnail {
	margin: 0 5px 10px 0;
	float: left;
}

div#left img.thumbnail_last {
	margin-right: 0;
}

/*******************************************************************************
	Contact Page
*******************************************************************************/

div#left label.contact {
	width: 70px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
}