@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------
CreditPower.org

Filename: position.css

Title: Position File for the Educator's Section of CreditPower.org
Author: Travis Austin

License: Copyright 2008, Travis Austin; All Rights Reserved
 Please, no reproduction.

Description: Controls Positioning for Semantic Markup

NOTE: THIS STYLESHEET MUST LOAD AFTER RESET, BEFORE TEXT
-----------------------------------------------*/




/* 
GLOSSARY

	Colors:
	
		Official Green: #7bc143
		Official Blue: #454e54
		
		Typography Green: #326a36
		Typography Blue: #6b7070
		Typography Grey: #636363
	
		Border: #bbb
	
	Typefaces:
	
		Logo: Anivers (not included)
		Headline: Helvetica/Arial
		Subhead: Helvetica/Arial
		Paragraph: Georgia
		Caption: Helvetica/Arial, Oblique


*/


body {
	text-align: center;
	margin:0;
	padding:0;
	background-color: #CCCCCC;
	
	}
 


					
	



#container {
	margin: 10px auto 10px auto;
	padding: 0px 15px 0px 15px;
	text-align: left;
	border: 2px dotted #000;
	display: block;
	width: 830px;
	overflow: visible;
	background-color: #FFFFFF;
	}
	
	
#header {
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 0px;
	width: 830px;
	height: 110px;
	border-bottom: 1px solid #bbb;
	
		}
	
	
#headerSurrogate {   /* Provides Accessibility: 
					Without the sheet, this will appear in replacement 
					of the image of the logo on top*/	
					
	position: absolute; left:-5000px; top:-1000px;
	}
	
		
		

#nav {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 0px 15px;
	width: 800px;
	height: 25px;
/*	border-bottom: 1px solid #bbbbbb; */
	background-color: #fff;
		}		
		
		
#navCell, #navCell2, #navCell3, #navCell4 {
	width: 200px;
	height:25px;
	}		
		
		
		
#col {							/*Contains the content below #nav */
	background-color:#fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 830px;
	float: left;
		}	
	
	
#col_nav {
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 215px;
	border-right: #636363 1px;
	float: left;
	overflow: auto;
	padding: 10px 0px 0px 15px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #bbbbbb;
		}	
	
	
#col_content {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 23px;
	text-align: left;
	background-color: #fff;
	width: 565px;
	float: right;
	border-left: 1px solid #bbbbbb;
	background-repeat: repeat-x;
		}
	
	
	
#footer {
	padding: 25px 15px 10px 10px;
	margin: 0;
	width: 805px;
	clear: both;
	text-align: center;
	background-color: #fff;
	}
	

	

