/*----------------------- document setup --------------------------------- */
body {
	margin: 20px 0px;
	background: url(/images/body-bg.jpg) repeat-x #EBE6D0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
}


* {
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}


.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #759232;
}

a:hover {
	text-decoration: underline;
}

/*----------------- layout ----------------- */
#header, #flash-area, #middle, #footer {
	width: 850px;
	margin: 0px auto;
}

#header {
	height: 110px;
	overflow: hidden;
}

#outer-flash-area {
	width: 100%;
	height: 245px;
	overflow: hidden;  
}

#outer-middle {
	width: 100%;
	background: #e7e2c6;
}

#middle {
	width: 850px;
	padding-top: 20px;
	background: url(/images/content-bg.jpg);
}

#content {
	padding: 20px 10px 20px 40px;
	width: 540px;
	float: left;
}

#content ul, #content ol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}

#menu {
	width: 230px;
	padding: 20px 0px;
	float: right;
}

#outer-footer {
	width: 100%;
	background: url(/images/outer-footer-bg.jpg) repeat-x #e7e2c6;
}
#footer {
	width: 770px;
	padding: 5px 40px;
	height: 59px;
	background: url(/images/footer-bg.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	line-height: 15px;
}

/*--------------- the menu ---------------- */
#menu ul {
	list-style-type: none;
}

#menu li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	background: url(/images/dotline.gif) bottom left no-repeat;
}

#menu li.last {
	background: none;
}

#menu ul li .subpages a {
	margin-left: 20px;
	font-size: 10px;
}

/*------------- blog/columns ------------- */
.column {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

.main {
	width: 350px;
}

.normal {
	width: 170px;
}

.last {
	margin: 0px;
	padding: 0px;
}
.content ul {
	margin-left: 20px;
}

.post-info {
	width: 100%;
	border-top: 1px dotted silver;
	padding-top: 3px;
	font-size: smaller;
}

.blog-post h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #878686;
}


/*------------- callouts --------------- */
.callout {
	width: 100%;
	border-top: 5px solid #e7f0d8;
	padding-top: 3px;
	font-size: 11px;
	margin-bottom: 25px;
}

.callout h3 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #798170;
	margin-bottom: 0px;
}

/* -------------- forms ---------------- */

form table tr th, form table tr td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

form table tr th {
	font-weight: normal;
}

form table tr th small {
	color: #7AA912;
}

/* -------------- notifications -------------- */
.notice, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-bottom: 15px;
	font-weight: bold;
	width: 480px;
	float: left;
}
.notice {
	color: #577700;
	border: 1px solid #7AA912;
	background: url(/images/forge/miniicons/icon_accept.gif) #E9F1D5 no-repeat 8px 6px;
}
.errorExplanation {
	color: red;
	border: 1px solid red;
	background: url(/images/forge/miniicons/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}
.errorExplanation h2 {
	display: none;
}
.errorExplanation p {
	margin-top: 0px;
}

/* testimonials */

#testimonial-frame {
	height: 350px;
	position: relative;
	float: left;
	overflow: hidden;
}

.testimonial {
	margin-right: 0px;
	height: 350px;
}