/* base styles */
body {
	font-family: Arial;
	color: black;
	font-size: 12px;
	text-align: center; /* for IE */
	margin:0; padding:0; /* remove padding for Opera */
	background: #8D2829 url('images/autumn/background.gif') top center repeat-x;
}

a {
	color: #8d2829;
	font-size: 12px;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #8d2829;
	font-size: 1.5em;
	font-family: Georgia;
	font-weight: normal;
}

h4 {
	margin: 13px 0;
	color: #8d2829;
	font-size: 1.1em;
	font-family: Georgia;
	font-weight: bold;
}

h5 {
	padding-top: 13px;
	margin-bottom: -4px;
	color: #8d2829;
	font-size: 1.0em;
	font-family: Georgia;
	font-weight: bold;
}

p {
	line-height: 1.4em;
}

img {
	border: none;
}

.clear {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	padding-left: 8px;
	padding-top: 15px;
}

li.first {
	padding-top: 0;
}

li li {
	padding-top: 5px;
}

.copy {
	margin: 25px 35px;
}

.caption {
	font-family: Georgia;
	font-size: 1.0em;
	color: #31363e;
	padding-top: 15px;
	font-weight: bold;
	line-height: 1.5em;
}

/* main page elements - ids */
#master {
	margin: 0px auto;
	width: 955px;
	text-align: left; /* for IE */	
	background: #fff;
}

#header {
	background: #31363e url('images/default/topBorder.gif') no-repeat top left;
	height: 105px;
	overflow: hidden;
}

.logo {
	background: #31363e url('images/default/flowerTop.gif') no-repeat center right;
	width: 100%;
	margin-top: 12px;
	border-bottom: 1px solid #5a5365;
}

#navigation {
	background: #464a52;
	width: 100%;
}	

#navigation ul {
	margin-left: 10px;
	padding: 6px 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Georgia;
	font-size: 15px;
	color: #464a52;
	padding-top: 0px;
	padding-bottom: 6px;
}

#navigation li.first {
	padding-left: 0;
}

#navigation li.last {
	padding-right: 0px;
	margin-right: 23px;
}

#navigation li.selected {
	
}
	
#navigation li.selected a {
	color: #31363e;
}

#navigation .subNav {
	background: #fff; 
	width: 100%;
	overflow: hidden;
}

#navigation .subNav ul {
	padding: 9px 0 7px 0;
	white-space: nowrap;
}

#navigation .subNav li {
	margin-right: 40px;
}

#navigation .subNav li a {
	font-size: 0.8em;
	color: #31363e;
	font-weight: normal;
}

#navigation .subNav li a:hover {
	text-decoration: none;
	color: #737c38;
}

#navigation .subNav li.selected {
	background: #e2e2e2 url('images/default/supSubNavLeaf.gif') no-repeat top left;
	padding-left: 16px;
	padding-top: 8px;
}

#navigation .subNav li.selected a {
	color: #737c38;
}

/* left-hand navigation styles */
.thirdTierNav {
	padding: 10px 32px;
}

.thirdTierNav li {
	list-style-type: none;
}

.thirdTierNav li a {
	font-family: Georgia;
	font-size: 1.0em;
	color: #31363e;
	font-weight: normal;
}

.thirdTierNav a:hover {
	text-decoration: underline;
}

.thirdTierNav ul {
	padding-top: 0px;
}

.thirdTierNav ul li {
	padding-left: 0;
	padding-top: 15px;
}

.thirdTierNav li li {
	padding-left: 15px;
}

.thirdTierNav li li a {
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
}

.thirdTierNav li.selected {
	background: url('images/default/supSubNavLeaf.gif') no-repeat top left;
	padding-left: 16px;
}

.thirdTierNav li.selected li {
	padding-left: 0px;
}


/* main content structure - landing page */
.content {
	background: #fff;
}

.content .leftPanel, .content .rightPanel {
	float: left;
}

/* primary row - used for landing page features */
.content .primaryRow {
	width: 100%;
	background: #737c38;
}

.content .primaryRow .leftPanel h1 {
	background: url('images/autumn/autumn.gif') no-repeat top left;
	padding-bottom: 8px;
	height: 83px;
	margin: 0;
}

.content .primaryRow .leftPanel p {
	font-family: Georgia;
	font-size: 14px;
	color: #d5d8c4;
	padding-left: 35px;
	padding-right: 42px;
	margin-top: -2px;
}

.content .secondaryRow {
	float: left;
	width: 100%;
}

.secondaryRow .leftPanel p a {
	color: #737c38;
	margin-right: 6px;
}

.content .secondaryRow .rightPanel {
	margin-right: 0;
	width: 605px;
}

/* teaser columns - home page */
.secondaryRow .teaser {
	width: 195px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 45px;
	float: left;
}

.secondaryRow .teaser.first {
	padding-left: 0;
}

.secondaryRow .teaser p {
	margin-right: 15px;
}


/* tertiary row of content - section detail page */
.content .tertiaryRow {
	clear: both;
	float: left;
	width: 100%;
	background: #81894c;
}

.content .tertiaryRow .leftPanel {
	text-align: left;
	width: 350px;
	height: 95px;
	background: #737c38;
}

.tertiaryRow .leftPanel .copy {
	margin-top: 16px;
}

.tertiaryRow .leftPanel .copy a {
	color: #b9be9c;
	background: url('images/autumn/leafIconGreen.gif') no-repeat top left;
	padding-left: 15px;
}

.tertiaryRow .leftPanel .copy p {
	color: #b9be9c;
	background: url('images/autumn/leafIconGreen.gif') no-repeat top left;
	padding-left: 15px;
	font-family: Georgia;
}

.tertiaryRow .leftPanel .copy .desc {
	color: #d5d8c4;
	font-family: Georgia;
	font-size: 11px;
	padding-left: 15px;
	margin-top: -8px;
	line-height: 1.4em;
}

.content .tertiaryRow .rightPanel {
	width: 605px;
	background: #81894c;
	height: 95px
}

.tertiaryRow .rightPanel p {
	font-family: Georgia;
	font-size: 11px;
	color: #d5d8c4;
}


/* list elements for teasers 
.secondaryRow ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.secondaryRow li {
	display: inline;
	list-style-type: none;
	padding-left: 7px;
}

.secondaryRow li.first {
	padding-left: 0;
}
*/




/* tertiary row - sub footer 
.content .tertiaryRow {
	width: 100%;
	background: #737c38;
}

.content .tertiaryRow .leftPanel {
	background: #737c38;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8em;
}

.tertiaryRow .leftPanel a {
	color: #b9be9c;
	background: url('images/autumn/leafIconGreen.gif') no-repeat top left;
	padding-left: 15px;
}

.tertiaryRow .leftPanel .desc {
	color: #d5d8c4;
	font-family: Georgia;
	font-size: 11px;
	padding-left: 15px;
}

.content .tertiaryRow .rightPanel {
	background: #81894c;
	font-family: Georgia;
	font-size: 11px;
	color: #d5d8c4;
	float: right;
	height: 105px;
}

.content .tertiaryRow .rightPanel p {
	padding: 10 20px;
	line-height: 1.3em;
}
*/

/* footer */
#footer {
	clear: both;
	background: #31363e;
	height: 40px;
}

#footer p {
	font-family: Georgia;
	font-size: 1.0em;
	color: 989b9f;
	padding-left: 25px;
	padding-top: 13px;
}
