@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 12/3/07 www.4site.tv */

body {
	padding:0px;
	padding-bottom:20px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	/*Sets a base size of ~10px...use em to control in place of pixels now throughout 
	type styles to allow for universal browser resizing, moving decimal to tenth (ex: 12px = 1.2em)*/
	font-size:62.5%;
	color:#585141;
	background-image:url(../images/framework/bkgr.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#wrapper {
	width:861px;
	margin:0px auto 0px auto;
}

/*** Sitemap ***/
#sitemap li {
	font-size:14px;
}

#sitemap ul {
	margin-top:8px;
	margin-bottom:4px;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	height:1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:0px;
}

p {
	font-size:1.2em;
	line-height:1.4em;
	color:#585141;
	margin-bottom:1.4em;
}

h1 {
	font-size:2.8em;
	/*line-height:2.8em;*/
	color:#c8c2b0;
	font-weight:normal;
	margin-bottom:15px;
}

h2 {
	font-size:1.5em;
	line-height:1.6em;
	font-weight:bold;
	color:#585141;
	margin-bottom:10px;
}

h3 {
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bold;
	color:#585141;
	margin-bottom:10px;
}

.small {
	font-size:1.0em;
	line-height:1.2em;
	font-weight:bold;
}

a:link, a:visited {
	color:#0e8d8b;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.bullet:link, a.bullet:visited {
	font-size:1.0em;
	color:#0e8d8b;
	font-weight:bold;
	padding-left:14px;
	background-image:url(../images/framework/bullet.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	text-decoration:underline;
}

a.bullet:hover {
}

ul.fancy-bullet {
	list-style:none;
	list-style-image:url(../images/framework/bullet.gif);
	padding-top:8px;
}

.floatleft {
	float:left;
	margin:3px 15px 5px 0px;
}

.floatRight {
	float:right;
	margin:3px 0px 5px 15px;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

ul {
	margin:15px 0px 15px 20px;
	padding:0px;
}

li {
	margin:0px;
	padding:0px 0px 8px 0px;
}

/*--------------------------------------page layout--------------------------------------*/

#header {
	height:198px;
	position:relative;
	background-image:url(../images/framework/bkgr_head.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:30;
}

img#logo {
	position:absolute;
	left:0px;
	top:37px;
}

img#quote{
	position:absolute;
	left:210px;
	top:38px;
}

#subnav {
	height:57px;
	margin-bottom:34px;
	position:relative;
	z-index:20;
}

form#search {
	position:absolute;
	left:5px;
	top:20px;
	vertical-align:middle;
	width: 327px;
}

form#search input.searchBox {
	border:1px solid #d8d3c4;
	margin:0px 5px 0px 0px;
	padding:2px;
	color:#585141;
	width:150px;
}

form#search input.searchBut {
	border:1px solid #d8d3c4;
	background-color:#d8d3c4;
	margin:0px;
	color:#585141;
}

/*-- (navigation) --*/

#nav-tabs {
	position:absolute;
	left:5px;
	bottom:0px;
	height:51px;
	padding-left:65px;
	margin:0px;
}

#nav-tabs li {
	float:left;
	position: relative;
	padding-bottom:10px;
	list-style-type:none;
}

#nav-tabs li a:link, #nav-tabs li a:visited {
	display:block;
	padding:20px 26px 0px 26px;
	margin:0px 0px 0px 0px;
	color:white;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	height:31px;
	background-image:url(../images/framework/nav-bkgr-rule.gif);
	background-position:right 15px;
	background-repeat:no-repeat;
}

#nav-tabs li.school a:link, #nav-tabs li.school a:visited {
	background-image:none;
}

#nav-tabs li a:hover, body#teaching #nav-tabs li.teaching a:link, body#highered #nav-tabs li.fellowships a:link, body#school #nav-tabs li.school a:link {
	color:#fcd99b;
	padding-top:18px;
	height:33px;
}

#nav-tabs li.teaching a:hover, body#teaching #nav-tabs li.teaching a:link {
	background-image:url(../images/framework/nav-bkgr-teach.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#nav-tabs li.fellowships a:hover, body#highered #nav-tabs li.fellowships a:link {
	background-image:url(../images/framework/nav-bkgr-education.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#nav-tabs li.school a:hover, body#school #nav-tabs li.school a:link {
	background-image:url(../images/framework/nav-bkgr-school.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*-- (navigation sub) --*/

#nav-normal {
	left:352px;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	width:600px;
}

#nav-normal li {
	float:left;
	position: relative;
}

#nav-normal li a:link, #nav-normal li a:visited {
	display:block;
	padding:3px 6px 4px 6px;
	margin:0px 0px 0px 0px;
	border-right:1px solid #585141;
	font-size:1.2em;
	color:#585141;
	text-decoration:none;
}

#nav-normal li.last a:link, #nav-normal li.last a:visited {
	border-right:none;
}

#nav-normal li a:hover {
	color:#9b9892;
}



/* ## DROPDOWNS ##*/

/*--IE sticky menu fix--*/
#nav-tabs li:hover {
	background-position: 0 0;
}
/*--1st level drop downs--*/

/*--tabs--*/
#nav-tabs ul {
	position: absolute;
	left: -999em;	
	background-color:#009796;
	border-top:none;
	margin:0px;
	list-style-type:none;
}


/*--sub--*/
#nav-normal ul {
	position: absolute;
	width:164px;
	left: -999em;	
	background-color:white;
	border-top:2px solid white;
	margin:0px;
	list-style-type:none;
}

/*--1st level dropdown list items--*/
#nav-tabs li li, #nav-normal li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;
}

/*--1st level dropdown nested links--*/

/*--tabs--*/
#nav-tabs li.teaching li a:link, #nav-tabs li.teaching li a:visited, body#teaching #nav-tabs li.teaching li a:link, body#teaching #nav-tabs li.teaching li a:visited {
	width:176px;
	display:block;
	margin:0px;
	padding:7px 25px 7px 25px;
	text-align:left;
	color:#585141;
	font-size:1.1em;
	border:none;
	border-bottom:2px solid white;
	background-color:#ded7c3;
	background-image:none;
	height:auto;
	text-transform:none;
	font-weight:normal;
}

#nav-tabs li.fellowships li a:link, #nav-tabs li.fellowships li a:visited, body#highered #nav-tabs li.fellowships li a:link, body#highered #nav-tabs li.fellowships li a:visited {
	width:244px;
	display:block;
	margin:0px;
	padding:7px 25px 7px 25px;
	text-align:left;
	color:#585141;
	font-size:1.1em;
	border:none;
	border-bottom:2px solid white;
	background-color:#ded7c3;
	background-image:none;
	height:auto;
	text-transform:none;
	font-weight:normal;
}

#nav-tabs li.school li a:link, #nav-tabs li.school li a:visited, body#school #nav-tabs li.school li a:link, body#school #nav-tabs li.school li a:visited  {
	width:143px;
	display:block;
	margin:0px;
	padding:7px 25px 7px 25px;
	text-align:left;
	color:#585141;
	font-size:1.1em;
	border:none;
	border-bottom:2px solid white;
	background-color:#ded7c3;
	background-image:none;
	height:auto;
	text-transform:none;
	font-weight:normal;
}

/*--sub--*/
#nav-normal li li a:link, #nav-normal li li a:visited {
	display:block;
	margin:0px;
	padding:5px;
	width:150px;
	text-align:left;
	color:#585141;
	font-size:1.1em;
	border:2px solid white;
	border-top:none;
	background-color:#ded7c3;
	background-image:none;
	height:auto;
	text-transform:none;
	font-weight:normal;
}

#nav-tabs li li a:hover, #nav-tabs li.teaching li a:hover, body#teaching #nav-tabs li.teaching li a:hover, #nav-tabs li.fellowships li a:hover, body#highered #nav-tabs li.fellowships li a:hover, #nav-tabs li.school li a:hover, body#school #nav-tabs li.school li a:hover, #nav-normal li li a:hover {
	background-color:#d4cdba;
	color:#585141;
	background-image:none;
}

/*--1st level dropdown flyout--*/

/*--tabs--*/
#nav-tabs li:hover ul, #nav-tabs li.sfhover ul, #nav-normal li:hover ul, #nav-normal li.sfhover ul {
	left:0px;
	top:51px;
	z-index:2000;
}

/*--sub--*/
#nav-normal li:hover ul, #nav-normal li.sfhover ul {
	left:5px;
	top:19px;
	z-index:2000;
}

/*--2nd level dropdown nested links--*/
#nav-tabs li:hover ul li ul, #nav-tabs li.sfhover ul li ul {
	margin: 0 0 0 12em;
	left: -999em;
	width:150px;
}

#nav-normal li:hover ul li ul, #nav-normal li.sfhover ul li ul {
	margin: 0 0 0 12em;
	left: -999em;
	width:150px;
}


/*--2nd level dropdown flyout--*/
#nav-tabs li:hover ul li:hover ul, #nav-tabs li.sfhover ul li.sfhover ul, #nav-normal li:hover ul li:hover ul, #nav-normal li.sfhover ul li.sfhover ul {
	top:-2px;
}

#nav-tabs li.teaching:hover ul li:hover ul, #nav-tabs li.teaching.sfhover ul li.sfhover ul {
	left: 106px;
	*left: 107px;
	top:-2px;
	border-top:2px solid white;
}

#nav-tabs li.fellowships:hover ul li:hover ul, #nav-tabs li.fellowships.sfhover ul li.sfhover ul {
	left: 174px;
	*left: 175px;
	top:-2px;
	border-top:2px solid white;
}

#nav-tabs li.school:hover ul li:hover ul, #nav-tabs li.school.sfhover ul li.sfhover ul {
	left:73px;
	*left: 74px;
	top:-2px;
	border-top:2px solid white;
}

#nav-tabs li:hover ul li:hover ul li a:link, #nav-tabs li.sfhover ul li.sfhover ul li a:hover {
	border:2px solid white;
	border-top:none;
}

body#teaching #nav-tabs li.teaching:hover ul li:hover ul, body#highered #nav-tabs li.fellowships:hover ul li:hover ul, body#school #nav-tabs li.school:hover ul li:hover ul {
	border-left:2px solid white;
}


/*--3rd level dropdown nested links--*/
/*#nav-tabs li:hover ul li:hover ul li ul, #nav-tabs li.sfhover ul li.sfhover ul li ul {
	margin: 0 0 0 12em;
	left: -999em;
}*/

/*--3rd level dropdown flyout--*/
/*#nav-tabs li:hover ul li:hover ul li:hover ul, #nav-tabs li.sfhover ul li.sfhover ul li.sfhover ul {
	left: auto;
	margin-top:-26px;
}
*/
/* ## END DROPDOWNS ##*/



/*-- (left side features) --*/

#left {
	width:413px;
	float:left;
	padding:20px 0px 0px 0px;
}

.slideshow {
	width:413px;
	height:230px;
	overflow:hidden;
	margin-bottom:15px;
}

p#caption {
	font-size:11px;
	line-height:14px;
	color:#a59a7a;
	width:413px;
	margin-bottom:10px;
}

#panelLinks {
	position:relative;
	width:413px;
	height:11px;
	background-image:url(../images/framework/bkgr-ss-nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#panelLinksAuto {
	margin-left:360px;
	top:0px;
	background-color:white;
	height:11px;
	padding-left:5px;
}

#panelLinksAuto a:link, #panelLinksAuto a:visited {
	display:block;
	width:11px;
	height:11px;
	background-image:url(../images/framework/icon-beige-dot.gif);
	float:left;
	margin-right:4px;
	text-indent:-9999px;
}

#panelLinksAuto a:hover, #panelLinksAuto a.activeSlide {
	background-image:url(../images/framework/icon-blue-dot.gif);
}

/*-- (no dotted line on links in FF) --*/
#panelLinksAuto a {
  outline: none;
}


#leadStory {
	clear:both;
	margin:20px 0px 20px 0px;
}

/*-- (right side features) --*/

#right {
	width:384px;
	float:right;
}

#content #right h1 {
	padding-left:15px;
	margin-bottom:15px;
}

ul.highlights {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul.highlights li  {
	padding:10px 0px 25px 15px;
	margin:0px;
	background-image:url(../images/framework/bkgr_feat.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*-- (subpage feature) --*/

.featBox {
	border:1px solid #ded7c3;
	padding:15px;
	margin:0px 0px 15px 40px;
	width:230px;
	float:right;
}

/*-- (footer) --*/

#footer {
	background-image:url(../images/framework/bkgr_foot.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 0px 0px 0px;
	margin-top:30px;
}

#footer p, #footer a:link, #footer a:visited {
	font-size:1.0em;
	color:#585141;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*--------------------------------------print styles--------------------------------------*/

@media print {
	#nav-tabs, form#search, img#quote, #nav-tabs, #nav-normal, #subnav, .featBox, .addthis_button {display:none;}
	#header {height:88px; background-image:none; margin-bottom:20px;}
	img#logo {top:0px; left:0px;}
	#wrapper, #left, #right {width:auto; margin:0 0; padding:0; float:none !important;}
	body, p {background-image:none; background-color:white; font-size:10px; line-height:14px; color:#333;}
	a, a:visited {text-decoration:underline;}
	a.bullet:link, a.bullet:visited {padding:0px; background-image:none;}
	#footer {background-image:none; text-align:left; border-top:1px solid #ded7c3; margin-top:20px;}
}

/* list item size correction */
#content li {
  font-size:1.2em;
  list-style:square outside none;
}

#content ul.highlights li {
  font-size:1em;
  list-style: none;
}


