/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	display: none;
	display: block;
	font-size: 150px;
	float: none;
	clear: none;
}

#p7TMctrl a:link {
	color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #FFFFFF;
}
#p7TMctrl a:hover {
	color: #CAD7F9;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.3; /* */
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	float: left;
	width: 150px;
	height: 354px;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 100%;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0 0 0 6px;
	display: block;
	background-color: #6A8BEE;
	color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	background-color: #CC0000;
	border: 1px solid #999;
	border-bottom: 1px solid #333;
	color: #FFFFFF;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 100%;
	background-color: #095398;
	color: #CAD7F9;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px solid #6A8BEE;
	border-left: 0px solid;
}
#p7TMnav div div a:visited {
	color: #CAD7F9;
	background-color: #095398;
}
#p7TMnav div div a:hover {
	color: #6A8BEE;
	background-color: #095398;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #6A8BEE;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 90%;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	background-color: #6A8BEE!important;
}
#divDarkNightpic {

	color:#FFFFFF;
	background:#6185E5;
	width: 150px;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	float: left;
	padding: 0px;
	height: 80px;
}
#divDarkNightText {
	background:#0E2B7B;
	width: 122px;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	float: left;
	height: 80px;
	padding: 15px;
}
#divInsetPanelWhiteRedBorder {
	width:407px;
	padding: 15px 15px 15px 150px;
	display: block;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/q-mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 2px solid #B7052F;
	margin-bottom: 20px;
}
#divInsetPanelTrees {
	width:546px;
	padding: 15px;
	display: block;
	color: #0E2B7B;
	background-image: url(../images/trees2_light.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#divInsetPanelField {

	width:546px;
	padding: 15px;
	display: block;
	color: #0E2B7B;
	background-image: url(../images/daisy-field_light.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#divInsetPanelField a, a:visited {
	color: #06C;
}

#divInsetPanelSky {


	width:546px;
	padding: 15px;
	display: block;
	color: #0E2B7B;
	background-image: url(../images/Clouds_light.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#divInsetPanelSky h1{
	color: #0E2B7B
}
#divRight2 {

	width:328px;
	float:left;
	padding: 20px;
	margin-top: 1px;
	margin-left: 1px;
	display: block;
	background-color: #0E2B7B;
}

#divRight2 a, a:visited {
	color:#FFF
	}
	
#divInsetPanelTrees p strong a {
	color: #0E2B7B;
}
