@charset "UTF-8";
/*
Colors:
Text dark brown: 4B1401
Circle/logo green: 84AF6B
Column salmon: BD7C61
Link green: 84AF6B
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* KEEP */
	color: #4B1401;
	line-height:136%;
	background:url(../images/body_bg.png) repeat-y center;
}

#container {
	width: 840px;
	margin: 0 auto; /* KEEP */
	text-align: left; /* KEEP */
}

#header {
	padding:0;
	margin:0;
}

#mainContent {
	font-size:90%;
	padding: 48px 36px 0 100px;
}

a:link, a:visited {
	color:#84AF6B;
	text-decoration:none;
	font-weight:bold;
}

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

h1 {
	font-size:17px;
	margin-bottom:36px;
	text-align:center;
}
h1.nomargin {
	margin:0;
	padding:0;
	text-align:center;
}

h2 {
	font-size:14px;
	color:#BD7C61;
}

h3 {
	font-size:14px;
	color:#BD7C61;
}

.box {
	border:1px solid #666;
	padding:0 24px;
	margin:0 auto;
}

.subhead {
	text-align:center;
	margin:0 0 24px 0;
	padding:0;
	font-style:italic;
}

.tagline {
	font-weight:bold;
	font-style:italic;
	border-left:50px solid #84AF6B;
	padding-left:12px;
	margin-top:36px;
}

.testimonial {
	font:110% Arial, Helvetica, sans-serif;
	border:1px dotted #999;
	padding:0 24px;
	margin-bottom:24px;
}

.testimonial_author {
	text-align:right
}

.photoright {
	float:right;
	margin-left:24px;
}
.box {
	padding:0 12px 3px 12px;
    border:none;
    vertical-align:middle;
}

#sas_form {
	background:#e3e9e0;
	padding:6px 6px 24px 24px;
	border:1px solid #777777;
}
TABLE.sas_form {
	border:2px dotted #000000;
	margin:0 auto;
	background:#f8f7f7;
	padding:8px;
}
#footer {
	font:90% Arial, Helvetica, sans-serif;
	padding: 1px 0 36px 70px;
    margin:48px 0 0 0;
	text-align:left;
    border-top:1px solid #BD7C61;
}

#footer p {
	color:#999999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#dogpaw {
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:36px;
	text-align:right;
}

#dogpaw a:link, #dogpaw a:visited {
	color:#999999;
	text-decoration:none;
}

#dogpaw a:hover {
	color:#84AF6B;
	text-decoration:underline;
}

#reverse1 {
	display:none;
	visibility:hidden;
	z-index:0;
}
#reverse2 {
	display:none;
	visibility:hidden;
	z-index:0;
}

