@charset "utf-8";
/* CSS Document */

/*authored by: Jennifer Kempton, CCPS Webmaster 
2/1/2010 */

/*Website Colors:
	#CCCCCC - light gray
	#009999 - seafoam green
	#FFFFCC - cream
	#339999 - ligh green
	#FFCC00 - golden yellow
	#FFCC33 - muted yellow
	#999999 - medium gray
*/	

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #CCCCCC;
}
hr {
	color:#999;
}
 #container {
	width: 780px;
	margin: 0 auto; 
	border: 3px solid #009999;
	text-align: left; 
	background-color: #FFFFFF;
	background-image: url(images/sidebar-back3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
 #header {
	background: #FFF;
	padding: 0;  
} 
 #sidebar1 {
	font-size: 90%;
	margin-left: 2px;
	float: left; 
	width: 185px; 
	padding: 15px 25px 15px 15px; 
	display: inline;
	color: #FC3;
}
#sidebar1 h3 {
	color:#FC0;
	text-align: center;
	font-weight: bold;
}
 #mainContent {
	margin: 0 0 0 232px; 
	padding: 15px; 
	font-size: 90%;
} 

 #footer {
	font-size: 90%;
	font-style: italic;
	text-align: center;
	padding: 0; 
	background:#CCC;
	border-top: solid #339999 1px;
} 
#note {
	font-size: 90%;
	font-style: italic;
	width: 500px;
}

 #footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #000;
}
#sidebarItem {
	width: 175px;
	border-bottom: #CCC dashed 2px;
	padding: 5px 10px 15px 0px;
}

#navbar {
	width: 780px;
	height: 30px;
	background-color: #CCC;
	border-top: 3px solid #009999;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #009999;
}
#news {
	text-align: center;
	font-size:large;
	width: 400px;
	margin: 20px 0  0  40px;
	background-color: #099;
	color: #FC0;
	border: thick double #FC3;
}
#news h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: oblique;
	font-weight: bolder;
	color: #FC3;
	text-decoration: none;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active, #sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	text-decoration: underline;
}
#mainContent a:hover, #footer a:hover, {
	color: #009999;
	text-decoration:none;
}
#sidebar1 a:hover {
	color: #FC0;
	text-decoration:none;
}

ul, ol {
	margin:0;
	padding-left: 5px;
}

li {
	padding-bottom: 5px;
}
#jumpMenu {
	width: 80%;
}
#swvision {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#school {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #339999;
	width: 500px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#school img {
	float: right;
}
#section {
	width: 80%;
	margin-left: 50px;
}
#section img {
	float: right;
}
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009999;
	text-align:center;
	border-bottom: 3px #009999 double;
}
#news a:link, #news a:visited, #news a:hover, #news a:active {
	color:#000000;
}
#values li {
	list-style-image: url(images/checkBullet.jpg);
}
#bullets {
	padding-left: 60px;
}
#podcast {
	float: left;
	text-align: center;
	height: 200px;
	width: 150px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#button a {
	text-decoration:none;
}
#bullets2 {
	padding-left: 80px;
}
table {
	font-size: 90%;
}
#mainContent table {
	font-size: smaller;
}

