/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: black;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}

a{
	color: #616430;
	text-decoration: underline;
}

a:link{
	color: #616430;
	text-decoration: underline;
}

a:visited{
	color: #616430;
	text-decoration: none;
	text-decoration: underline;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 135%;
	color: navy;
	margin: 0px;
	padding: 0px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: navy;
 margin: 0px;
 padding: 0px;
}

h3,h4,h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: navy;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
 list-style-type: decimal;
}

ol ol{
 list-style-type: lower-alpha;
}

ol ol ol{
 list-style-type: lower-roman;
}


/***********************************************/
/* Header                              */
/***********************************************/
#header {
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/treeheader_new.jpg);
	background-repeat: no-repeat;
}
/* center, left and right columns take on universal column attributes from below as well */
#header .centerCol {
	text-align: center;
	padding-top: 50px;
}
#header .leftCol {
}
#header .rightCol { 
	vertical-align: top;
	padding-top: 10px;
}
#siteName {
	font-size: 32px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #616430;
	
}
#siteTagline {
	margin-top: 10px;
}
#logo {
	margin-left: 20px;
	margin-top: 20px;
}

#address {
	text-align: center;
	margin-top: 15px;
}

/***********************************************/
/* Footer                             */
/***********************************************/
#footer {
	margin-top: 5px;
	font-size: 85%;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* center, left and right columns take on universal column attributes from below as well */
#footer .centerCol {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9933;
	padding-top: 10px;
	text-align: center;
}
#footer .leftCol {
}
#footer .rightCol { 
}


/***********************************************/
/* navMain                                 */
/***********************************************/
#navMainWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
}
#navMain {
	height: 35px;
	text-align: center;
}
.navMainLink {
	background-color: #FFFFCC;
	font-weight: bolder;
	padding-right: 35px;
	padding-left: 35px;
}
.navMainLink-over {
	background-color: #FFFF99;
	cursor: hand;
	font-weight: bolder;
	padding-right: 35px;
	padding-left: 35px;
}
.navMainLink a:link, .navMainLink a:visited, .navMainLink a:hover, .navMainLink a:active, 
.navMainLink-over a:link, .navMainLink-over a:visited, .navMainLink-over a:hover, .navMainLink-over a:active {
	color: #616430;
	text-decoration: none;
}

/***********************************************/
/* Section Links & Additional Links                              */
/***********************************************/
#sectionLinks {
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding-bottom: 7px;;
}
#sectionLinks a:hover, #sectionLinks a:active {
}

#additionalLinks {
	font-size: 85%;
	margin-top: 25px;
}
#additionalLinks a:link, #additionalLinks a:visited {
	display: block;
}
#additionalLinks a:hover, #additionalLinks a:active {
}

/***********************************************/
/* Snail Trail                                */
/***********************************************/
#snailTrail {
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #999999;
	padding-right: 10px;
}
#snailTrail a:link, #snailTrail a:visited {
	text-decoration: none;
	color:#999999;
}
#snailTrail a:hover, #snailTrail a:active {
	text-decoration: underline;
}

/***********************************************/
/* Promos                                */
/***********************************************/
.promoItem{
	border: 1px dashed #FFCC33;
	padding: 8px;
	margin-bottom: 20px;
	background-color: #FFFFCC;
	font-size: 85%;
	line-height: 100%;
}
.promoItem .heading {
	color: #616430;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Columns                                 */
/***********************************************/
#columns {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.leftCol {
	width: 150px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.rightCol {
	width: 150px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
.centerCol {
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}
#columns .leftCol {
	padding-top: 45px;
}
#columns .rightCol {
	padding-top: 45px;
}
#columns .centerCol {
}
.forceCenterColWidth {
	width: 400px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
.forceLeftColWidth {
	width: 150px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}


