/* Transatlantic Academy content styles */
* {
	margin:0;
	padding:0;
}
body {
	background-color:#ffffff;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.85em;
	color:#666;
}
img {
	display:block;
	overflow:hidden;
	border:0;
}
#outershell {
	width:994px;
	height:100%;
	margin:0 auto;
	position:relative;
}
.clear {
	height:0;
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
/* Header */
.header {
	width:100%;
	height:140px;
	clear:both;
	position:relative;
}
.logo {
	float:left;
	width:354px;
	height:140px;
}
.logo a {
	width:190px;
	height:100px;
	position:relative;
	top:29px;
	left:34px;
}
.logo img {
	overflow:hidden;
	width:190px;
	height:100px;
	border:0;
}
/* Main menu */
.menu-main {
	font-size:135%;
	position:relative;
	top:30px;
	float:left;
	width:300px;
}
.menu-main a {
	color:#0059a8;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:2px;
	display:block;
	float:left;
	clear:both;
}
.menu-main a:hover, .menu-main a.selected {
	color:#e20a16;
}
#menu-pop {
	width:478px;
	height:215px;
	position:absolute;
	top:-16px;
	left:-20px;
	z-index:999;
}
#menu-pop-background {
	width:478px;
	height:215px;
	position:relative;
	border:1px solid #9e9e9e;
	z-index:998;
}
.menu-pop-title {
	width:100%;
	font-size:70%;
	float:left;
	height:30px;
	z-index:999;
}
.menu-pop-content {
	width:324px;
	float:left;
	left:132px;
	padding:18px 15px;
	position:relative;
	top:-215px;
	z-index:999;
}
.menu-pop-description {
	float:left;
	width:162px;
	height:138px;
	margin:0 2px 10px 0;
	font-size:55%;
	color:#0f4463;
	overflow:hidden;
	z-index:999;
}
.menu-pop-description p {
	margin-top:5px;
}
.menu-pop-description a {
	font-size:105%;
	color:#0f4463;
	font-weight:bold;
	display:block;
	position:absolute;
	bottom:10px;
}
.menu-pop-description a:hover {
	color:#0f4463;
}
.menu-pop-description-content {
	display:none;
}
.menu-pop-links {
	width:150px;
	float:left;
}
.menu-pop-links a {
	font-size:60%;
	font-weight:normal;
	margin-bottom:10px;
	line-height:85%;
}
.menu-pop-title a:hover, .menu-pop-content a:hover {
	text-decoration:underline;
	color:#0059a8;
}
/* Top right menu */
.menu-top-right {
	color:#0f4463;
	font-size:80%;
	position:relative;
	top:15px;
	/*right:25px;*/
	left:40px;
	z-index:1;
}
.menu-top-right a {
	color:#666;
	text-decoration:none;
	padding:0 5px;
}
.menu-top-right a:hover {
	color:#0f4463;
}
/* Content */
.content-row {
	clear:both;
	width:100%;
}
.content-left {
	width:662px;
	float:left;
	margin-right:1px;
	overflow:hidden;
}
.content-right {
	float:left;
	width:330px;
	overflow:hidden;
	z-index:10;
}
.content-column {
	width:330px;
	margin:1px 0px 0 0;
	float:left;
}
.content-column.wide {
	width:633px;
	margin:1px 0px 0 0;
	float:left;
	position:relative;
	padding-right:30px;
}
.content-column.center {
	margin:1px 1px 0 2px;
}
.content-column.nodivide .content-column-head {
	border:0;
	padding-bottom:0;
}
.content-column-head.separate {
	margin-top:1px;
}
.content-column.nodivide .content-column-copy {
	border:0;
}
.content-column-head {
	border-bottom:1px solid #d7d7d7;
	color:#e20a16;
	height:25px;
	padding:13px;
	background-color:#e6e6e6;	
	clear:both;
	display:block;
}
.content-column-headDark {
		clear:both;
	border-bottom:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	color:#e20a16;
	height:20px;
	padding:13px;
	background-color:#d1d1d1;
}
.content-column-headDark.separate {
	margin-top:1px;
}
.content-column-headDark a, .content-column-head a{
	color:#e20a16;
}
.content-column-headDark a:link, .content-column-headDark a:visited, .content-column-head a:link, .content-column-head a:visited{
	text-decoration:none;
}
.content-column-headDark a:hover, .content-column-headDark:active, .content-column-head a:hover, .content-column-head a:active{
	text-decoration:underline;
}
.content-column-head h1, .content-column-headDark h1 {
	font-size:135%;
	font-weight:normal;
	line-height:120%;
}
.content-column-copy {
	background:#e6e6e6;
	border-top:1px solid #eeeeee;
	position:relative;
	z-index:10;
	
}
.content-column-copy .copy ul {
	list-style-type:none;
	font-size:110%;
}
.content-column-copy .copy ul li {
	line-height:150%;
}
.content-column-copy .copy ul li a {
	color:#0f4463;
}
.content-column-copy .copy ul li a:hover {
	color:#e20a16;
	text-decoration:none;
}
.dark {
	background-color:#d1d1d1;
}

.content-column.wide .copy ul {
	margin:15px 25px;
	padding:0;
	list-style-type:square;
	font-size:110%;
}
.divider {
	height:1px;
	width:100%;
}
.bottom .content-column-copy {
	height:210px;
}
.copy {
	padding:15px;
	font-size:80%;
	color:#0f4463;	
	
	
}

.copy .copya {
	padding:15px;
	font-size:80%;
	color:#0f4463;
}


.copy h1 {
	font-size:165%;
	display:block;
	margin-bottom:15px;
	color:#e20a16;
	font-weight:normal;
}
.copy h3 {
	font-size:110%;
	display:block;
	margin-bottom:15px;
}


.copy p {
	margin-bottom:10px;
	font-size:110%;
}
.copy a {
	margin-bottom:10px;
	color:#e20a16;
	text-decoration:none;
}
.copy a:hover {
	text-decoration:underline;
}
.copy #fellows{
	margin:0;
	line-height:1.4em;
}
.copy #fellows .rule{
	clear:both;
	margin-bottom:25px;
}
.copy #fellows h1{
	clear:both;
}
.copy #fellows img.bio-photo {
	width:170px;
	display:block;
	margin:0 20px 20px 0;
	float:left;
}

.copy .thumb {
	float:left;
	width:110px;
}
.copy .excerpt {
	float:left;
	width:260px;
}

.copy .newrow
{
	padding:15px;
	font-weight:normal;
	
	
}


.bio {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:25px;
}
.bio-photo {
	width:190px;
	float:left;
}
.bio-description {
	width:390px;
	float:left;
}
.rule {
	height:1px;
	width:100%;
	background-color:#ccc;
	margin-bottom:25px;
	float:left;
	clear:both;
}
.red {
	background-color:#e20a16;
}
.highlight {
	margin-top:1px;
	height:4px;
	border-bottom:1px solid #d7d7d7;
	overflow:hidden;
}
ul.publications {
	list-style-type:none;
	position:relative;
	top:-1px;
}
ul.publications li {
	display:block;
	font-size:85%;
	float:left;
	width:100%;
}
ul.publications li a {
	color:#0f4463;
	text-decoration:none;
	padding:5px 15px;
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #d7d7d7;
}
ul.publications li a:hover {
	background-color:#ccc;
	border-bottom:1px solid #bbb;
}
/* View buttons */
.viewbuttons {
	padding:0 15px 0 15px;
	position:absolute;
	bottom:15px;
	width:300px;
	left:0;
}
.buttonrow {
	/*padding:0 15px 15px 15px;*/
	width:100%;
	padding-bottom:10px;
	
}
.buttonrow a {
	display:inline-block;
	padding-left:15px;
}
.viewbuttons .viewall {
	float:left;
}
.viewbuttons .arrows {
	float:right;
}
.viewbuttons img, .arrows img {
	border:0;
	overflow:hidden;
	display:block;
	float:left;
	margin:1px;
}
/* Footer */
h1.apply {
	font-size:125%;
	font-weight:normal;
	line-height:120%;
	margin:10px;
}
.apply a {
	color:#e20a16;
	text-decoration:none;
}
.apply a:hover {
	text-decoration:underline;
}
.footer-links {
	clear:both;
}
.footer-links ul {
	list-style-type:none;
	margin-left:5px;
}
.footer-links ul li {
	float:left;
	padding:5px;
}
.footer-links ul li a {
	color:#777;
	text-decoration:none;
	font-size:80%;
}
.footer-links ul li a:hover {
	color:#0f4463;
}
.sitecredit {
	clear:both;
	float:left;
	width:100%;
	font-size:75%;
}
#copyright {
	float:left;
	padding:0 10px;
	color:#aaa;
	position:relative;
	top:-15px;
}
#copyright a {
	color:#666;
	text-decoration:none;
}
#copyright a:hover {
	color:#0f4463;
}
#siteby {
	float:right;
	position:relative;
	padding:0 10px;
}
#siteby img {
	border:0;
}
/* Events */
table.events {
	font-size:105%;
}
table.events th {
	padding:7px 15px;
	background-color:#ebebeb;
	color:#333;
}
table.events th.event {
	border-left:3px solid #fff;
}
table.events td {
	padding:7px 15px;
	background-color:#f7f7f7;
	border-top:3px solid #fff;
	font-size:95%;
	vertical-align:top;
}
table.events td h4 {
	font-size:107%;
	margin-bottom:4px;
}
table.events tr.hover td {
	background-color:#ebebeb;
	cursor:pointer;
	cursor:hand;
}

/* Gallery */
table.gallery {
	font-size:105%;
}
table.gallery th {
	padding:7px 15px;
	background-color:#ebebeb;
	color:#333;
}
table.gallery th.gallery {
	border-left:3px solid #fff;
}
table.gallery td {
	padding:7px 15px;
	background-color:#f7f7f7;
	border-top:3px solid #fff;
	font-size:95%;
	vertical-align:top;
}
table.gallery td h4 {
	font-size:107%;
	margin-bottom:4px;
}
table.gallery tr.hover td {
	background-color:#ebebeb;
	cursor:pointer;
	cursor:hand;
}
/* Bios */
.content-column-bio {
	position:relative;
	overflow:hidden;
}
#bioscroller {
	position:relative;
}
.bio-snippet {
	height:70px;
	width:100%;
	float:left;
	clear:both;
	background-color:#9a9a9a;
	margin:0 0 2px 1px;
}
.bio-image {
	float:left;
	margin-right:5px;
}
.bio-buttons {
	padding:5px;
	float:left;
}
.bio-buttons p {
	margin-bottom:5px;
	font-size:85%;
	color:#0f4463;
}
.bio-buttons img {
	float:left;
	margin-right:1px;
}
#bio-up {
	position:absolute;
	top:15px;
	right:15px;
	z-index:200;
}
#bio-down {
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:200;
}

.redtext {
color:#e20a16;
}

.contactrequired {
	color:#e20a16;	
}
#printerfriendly {
	position:absolute;
	z-index:1500;
	right:8px;
	top:11px;
	font-size:10px;
	font-weight:normal;
	color:#0f4463;
}


.announcements {
    position:absolute;
    width:330px;
    right:0;
    top:90px;
    height:50px;
    font-size:85%;
    color:#0f4463;
}
.announcements a {
    color:#0059a8;
    text-decoration:none;
}
.announcements a:hover {
    text-decoration:underline;
}

