/*=============================================================================
* Public CSS file.
*
* Main essential components
*
============================================================================
* Reset all margins and padding to ensure x-browser compatibility*/
*
{
	padding: 0px;
	margin: 0px;
}
BODY, HTML
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*[empty]-moz-border-radius-bottomleft:;*/
}
BODY
{
	background: #897D54;
}
BODY, P, TABLE, DIV, TD, INPUT, TEXTAREA
{
	font-family: Arial, clean, helvetica, "Century Gothic", sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	color: #363636;
}
H1, H2, H3, H4
{
	color: #65583D;
	font-weight: lighter;
}
H1
{
	font-size: 160%;
	padding-bottom: 10px;
}
H2
{
	font-size: 140%;
	margin: 0 0 10px;
}
H3
{
	font-size: 130%;
	margin: 0 0 10px;
}
H4
{
	font-size: 120%;
	margin: 0 0 10px;
}
IMG
{
	border: none;
}
P
{
	margin: 0 0 5px;
}
A
{
	font-weight: bold;
	text-decoration: none;
	color: #656565;
}
A:link
{
	color: #656565;
}
A.action:link, A.action:visited, A.action.bad:link, A.action.bad:visited
{
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
}
A.action.bad:link, A.action.bad:visited
{
	font-weight: bold;
	color: #656565;
}
A.normal
{
	font-weight: normal;
}
UL
{
	padding: 10px 20px 10px 30px;
}
UL LI
{
	text-indent: 1.1em;
	list-style: square;
}
/*
* ########################
*
* Page XHTML Elements
*
* ########################
*/
.pageContainer
{
	width: 970px;
	margin: 0 auto 0px;
}
.header
{
	height: 150px;
	background: url(/images/top.jpg) no-repeat;
}
.body
{
	padding: 20px;
	background: #FDF8ED;
}
.left
{
	float: left;
	width: 640px;
}
.right
{
	float: right;
	width: 285px;
}
.floatHalf
{
	float: left;
	width: 310px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.footer
{
	margin: 0;
	padding: 5px 30px 5px 20px;
	font-size: 93%;
	height: 60px;
	-moz-border-radius: 0 0 7px 7px;
	background: url(/images/footer.jpg) no-repeat;
}
.footerNav
{
	float: left;
	margin: 30px 0px 0px;
}
.footer UL
{
	margin: 0px;
	padding-left: 0px;
	padding: 0px;
	display: inline;
}
.footer UL LI
{
	margin: 0px;
	list-style: none;
	display: block;
	float: left;
	padding: 0px;
	padding-left: 10px;
	margin-right: 5px;
	text-decoration: underline;
}
.footer UL LI A
{
	text-decoration: underline;
	font-weight: normal;
	color: #858585;
	font-size: 85%;
}
.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.logo
{
	float: left;
	padding: 6px 20px 20px 10px;
}
.esskware
{
	float: right;
	margin: -88px 1px 0 22px;
}
/*
* ########################
*
* Tag cloud styles
*
* ########################
*/
.css1
{
	font-size: 70%;
}
.css2
{
	font-size: 80%;
}
.css3
{
	font-size: 100%;
}
.css4
{
	font-size: 120%;
}
.css5
{
	font-size: 130%;
}
.css6
{
	font-size: 140%;
}
.css7
{
	font-size: 150%;
}
/*
* ########################
*
* Form Element Styles
*
* ########################
*/
LABEL
{
	clear: both;
	font-weight: bold;
	color: #676A74;
	display: block;
	padding: 10px 0 2px 0px;
}
.textInput
{
	color: #333;
	line-height: inherit !important; /*[e]inherit*/
	width: inherit;
}
.textInput, .textArea
{
	border: 1px solid #999;
	padding: 4px;
	background: #F7FBFB;
	color: #4B526C;
}
.button
{
	background-image: url(/images/button.gif) !important; /*[e]url(/images/button.gif)*/
	background-repeat: repeat-x;
	background-position: top left;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: 10px 0 20px;
}
.oneTwenty
{
	width: 120px;
}
.flash_message
{
	padding: 1em;
	margin: 1em 0;
	border: 1px solid #FC0;
	background: #FFF3C5;
	color: #6B5E2B;
}
.photo
{
	float: left;
	padding: 15px;
	background: #FFFFFF;
}
/*
* ########################
*
* Testimonials Styles
*
* ########################
*/
.testimonialBody
{
	width: 830px;
	margin: 14px auto 0;
	padding: 20px;
}
.photoTestimonial
{
	float: left;
	width: 300px;
}
.testimonialVert
{
	width: 25px;
	float: left;
	height: 200px;
}
.testimonialText
{
	width: 460px;
	float: left;
	height: 196px;
	padding: 21px 15px 15px 30px;
	background: #E8DDC6;
}
.testimonialLine
{
	height: 155px;
	margin: 0 0 25px;
	overflow: hidden;
}
.testimonialPad
{
	padding: 0px 10px 0;
}
H3.testimonialPad
{
	padding: 10px 10px 0;
	color: #28311B;
}
.contact P
{
	float: right;
	margin: 33px 0 0;
	color: #DBD0BA;
}
.bof
{
	float: right;
	font-size: 75%;
}
