/* 	Sky Pilot Website
	External CSS stylesheet
	Styles apply to all pages - global styles
	Author:  Jennifer Roberts
	Date Created: 5/27/08
	Last modified:
*/


body {
	background-color: #ffffff;
	margin: 20px 20px 20px 20px;
	border: 2px solid #000033;
	min-width: 850px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	}
		
/* HEADER FORMATTING */

#header 					/* top section of header, flower and text */
	{			
	background-color: #8470FF;
	min-width: 833px;
	}	

#polemonium					/* header flower image */ 
	{
	float: left;
	width: 100px;
	height: 92px;
	}
	
#header_graphic				/* header text graphic */ 
	{
	width: 731px;
	height: 77px;
	padding-top: 15px;
	border-left: 2px solid #000033;
	}
	
#links_box {
	clear: left;
	background-color: #99CC99;
	padding: 4px;
	color: #000033;
	border-top: 2px solid #000033;
	}
	
#links_box p {
	text-align: center;
	margin: 0px;
	
	}
	
#links_box a {
	text-decoration: none;
	color: #000033;
	}
	
#links_box a:hover {				/* change links color when moused over */
	color: #CC3333;
	}

/*******************/

/* FOOTER FORMATTING */
	
#footer {
	background-color: #99CC99;
	padding: 10px;
	color: #000033;
	border-top: 2px solid #000033;
	clear: left;
	}
	
#footer p {
	text-align: center;
	margin: 0px;
	}
	
#footer a {
	text-decoration: none;
	color: #000033;
	}
	
#footer a:hover {				/* change links color when moused over */
	color: #CC3333;
	}
	
/******************/

/* NAVIGATION BUTTONS FORMATTING */

.jumper {
	clear: both;
	}
	
.jumper img  {
	border-width: 0px;
	padding: 5px;
	}

.top_button img {
	width: 95px;
	height: 42px;
	}
	
.home_button img {
	width: 88px;
	height: 42px;
	}

/***********************/

/* CONTENT OF PAGES FORMATTING */
	
#page_content {
	background-color: white;
	color: black;
	font-family: Geneva, Verdana, Arial, sans-serif;
	}
	
#page_content h1 { 		/* page content section dividers */
	background-color: #8470FF;
	color: #000033;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 0px;
	border-top: 2px solid #000033;
	border-bottom: 2px solid #000033; 
	width: 100%;
	text-align: center;
	font-family: expletive deleted, chalkboard, arial, sans-serif;
	}
	
#page_content h2 {
	color: #000033;
	margin: 0px;
	padding: 15px 10px 0px 10px;
	}
	
#page_content h3 {		/* headings in text in page content */
	padding: 0px 15px 0px 15px;
	color: #000033;
	margin-bottom: 5px;
	}
	
#page_content p {		/* paragraphs in page content */		
	padding: 0px 25px 0px 25px;
	color: black;
	margin-top: 0px;
	}
	
#page_content a {		/* links in page content */
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	}
	
#page_content a:hover {				/* change links color when moused over */
	color: #CC3333;
	}
		
.bold {
	font-weight: bold;
	}
	
.ital {
	font-style: italic;
	}
	
.center {
	text-align: center;
	}
	
.indent {
	margin-left: 30px;
	}
	
.clearleft {
	clear: left;
	}
	
.clearright {
	clear: right;
	}
	
.clearall {
	clear: both;
	}
	
.bigger {
	font-size: 1.2em;
	}
	
/**********************/
	
/* FOR ROTATING IMAGES ON THE HOME PAGE */

#rotating_images {
	text-align: center;
	padding: 20px 0px 20px 0px;
	}



	