@charset "utf-8";
/*  Sage Web Designs 
*	January 6, 2009
*	Matthew Brady
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #97A284;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 54em;
}
#container {
	width: 54em;
	background: #F3F5E8;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*position: static;*/
	border-right: 1px solid #811801;
	border-bottom: 1px solid #811801;
	border-left: 1px solid #811801;
}
#header {
	background: #A8B490 url(../images/sageleavesBurlap1626x1299.jpg) no-repeat left top; /* fixed;*/
	height: 144px;
	width: 100%;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #005500;
	font-family: Papyrus, cursive, sans-serif, serif;
	font-size: 4em;
	font-style: italic;
	font-weight: bolder;
}
#header h2 {
	margin: 0;
	padding: 0px 0px 0px 320px;
	font-family: Papyrus, cursive, sans-serif, serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bolder;
}
#mainContent {
	/*float: left;*/
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F3F5E8;
	margin-top: -94px;
}
#mainContent p {
	text-align: justify;
}
#mainContent form p {
	text-align: left;
}
#mainContent h2 {
	text-align:right;
	padding-right: 170px;
}
.lineHeightAdjust {
	line-height: 1.2em;
}
.emailParagraph {
	text-align: justify;
	text-indent:20px;
}
.paddingRight {
	padding-right: 110px;
	text-align:justify;
}
#footer {
	margin: 0;
	padding: 0 10px; 
	background: #E9F0C6;
	font-size: 0.8em;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Papyrus, cursive, sans-serif, serif;
	font-style: italic;
	font-weight: bolder;
	color:#000000;
}
#sitemap {
	padding: 8px 0px 8px 570px;
}
#sidebar {
	float: right;
	width: 170px; /* since this element is floated, a width must be given */
	/*height: 188px;*/
	background: #E9F0C6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px; /* top and bottom padding create visual space within this div */
	margin-left: 16px;
}
/*#sidebar h3, #sidebar p {
	margin-left: 10px; 
	margin-right: 10px;
}*/
#centerPage {
	margin-left: 40%;
}
#menu a {
	display: block; 
	width: 170px; 
	padding: 5px 0px 5px 10px; 
	color: #005500; 
	/*background: #baa79a font-size:12px;*/ 
	text-decoration: none; 
	font-weight: bold;
}

#menu a:hover {
	color: #811801;
	/*background: #e6d1c4 font-weight:bold;*/	
	background-color: #F3F5E8;
}

#menu a.active {
	padding:5px 0px 5px 10px;
	border-bottom:1px solid #811801;
	font-weight:bold;
	background-color: #FFFF99;
	color: #811801;
}

#menu a.active:hover {
	color:#005500;
	font-weight:bold;
	background-color: #EAF3DA;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltrt { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtMrgnRt { /* The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-right: 160px;
}
.fltrtMrgnRt120 {
	float: right;
	margin-left: 8px;
	padding-right: 120px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	/*font-size: 1px;
	line-height: 0px;*/
}
a { 
	text-decoration: none;
	color: #005500; 
} 
a:link { color: #005500; } 
a:visited { color: #005500;} 
a:hover { color: #811801;} 
a:active { color: #FF6633;} 

.noLinkStyle a:link { color: #F3F5E8; } 
.noLinkStyle a:visited { color: #F3F5E8;} 

h1, h2, h3, h4 {
	font-family: Papyrus, cursive, sans-serif, serif;
	font-weight: bolder;
	margin-bottom: -14px;
}
.hTagRight {
	text-align:right;
}
.dropCap {
	font-family: Papyrus, cursive, sans-serif, serif;
	font-size: 2.3em;
	font-weight: bold;
	text-transform: capitalize;
	color: #811801;
	margin-left: 0.2em;
	float:left;
	margin-top: -0.25em;
	margin-bottom: -0.5em;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
	color: #333333;
}
.goldBar {
	height: 8px; 
	background: #FFFF99; 
	margin: 21px 0px 0px 0px;
}
.redBar {
	height: 4px; 
	background: #811801;
}
.adBox {
	width: 245px;
	position: relative;
	top: -44px;
	left: 14px;
	background: #E9F0C6;
	padding: 8px 24px 8px 0px;
	font-family: Papyrus, cursive, sans-serif, serif;
	font-size: 0.8em;
}
ul.noBullet {
  list-style-type: none;
}
.row { /* IE doesn't render this properly so, I have an embedded style in the form */
	float: left;
	margin: 16px 0px 0px;
	padding: 0;
	width: 98.6%;
}
.cols2 {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}
.sage {
	font-family: Papyrus, cursive, sans-serif, serif;
}
/* round corners */
.rbroundbox {
	background: url(../images/nt.gif) repeat;
}
.rbtop div {
	background: url(../images/tl.gif) no-repeat left top;
}
.rbtop {
	background: url(../images/tr.gif) no-repeat right top;
}
.rbbot div {
	background: url(../images/bl.gif) no-repeat left bottom;
}
.rbbot {
	background: url(../images/br.gif) no-repeat right bottom;
}

/* height and width are optional */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	/*width: 100%;*/
	height: 4px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 0px;
}
.rbroundbox {
	/*width: 50%;*/ 
	/*margin: 1em auto;*/ 
	width: 268px;
	position: relative;
	top: -44px;
	left: 14px;	/*padding: 8px 24px 8px 0px;*/
	border-top: 1px solid #811801;
}
.rbroundbox-2 {
	width: 170px;
	position: relative;
	top: -44px;
	left: 14px;	
}

