@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 6/29/08 www.4site.tv */

body {
	background-color:white;
	background-image:url(../images/structure/bkgr_tile.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
}

#wrapper {
	width:1100px;
    min-height:765px;
    height:auto !important;
    height:765px;
	margin:0px auto 0px auto;
	background-image:url(../images/structure/bkgr_wrapper.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapperInner {     
	width:1040px;
	margin-left:30px;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	font-size:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:0px;
}

p {
	font-size:11px;
	line-height:18px;
	margin-bottom:18px;
}

p.attention {
	color:#939393;
	font-style:italic;
}

ul, ol {
	padding-left:40px;
	margin-bottom:18px;
}

li {
	font-size:11px;
	line-height:18px;
}

h1 {
	font-size:24px;
	line-height:26px;
	color:#0068b3;
	font-weight:normal;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size:18px;
	line-height:20px;
	color:#0068b3;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:13px;
	line-height:15px;
	color:#0068b3;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

blockquote {
	margin:0 20px 18px 40px;
}

a:link, a:visited {
	color:#005a9b;
	text-decoration:none;
}

a:hover {
	color:#6e96b3;
}

a.pdf {
	padding-right:12px;
	background-image:url(/images/structure/pdficon_small.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.floatLeft {
	float:left;
	margin:0px 12px 5px 0px;
}

.floatRight {
	float:right;
	margin:0px 0px 5px 12px;
}

/*--------------------------------------page layout--------------------------------------*/

#header {
	position:relative;
	height:146px;
	margin-bottom:28px;
	background-image:url(../images/structure/bkgr_header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	z-index:1;
}

/* changes background image in header from the one used on homepage */
#headerSub {
	position:relative;
	height:146px;
	margin-bottom:28px;
	background-image:url(../images/structure/bkgr_header_sub.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

img.logo {
	position:absolute;
	left: 71px;
	top: 22px;
}

div.imgRight {
	width:232px;
	padding:5px;
	margin:0 0 12px 15px;
	float:right;
	border:1px solid #0068B3;
}

p.caption {
	font-size:9px;
	line-height:12px;
	margin:4px 0;
}

p.topNav {
	position:absolute;
	right: 105px;
	top: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#0068b3;
}

img.headshot {
	float:left;
	margin:0 10px 10px 0;
}

/* NAV */

#nav {
	position:absolute;
	bottom:0px;
	left:131px;
	margin:0px;
	padding:0px;
}

#nav li {
	display:inline;	
	list-style-type:none;
	position:relative;
	float:left;
	width:auto;
}

#nav li a:link, #nav li a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#434343;
	padding:10px 14px 11px 14px;
	margin:0px;
	display:block;
	line-height:14px;
}

/* IE6 specific (sets block links without taking up entire width of parent or needing to set explicit widths, 
other browsers don't seem to have this issue) */
* html #nav li a:link, * html #nav li a:visited {
	display:inline-block;
}

#nav li a:hover {
	color:white;
	background-image:url(../images/structure/bkgr_nav_hilite.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}

/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}

/*--1st level drop downs--*/
#nav ul {
	position: absolute;
	left: -999em;
	width:14em;	
	margin:0px;
	padding:0px;
	list-style-type:none;
	z-index:20;
}

/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}

/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited, #nav li.tab li a:link, #nav li.tab li a:visited {
	display:block;
	margin:0px;
	padding:6px 0px 6px 14px;
	width:14em;
	text-align:left;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#6c6c6c;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid white;
	background-color:#E8E8E8;
	background-image:none;
	height:auto;
}

#nav li li a:hover, #nav li.tab li a:hover {
	background-color:#D7D7D7;
	color:#6c6c6c;
	background-image:none;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li.sfhover ul {
	left:0px;
	z-index:2000;
}

/* IE6 specific (set absolute top margin to work with li a "display:inline-block" fix above) */
* html #nav li.sfhover ul {
	top:36px;
}

/*####### END DROPDOWNS #######*/

#banner {
	width:939px;
	height:253px;
	margin-left:50px;
	margin-bottom:15px;
	background-image:url(../images/structure/banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

img.ache {
	margin-top:36px;
	margin-left:47px;
	z-index:2;
}

#featuresHome {
	margin-left:45px;
}

.featureHome {
	float:left;
	width:320px;
	background-image:url(../images/structure/bkgr_feat_home.gif);
	background-position:left top;
	background-repeat:no-repeat;
    min-height:270px;
    height:auto !important;
    height:270px;
}

.featureHome h2 {
	margin:30px 0px 20px 35px;
}

.featureHome p {
	margin:0px 15px 6px 35px;
	line-height:16px;
}

.featureHome a, .featureHome a:visited {
	text-decoration:underline;
}

/* list styles for homepage columns and subpage lists on right */
.featureHome ul {
	margin:0px 20px 0px 35px;
	padding-left:0;
}

.featBox ul {
	padding-left:0px;
	margin-bottom:0px;
}

.featureHome li, .featBox li {
	margin:0px;
	padding:15px 0px 15px 20px;
	border-bottom:1px solid #dfdfdf;
	list-style-type:none;
	background-image:url(../images/structure/bullet.gif);
	background-position:left 16px;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}

.featureHome li a, .featureHome li a:visited, .featBox li a, .featBox li a:visited {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#505050;
}

.featureHome li a:hover, .featBox li a:hover {
	color:#868686;
}


/* subpages */
#content {
	width:845px;
	padding:0px 50px 0px 145px;
}

#left {
	width:485px;
}

#right {
	float:right;
	width:320px;
}

/* right side features column */
.featBox {
	width:320px;
	background-image:url(../images/structure/feat_tile.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:12px;
}

.featCopy {
	background-image:url(../images/structure/feat_foot.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding:10px 35px 80px 35px;
}

.featBox h2 {
	background-image:url(../images/structure/feat_head.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:26px 0px 12px 35px;
}

.featBox p a, .featBox a:hover {
	color:#505050;
	text-decoration:underline;
}

#footer {
	margin-top:60px;
}

#footer p, #footer a, #footer a:visited {
	font-size:12px;
	color:#ababab;
}

#sponsors {
	padding:0px 0px 20px 80px;
}

#sponsors img {
	margin-right:10px;
}

table#sponsors_big {
	margin:0px auto 18px auto;
}

table#sponsors_big td {
	font-size:11px;
	padding:15px 5px;
}

#footer p.copyright {
	background-image:url(../images/structure/bkgr_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:30px 0px 0px 0px;
	text-align:center;
}

table#directors {
	border-collapse:collapse;
}

table#directors th {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	border-bottom:2px solid #000000;
}

table#directors td {
	vertical-align:top;
	padding:0 5px;
	border: 1px solid #CCCCCC;
}
table#directors td.multiFirst {
	border-bottom:none;
}
table#directors td.multiMiddle {
	border-top:none;
	border-bottom:none;
}
table#directors td.multiLast {
	border-top:none;
}

table#directors h3 {
	padding:5px 0;
	margin:0;
}

Table#directors td.break {
	border-right:none;
	border-left:none;
}

table#regents_award {
	width:475px;
}

table#regents_award th {
	font-size:13px;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

table#regents_award td {
	font-size:11px;
	padding:5px;
}

table#regents_award td.checklist {
	text-align:center;
	font-size:14px;
}

/***************************************** Sidebar Quotes *************************************/
.sidebar_cite {
	text-align:right;
	font-style:italic;
}

/*--------------------------------------print styles--------------------------------------*/

@media print {
	p.topNav, #nav, #banner, #right, #sponsors {display:none;}
	#header, #headerSub {height:70px;}
	img.logo {top:0px; left:0px;}
	#wrapper, #wrapperInner, #featuresHome, .featureHome, #left {width:auto; margin:0 0; padding:0; float:none !important;}
	.featureHome, .featureHome p, .featureHome h2, .featureHome ul {height:auto; min-height:0px; margin-left:0px;}
	.featureHome h2 {margin-bottom:15px;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer p.copyright {background-image:none; text-align:left;}
}
