/*  Wellman Center for Photomedicine Style Sheet */
/*  Home Page styles  */
/*  Derwin Hyde 7/29/09 */

body
	{
		line-height: 160%;
	}

/* banner */

#spectrum-home
	{
		height: 155px;
		width: 900px;
		border: none;
		margin: 0;
	}
	
#search
	{
	padding: 4px 2px;
	}
	
a img
	{
		border: none;
		cursor: pointer;
	}

/*  top two photos with rollovers */

#homephoto1, #homephoto2
	{
		width: 448px;
		height: 230px;
		width: 448px;
		cursor: pointer;
	}
	
/*  search box and button  */

#homesearch
	{
		margin-left: 700px;
		height: 23px;
		width: 184px;
	}

/*  other home page photos  */

#researchtopractice
	{
		margin-top: -240px;
		margin-left: 224px;
		height: 225px;
		width: 197px;		
	}
	
#labfocus
	{
		margin-top: -260px;
		left: 236px;
		height: 242px;
		width: 195px;		
	}

#researchtopracticephoto
	{
		margin-top: -257px;
		width: 197px;
		height: 215px;
		float: right;
	}
	
#partnerslogo
	{
		margin-top: 40px;
		margin-left: 0;
		height: 40px;
		width: 100px;
		cursor: pointer
	}
	
#hstlogo
	{
		top: 44px;
		left: 0;
		height: 35px;
		width: 195px;
		cursor: pointer;
	}
	
#howtodonatehome
	{
		height: 33px;
		width: 155px;
	}
	
/*  article images used as heads  */

#newsandevents, #fromresearchtopractice, #affiliations,
#labfocus, #supportwellman



#labfocus
	{
		position: relative;
		margin-top: 12px;
		left: 0;
		height: 24px;
		width: 93px;
		background-image: url(images/labfocus.gif);
	}

#affiliations
	{
		position: relative;
		margin-top: -96px;
		left: 0;
		height: 24px;
		width: 97px;
		background-image: url(images/affiliations.gif);
	}
	
#supportwellman
	{
		position: relative;
		margin-top: -96px;
		left: 0;
		height: 24px;
		width: 156px;
		background-image: url(images/supportwellman.gif);
	}
		
/*  home page fonts  */

#intro
	{
		padding-top: 8px;
		padding-bottom: 16px;
		padding-left: 22px;
		padding-right: 22px;
	}
	
#introhead
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #10699d;
		margin-right: -16px;
		display: inline;
	}
	
#introtext
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #39393a;
		margin-right: 180px;
		margin-left: 22px;
		line-height: 170%;
		display: inline;
	}

	
#researchtopracticetext
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #39393a;
		width: 204px;
	}
	
#labfocustext
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #39393a;
		margin-right: 206px;		
	}
	
#supportname
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #39393a;
		margin-left: 10px;
	}

#contactperson
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #39393a;
	}

a:link.more, a:visited.more, a:hover.more, a:active.more
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-decoration: none;
		color: #10699d;
		display: inline;
		cursor: pointer;
	}

a:active.pointer, a:hover.pointer
	{
		cursor: pointer;
		color: #032b53;
	}

a:link.textlink, a:visited.textlink, a:active.textlink, a:hover.textlink
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		text-decoration: none;
		color: #0055a1;
		cursor: pointer;
	}
	
	
/*  large blue head on home page - Wellman Center */

#wellmanhead
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #10699d;
		display: inline;
	}

/*  navigation bar  */

#navcontainer
	{
		margin: 4px 0;
		height: 30px;
		width: 900px;
		border: none;
	}

#about, #aboutover, #faculty, #facultyover, #research, #researchover,
#clinicalimpact, #clinicalimpactover, #opportunities,
#opportunitiesover, #news, #newsover, #giving, #givingover,
#contact, #contactover
	{
		float: left;
		height: 30px;
		cursor: pointer;
		z-index: 4;
	}
	
#about, #aboutover
	{
		margin-left: 0;
	}
	
/* text fonts  */

.textgray, .textboldgray, .textitalicgray, .capsgray, .biosketch
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #39393a;
		text-align: left;
		line-height: 160%;
	}

.biosketch
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #39393a;
		line-height: 140%;
	}

.textboldgray
	{
		font-weight: bold;
	}

.textitalicgray
	{
		font-style: italic;
	}

.capsgray
	{
		text-transform: uppercase;
	}

/* color classes for use with other classes  */

/*  your basic black  */
.black
	{
 		color: #000000;
	}

/*  gray for text and navbar  */
.gray
	{
 		color: #39393a;
	}
	
/*  Wellman headline and link color in blue text  */
.wellmanblue
	{
		color: #10699d;
	}
	
/*  blue for subheads  */
.subheadblue
	{
		color: #0082b0;
	}

/*  green for subheads  */
.subheadgreen
	{
		color: #018a4a;
	}

/*  News and Events green  */
.newseventsgreen
	{
		color: #5ca038;
	}

/*  Research to Practice blue  */
.researchtopracticeblue
	{
		color: #005da4;
	}
	
/*  lab focus green  */
.labfocusgreen
	{
		color: #008c44;
	}
	
/*  affiliations blue  */
.affiliationsblue
	{
		color: #375896;
	}
	
/*  Support Wellman blue  */
.supportblue
	{
		color: #423474;
	}

/* bottom navbar links */

a:link.bottom, a:visited.bottom, a:hover.bottom, a:active.bottom
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
	}

a:link.bottom, a:visited.bottom
	{
		cursor: pointer;
		color: #39393a;
	}

a:active.bottom, a:hover.bottom
	{
		cursor: pointer;
		color: #000000;
	}

#homebottom, #aboutbottom, #facultybottom, #researchbottom,
#clinicalimpactbottom, #opportunitiesbottom, #newsbottom, #givingbottom,
#contactbottom, #sitemapbottom, #privacypolicybottom
	{
		clear: both;
		display: inline;
		margin-left: 21px;
	}
	
#homebottom
	{
		margin-left: 28px;
	}

/*  footer on every page  */

#footer
	{
		position: relative;
		top: 0;
		left: 0;
		width: 900px;
		height: 30px;
		background-image: url(images/bottomspectrum.png);
		z-index: 1;
	}

#copyright
	{
		margin-left: 608px;
		margin-top: -14px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: white;
		z-index: 2;
	}
/* for Gang's search results page */

#leftmargin
	{
		margin-left: 12px;
	}
	
/* end of style sheet */

