/*
	Foundation styles
*/

body
{
	background: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
}

img {border: 0;}

.clear { clear: both; }


.typography blockquote {
	margin-left:20px;
}


.typography p
{
font-size: 1em; 
margin: 0px 0px .5em; 
line-height: 1.5em;
}

.typography ul li,
.typography ol li
{
font-size: 1em; 
line-height: 1.5em;
}

/*
	Links
*/

 .typography a { color: #A53514; }
 .typography a:visited { color: #AA5C04; }
 .typography a:hover, .typography  a:focus { color: #882904; }

.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.pdflink
{	background: URL(/mysite/images/pdf_sml.gif) no-repeat left center;
	padding-left: 31px;
}
.breadcrumbs {font-style: italic; font-size: .9em; margin-top: 5px;}


fieldset {border: 0;}
div#PageComments_holder {
margin-top: 20px;
}
#PageComments_holder textarea {
	width: 55%;
height: 10em;
}
#PageComments_holder input.text {
	width: 45%;
}

.typography ul.gallery-layout li, .typography .album-nav ul li, .typography .sidebarBox ul li { list-style: none; }

/* side navigation */

#secondary h2 {
	margin: 10px 0 0;
}
#secondary h2 a
{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #417109;
	padding: 5px 8px;
	background-image: url(/mysite/images/leaf.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#secondary h2 a  { color: #fff; }
#secondary h2 a:visited { color: #fff; }
#secondary h2 a:hover { color: #fff; }

/* unordered lists */
#secondary ul
{
	text-align: left;
	margin: 6px 0;
	padding: 0px 0 6px 0;
	list-style-type: none;
	background-color: transparent;
}
#secondary li {
	margin: 0;
	padding: 1px 8px;
font-size: 1.2em;
}
#secondary li ul li{
font-size: .9em;
}

#secondary li a, .groupnav li a
{
	display: block;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	border-right: 0;
	border-left: 0;
	margin-top: 0px;
	color: #000;
}

.groupnav li a {
padding: 3px 5px 3px 5px;
line-height: 1.1em;
}

#secondary li a.current
{
	background-image: url("/mysite/images/current.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
 #secondary li a:visited { color: #000; } 

 #secondary .secondLevel li a:visited,  #secondary .thirdLevel li a:visited,   #secondary .WidgetHolder li a:visited, .groupnav li a:visited
{
color: #3A4A13;
}
#secondary li a:hover, #secondary li a:focus, .groupnav li a:focus, .groupnav li a:hover
{
	background-color: #6D9624;
	color: #fff;
}

/* Need the following entry to overcome problem with visited style being more specific than the hover style */

#secondary li a:visited:hover, #secondary li a:visited:focus, .groupnav li a:visited:focus, .groupnav li a:visited:hover
{
	background-color: #6D9624;
	color: #fff;
}


 #secondary ul.secondLevel,  #secondary ul.thirdLevel,  #secondary div.WidgetHolder ul
 {
 	text-align: left;
 	margin: 0px 0px 0px 7px;
 	padding: 0px 0px 6px 6px;
 	list-style-type: none;
 }

#secondary div.WidgetHolder h3 {
color: #417109;
padding: 0px 8px;

}

#secondary ul.thirdLevel {
margin: 0px 0px 0px 10px;
padding: 6px 0px 0px 0px;
}

#secondary ul.secondLevel li {
padding: 0;
}




/*
	Content
*/

.typography h1 {
	font-size: 1.8em;
	color: #A53514;
	font-weight: bold;
	margin: 0px;
	padding: 22px 0px 12px;
	font-family: Trebuchet, Verdana, Arial, sans-serif;

}
.typography h2 {
	font-size: 1.2em;
	color: #A53514;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 4px;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
}
.typography h3 {
	font-size: 1em;
	font-style: italic;
	color: #A53514;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
}

.typography h1 + h2 {padding-top: 2px; }
.typography h2 + h3 {padding-top: 2px; }
.typography h3 + h4 {padding-top: 2px; }


.topmargin {margin-top: 2px; }
.bottommargin {margin-bottom: 2px; }
.nomargin {margin-top: 2px;  margin-bottom: 2px; }
ul  {margin-top: 2px; }
ol  {margin-top: 2px; }

.subhead {  font-size: 60%}

table.horiz  {border-top: #999 solid 2px; width: 100%;}
table.horiz td {border-bottom: #999 solid 1px; padding: 3px;}
table.horiz th {border-bottom: #999 solid 2px;  text-align: left; padding: 3px;}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.5em;
	}

		.typography ol li {
			list-style-type:decimal;
    }

video {
margin: 10px;
}

ul#SearchResults li{
	list-style-type: none;
	margin: 12px 0;
}


	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography  img {
	padding-right: 5px;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
padding-left: 4px;
}
.typography img.left {
	float:left;
padding-right: 4px;
}


