/************************************************/
/* Coral.css                               		*/
/* Use for the CORAL Website          	    	*/
/* Created by Necia Wolff on 3/21/2008          */
/* CSS created with Macromedia Dreamweaver 2004 */
/* Last update on 3/21/2008        	        	*/
/************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.20;
	margin: 10px 40px 10px 40px;
	padding: 10px;
	background-color: #666699;
}

a:link, a:visited, a:hover {
	color: #333366;
	text-decoration: underline;
}

a:hover {
	background-color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #666699;
}

h1{
 font-size: 160%;
}

h2{
 font-size: 130%;
}

h3{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

table {
	text-align: center;
	padding: 5px;
	border: medium solid #cccccc;
	margin: 10px;
	display: table;
	width: 75%;
	background-color: #FFFFFF;
}

			
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#background {
	background-color:#FFF3F7;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #FFFFFF;
}

#pagename{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #333366;
	width: 100%;
	text-align: center;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	}


/************** .masthead styles ***************/

.sitehead img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/************** .feature styles ***************/

.feature{
	padding: 5px 0px 10px 10px;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	padding: 5px 0px 3px 3px;
	margin-top: 0px;
	border-top: 1px solid #666699;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}




/*********** #sectionLinks styles ***********/

#navLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#navLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#navLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#navLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}

.navImage img{
	float: none;
	padding: 2px 0px 0px 25px;

}

