/************************************************
 *	GLOBAL	*
 NEW 6/18/09
 ************************************************/

body {
	background: #E5E7E9;
	font-family: helvetica, verdana, sans-serif;
  	color: #403824;
	margin: 0;
  	padding: 0;
  	font-size: .8em;
  	line-height: 1.3em;
  }

a:link {
	color: #1E6BB1;
	text-decoration: none;
}

a:visited {
	color: #1E6BB1;
	text-decoration: none;
}

a:active {
	color: #1E6BB1;
}

a:hover {
  text-decoration:underline;
}

img {
	border:0;
	padding:0;
	margin:0;	
}

hr {
	height:1px;
	border:0;
	background:#ccc;
	width:100%; 
	padding:0;
	margin:0;
}


/************************************************
 *	PAGE STRUCTURE	*
 ************************************************/


#main_container {
	position:relative;
	margin:0 auto 0 auto;  
	width:850px;
	padding:0;
}

#main_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.header_container {
	position:absolute;
	background:#fff url('images/header_bg.jpg') no-repeat top right;
	top:0;
	border:solid 1px #ccc;
	border-top:0;
	width:850px;
	height:169px;
	margin:0;
	padding:0;
}


.page_container {
	position:absolute;
	top:184px;
	background:#fff;
	border:solid 1px #ccc;
	border-bottom:0;
	width:850px;
	margin:0;
	padding:0;
	.z-index:-1;
}

.left_column{
	padding-left:10px;
}

.right_column {
	float:right;
	width:235px;
	margin-bottom:50px;
}

.home_content_container {
	position:relative;
	width:810px;
	margin:30px auto 0 auto;
	padding:0;	
}

.footer_container {
	position:relative;
	background:#00529C;
	width:850px;
	height:151px;
	margin:0;
	padding:0;
	clear:both;
}


/************************************************
 *	INTERIOR STRUCTURE	*
 ************************************************/


.page2_container {
	position:absolute;
	background:#fff url('images/clouds2_bg.jpg') no-repeat 0 0;
	top:184px;
	border:solid 1px #ccc;
	border-bottom:0;
	width:850px;
	margin:0;
	padding:0;
	.z-index:-1;
}

.interior_content_container {
	position:relative;
	width:790px;
	margin:20px auto 0 auto;
	padding:0;	
}



.interior_title_container {
	border-bottom:solid 2px #296EAC;
	width:100%;
	margin-bottom:25px;
	height:33px;
}

.interior_title_container2 {
	background:url('images/pdsaa_border.gif') no-repeat bottom left;
	width:100%;
	margin:0 0 15px 0;
	height:102px;
}
.submenu_container {
	float:left;
	width:180px;
  	vertical-align: top;
  	padding:0 0 0 0;
	border-top: 1px solid #ccc; 
}

.interior_content2_container {
	float:right;
	border-left:1px solid #ccc;
	width:589px;
	padding-left:20px;
	margin-bottom:100px;
	min-height:500px;
}


.img_frame1 {
	float:right;
	border:solid 1px #ccc;
	background-color:#EDF8D8;
	padding:10px 15px 10px 15px;
	margin:0 0 15px 15px;
}


.img_frame2 {
	float:right;
	border:solid 1px #ccc;
	background-color:#ECF9CD;
	padding:10px 15px 10px 15px;
	margin:0 0 15px 15px;
}

.float_txt {
	float:left;
	margin:0 1em 0 0;
}

.img_frame3 {
	float:right;
	border:solid 1px #ccc;
	padding:10px 15px 10px 15px;
	margin:0 0 15px 15px;
}


/************************************************
 * HEADER & LOGO 	*
 ************************************************/


.logo_container {
	position:relative;
	width:772px;
	height:49px;
	margin:36px auto 0 auto;
	margin-bottom:28px;
}

.title_box {
	float:left;
}

/************************************************
 *	MAIN NAVIGATION	*
 ************************************************/


.menu {
	background:#E56937 url('images/navigation_bg.gif') repeat-x 0 0;
	width:850px; 
	height:44px; 
/*	font-size:.9em; 
*/	text-align:center;
	position:relative; 
	z-index:100;
	margin-top:32px;
	
}

/* hack to correct IE5.5 faulty box model */

* html .menu {
	width:850px; 
	w\idth:849px;}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:121.4px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
/*	width:121.4px;
*/	position:relative;
}

.menu ul li {
	background:#E56937 url('images/navigation_bg.gif') repeat-x 0 0;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#fff; 
/*	width:121.4px; 
*/	height:44px;
}

.menu ul li a {
	font-size:13px;
	font-weight:normal;
	letter-spacing: .02em;
	padding:0 24px;
	background:url('images/divider.gif') no-repeat top right;
}

.menu ul li a span.vert-align1 {
	position:relative;
	top:15px;
}

.menu ul li a span.vert-align2 {
	position:relative;
	top:6px;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
	width:121.4px; w\idth:110.4px;
}
/* style the second level text */

.menu ul ul li a {
	font-size:.9em;
	font-weight:normal;
	color:#EC6F3D;
	text-align:left;
	z-index:200;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	font-size:2px;
}


/* style the second level hover */

.menu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */

.menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:44px;
	left:0; 
	width:149px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
	top:43px;t\op:44px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#F5EBE8; 
	color:#ED703F;
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border:solid 1px #DCBAAD;
	border-top:0;
}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;w\idth:128px;
}

/* style the top level hover */

.menu a:hover  {
	color:#fff; 
	background:#DB6334 url('images/divider.gif') no-repeat top right;
	text-decoration:none;
/*	_width:120.4px;  IE6 ONLY */
}

.menu ul ul a:hover {
	color:#ED703F;
	background:#E4DAD7;
	_width:128px;
}

.menu :hover > a  {
	color:#fff;
	background:#DB6334 url('images/divider.gif') no-repeat top right;
}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden; 	z-index:100;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:visible;}


.divider  {
	
}

.menu ul li a.last{
	background:none;
/*	padding-right:15px;
*/}

.menu ul ul li {
	text-align:left;
	z-index:100;

}

/*
.txt_align1 {
	height:34px;
	display:table-cell;
}

.txt_align1 a {
	line-height:46px;
}


.txt_align2 {
	line-height:31px;
}


.txt_align {
	display:block;
	padding-bottom:10px;
	margin:-17px;
	visibility:visible;
	z-index:800;
}
*/

/************************************************
 *	SUBNAVIGATION	*
 ************************************************/


.subnavlinks {
	float:left;
	width:180px;
}


.primary  {
  	font-size:.85em;
  	width:180px;	
}

.primary a {
  	letter-spacing:.5px;
  	color:#1E6BB1;
 	z-index:0;
	width:160px;
	display:block;
	border-bottom: 1px solid #ccc; 
	padding:10px 10px 10px 10px;
	line-height:1.2em;
}

.subnavlinks .primary a:hover {
 	background-color: #CBE7FB;
 	color:#1E6BB1;
 	text-decoration: none;
	width:160px;
}


.subnavlinks .primary a.active,
.subnavlinks .primary a.active:link,
.subnavlinks .primary a.active:hover,
.subnavlinks .primary a.active:visited,
.subnavlinks .primary a.active:active 
{
 	background-color: #CBE7FB;
}


.subnavlinks2 {
	float:right;
	padding-top:15px;
	font-size:85%;
}

.subnavlinks2_pdsaa {
	float:right;
	padding-top:15px;
	font-size:85%;
	margin-top:30px;
}

.subnavlinks {
	float:left;
	width:180px;
}


.advanced_nav  {
  	font-size:.8em;
  	width:100%;
  	margin:1em 0 3em 0;
}

.advanced_nav a {
	background-color:#E4DEDE;
  	letter-spacing:.2px;
  	color:#1E6BB1;
 	z-index:0;
	line-height:1.2em;
	padding:10px 4px 6px 4px;
	border:solid 1px #CCCCCC;
	border-bottom:0;
}

.advanced_nav .advanced_nav2 a:hover {
 	background-color: #fff;
 	color:#1E6BB1;
 	text-decoration: none;
}


.advanced_nav .advanced_nav2 a.active,
.advanced_nav .advanced_nav2 a.active:link,
.advanced_nav .advanced_nav2 a.active:hover,
.advanced_nav .advanced_nav2 a.active:visited,
.advanced_nav .advanced_nav2 a.active:active 
{
 	background-color: #fff;
  	color: #403824;
}


.home_subnav {
	position:absolute;
	font-size:80%;
	left:760px;
	top:94px;
}


/************************************************
 * HOME CONTENT 	*
 ************************************************/

div.login_links{
	position:absolute;
	right:0px;
	top:-36px;
}

.login_links span{
	float:right;
	padding-left:9px;
	margin-left:10px;
	display:block;
	background:  url(images/arrow.gif) no-repeat left 3px;
}

.login_links a{
	border-bottom:1px solid #4C7FAA;
	color:#4C7FAA;
	display:block;
	line-height:1.2em;
}

.login_links a:hover{
	text-decoration:none;
}



.cloud_container {
	position:relative;
	background:#fff url('images/cloud_bg.jpg') no-repeat;
	width:810px;
	height:278px;
	padding:0;
	margin:0;
}

.mission_container {
	width:546px;
	background-color:#9FC8E5;
	background-image: url(images/cloud_bg.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	margin-bottom:16px;
}

.mission_container_content {
	color:#403824;
	font-size:1.15em;
	line-height:1.2em;
	margin:20px 20px 30px 20px;
}

.mission_container h1 {
	color:#355F86;
	font-size:1.65em;
	font-weight:bold;
	margin:0 0 11px 0;
	padding:0;
}

.mission_container p {

}

.btn1_container {
	width:160px;
	margin-top:30px;
}

.ship_img {
	float:right;
	margin-left:40px;
}


.column_container {
	position:relative;
	width:100%;
	margin-top:47px;
}


.column_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.column_container_pdsaaa {
	position:relative;
	width:100%;
	margin-top:25px;
}


.column_container_pdsaa:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.fellows_container {
/*	padding:20px 18px 0 15px;
*/			
			margin-bottom:145px;
			width:545px;
			
}

.fellows_container_content {
	height:240px;
	padding:6px 18px 0 16px;
	
}

.fellows_container h2 {
	font-size:1.5em;
	color:#495062;
	margin:0;
}

div.fellows_container p {
	color:#000;
}

img.fellows-collage {
	float:right;
	margin-left:50px;
	margin-bottom:10px;
}


/*.fellows_container hr {
	height:2px;
	border:0;
	background:#00529C;
	width:100%; 
	padding:0;
	margin:0;
}*/

.news_container {
	width:230px;
}


.news_container_content {
	padding:0 15px 0 19px;
	color:#000;
}

.news_container_content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.news_container_content li {
	margin-bottom:20px;
	font-size:.9em;
	line-height:1.5em;
}

a.more-news-link{
	font-size:.9em;
}

div#quick-links{
	background-color:#EDF8D8;
	padding: 20px;
	margin-bottom: 15px;
}

.right_column h2{
	color:#535650;
	font-size: 1.15em;
	margin-bottom: 10px;

}

#quick-links ul{
	margin: 0;
	list-style-image: url(images/arrow.gif);
	padding: 0;
	list-style-position: inside;
}

#quick-links li{
	margin: 0;
	margin-bottom: .5em;

}

#quick-links a{
	color:#7B971C;
	font-weight: normal;
}

#quick-links a:hover{
	text-decoration: none;
}

/************************************************
 *	Rounded Rectanges	*
 ************************************************/

/*----Mission Container-----*/

.roundedcornr_top_808203 div {
   background: url(images/rounded_corners/roundedcornr_808203_tl.gif) no-repeat top left;
}
.roundedcornr_top_808203 {
   background: transparent url(images/rounded_corners/roundedcornr_808203_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_808203 div {
   background: url(images/rounded_corners/roundedcornr_808203_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_808203 {
   background: transparent url(images/rounded_corners/roundedcornr_808203_br.gif) no-repeat bottom right;
}

.roundedcornr_top_808203 div, .roundedcornr_top_808203,
.roundedcornr_bottom_808203 div, .roundedcornr_bottom_808203 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}


/*----white  Container-----*/

.roundedcornr_box_390218 {
	background: url(images/rounded_corners/roundedcornr_390218_tl.png) no-repeat top left;
}
.roundedcornr_top_390218 {
	background: url(images/rounded_corners/roundedcornr_390218_tr.png) no-repeat top right;
}
.roundedcornr_bottom_390218 {
	background: url(images/rounded_corners/roundedcornr_390218_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_390218 div {
	background: url(images/rounded_corners/roundedcornr_390218_br.png) no-repeat bottom right;
}
.roundedcornr_content_390218 {
	background: url(images/rounded_corners/roundedcornr_390218_r.png) top right repeat-y;
}

.roundedcornr_top_390218 div,.roundedcornr_top_390218,
.roundedcornr_bottom_390218 div, .roundedcornr_bottom_390218 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}


/************************************************
 *	TITLES & HEADINGS	*
 ************************************************/

.title1 {
	color:#E6541A;
	font-weight:bold;
	font-size:2em;
	padding:0;
	margin:5px 0;
}


.title2 {
	color:#00529C;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	padding:0 0 7px 0;
	margin:0;
}


.title4 {
	color:#E6541A;
	font-weight:bold;
	font-size:2em;
	padding:0;
	margin:5px 0;
}


h1 {
	font-size:1.5em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding:0 0 7px;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding:0 0 7px;
}


h3 {
	font-size:.7em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding:0 0 7px;
}


/************************************************
 *	FOOTER  *
 ************************************************/


.footer_content {
	width:680px;
	height:78px;
	margin:0  auto 0 auto;
	padding-top:40px; 
}

.footer_content img {
	float:left;
	padding:0 0 0 0;
	margin-left:124px;
}


.footer_txt {
	color:#fff;
	font-size:1em;
	margin-left:15px;
	margin-top:23px;
	float:left;
	display:inline;
}  

.footer_content2 {
	height:78px;
}

/************************************************
 *	INTERIOR PAGES  *
 ************************************************/

.underline {
	text-decoration:underline;
}


.currentfellows_box1 {
	width:589px;
	margin:20px 0 40px 0;
}

.currentfellows_box2 {
	float:left; 
	width:200px;	
	margin:0 30px 0 0;
	line-height:1em;
}

.currentfellows_box1 a {
	padding-bottom:.7em;
	display:block;
}


.currentfellows_box3 {
	float:left; 
	width:200px;
	line-height:1em;
}

table.profile { 
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px; 
	margin:20px 0 0 0;
}


td.profiletitle { 
	background-color: #00529C;
	font-weight: bold;
	font-size:110%;
	color: #fff; 
	padding:9px 0 9px 14px;
}


td.profileinfo { 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	padding:7px;
}

.pub_container {
	background-color:#fff;
	display:block;
	margin-bottom:20px;
	padding:10px;
}

.pub_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.pub_box1 {
	float:left;
	width:75%;
}

.pub_box2 {
	float:right;
}


table.search { 
	border:solid 1px #ccc;
	background-color:#D6E6F3;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px; 
	padding:15px;
	margin:0 0 20px 0;
}


table.search td {  
	padding:3px;
}


table.searchresults { 
	border:solid 1px #ccc;
	width:100%;
	border-collapse: collapse;	
	border-spacing: 0px; 
	padding:15px;
	margin:0 0 20px 0;
}

table.searchresults td{ 
	border:solid 1px #ccc;
	font-size:90%;
	padding:5px 20px 5px 5px;
}


.searchtitles {
	background-color:#ECF9CD;
	font-weight:bold;
}

.active_search {
	background-color:#CBE7FB;
	text-decoration:underline;
}

.directory_entry {
}

.directory_entry input {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
}


.fellows_box {
	width:75%;
}


.apply_btn {
	background:#E56836;
	padding:10px;
	margin:13px 0 10px 0;
	color:#fff;
	font-size:130%;
	font-weight:bold;
	text-align:center;	
	width:200px;
}


.apply_btn a {
	color:#fff;
}

.apply_btn a:hover {
	text-decoration:none;
}

/************************************************
 *	ALUMNI GALLERY  *
 ************************************************/

.date_title {
	color:#F07443;
	font-weight:bold;
	font-size:1.5em;
	margin:35px 0 35px 0;
	width:100%;
	border-bottom:solid 1px #F07443;
}

.date_title2 {
	color:#F07443;
	font-weight:bold;
	font-size:1.5em;
	margin:35px 0 5px 0;
	width:100%;
	border-bottom:solid 1px #F07443;
}

.thumbs_box {
	float:left;
	border-right:solid 1px #CCCCCC;
	width:173px;
	margin:0 15px 2em 0;
}

.thumbs_row {
	width:100%;
	_margin-bottom:2em;
}

.event_name {
	color:#403824;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	padding:0;
	margin:0 0 1em 0;
}

.subnavlinks_gallery {
	font-size:90%;
	text-align:right;
	padding:0;
	margin-bottom:2em;

}

.subnavlinks_gallery a,
.subnavlinks_gallery a:link,
.subnavlinks_gallery a:hover,
.subnavlinks_gallery a:visited,
.subnavlinks_gallery a:active 
{
 	color: #EB6F3E;
}


.gallery_box {
	float:left;
	width:270px;
	margin:0 15px 2.5em 0;
}

.gallery_box p {
	padding:0;
	margin:0;
	font-size:90%;
	width:250px;
	line-height:1em;
}