/* Filename: or_coast.css */
/* Class: CS133H */
/* Project: Class Web Assignment */
/* Name: Thomas D. Miller */
/* Due: March 8, 2007 */

body 
	{
	font-family: Arial,sans-serif;
	color: #003399;
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited, a:hover 
	{
	color: #006699;
	text-decoration: none;
	}

a:hover 
	{
	text-decoration: underline;
	background-color:#FFFF00;
	}
	
/*************************************************************/
/* overrides decoration from previous rule for hovered links */
/*************************************************************/

h1, h2, h3, h4, h5, h6 
	{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	}

h1 
	{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
 	color:#009999;
	}

h2	
	{
 	font-size: 114%;
 	color: #0000CC;
	}

h3	
	{
 	font-size: 100%;
 	color: #0000CC;
	}

h4	
	{
 	font-size: 95%;
 	font-weight: normal;
 	color: #3300CC;
	}

h5	
	{
 	font-size: 90%;
 	color: #3300CC;
	}

ul	
	{
 	list-style-type: square;
	}

ul ul	
	{
 	list-style-type: disc;
	}

ul ul ul 
	{
 	list-style-type: none;
	}

/***************/
/* Layout Divs */
/***************/

#masthead 
	{
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-bottom: thin;
	border: 1px solid #cccccc;
	color: #cccccc;
	}

#content
	{
    float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	}
	
#car
	{
    float:left;
	width: 95%;
 	font-size: 100%;
 	color:#3300CC;
	font-weight:600;
	}
	
/*****************/		
/*Component Divs */
/*****************/

#siteName 
	{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}

/********************/
/* #pageName styles */
/********************/
#pageName 
	{
	padding: 10px 0px 10px 10px;
	}

/*********************/
/* #globalNav styles */
/*********************/
#globalNav 
	{
	color: #990033;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	}

#globalNav img 
	{
 	display: block;
	}

#globalNav a 
	{
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	}

/*******************/
/* .feature styles */
/*******************/
.feature
	{
	padding: 0px 0px 10px 10px;
	font-size: small;
	}

.feature h3 
	{
	padding: 0px 0px 5px 0px;
	text-align: left;
	}

.feature img 
	{
	float: left;
	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 */
/********************/
#siteInfo 
	{
	clear: both;
	border: 1px solid #cccccc;
	font-size: smaller;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	}	
/* 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" */
   
/********************/
/* #Footer          */
/********************/   
#footer 
	{
	clear: both;
	border: 0px solid #cccccc;
	font-size:  small;
	color: #003399;
	padding: 10px 10px 10px 10px;
	}