/* RESET-------------------------------------------------------------------- */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}/* GLOBAL-------------------------------------------------------------------- */body { 	text-align: left;	background: #95855d;	color: #000;	font: normal 11px/16px Verdana, Arial, sans-serif;	}a:link, a:visited {	color: #4a82a3;	text-decoration: none;	}a:hover {	color: #d87000;	text-decoration: none;	}hr {	clear: both;	border: none 0;	border-top: 1px dotted #ccc;	text-align: center;	width: 100%;	height: 1px;	margin: 7px 0 7px 0;	}blockquote {	margin: 15px;	padding: 0;	}.req {	font-size: 14px;	font-weight: bold;	color: #c30;	}a.button {	color: #fff !important;	background-color: #d87000;	border: 1px solid #95855d;	-moz-border-radius: .5em;	-webkit-border-radius: .5em;	border-radius: 5px;	outline: none;	margin: 0;	padding: 4px;	}a.button_alt {	color: #fff !important;        background: #a9c144;	border: 1px solid #95855d;	-moz-border-radius: .5em;	-webkit-border-radius: .5em;	border-radius: 5px;	outline: none;	margin: 0;	padding: 4px;	}a.button:active {	background-color: #bd6c15;	outline: none;	}/* STRUCTURE-------------------------------------------------------------------- */#wrap {	width: 960px;	text-align: left;	margin-left: auto;	margin-right: auto;	margin-top: 15px;	margin-bottom: 15px;	}.content {	background-color: #ede8cc;	border-left: 3px solid #fff;	border-right: 3px solid #fff;	margin: 0;	padding: 20px 0 0 0;	}#btm {	clear: both;	width: 960px;	height: 4px;	background: url(/imgs/btm_bg.gif) no-repeat left top;	}#foot {	font-size: 11px;	color: #ede8cc;	margin: 5px 12px 5px 12px;	padding: 0;	}/* HEAD-------------------------------------------------------------------- */#head {	z-index: 300;	position: relative;	width: 960px;	height: 130px;	background: #4a82a3 url(/imgs/head_bg.gif) no-repeat left top;	margin: 0;	padding: 0;	}#head #logo {	position: absolute;	top: 23px;	left: 22px;	width: 242px;	height: 65px;	}#head #logo p.print {	display: none !important;	margin: 0 !important;	padding: 0 !important;	}#head #util {	position: absolute;	top: 30px;	right: 280px;	list-style: none;	display: inline;	margin: 0;	padding: 0;	}#head #util li {	font-size: 10px;	color: #fff;	font-weight: bold;	display: inline;	background: url(/imgs/util_sep.gif) no-repeat 0 4px;	margin: 0;	padding: 0 4px 0 10px;	}#head #util li.first {	background: none;	}	#head #util li a {	font-weight: bold;	color: #fff;	text-decoration: none;	}	#head #util li a:hover {	font-weight: bold;	color: #ceeb53;	text-decoration: none;	border-bottom: 1px dotted #a9c144;	}		#head #util li.on a {	font-weight: bold;	color: #ceeb53;	text-decoration: none;	}#head #emp {	position: absolute;	top: 24px;	right: 23px;	width: 208px;	height: 29px;	background: url(/imgs/head_bg_emp.gif) no-repeat;	margin: 0;	padding: 0;	}#head #emp p {	background: url(/imgs/arrow_emp.gif) no-repeat 0 0;	font-weight: bold;	margin: 7px 0 0 15px;	padding: 0 0 0 22px;	}	#head #emp p a {	color: #fff;	text-decoration: none;	}	#head #emp p a:hover {	color: #ceeb53;	text-decoration: none;	border-bottom: 1px dotted #a9c144;	}		#head #emp p.on a {	font-weight: bold;	color: #ceeb53;	text-decoration: none;	}#head #search {	position: absolute;	bottom: 0;	right: 23px;	width: 208px;	height: 35px;	background: url(/imgs/head_search_bg.gif) no-repeat;	margin: 0;	padding: 0;	}#head #search .form {	width: 130px;	height: 13px;	background-color: #fff;	border: none;	color: #999;	font-size: 11px;	margin: 8px 0 0 10px;	padding: 2px;	}#head #search .sbutton {	vertical-align: top;	margin: 6px 0 0 5px;	padding: 0;	}/*nav with dropdowns http://qrayg.com/experiment/cssmenus/*//* Root = Horizontal, Secondary = Vertical */ul#navmenu-h {	position: absolute;	bottom: 0;	left: 22px;	margin: 0;	border: 0 none;	padding: 0;	width: 750px; /*For KHTML*/	list-style: none;	height: 22px;	}ul#navmenu-h li {	margin: 0;	border: 0 none;	padding: 0;	float: left; /*For Gecko*/	display: inline;		list-style: none;	position: relative;	}ul#navmenu-h li.on a { /* root tab on state */	background-color: #ede8cc;	}ul#navmenu-h ul {	margin: -2px 0 0 0;	border: 1px solid #a9c144;	padding: 0;	width: 217px;	list-style: none;	display: none;	position: absolute;	top: 24px;	left: 0;	background-color: #ede8cc;	}ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{	clear: both;	display: block;	font: 1px/0px serif;	content: ".";	height: 0;	visibility: hidden;	}ul#navmenu-h ul li {	width: 220px;	float: left; /*For IE 7 lack of compliance*/	display: block !important;	display: inline; /*For IE*/	}/* Root Menu */ul#navmenu-h a {	margin-right: 3px;	padding: 1px 10px 0 10px;	float: none !important; /*For Opera*/	float: left; /*For IE*/	display: block;	background: #a9c144;	color: #265977;	font: normal 12px/21px Verdana, Arial, sans-serif;	text-decoration: none;	height: auto !important;	height: 1%; /*For IE*/	-moz-border-radius-topleft: .5em;	-moz-border-radius-topright: .5em;	-webkit-border-top-left-radius: .5em;	-webkit-border-top-right-radius: .5em;	border-top-left-radius: 5px;	border-top-right-radius: 5px;		}	* html ul#navmenu-h a { /* IE6 */	margin-right: 1px;	}ul#navmenu-h ul a { /* turning rounded corners off for children */	-moz-border-radius-topleft: 0;	-moz-border-radius-topright: 0;	-webkit-border-top-left-radius: 0;	-webkit-border-top-right-radius: 0;	border-top-left-radius: 0;	border-top-right-radius: 0;	padding-top: 2px;	padding-bottom: 2px;	}/* Root Menu Hover Persistence */ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {	background: #ede8cc;	}/* 2nd Menu */ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {	float: none;	background: #ede8cc;	color: #265977;	}/* 2nd Menu Hover Persistence */ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {	background: #fff;	color: #d87000;	}/* 3rd Menu */ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {	background: #EEE;	color: #666;	}/* 3rd Menu Hover Persistence */ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {	background: #CCC;	color: #FFF;	}/* 4th Menu */ul#navmenu-h li:hover li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li.iehover li a {	background: #EEE;	color: #666;	}/* 4th Menu Hover */ul#navmenu-h li:hover li:hover li:hover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {	background: #CCC;	color: #FFF;	}ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {	display: none;	position: absolute;	top: 0;	left: 220px;	}/* Do Not Move - Must Come Before display:block for Gecko */ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {	display: none;	}ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {	display: block;	}/* HOME-------------------------------------------------------------------- */.home .main {	float: left;	width: 595px;	margin: 0 0 0 18px;	padding: 0;	}	* html .home .main { /* IE6 */	margin-left: 7px;	}.home .main .intro {	position: relative;	margin-bottom: 15px;	}.home .main .intro div {	position: absolute;	top: 40px;	right: 40px;	width: 255px;	height: 215px;	}.home .main .intro h1 {	font-size: 16px;	font-weight: normal;	line-height: 18px;	color: #664a00;	margin: 0;	padding: 0;	}.home .main .intro p {	font-size: 12px;	font-weight: normal;	line-height: 18px;	margin: 15px 0 15px 0;	padding: 0;	}.home .main .intro ul {	list-style: none;	}.home .main .intro ul li {	background: url(/imgs/arrow.png) no-repeat 0 5px;	padding-left: 10px;	}.home .main .intro li a {	font-weight: bold;	}.home .main .promo {	position: relative;	background: url(/imgs/promo_home_bg.gif) no-repeat top left;	margin: 0;	padding: 0 0 10px 15px;	}.home .main .promo h2 {	font-size: 16px;	font-weight: normal;	color: #25434f;	margin: 0 0 25px 0;	padding: 10px 0 0 0;	}.home .main .promo h3 {	font-size: 14px;	line-height: 17px;	font-weight: normal;	color: #d87000;	background: url(/imgs/arrow_h.png) no-repeat 0 0;	margin: 0 330px 5px 0;	padding: 0 0 0 20px;	}	* html .home .main .promo h3 { /* IE6 */	background: url(/imgs/arrow_h.gif) no-repeat 0 0;	}	.home .main .promo h3 a {	color: #d87000;	border-bottom: 1px dotted #d87000;	}	.home .main .promo h3 a:hover {	color: #4a82a3;	border-bottom: 1px dotted #4a82a3;	}.home .main .promo p {	margin: 0 330px 20px 0;	padding: 0;	}.home .main .promo .child {	position: absolute;	top: 55px;	right: 20px;	background: url(/imgs/promo_home_child_bg.gif) no-repeat top left;	width: 245px;	margin: 0;	padding: 20px;	}* html .home .main .promo .child { /* IE6 */	right: 0;	}.home .main .promo .child .btm {	background: url(/imgs/promo_home_child_bg.gif) no-repeat bottom left;	width: 285px;	height: 15px;	margin: 0 0 -20px -20px;	padding: 0;	}.home .main .promo .child h3 {	margin: 0 0 5px 0;	padding: 0 0 0 20px;	}.home .main .promo .child p {	margin: 0;	padding: 0;	}.home .main .promo .child hr {	border-top: 1px solid #fff;	}	* html .home .main .promo .child hr { /* IE6 */	margin: 2px 0 2px 0;	}	*:first-child+html .home .main .promo .child hr { /* IE7 */	margin: 2px 0 2px 0;	}.home .main .promo .child ul {	list-style: none;	margin: 10px 0 0 0;	}.home .main .promo .child ul li {	background: url(/imgs/arrow.png) no-repeat 0 5px;	padding-left: 10px;	}.home .main .promo .child li a {	font-weight: bold;	}.home .modules {	float: right;	width: 288px;	margin: 0 18px 0 0;	padding: 0;	}	*  html .home .modules { /* IE6 */	margin-right: 7px;	}.home .mod {	background: url(/imgs/mod_home_bg.gif) no-repeat top left;	width: 264px;	margin: 0 0 15px 0;	padding: 25px 12px 10px 12px;	}.home .mod h4 {	font-size: 16px;	color: #674b00;	font-weight: normal;	margin: 0 0 10px 0;	padding: 0;	}.home .mod h5 {	font-size: 11px;	font-weight: normal;	margin: 0;	padding: 0;	}.home .mod ul {	list-style: none;	margin: 5px 0 0 0;	padding: 0;	}.home .mod ul li {	background: url(/imgs/arrow.png) no-repeat 0 5px;	margin-bottom: 2px;	padding-left: 10px;	}	* html .home .mod ul li { /* IE6 */	background: url(/imgs/arrow.gif) no-repeat 0 5px;	}.home .mod ul.sln {	margin-bottom: 10px;	}.home .mod ul.sln li a {	font-weight: bold;	}.home .mod img {	float: left;	border: 1px solid #95855d;	margin: 0 10px 10px 0;	padding: 1px;	}.home .mod hr {	clear: both;	border: none 0;	border-top: 1px solid #ede8cc;	text-align: center;	width: 100%;	height: 1px;	margin: 7px 0 7px 0;	}/* SUB / subnav-------------------------------------------------------------------- */.sub .subnav {	float: left;	width: 195px;	border-top: 5px solid #4a82a3;	margin: 0;	padding: 0;	}.sub .subnav .photo {	width: 195px;	height: 130px;	margin: 0;	padding: 0;	}.sub .subnav .about {	background: url(/imgs/photo_subnav_about.jpg) no-repeat top left;	}.sub .subnav .schools {	background: url(/imgs/photo_subnav_schools.jpg) no-repeat top left;	}.sub .subnav .people {	background: url(/imgs/photo_subnav_people.jpg) no-repeat top left;	}.sub .subnav .classes {	background: url(/imgs/photo_subnav_classes.jpg) no-repeat top left;	}.sub .subnav .programs {	background: url(/imgs/photo_subnav_programs.jpg) no-repeat top left;	}.sub .subnav .resources {	background: url(/imgs/photo_subnav_resources.jpg) no-repeat top left;	}.sub .subnav .search {	background: url(/imgs/photo_subnav_search.jpg) no-repeat top left;	}.sub .subnav .employee {	background: url(/imgs/photo_subnav_employee.jpg) no-repeat top left;	}.sub .subnav .jobs {	background: url(/imgs/photo_subnav_jobs.jpg) no-repeat top left;	}.sub .subnav ul {	list-style: none;	background-color: #a9c144;	margin: 0;	padding: 0;	}.sub .subnav ul li {	font-size: 11px;	font-weight: normal;	background: none;	border-bottom: 1px solid #fff;	margin: 0;	padding: 0;	}	* html .sub .subnav ul li a { /* IE6 */	height: 1px;	}.sub .subnav ul li.base {	font-size: 12px;	font-weight: normal;	color: #fff;	background-color: #4a82a3;	border: none;	margin: 0;	padding: 5px 0 5px 20px;	}.sub .subnav ul li.last { /* turns off border on last root item */	border: none;	background: none;	margin: 0;	padding: 0;	}.sub .subnav ul li a { /* root link color */	display: block;	color: #265977;	text-decoration: none;	margin: 0;	padding: 5px 0 5px 20px;	}.sub .subnav ul li a:hover, .sub .subnav ul li.on a { /* root rollover, on state */	display: block;	background-color: #fff;	color: #d87000;	border-left: 10px solid #d87000;	text-decoration: none;	margin: 0;	padding: 5px 0 5px 10px;	}.sub .subnav ul li.open a { /* root with children */	display: block;	background-color: #fff;	color: #265977;	border-left: 10px solid #d87000;	text-decoration: none;	margin: 0;	padding: 5px 0 5px 10px;	}.sub .subnav ul li.on a {	color: #d87000;	}.sub .subnav ul li.on li a {	color: #265977;	}.sub .subnav ul li.open a:hover, .sub .subnav ul li.open li.on a { /* children rollover, on state */	color: #d87000;	}.sub .subnav ul li.open ul {	border-left: 10px solid #d87000;	}.sub .subnav ul li.open li {	border: none;	background-color: #fff;	padding-left: 20px;	}.sub .subnav ul li.open li a {	background: url(/imgs/arrow.png) no-repeat 0 10px;	border: none;	}.sub .subnav ul li.open li a:hover {	border: none;	}	* html .sub .subnav ul li.open li a { /* IE6 */	background: url(/imgs/arrow.gif) no-repeat 0 10px;	}/* SUB / main content-------------------------------------------------------------------- */.sub .main {	float: left;	width: 470px;	border-top: 5px solid #4a82a3;	background-color: #fff;	margin: 0;	padding: 20px;	}	* html .home .main { /* IE6 */	margin-left: 10px;	}.sub .wide {	width: 700px;	}.sub .resourceswide {	width: 679px;	border: none;	margin-left: 20px;	}.sub .resources {	width: 471px;	border: none;	margin-left: 20px;	}.sub .main h1 {	font-size: 19px;	line-height: 20px;	font-weight: normal;	color: #674b00;	border-bottom: 3px solid #ede8cc;	margin: 0 0 10px 0;	padding: 0 0 3px 0;	}.sub .main h2 {	font-size: 17px;	line-height: 18px;	font-weight: normal;	color: #674b00;	border-bottom: 3px solid #ede8cc;	margin: 20px 0 10px 0;	padding: 0 0 3px 0;	}.sub .main h3 {	font-size: 16px;	line-height: 18px;	font-weight: normal;	color: #674b00;	margin: 15px 0 0 0;	padding: 0;	}.sub .main h2 + h3 { /* adjacent sibling selector */	margin-top: -5px;	}.sub .main p {	font-size: 11px;	line-height: 16px;	font-weight: normal;	color: #000;	margin: 0 0 10px 0;	padding: 0;	}	.sub .main p a {	border-bottom: 1px dotted #4a82a3;	}	.sub .main p a:hover {	border-bottom: 1px dotted #d87000;	}.sub .main ul {	list-style: none;	margin: 0 0 10px 2px;	padding: 0;	}.sub .main ul li {	background: url(/imgs/bullet.gif) no-repeat 0 0;	margin: 0;	padding: 0 0 5px 10px;	}.sub .main ul.arrow {	list-style: none;	margin: -5px 0 10px 0;	padding: 0;	}.sub .main ul.arrow li {	background: url(/imgs/arrow.png) no-repeat 0 5px;	margin-bottom: -5px;	padding-left: 10px;	}	* html .sub .main ul.arrow li { /* IE6 */	background: url(/imgs/arrow.gif) no-repeat 0 5px;	}.sub .main ol {	margin: 0 0 10px 20px;	padding: 0;	}.sub .main ol li {	margin: 0;	padding: 0 0 5px 0;	}.sub .main ul.board li {	position: relative;	background: none;	margin: 0 0 20px 80px;	}.sub .main ul.board img {	position: absolute;	top: 0;	left: -80px;	border: 1px solid #95855d;	padding: 2px;	}	* html .sub .main ul.board img { /* IE6 */	left: -90px;	}.sub .main .mmAction {	width: 100%;	height: 20px;	border-bottom: 3px solid #ede8cc;	margin: 15px 0 5px 0;	padding: 0;	}.sub .main .mmAction h2 {	float: left;	border: none;	margin: 0;	padding: 0;	}.sub .main .mmAction .action {	float: right;	font-size: 11px;	background: url(/imgs/arrow.png) no-repeat 0 5px;	margin: 2px 53px 0 0;	padding: 0 0 0 10px;	}	.sub .main .mmAction .action a {	font-weight: bold;	}	* html .sub .main .mmAction .action a { /* IE6 */	background: url(/imgs/arrow.gif) no-repeat 0 4px;	}.sub .main .action {	float: right;	margin-right: 20px;	}	.sub .main .action a.arrow {	font-weight: bold;	background: url(/imgs/arrow.png) no-repeat 0 4px;	padding-left: 10px;	}	.sub .main .action a.popup {	font-weight: bold;	background: url(/imgs/icon_popup.gif) no-repeat 0 3px;	padding-left: 14px;	}.sub .main .bar {	background: #a9c144 url(/imgs/bar_wide_bg.gif) no-repeat top left;	width: 697px;	height: 30px;	margin: 15px 0 15px 0;	padding: 0;	}.sub .main .bar p {	float: left;	font-weight: bold;	margin: 7px 0 0 10px;	padding: 0;	}.sub .main .bar form {	float: left;	margin: 3px 0 0 5px;	padding: 0;	}.sub .main .dist1, .sub .main .dist2, .sub .main .dist3 {	float: left;	width: 33%;	margin: 10px 0 0 0;	padding: 0;	}.sub .main div.rcards {	background: #a9c144 url(/imgs/bar_wide_bg.gif) no-repeat top left;	width: 697px;	height: 30px;	margin: 15px 0 15px 0;	padding: 0;	}.sub .main div.rcards p {	margin: 0 0 0 20px;	padding: 7px 0 0 0;	}	.sub .main div.rcards p a {	color: #265977;	font-weight: bold;	margin-right: 13px;	}.sub .resType {	float: left;	width: 719px;	height: 30px;	background: #4a82a3;	margin-left: 20px;	}.sub .resType p {	font-size: 18px;	line-height: 18px;	font-weight: normal;	color: #fff;	margin: 5px 0 0 20px;	padding: 0;	}.sub .resourceswide .resLeft {	float: left;	width: 45%;	margin: -15px 0 0 0;	padding: 0;	}.sub .resourceswide .resRight {	float: right;	width: 45%;	margin: -15px 0 0 0;	padding: 0;	}.sub .resourceswide .resLeft h2, .sub .resourceswide .resRight h2 {	font-size: 14px;	line-height: 17px;	font-weight: normal;	color: #d87000;	background: url(/imgs/arrow_h.png) no-repeat 0 0;	border: none;	margin: 20px 0 5px 0;	padding: 0 0 0 20px;	}	* html .sub .resourceswide .resLeft h2, .sub .resourceswide .resRight h2 { /* IE6 */	background: url(/imgs/arrow_h.gif) no-repeat 0 0;	}	.sub .resourceswide .resLeft h2 a, .sub .resourceswide .resRight h2 a {	color: #d87000;	border-bottom: 1px dotted #d87000;	}	.sub .resourceswide .resLeft h2 a:hover, .sub .resourceswide .resRight h2 a:hover {	color: #4a82a3;	border-bottom: 1px dotted #4a82a3;	}.sub .relLinks {	border: 1px solid #ede8cc;	padding: 15px;	}.sub .relLinks p {	font-size: 14px;	line-height: 18px;	font-weight: normal;	color: #674b00;	margin: 0;	padding: 0;	}.sub .relLinks ul {	list-style: none;	margin: 10px 0 0 2px;	padding: 0;	}.sub .relLinks ul li {	background: url(/imgs/arrow.png) no-repeat 0 5px;	margin-bottom: -3px;	padding-left: 10px;	}	* html .sub .relLinks ul li { /* IE6 */	background: url(/imgs/arrow.gif) no-repeat 0 5px;	}/* SUB / modules-------------------------------------------------------------------- */.sub .modules {	float: right;	width: 208px;	margin: 0 19px 0 0;	padding: 0;	}	*  html .sub .modules { /* IE6 */	margin-right: 8px;	}.sub .mod {	background: url(/imgs/mod_bg.gif) no-repeat top left;	width: 184px;	margin: 0 0 15px 0;	padding: 25px 12px 10px 12px;	}.sub .class {	background: url(/imgs/mod_class_bg.gif) no-repeat top left;	padding-bottom: 20px;	}.sub .class p.total {	border-top: 1px solid #d87000;	border-bottom: 1px solid #d87000;	margin: 10px 0 10px 0;	padding: 6px 0 6px 0;	}.sub .class p.cls a {	color: #d87000;	border-bottom: 1px dotted #d87000;	}.sub .class p.cls a:hover {	color: #4a82a3;	border-bottom: 1px dotted #4a82a3;	}.sub .mod h4 {	font-size: 14px;	color: #674b00;	font-weight: normal;	margin: 0 0 10px 0;	padding: 0;	}.sub .class h4 {	border-bottom: 1px solid #ede8cc;	padding-bottom: 5px;	}.sub .mod h5 {	font-size: 11px;	font-weight: normal;	margin: 0;	padding: 0;	}.sub .mod p {	margin-bottom: 5px;	}.sub .mod ul {	list-style: none;	margin: 10px 0 10px 0;	padding: 0;	}.sub .mod ul li {	background: url(/imgs/arrow.png) no-repeat 0 5px;	margin-bottom: 2px;	padding-left: 10px;	}	* html .sub .mod ul li { /* IE6 */	background: url(/imgs/arrow.gif) no-repeat 0 5px;	}/* SUB / resource type nav-------------------------------------------------------------------- */.sub .resNav {	float: right;	width: 208px;	margin: 0 20px 0 0;	padding: 0;	}	*  html .sub .resNav { /* IE6 */	margin-right: 10px;	}.sub .resNav ul {	list-style: none;	background-color: #a9c144;	margin: 0;	padding: 0;	}.sub .resNav ul li {	font-size: 11px;	font-weight: normal;	background: none;	border-bottom: 1px solid #fff;	margin: 0;	padding: 0;	}	* html .sub .resNav ul li a { /* IE6 */	height: 1px;	}.sub .resNav ul li.base {	font-size: 12px;	font-weight: normal;	color: #fff;	background-color: #4a82a3;	border-top: 1px solid #fff;	margin: 0;	padding: 5px 0 5px 10px;	}.sub .resNav ul li.last { /* turns off border on last root item */	border: none;	background: none;	margin: 0;	padding: 0;	}.sub .resNav ul li a { /* root link color */	display: block;	color: #265977;	text-decoration: none;	margin: 0;	padding: 5px 0 5px 10px;	}.sub .resNav ul li a:hover, .sub .resNav ul li.on a { /* root rollover, on state */	display: block;	background-color: #fff;	color: #d87000;	border-right: 10px solid #d87000;	text-decoration: none;	margin: 0;	padding: 5px 0 5px 10px;	}.sub .resNav ul li.on a {	color: #d87000;	}.sub .resNav ul li.on li a {	color: #265977;	}/* TABLES-------------------------------------------------------------------- *//* data base */table.data {	border-collapse: collapse;	border-spacing: 0;	margin: 10px 0 25px 0;	padding: 0;	}table.data thead {	background: #dcecca;	}table.data tr.even {	background-color: #eee;	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;	}table.data th {	color: #690;	text-align: left;	vertical-align: top;	border: 1px solid #ccc;	margin: 0;	padding: 5px;	}table.data td {	text-align: left;	vertical-align: top;	border: 1px solid #ccc;	margin: 0;	padding: 5px;	}	table.data a {	border-bottom: 1px dotted #4a82a3;	}	table.data a:hover {	border-bottom: 1px dotted #d87000;	}/* meetings & minutes */table.mm {	margin: 0 0 20px 0;	}table.mm td {	border: none;	padding: 2px 0 2px 0;	}table.mm td.col1 {	width: 70px;	}table.mm td.col2 {	width: 300px;	}table.mm td.col3 {	width: 70px;	}table.mm td.col4 {	width: 200px;	}table.mm th {	color: #674b00;	font-weight: bold;	border: none;	padding-left: 0;	}/* find a school, browse class list */table.matrix {	border-collapse: collapse;	border-spacing: 0;	margin: 15px 0 15px 0;	padding: 0;	}table.matrix thead {	background: #a9c144;	}table.matrix select {	color: #333;	font-size: 11px;	margin: 2px;	padding: 0;	}table.matrix th {	color: #000;	text-align: left;	vertical-align: middle;	margin: 0;	padding: 0 0 0 10px !important;	}	table.matrix th a {	color: #265977;	border-bottom: 1px dotted #265977;	}	table.matrix th a:hover {	color: #d87000;	border-bottom: 1px dotted #d87000;	}table.matrix td {	text-align: left;	vertical-align: top;	border-bottom: 1px dotted #a9c144;	margin: 0;	padding: 4px 0 4px 10px;	}	/* accountability report cards */table.rcards {	border-collapse: collapse;	border-spacing: 0;	margin: 0 0 0 20px;	padding: 0;	}table.rcards th {	padding-top: 15px;	}table.rcards td {	border-bottom: 1px dotted #a9c144;	padding-bottom: 15px;	}/* class detail */table.cdetail {	border-collapse: collapse;	border-spacing: 0;	margin: 15px 0 15px 0;	padding: 0;	}table.cdetail th {	vertical-align: top;	text-align: right;	margin: 0;	padding: 2px 15px 2px 0;	}table.cdetail td {	vertical-align: top;	margin: 0;	padding: 2px 0 15px 0;	}	table.cdetail td a {	border-bottom: 1px dotted #265977;	}	table.cdetail td a:hover {	border-bottom: 1px dotted #d87000;	}/* rounded corners on table headers */table th.left {	background: #a9c144 url(/imgs/table_header_left.gif) no-repeat top left;	height: 30px;	margin: 0;	padding: 0;	}table th.right {	background: #a9c144 url(/imgs/table_header_right.gif) no-repeat top right;	height: 30px;	margin: 0;	padding: 0;	}/* form base */table.form {	border-collapse: collapse;	border-spacing: 0;	margin: 15px 0 15px 0;	padding: 0;	}table.form td {	text-align: left;	vertical-align: top;	margin: 0;	padding: 5px;	}.submit {	color: #fff !important;	background-color: #d87000;	border: 1px solid #95855d;	-moz-border-radius: .5em;	-webkit-border-radius: .5em;	border-radius: 5px;	outline: none;	margin: 0;	padding: 4px;	}#container {	padding-top: 20px;}
