@charset "utf-8";
/* CSS Document */
.home {
	width: 60px;
	height: 30px;
	float: left;
}
.home a {
	display: block;
	width: 60px;
	height: 30px;
	background-image: url(images/TNhome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.home a:hover {background-position: bottom left;}
.degrees {
	width: 100px;
	height: 30px;
	float: left;
}
.degrees a {
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(images/TNdegrees.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.degrees a:hover {background-position: bottom left;}
.careers {
	width: 90px;
	height: 30px;
	float: left;
}
.careers a {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(images/TNcareers.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.careers a:hover {background-position: bottom left;}
.salaries {
	width: 90px;
	height: 30px;
	float: left;
}
.salaries a {
	display: block;
	width: 90px;
	height: 30px;
	background-image: url(images/TNsalaries.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.salaries a:hover {background-position: bottom left;}
.states {
	width: 80px;
	height: 30px;
	float: left;
}
.states a {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(images/TNstates.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.states a:hover {background-position: bottom left;}
.topics {
	width: 80px;
	height: 30px;
	float: left;
}
.topics a {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(images/TNtopics.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topics a:hover {background-position: bottom left;}
.resources {
	width: 100px;
	height: 30px;
	float: left;
}
.resources a {
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(images/TNresources.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.resources a:hover {background-position: bottom left;}
.blog {
	width: 60px;
	height: 30px;
	float: left;
}
.blog a {
	display: block;
	width: 60px;
	height: 30px;
	background-image: url(images/TNblog.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.blog a:hover {background-position: bottom left;}

#leftnav {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#leftnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#leftnav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#leftnav li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E6E6E6;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #leftnav li a {
		width: auto;
		}
#leftnav li a:hover {
	color: #446280;
	border:none;
	background-color: #B6C6D8;
	background-image: url(images/buttonArrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}
#leftnav li.leftnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#leftnav li.leftnavtitle2 {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}

#leftnav li.leftnavbtm {
	background-image: url(images/buttonleftnavbtm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}

#leftnavstate {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0;
	padding-left: 0;
	font-size: 11px;
	border: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #D8D7DC;
	color: #C2C2C2;
	white-space:nowrap;
}

#leftnavstate ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#leftnavstate li {
	margin: 0;
	text-align: left;
	text-indent: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		}
#leftnavstate li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	background-color: #E6E6E6;
	border: none;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
		}
.leftnavpadding {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #E6E6E6;
}

html>body #leftnavstate li a {
		width: auto;
		}
#leftnavstate li a:hover {
	color: #446280;
	border:none;
	background-color: #B6C6D8;
	
		}
#leftnavstate li.leftnavtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #858793;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	text-indent: -6px;
}		

#subnav {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#subnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#subnav li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#subnav li a {
	display: block;
	color: #446280;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B6C6D8;
	background-image: url(images/buttonArrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #subnav li a {
		width: auto;
		}
#subnav li a:hover {
	color: #ffffff;
	border:none;
	background-color: #7396B5;
	background-image: url(images/buttonBNArrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}
#subnav li.subnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#subnav li.subnavbtm {
	background-image: url(images/buttonsubnavbtm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#subnav2 {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	}

#subnav2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#subnav2 li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#subnav2 li a {
	display: block;
	color: #446280;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #C7D3E1;
		}

html>body #subnav2 li a {
		width: auto;
		}
#subnav2 li a:hover {
	color: #ffffff;
	border:none;
	background-color: #7396B5;
		}
#subnav2 li.subnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#subnav2 li.subnavbtm {
	background-image: url(images/buttonsubnavbtm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#btmnav {
	width: 180px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #446280;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#btmnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#btmnav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #446280;
	text-align: left;
	text-indent: 17px;
		}
#btmnav li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonBNArrow.gif);
	background-color: #3A536E;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #btmnav li a {
		width: auto;
		}
#btmnav li a:hover {
	color: #FFFFFF;
	border:none;
	background-image: url(images/buttonBNArrow2.gif);
	background-color: #7396B5;
	background-repeat: no-repeat;
	background-position: left center;
		}
#btmnav li.btmnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #3A536E;
	text-indent: 0px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #446280;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #446280;
}
#btmnav li.btmnavbtm {
	background-image: url(images/buttonBNbtm.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #446280;
	height: 21px;
}
#testimonials {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#testimonials ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#testimonials li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
		}
#AD {
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #547AA0;
	color: #666666;
	padding-top: 0;
	padding-left: 0;
	font-size: 16px;
	border: none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 16px;
	padding-bottom: 0px;
	}

#AD ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#AD li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;
	text-indent: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
		}
#AD li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(images/buttonADanimated.gif);
	background-color: #95ADC6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #AD li a {
		width: auto;
		}
#AD li a:hover {
	color: #95ADC6;
	border:none;
	background-image: url(images/ButtonADarrow2.gif);
	background-color: #C6D3E1;
		}
#AD li.ADtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#AD li.ADbtm {
	background-image: url(images/buttonADbtm.gif);
	height: 21px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#AD2 {
	width: 490px;
	font-family: "Calisto MT", Georgia, "Times New Roman";
	background-image: url(images/ADbackground.gif);
	background-color: #ffffff;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 14px;
	border: none;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 322px;
	line-height: 18px;
	}

#AD2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
		}
#AD2 li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 260px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
		}
#AD2 li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonAD1.gif);
		}

html>body #AD2 li a {
		width: auto;
		}
#AD2 li a:hover {
	color: #446280;
	border:none;
	background-image: url(images/buttonAD2.gif);
		}
#AD3 {
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #547AA0;
	color: #666666;
	padding-top: 0;
	padding-left: 0;
	font-size: 16px;
	border: none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 16px;
	padding-bottom: 0px;
	}

#AD3 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#AD3 li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;
	text-indent: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
		}
#AD3 li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(images/ButtonADarrow1.gif);
	background-color: #95ADC6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #AD3 li a {
		width: auto;
		}
#AD3 li a:hover {
	color: #95ADC6;
	border:none;
	background-image: url(images/ButtonADarrow2.gif);
	background-color: #C6D3E1;
		}

#AD_wide {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #547AA0;
	color: #666666;
	padding-top: 0;
	padding-left: 0;
	font-size: 16px;
	border: none;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 16px;
	padding-bottom: 0px;
	}

#AD_wide ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#AD_wide li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;
	text-indent: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
		}
#AD_wide li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(images/buttonADanimated.gif);
	background-color: #95ADC6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #AD_wide li a {
		width: auto;
		}
#AD_wide li a:hover {
	color: #95ADC6;
	border:none;
	background-image: url(images/ButtonADarrow2.gif);
	background-color: #C6D3E1;
		}
#AD_wide li.ADtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#AD_wide li.ADbtm {
	background-image: url(images/buttonADbtm.gif);
	height: 21px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}

#schoolsnav {
	width: 250px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#schoolsnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#schoolsnav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#schoolsnav li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E6E6E6;
		}

html>body #schoolsnav li a {
		width: auto;
		}
#schoolsnav li a:hover {
	color: #446280;
	border:none;
	background-image: url(images/buttonArrow2.gif);
	background-color: #B6C6D8;
	background-repeat: no-repeat;
	background-position: left center;
		}

#schoolsnav_sm {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#schoolsnav_sm ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#schoolsnav_sm li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#schoolsnav_sm li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #E6E6E6;
		}

html>body #schoolsnav_sm li a {
		width: auto;
		}
#schoolsnav_sm li a:hover {
	color: #446280;
	border:none;
	background-image: url(images/buttonArrow2.gif);
	background-color: #B6C6D8;
	background-repeat: no-repeat;
	background-position: left center;
}

#schoolsnav2 {
	width: 250px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#schoolsnav2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#schoolsnav2 li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 20px;
		}
#schoolsnav2 li a {
	display: block;
	color: #666666;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #ffffff;
		}

html>body #schoolsnav2 li a {
		width: auto;
		}
#schoolsnav2 li a:hover {
	color: #ffffff;
	border:none;
	background-image: url(images/buttonArrow4.gif);
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: left center;
		}

#schoolsnav2_sm {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#schoolsnav2_sm ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#schoolsnav2_sm li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 20px;
		}
#schoolsnav2_sm li a {
	display: block;
	color: #666666;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #ffffff;
		}

html>body #schoolsnav2_sm li a {
		width: auto;
		}
#schoolsnav2_sm li a:hover {
	color: #ffffff;
	border:none;
	background-image: url(images/buttonArrow4.gif);
	background-color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: left center;
}
	
#schoolsnav li.schoolsnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #446280;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#schoolsnav li.schoolsnavbtm {
	background-image: url(images/button250btm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}

#schoolsnav_sm li.schoolsnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #446280;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#schoolsnav_sm li.schoolsnavbtm {
	background-image: url(images/button250btm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}

#schools {
	width: 250px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 60px;
	}

#schools ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#schools li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
		}

#schools_sm {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 60px;
	}

#schools_sm ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#schools_sm li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#shortpic {
	width: 250px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-image: url(images/shortpic.gif);
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 14px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 258px;
	text-align: left;
	}

#shortpic ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#shortpic li {
	margin: 0;
	text-align: left;
	text-indent: 0px;
	padding-right: 110px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 10px;
		}
#statesnav {
	width: 490px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#statesnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#statesnav li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#statesnav li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow.gif);
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #statesnav li a {
		width: auto;
		}
#statesnav li a:hover {
	color: #446280;
	border:none;
	background-image: url(images/buttonArrow2.gif);
	background-color: #B6C6D8;
	background-repeat: no-repeat;
	background-position: left center;
		}
#statesnav li.statesnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#statesnav li.statesnavbtm {
	background-image: url(images/buttonstatesbtm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#statessm {
	width: 162px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#statessm ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#statessm li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#statessm li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow.gif);
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #statessm li a {
		width: auto;
		}
#statessm li a:hover {
	color: #446280;
	border:none;
	background-image: url(images/buttonArrow2.gif);
	background-color: #B6C6D8;
	background-repeat: no-repeat;
	background-position: left center;
		}
#statessm3 {
	width: 162px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#statessm3 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#statessm3 li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#statessm3 li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/buttonArrow.gif);
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #statessm3 li a {
		width: auto;
		}
#statessm3 li a:hover {
	color: #446280;
	border:none;
	background-image: url(images/buttonArrow2.gif);
	background-color: #b6c6d8;
	background-repeat: no-repeat;
	background-position: left center;
		}
#articles {
	width: 490px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 450px;
	line-height: 17px;
	text-align: left;
	}

#articles ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#articles li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
#articles li a {
	color: #7396B5;
	text-decoration: none;
	border:none;
		}

html>body #articles li a {
		width: auto;
		}
#articles li a:hover {
	color: #446280;
	border:none;
		}
		
#articles_lg {
	width: 750px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	height: auto;
	line-height: 17px;
	text-align: left;
	}

#articles_lg ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#articles_lg li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
#articles_lg li a {
	color: #7396B5;
	text-decoration: none;
	border:none;
		}

html>body #articles_lg li a {
		width: auto;
		}
#articles_lg li a:hover {
	color: #446280;
	border:none;
}

#xyz_asdList {
	width: 750px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	height: auto;
	line-height: 17px;
	text-align: center;
	}

#xyz_asdList ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#xyz_asdList li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
#articxyz_asdListles_lg li a {
	color: #7396B5;
	text-decoration: none;
	border:none;
		}

html>body #xyz_asdList li a {
		width: auto;
		}
#xyz_asdList li a:hover {
	color: #446280;
	border:none;
}

#search {
	width: 700px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #666666;
	padding-top: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 16px;
	padding-bottom: 0px;
	}

#search ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#search li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;
	text-indent: 45px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
		}
#search li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/buttonAD1.gif);
		}

html>body #search li a {
		width: auto;
		}
#search li a:hover {
	color: #999999;
	border:none;
	background-image: url(images/buttonAD2.gif);
		}
#search li.searchtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#search li.searchbtm {
	background-image: url(images/buttonsearchbtm.gif);
	height: 21px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#searchbody {
	width: 700px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 450px;
	line-height: 17px;
	text-align: left;
	}

#searchbody ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#searchbody li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
#searchbody li a {
	color: #7396B5;
	text-decoration: none;
	border:none;
		}

html>body #searchbody li a {
		width: auto;
		}
#searchbody li a:hover {
	color: #446280;
	border:none;
		}
#statespage {
	width: 40px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#statespage ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#statespage li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 13px;
		}
#statespage li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #statespage li a {
		width: auto;
		}
#statespage li a:hover {
	color: #446280;
	border:none;
	background-color: #B6C6D8;
	background-repeat: no-repeat;
	background-position: left center;
		}		
#statespage2 {
	width: 40px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#statespage2 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#statespage2 li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 13px;
		}
#statespage2 li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #D9D9D9;
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #statespage2 li a {
		width: auto;
		}
#statespage2 li a:hover {
	color: #446280;
	border:none;
	background-color: #B6C6D8;
	background-repeat: no-repeat;
	background-position: left center;
		}	
#sitemap {
	width: 960px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #666666;
	padding-top: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	line-height: 16px;
	padding-bottom: 0px;
	}

#sitemap ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#sitemap li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: left;
	text-indent: 45px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
		}
#sitemap li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/buttonAD1.gif);
		}

html>body #sitemap li a {
		width: auto;
		}
#sitemap li a:hover {
	color: #ffffff;
	border:none;
	background-image: url(images/buttonAD2.gif);
		}
#sitemap li.sitemaptitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#sitemap li.sitemapbtm {
	background-image: url(images/buttonsitemapbtm.gif);
	height: 21px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#sitemapbody {
	width: 960px;
	font-family: "Arial", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 15px;
	border: none;
	font-weight: lighter;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 450px;
	line-height: 17px;
	text-align: left;
	}

#sitemapbody ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#sitemapbody li {
	margin: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
		}
#sitemapbody li a {
	color: #7396B5;
	text-decoration: none;
	border:none;
		}

html>body #sitemapbody li a {
		width: auto;
		}
#sitemapbody li a:hover {
	color: #ffffff;
	border:none;
		}
