@charset "utf-8";
/*HACKS*/
.clearfloat {  /*double float fix*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*LINKS-------------*/

/*GENERIC LINKS*/
a:link, a:active, a:visited, a:hover {
	color: #3566c8;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #2d5942;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
/*TOP LINKS*/
#headerTop #topLink a {
	color:#FFFFFF;
	margin-right:10px;
}
#headerTop #topLink a:link, #headerTop #topLink a:active, #headerTop #topLink a:visited {
	text-decoration: none;
}
#headerTop #topLink a:hover {
	text-decoration: underline;
}

div.backtotop {
	clear:both;
	margin-top:30px;
	text-align:right;
	border-top:1px solid #ccc;
	padding-top:3px;

	padding-bottom:4px;

}
div.backtotop  a:link, div.backtotop a:active, div.backtotop a:visited {
	color:#3366CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/build/backtotop.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right:10px;

	}
div.backtotop a:hover{
	color:#3366CC;
	font-size:11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/build/backtotop.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right:10px;
}
/*FOOTER LINKS*/
#footer a {
	color:#2d5942;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a.PDF {
	background-image: url(/images/build/icon_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 30px;
	padding-top:4px;
	padding-bottom:5px;
	height:20px;
	margin-left:10px;
	margin-top:10px;
}
a.PDF:link, a.PDF:active, a.PDF:visited {
	text-decoration:none;
}
a.PDF:hover {
	text-decoration:underline;
	background-color:#eeffcf;
}
/*BODY LINKS*/
a.presentationLink:link, a.presentationLink:visited, a.presentationLink:active {
	background-image: url(/images/build/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: -2px 1px;
	padding-left: 9px;
	text-decoration: underline;
}
a.presentationLink:hover {
	text-decoration: none;
}
/* -------------LINKS*/

/*SEARCH FIELD-------------*/
#searchField {
	height: 20px;
	float:right;
	width: 210px;
}
#searchField #fieldContainer {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#searchField #fieldContainer input#q {
	background-image:none;
	margin-left:-1px;
	margin-top:-1px;
	height:16px;
	float: left;
	width: 160px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
}
#searchField #fieldContainer #googleSearch {
	height:20px;
	width:auto;
	overflow:hidden;
	float:left;
}
#searchField #fieldContainer #leftCurve {
	float: left;
	background-image: url(/images/build/bg_searchbar_left.gif);
	background-repeat: no-repeat;
	width:15px;
	height:20px;
	background-position: left top;
}
#searchField #fieldContainer #mySearch {
	float: left;
	background-image: url(/images/build/bg_searchbar_right.gif);
	background-repeat: no-repeat;
	width:23px;
	background-position: left top;
	display:block;
	margin-left:-1px;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	color:#fff;
	font-size:1px;
}
/*-------------SEARCH FIELD*/

/*SEARCH RESULTS-------------*/

/*-------------SEARCH RESULTS*/

/*MAIN NAVIGATION---------------*/
#tabNav a {
	background-image: url(/images/build/sprite_nav_green.png);
	display: block;
	background-color: #FFFFFF;
	float: left;
	height: 42px;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:109px;
}
/*EDUCATION BUTTON*/
#tabNav a#education:link, #tabNav a#education:active, #tabNav a#education:visited {
	width:109px;
	background-position: 0px 0px;
}
#tabNav a#education:hover {
	width:109px;
	background-position: 0px -42px;
}
#tabNav a#education.selected, #tabNav a#education.selected:visited {
	width:109px;
	background-position: 0px -84px;
}
/*PROGRAMS BUTTON*/
#tabNav a#programs:link, #tabNav a#programs:active, #tabNav a#programs:visited {
	width:92px;
	background-position: -109px 0px;
}
#tabNav a#programs:hover {
	width:92px;
	background-position: -109px -42px;
}
#tabNav a#programs.selected, #tabNav a#programs.selected:visited {
	width:92px;
	background-position: -109px -84px;
}
/*RESEARCH BUTTON*/
#tabNav a#research:link, #tabNav a#research:active, #tabNav a#research:visited {
	width:87px;
	background-position: -201px 0px;
}
#tabNav a#research:hover {
	width:87px;
	background-position: -201px -42px;
}
#tabNav a#research.selected, #tabNav a#research.selected:visited {
	width:87px;
	background-position: -201px -84px;
}
/*PRESENTATION BUTTON*/
#tabNav a#presentation:link, #tabNav a#presentation:active, #tabNav a#presentation:visited {
	width:213px;
	background-position: -289px 0px;
}
#tabNav a#presentation:hover {
	width:213px;
	background-position: -289px -42px;
}
#tabNav a#presentation.selected, #tabNav a#presentation.selected:visited {
	width:213px;
	background-position: -289px -84px;
}
/*ABOUT BUTTON*/
#tabNav a#about:link, #tabNav a#about:active, #tabNav a#about:visited {
	width:172px;
	background-position: -501px 0px;
}
#tabNav a#about:hover {
	width:172px;
	background-position: -501px -42px;
}
#tabNav a#about.selected, #tabNav a#about.selected:visited {
	width:172px;
	background-position: -501px -84px;
}
/*---------------MAIN NAVIGATION*/

/*LEFT NAVIGATION------------------------*/
#wrapper #nav {
	float: left;
	height: 100%;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d5942;
}
#wrapper #nav ul li {
	display: block;
	background-image: url(/images/build/seperator_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 16px;
	list-style-type: none;
	list-style-image: none;
	padding-bottom:2px;
}
#wrapper #nav ul li span.title {
	margin-left:25px;
	padding-bottom:5px;
	padding-top:10px;
	display:block;
	font-weight:bold;
}
#nav a {
	display: block;
	width:157px;
	padding: 15px 20px 12px 23px;
}
#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.selected {
	background-image: url(/images/build/bg_nav_selected.gif);
	background-repeat: repeat-y;
	background-position: left;
	color:#FFFFFF;
}
#nav a.selected:link, #nav a.selected:active, #nav a.selected:visited, #nav a.selected:hover {
	color:#FFFFFF;
}
#nav span a {
	font-size:11px;
	width:140px;
	padding: 5px 30px;
	display: block;
	background-repeat: no-repeat;
}
#nav span a.selected {
	background-image: url(/images/build/bg_nav_selected.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/*------------------------LEFT NAVIGATION*/

/*LAYOUT-------------*/
#header {
	/*background-color: #0F4465; BLUE BG*/
	background-color: #1f4732;
	height: 104px;
	background-image: url(/images/build/bg_header_green.gif);
	background-repeat: repeat-x;
}
#header #headerWrapper {
	width:880px;
	margin: 0 auto;
	position: relative;
	height: 104px;
}
#header #logo {
	height: 85px;
	width: 150px;
	float: left;
	position: absolute;
	left: 25px;
	top: 10px;
	overflow:hidden;
	background-color:transparent;
}

#header #logo img#altLogo {display:none;}

#header #headerWrapper #headerTop {
	height: 34px;
	width: 665px;
	position: absolute;
	top: 28px;
	right: 0px;
	padding-right: 15px;
}
#header #headerWrapper #headerTop #topLink {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-left: 30px;
	width:410px;
}

#header #headerWrapper #headerTop #topLink #textResizer {
	width: 140px;
	float:right;
	margin-left:20px;
}


#header #headerWrapper #headerTop #topLink #textResizer li{display:inline;} 
#header #headerWrapper #headerTop #topLink #textResizer li.small{font-size:10px; font-weight:bold;} 
#header #headerWrapper #headerTop #topLink #textResizer li.medium{font-size:12px; font-weight:bold;} 
#header #headerWrapper #headerTop #topLink #textResizer li.large{font-size:14px; font-weight:bold; } 
#header #headerWrapper #headerTop #topLink #links{float:right; margin-top:1px;}

#header #headerWrapper #headerTop #topLink #textResizer li a:link, #header #headerWrapper #headerTop #topLink #textResizer li a:active, #header #headerWrapper #headerTop #topLink #textResizer li a:visited {
	background-color:#416351;
	padding:4px;
	margin-right:1px;
	-webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-radius-topleft:5px;
    -khtml-border-radius-topright:5px;
    -khtml-border-radius-bottomleft:5px;
    -khtml-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
} 

#header #headerWrapper #headerTop #topLink #textResizer li a:hover {
	background-color:#17732F;
	padding:4px;
	margin-right:1px;
	-webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-radius-topleft:5px;
    -khtml-border-radius-topright:5px;
    -khtml-border-radius-bottomleft:5px;
    -khtml-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;}

#header #headerWrapper #tabNav {
	position: absolute;
	right: 0px;
	/*background-color: #0F4465; BLUE BG*/
	background-color: #1f4732;
	top: 62px;
	width: 680px;
	height: 42px;
	float: left;
}
#wrapperBG {
	/*  wrapperBG adds the side dropshadows */
	background-image: url(/images/build/bg_wrapperBG.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 100px;
}
#wrapperBG #wrapperBG_bottom {
	/*  wrapperBG_bottom adds the fading out of the side dropshadows on the wrapperBG */
	background-image: url(/images/build/bg_wrapperBG_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/build/bg_nav_shade.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/*HOME PAGE------------*/
#wrapperHome {
	width: 880px;
	height:auto;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
}
#wrapperHome #showcase {
	height:334px;
	width:880px;
	margin:0px;
	padding:0px;
}
#wrapperHome #widgets {
	width:840px;
	height:280px;
	background-color:#FFFFFF;
	position:relative;
	padding:0px 20px;

}
#wrapperHome #widgets div {
	display:block;
	float:left;
	width:247px;
	padding:25px 16px 0px 16px;
}
#wrapperHome #widgets div img.banner {
/*	border: 1px solid #ededed;*/
}
#wrapperHome #widgets div a.education, #wrapperHome #widgets div a.programs, #wrapperHome #widgets div a.research {
	display:block;
	height:20px;
	padding-top:12px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -999px;
	overflow: hidden;
}
#wrapperHome #widgets div a.education {
	background-image: url(/images/widget_title_education.gif);
}
#wrapperHome #widgets div a.programs {
	background-image: url(/images/widget_title_programs.gif);
}
#wrapperHome #widgets div a.research {
	background-image: url(/images/widget_title_research.gif);
}
#wrapperHome #widgets div a.education:hover, #wrapperHome #widgets div a.programs:hover, #wrapperHome #widgets div a.research:hover {
	background-color:#eeeeee;
}
#wrapperHome #widgets div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	width:auto;
	margin-left:5px;
}
/*------------HOME PAGE*/

#wrapper div#copy {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	/*width: 443px; enabled for right side graphic*/
	width: 626px;
	height: auto;
	padding-top: 24px;
	padding-left: 27px;
	/*padding-right: 210px; enabled for right side graphic*/
	padding-right: 27px;
	padding-bottom: 24px;
	min-height:550px;
 height: expression( this.scrollHeight < 550 ? "550px" : "auto" );
}
/*#wrapper .researchCopy {background-image: url(/images/sideGraphics/research.jpg);} 
#wrapper .programsCopy {background-image: url(/images/sideGraphics/programs.jpg);}
#wrapper .presentationCopy {background-image: url(/images/sideGraphics/presentation.jpg);}
#wrapper .aboutCopy {background-image: url(/images/sideGraphics/about.jpg);}
#wrapper .educationCopy {background-image: url(/images/sideGraphics/education.jpg);}*/


#wrapper #copy img.thumb {
	float: left;
	margin-right: 24px;
	margin-bottom: 15px;
	margin-top: 5px;
}
#wrapper #copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
}

#wrapper #copy p.status {
	font-style: italic;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	display:inline;
	clear:both;
}
#wrapper #copy p.complete {
	background-image: url(/images/status_complete.gif);
}
#wrapper #copy p.active {
	background-image: url(/images/status_active.gif);
}
#wrapper #copy p.onhold {
	background-image: url(/images/status_onhold.gif);
}
#wrapper #copy h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7DB716;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height:24px;
}

/*Text Resizer Styles-------------------------*/

.medium #wrapper #copy p, .medium #wrapperHome #widgets div p { font-size: 14px; line-height: 18px; margin-bottom: 15px;}
.medium #wrapper #copy ul, .medium #wrapper #copy ol { font-size: 14px; line-height: 16px; margin-bottom: 25px;}
.medium #wrapper #copy h2 { font-size: 18px; line-height: 21px; margin-bottom: 15px; }
.medium #wrapper #copy h2 { font-size: 18px; line-height: 21px; margin-bottom: 15px; }




.large #wrapper #copy p, .large #wrapperHome #widgets div p{ font-size: 16px; line-height: 20px; margin-bottom: 30px; }
.large #wrapper #copy ul, .large #wrapper #copy ol { font-size: 16px; line-height: 18px; margin-bottom: 35px;}
.large #wrapper #copy h2 { font-size: 21px; line-height: 23px; margin-bottom: 20px; }
/*-------------------------Text Resizer Styles*/

#wrapper #copy .url {
	font-size: 14px;
	line-height:17px;
}
#wrapper #copy .url a:link, #wrapper #copy .url a:active, #wrapper #copy .url a:visited {
	text-decoration:none;
}
#wrapper #copy .url a:hover {
	text-decoration:underline;
}
#wrapper #copy h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #406251;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 18px;
}
#wrapper #copy ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom:20px;
	font-size: 12px;
	color: #333333;
	padding-left:20px;
}
#wrapper #copy ol {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin-bottom:20px;
	font-size: 12px;
	color: #333333;
	padding-left:20px;
	list-style-type: decimal;
	display: block;
	clear: right;
	width: auto;
}
#wrapper #copy ul.withThumbImage, #wrapper #copy ol.withThumbImage {
	margin-left:134px
}
#wrapper #copy li {
	margin-bottom:10px;
	line-height: 18px;
	margin-left:20px;
}
ul.sitemap {
	background:none;
}
ul.sitemap li {
	background:none;
	list-style:none;
}
ul.sitemap ul li {
	background:none;
	list-style-type: disc;
}
ul.sitemap ul li span {
	display:block;
	clear:left;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:3px;
}

ul.sitemap ul li span.title {margin-left:0px; font-weight:bold;}


#footer {
	height: 43px;
	width: 880px;
	clear: both;
	background-image: url(/images/build/bg_footerTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d5942;
	padding-top: 22px;
}
#footer #linksLeft {
	float: left;
	width: auto;
}
#footer #linksRight {
	float: right;
	width: auto;
}
#footer #copyright {
	clear: both;
	width: 880px;
	margin-top: 12px;
	text-align: right;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	position: relative;
	float: left;
}
/*-------------LAYOUT*/
