
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background:url(../images/bg-gradient.jpg) repeat-x #aac3e6;
	font:62.5% "Palatino Linotype", "Book Antiqua", serif;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#285b02;
	text-decoration:underline;
}

a:visited {
	color:#285b02;
	text-decoration:underline;
}

a:hover {
	color:#285b02;
	text-decoration:none;
}

a:active {
	color:#285b02;
	text-decoration:none;
}

ul {
	margin:0 0 15px 30px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
}

ul li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ol {
	margin:0 0 15px 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* eliminates extra bottom margin pixels added to images by Firefox and Safari */
img.displayBlock {
	display:block;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalSpacer {
	margin:0 0 5px 0;
	padding:0;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:30px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:760px;
	border:1px solid #47638a;
}

#masthead {
	margin:0;
	padding:0;
	width:760px;
	height:165px;
}

#masthead img {
	border:none;
}

#topNav {
	margin:0;
	padding:0;
	width:760px;
	height:27px;
	background:#4a8022 url(../images/bar-bg-gradient.jpg) repeat-x;
}

/* contains 2 sides and main section */
#mainContainer3Columns {
	margin:0;
	padding:0;
	width:760px;
	min-height:400px;
	background:url(../images/bg-3columns.gif) repeat;
}

/* contains left side and main section */
#mainContainer2Columns {
	margin:0;
	padding:0;
	width:760px;
	min-height:400px;
	background:url(../images/bg-2columns.gif) repeat;
}

/* --- main/middle section for homepage --- */

#middleSectionHomepage {
	float:left;
	margin:0;
	padding:22px 20px 15px 20px;
	width:342px;
}

#middleSectionHomepage img {
	border:none;
}

#middleSectionHomepage h1 {
	margin:0;
	padding:0 0 10px 0;
	font-size:1.8em;
	line-height:120%;
	color:#285b02;
}

#middleSectionHomepage h1.rightAlign {
	margin:-10px 0 0 0;
	padding:0 0 20px 0;
	font-size:1.8em;
	line-height:120%;
	color:#285b02;
	text-align:right;
}

#middleSectionHomepage h2 {
	margin:0;
	padding:0 0 6px 0;
	font-size:1.5em;
	line-height:120%;
	color:#285b02;
}

#middleSectionHomepage h3 {
	margin:0;
	padding:0 0 4px 0;
	font-size:1.3em;
	line-height:120%;
	color:#285b02;
}

#middleSectionHomepage .bigtext {
	margin:0;
	padding:0 0 6px 0;
	font-size:1.5em;
	font-weight:bold;
	line-height:120%;
	color:#285b02;
}

#middleSectionHomepage p {
	margin:0;
	padding:0 0 10px 0;
	font-size:1.3em;
	line-height:150%;
	text-align:justify;
}

/* -------------------------- */

/* --- main section for internal page --- */

#mainSectionInternalPage {
	float:left;
	margin:0;
	padding:22px 20px 15px 20px;
	width:531px;
}

#mainSectionInternalPage img {
	border:none;
}

#mainSectionInternalPage h1 {
	margin:0;
	padding:0 0 20px 0;
	font-size:1.8em;
	line-height:120%;
	color:#285b02;
}

#mainSectionInternalPage h1.rightAlign {
	margin:-10px 0 0 0;
	padding:0 0 14px 0;
	font-size:1.8em;
	line-height:120%;
	color:#285b02;
	text-align:right;
}

#mainSectionInternalPage h2 {
	margin:0;
	padding:0 0 15px 0;
	font-size:1.5em;
	line-height:120%;
	color:#285b02;
}

#mainSectionInternalPage h3 {
	margin:0;
	padding:0 0 4px 0;
	font-size:1.3em;
	line-height:120%;
	color:#285b02;
}

#mainSectionInternalPage .bigtext {
	margin:0;
	padding:0 0 6px 0;
	font-size:1.5em;
	font-weight:bold;
	line-height:120%;
	color:#285b02;
}

#mainSectionInternalPage p {
	margin:0;
	padding:0 0 10px 0;
	font-size:1.3em;
	line-height:150%;
	text-align:justify;
}

/* -------------------------- */

.headingSideSections {
	margin:0;
	padding:0 0 10px 0;
	font-size:1.5em;
	font-weight:bold;
	line-height:120%;
	color:#367b02;
}

/* --- left section --- */

#side1 {
	float:left;
	margin:0;
	padding:0 0 0 0;
	width:189px;
	text-align:center;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#side1 img {
	border:none;
}

/* -------------------------- */

/* --- right section --- */

#side2 {
	float:left;
	margin:0;
	padding:46px 0 15px 0;
	width:189px;
	text-align:center;
}

#side2 img {
	border:none;
}

/* -------------------------- */

/* --- footer section --- */

#footer {
	margin:0;
	padding:0;
	width:760px;
	height:27px;
	background:#4a8022 url(../images/bar-bg-gradient.jpg) repeat-x;
}

#footer p {
	margin:0;
	padding:5px 0 0 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

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

#footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.footerLeft {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:169px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

.footerMiddle {
	float:left;
	margin:0;
	padding:0;
	width:382px;
	text-align:center;
}

.footerRight {
	float:right;
	margin:0;
	padding:0 20px 0 0;
	width:169px;
	text-align:right;
}

/* -------------------------- */

/* --- footer 2 section --- */

#footer2 {
	margin:5px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:760px;
	height:30px;
}

#footer2 p {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
}

#footer2 a:link {
	color:#000000;
	text-decoration:none;
}

#footer2 a:visited {
	color:#000000;
	text-decoration:none;
}

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

#footer2 a:active {
	color:#000000;
	text-decoration:underline;
}

.footer2Left {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

.footer2Right {
	float:right;
	margin:0;
	padding:0 20px 0 0;
	text-align:right;
}

/* -------------------------- */

/* --- contact form field attributes --- */

form {
	border:1px solid #a0d27a;
	margin:0;
	padding:20px;
}

#submissionForm table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

#submissionForm table tr td {
	margin:0;
	padding:5px 0 5px 10px;
}

#submissionForm table tr td.alignright {
	margin:0;
	padding:0;
	text-align:right;
}

#submissionForm table tr td.alignright p {
	margin:0;
	padding:0;
	text-align:right;
	vertical-align:top;
}

#firstName, #lastName, #address1, #address2, #city, #state, #zipcode, #phone, #email, #bestTimeToContact {
	border:1px solid #999999;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.3em;
	margin:0;
	padding:0;
	width:200px;
}

#comments {
	border:1px solid #999999;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.3em;
	height:60px;
	margin:0;
	padding:0;
	width:200px;
}

#submissionForm table tr td #spamcode {
	border:1px solid #999999;
	margin:0;
	padding:0;
}

#submissionForm table tr td .securityCodeText {
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.3em;
	margin:0;
	padding:0;
}

#security_code {
	border:1px solid #999999;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.3em;
	margin:0;
	padding:0;
	width:52px;
}

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


/* -------------------------- */
