@charset "utf-8";
/* CSS Document - DF/BW/SSH Cancer Center home page styles */

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
background-color:#FFF;
}

/******link styles******/
a:link {
	color: #003399;
}
a:visited {
	color: #660099;
}
a:hover {
	background-color: #CCCCCC;
}

/***styles for #global_links links***/
#global_links a:link {
	color:#007EA3;
	text-decoration:none;
}
#global_links a:visited {
	text-decoration:none;
	background:none;
}
#global_links a:hover {
	color:#005670;
	text-decoration:none;
	background:none;
} 

/******heading styles******/
/*first heading*/
h1 {
	color: #981E32;
	font-size: 110%;
	margin: 10px 0 5px 10px;
}
/*second heading*/
h2 {
	color: #007EA3;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0px 6px 0px;
}
/*third heading*/
h3 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 6px 0px;
}
/*fourth heading*/
h4 {
	color: #007EA3;
	font-size: 90%;
	font-style:italic;
	font-weight:bold;
	margin: 10px 10px 6px 10px;
}
/**/#row1Text h1 {
	margin-left: 15px;
}
/******paragraph styles******/
p {
	font-size: 100%;
	margin: 0px 5px 10px 10px;
	line-height:125%;
}
/*paragraph styles for #row1Text when there is no photo*/
#row1Text p {
	margin-left: 15px;
}
/*paragraph styles for footer*/
#footer p {
margin:5px 0px 8px 0px;
line-height:130%;
}

/******div styles******/
/*holds all page content except footer*/
#wrap {
margin: 0 auto;
width:800px;
background:url(images/bkgd_repeat-home.gif) repeat-y;
padding-bottom:10px;
}
/*styles for global links at top of page*/
#global_links {
height:20px;
text-align:right;
color:#007EA3;
background-color:#FFF;
font-size:90%;
padding:5px 10px 0px 5px;
}
/*holds top banner photo and logo*/
#banner {
width:100%;
}
/*holds left navigation*/
#leftnav { 
	float:left; 
	width:190px; 
	border-left: 1px solid #007EA3;
	}
/*holds content area*/
#content {
	float:left;
	width:609px;
	}
/*first column of content area*/ 
#contentRow1 {
	float:left;
	width:46%;
}
/*row 1 image
#row1Image {
	float:left;
	width:30%;
}*/
/*row 1 text*/
#row1Text {
	float:right;
	width:100%;		
	border-bottom:1px solid #007EA3;
}
/*row 1 text 2*/
#row1Text2 {
	float:right;
	margin-top:10px;
	width:100%;
}
/*top row of right column of content area*/
#contentRow2 {
	float:left;
	width:53%;
	padding:0 3px;
	border-bottom:1px solid #007EA3;
	/*border-left:1px solid #007EA3;*/
}
/*row 2 image*/
#row2Image {
	float:left;
	width:100%;
}
/*row 2 text*/
#row2Text {
	float:right;
	width:100%;
}
/*second row of right column of content area*/
#contentRow3 {
	float:left;
	width:53%;
	padding:0 3px;
	/*border-left:1px solid #007EA3;
	border-bottom:1px solid #007EA3;*/
}
/*row 3 image*/
#row3Image {
	float:left;
	width:100%;
}
/*row 3 text*/
#row3Text {
	float:right;
	width:100%;
}
/*fourth row of content area*/
#contentRow4 {
	float:left;
	width:100%;
}
/*row 4 image*/
#row4Image {
	float:left;
	width:30%;
}
/*row 4 text*/
#row4Text {
	float:right;
	width:70%;
}
/*clears floats from divs above it*/
#clear {
	clear:both;
	}
/*holds address and copyright info at bottom of page*/
#footer {
	margin:0px auto;
	clear:both;
	width:800px; 
	padding-bottom:10px;
	text-align:center;
	font-size:85%;
	border-top: 1px solid #981E32;
	}
/*styles for images in content area*/
#content img {
	margin:5px 4px;
	border: 1px solid #981E32;
}
