/*
 * page setup
 */

#banner_window {
	height: 200px;
	width: 750px;
	margin: 15px auto 0 auto;
	}

#primary_content {
	float: right;
	width: 450px;
	margin-right: 10px;
	}

#secondary_content {
	clear: left;
	width: 250px;
	}

#full_frame {
	width: 720px;
	margin: 0 auto;
	}


/*
 * breadcrumb trail
 */
#trail {
	font-size: 8pt;
	color: #666666;
	margin: 5px 0 20px 0;
	}

#trail a {
	color: #333;
	}

#trail a:hover, #trail a:active {
	color: #0074B1;
	}



/*
 * secondary content area
 */
.sub_content_box {
	position: relative;
	}

.sub_header {
	margin: 0;
	padding: 7px;
	background: #333 url("../images/sub_header_bg.gif") top no-repeat;
	font-weight: bold;
	color: #fff;
	}

.sub_header h3 {
	margin: 0;
	}

.sub_content {
	background: url("../images/sub_bg.gif") repeat-y;
	padding: .5em 1.5em;
	font-size: .85em;
	margin: 0 auto 0 auto;
	}

.sub_content p {
	margin: 1em 0;
	}

.sub_content ul {
	margin: 1em;
	}

.sub_content li {
	margin: 1em 0;
	}

.sub_content ul.link_list li, 
.sub_content ul.link_list a {
	display: block;
	list-style: none;
	width: 100%;
	}

.sub_bottom {
	background: url("../images/sub_bottom.gif") top no-repeat;
	height: 5px;
	margin-bottom: 2em;
	}




/*
 * submenu
 */
.submenu_content_box {
	float: left;
	width: 250px;
	background: url("../images/sub_bg.gif") repeat-y;
	margin-bottom: 2em;
	}

.submenu_header {
	height: 41px;
	background: #000 url("../images/submenu_top.gif") top no-repeat;
	color: #fff;
	}

.submenu_header a,
.submenu_header a:hover,
.submenu_header a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: .4em .5em;
	}

.submenu_content {
	margin: 0 auto 0 auto;
	width: 230px;
	font-size: 9pt;
	padding-top: 1em;
	}

.submenu_content p {
	margin: 0;
	padding-bottom: 1em;
	}

.submenu_bottom {
	background: url("../images/sub_bottom.gif") top no-repeat;
	height: 5px;
	}


ul#submenu {
	width: 100%;
	margin: 0;
	}

#submenu li {
	list-style: none;
	font-size: 10pt;
	border-top: 1px solid #f0f0f0;
	}

#submenu li.first {
	border-top: none;
	}

#submenu li a {
	display: block;
	padding: 3px 1em 5px 1em;
	color: #333;
	text-decoration: none;
	background: url("../images/link_more.gif") right no-repeat;
	}

#submenu li a:hover,
#submenu li a:active {
	text-decoration: underline;
	color: #0074B1;
	background: url("../images/link_active.gif") right no-repeat;
	}

#submenu li a.current {
	background: #f3f3f3 url("../images/link_current.gif") right no-repeat;
	}

#submenu li a.current:hover,
#submenu li a.current:active {
	background: #f3f3f3 url("../images/link_more.gif") right no-repeat;
	}



/*
 * submenu sublevels
 */

#submenu ul.sublevel {
	margin: 0 0 0 2.8em;
	padding: 0;
	}

#submenu ul.sublevel li {
	font-size: .9em;
	xlist-style: disc;
	list-style-image: url("../images/bullet.gif");
	border: none;
	}

#submenu ul.sublevel li a {
	background: none;
	padding: 2px 1em 4px 1em;
	}

#submenu ul.sublevel li a.current {
	background: #f3f3f3 url("../images/link_current.gif") right no-repeat;
	}

#submenu ul.sublevel li a.current:hover,
#submenu ul.sublevel li a.current:active {
	background: #f3f3f3 url("../images/link_more.gif") right no-repeat;
	}



/*
 * locator
 */

#locator table {
	margin-left: 2em;
	}

#locator .school_name {
	font-weight: bold;
	font-size: 1.1em;
	}

#locator_states a {
	display: block;
	padding: 2px 0;
	}

#locator_states td {
	width: 33%;
	}



/*
 * highlights window
 *

#highlights {
	float: right;
	width: 370px;
	height: 240px;
	background: url("../images/hl_bg.gif") top left no-repeat;
	}

#hl_title {
	width: 342px;
	height: 41px;
	font-size: 1px;
	}

#hl_container {
	width: 342px;
	height: 197px;
	text-align: left;
	font-size: 8pt;
	margin: 0 auto 0 auto;
	}

#highlights ul {
	width: 342px;
	height: 198px;
	overflow: auto;
	margin: 0 auto 0 auto;
	}

#highlights li {
	display: block;
	list-style: none;
	padding: .9em .5em 1em .5em;
	border-top: 1px dashed #333;
	}

#highlights li:hover {
	background: #f9f9f9;
	}

#highlights li.first {
	border: none;
	}
*/

