/****************************************************************************************
Layout Stylesheet for Home page
Left Navigation Column: A light blue column which contains navigation items.
Body Content: Contains Flash Slideshow 
Right Column: This blue column contains Welcome text.
****************************************************************************************/

/*********************************
Style for main elements and page wrapper
**********************************/

body {
  background-color: #97ADBB;
  background-position:center;
  margin-top:0;
  font-size: 101%;}
  
a:link {
    color: #000000;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}
	
a:visited {
	color: #000000;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}

a:active {
	color: #000000;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}

a:hover {
	color: #3F5266;
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}
	
#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 966px;
  background: #97ADBB url('../images/dropshadow.jpg') top center repeat-y fixed; }
  
/*********************************
Style for Top Header area including Logo, top navigation, and search box.
**********************************/
  
#header {
background-image:url('../images/college_of_the_siskiyous.jpg');
background-repeat:no-repeat;
background-position:center;
height:98px;}

#header_topnav
	{width: 580px;
	height:35px;
	float:right;
	margin-top:10px;
	text-align:right;
	padding-right:30px;}

.header_links {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:15px;}
	
.header_links a:link {
	text-decoration: none;
	border-width: 0;
    border-style: none;
	color: #cde9f5;}
	
.header_links a:visited {
	text-decoration:none;
	border-width: 0;
    border-style: none;
	color: #cde9f5;}
	
.header_links a:active {
	text-decoration:none;
	border-width: 0;
    border-style: none;
	color: #000;}
	
.header_links a:hover {
	text-decoration:none;
	border-width: 0;
    border-style: none;
	color: #000;}

#header_search{	
float:right;
position: relative;
padding-top:10px;
	}
	
/*********************************
Style for Navigation
**********************************/

#navigation {background-color:#5F7D97;}

/*********************************
Content Wrapper: 
**********************************/

#content_wrapper {
  margin: 0 9px 0 9px;
  background-color:#5F7D97;
  clear:both;}

/*********************************
LEFT NAVIGATION COLUMN:  A light blue column which contains navigation items.
*********************************/

#left {
	float: left;
	width: 163px;
	padding: 10px 14px 5px 16px;
	height:305px;
	background-color:#E9EEF2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;}
	
#left h3 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	color: #5F7D97;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom:5px solid #B9C7D2;
	padding-bottom:5px;}
	
.left { 
  margin-left: 0px;
  padding-left: 0;
  list-style: none;} 

#left ul {
	margin-left: 0;
	padding-left: 0;}
	
.left li {
	background-image: url('../images/bullet_brown.gif');
	background-repeat: no-repeat;
	background-position: 0 14px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.620em;
	line-height:150%;
	padding-left: 12px;
	text-transform: uppercase;	
	padding-top: 10px;
	padding-bottom: 10px;}
	
/*********************************
BODY CONTENT:  This is the area for the flash slideshow.
*********************************/	

#content {
    margin: 0 254px 0 194px;}

/*********************************
RIGHT:  This is the right column on the home page, the area for the WELCOME TEXT navigation.
*********************************/	

#right {
	float: right;
	width: 255px;
	height:320px;
	background-color:#D4DEE7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;}
	
#right h1 {
    color: #4B6378;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 40px;
	padding: 10px 0 0 20px;
	margin: 0 0 0 0;}

#right p {
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 13px;
	color: #345266;
	line-height: 180%;}
	
/*********************************
CLEAR
**********************************/
	
.clear {
    clear: both;}
	
/*********************************
DIVIDER: This is the blue band which divides the top half from the bottom half.
**********************************/
	
#divider{ 
    background-color:#5F7D97;
    height:15px;}
	

	
/*********************************
EVENTS: This is the green area with news and events.
**********************************/

#home_events {
	float: left;
	width: 692px;
	height: auto;
	background-color:#8EAB8C;}
	
#home_events_container {
	width:620px;
	padding: 10px 20px 20px 20px;}
	
#home_events h2 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #425740;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 8px;
	border-bottom:5px solid #CEDACD;
	padding-bottom:5px;}
	
#home_events p {
	margin:0 0 0 0;
	font-family: Verdana, "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-size: 12px;
	color: #41573F;
	line-height: 200%;
	background-color: #8EAB8C; }
	
#home_events img {
	border:1px solid #FFF;
	float:left;
	height:44px;
	width:44px;
	margin-top: 0;
	margin-right: 1em;
	margin-left: 0;
}

#home_events div.newsitem {
clear:both;
margin-bottom:10px;
width:260px;}

/*********************************
BUTTONS: This is the brown area with the Navigator, Etudes, etc. icons.
**********************************/

#home_buttons {
	padding-top:20px;
	float: right;
	width: 255px;
	height: 246px;
	background-color:#9A8E7A;}
	
.buttons a:link {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
.buttons a:visited {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
.buttons a:active {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
.buttons a:hover {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
/*********************************
FOOTER: This is the bottom area of the page, with the legal text.
**********************************/
	
	
#footer {
	height: 150px;
	position:relative;
	background-color: #97ADBB;
	background-image: url('../images/footer.jpg');
	background-repeat:no-repeat; 
	background-position:top;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;}
	
#footer p {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.689em;
	color: #333;
	line-height:160%;
	padding-top: 15px;}
	
/*********************************
NAVIGATION: This removes the underline from the navigation
**********************************/
	
.PLHFOYCRYcTB a:link {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
.PLHFOYCRYcTB a:visited {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
.PLHFOYCRYcTB a:active {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}
	
.PLHFOYCRYcTB a:hover {
	text-decoration:none;
    color: #000000;
    border-bottom: #9A8E7A;
    border-width: 0;
    border-style: none;}

