/*
============================================
ILLUSTRATION styles
============================================
	Illustration classes. To change the illustration, make new classes based on these
	but pathed to the new images. Then simply change the ID name in the HTML divs
	to reflect the new name. NOTE: the top slice is controlled by an IMG tag in the HTML.
	
	Examples:

TD#top_slice_teal{ background:#FFFFFF url(../images/present_top_slice.jpg) top left no-repeat; }

TD#mid_slice_teal{ background:#FFFFFF url(../images/present_mid_slice.jpg) top left no-repeat; }

*/


.title-orange {
	color: #ef774c;
	font-weight: bold;
}

.title-brown {
	color: ##825c3c;
	font-weight: bold;
	font-size:13px;
}

.member-caption-brown {font-size: 11px}

#homelinks a:link, #homelinks a:visited, #homelinks a:active, #homelinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#presentationslinks a:link, #presentationslinks a:visited, #presentationslinks a:active, #presentationslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#projectslinks a:link, #projectslinks a:visited, #projectslinks a:active, #projectslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#resourceslinks a:link, #resourceslinks a:visited, #resourceslinks a:active, #resourceslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#grantslinks a:link, #grantslinks a:visited, #grantslinks a:active, #grantslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#contestlinks a:link, #contestlinks a:visited, #contestlinks a:active, #contestlinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#focuslinks a:link, #focuslinks a:visited, #focuslinks a:active, #focuslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#newslinks a:link, #newslinks a:visited, #newslinks a:active, #newslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#trendslinks a:link, #trendslinks a:visited, #trendslinks a:active, #trendslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#studentlinks a:link, #studentlinks a:visited, #studentlinks a:active, #studentlinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#loginlinks a:link, #loginlinks a:visited, #loginlinks a:active, #loginlinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#registerlinks a:link, #registerlinks a:visited, #registerlinks a:active, #registerlinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#aboutlinks a:link, #aboutlinks a:visited, #aboutlinks a:active, #aboutlinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#contactlinks a:link, #contactlinks a:visited, #contactlinks a:active, #contactlinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#privacylinks a:link, #privacylinks a:visited, #privacylinks a:active, #privacylinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#fidmsiteslinks a:link, #fidmsiteslinks a:visited, #fidmsiteslinks a:active, #fidmsiteslinks a:hover {
	color: #ef774c;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#right_border {
	background-image:url(../images/profileBkgd-right.jpg);
	background-repeat:repeat-y;
	width:110px;
}

#position {
	background-color:#f7f5ed;
	width:53%;
	padding:1em;
	vertical-align:top;
	text-align:left;

}

#position p {
	padding-top:0.7em;
	padding-bottom:0.7em;
	border-bottom:dotted 1px #691f08;
}

#position p.last {
	border-bottom:none;
}

img #bottomG {
	float:left;
}

.pro_affiliations ul {
	float:right;
	width:425px;
	margin-top:-30px;
	padding-bottom:15px;
}

.pro_affiliations ul li, .statement ul li {
	list-style:circle;
	vertical-align:top;
}

#position p em{
	font-weight:bold;
	color:#ef774d;
}

.statement  {
	float:right;
	width:440px;
	/*margin-top:-30px;*/
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
}


.members_profile_footer {
	float:left;
	padding-left:70px;
	vertical-align:top;
}


.next_profile {
	float:right;
	padding-right:100px;
	vertical-align:top;
}

.next_profile img {
	border:0px;
	vertical-align:top;
}

.viewProfile {
	float:righit;
	line-height:20px;
	text-decoration:underline;
}

img.viewProfileArrow {
	float:left;
	border:0px;
	padding-right:3px;
}



