/* Schools for all CSS file /
Created: 10/4/2010 5:26 p.m.
By: Catrina Roallos
---------------------------*/

/* COLORS /
Top nav links:		#FFFFFF
Main text: 			#CCCCCC
Body background:	#999999
Left nav link:		#FFFFFF
Left nav hover bkg: #CCCCCC
Boxes: 				#FFFFFF
Pullquote: 			#CC6600
Body link:			#FF9900
A hover:			#FFCC00
Footer text: 		#666666
Headlines text:		#FFFFFF
Headlines border: 	#CC6600

---------------------------*/


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding: 5px 10px;
	margin: 0 10px 0 10px;
	line-height: 130%;

}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding: 5px 30px;
	margin: 0 20px 0 10px;
	line-height: 130%;
	list-style-position: outside;
	list-style: square;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	padding: 5px 30px;
	margin: 0 20px 0 10px;
	line-height: 130%;
	list-style-position: outside;
	list-style: decimal;
}

/* -----------------------------
Side Navigation Bar Styles 
----------------------------- */ 

#side_menu {
	background: #cc6600;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	border: 1px #cc6600 solid;
}
#side_menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 1px #cc6600 solid;
}
#side_menu a {
	background: #cc6600;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	border: 1px #cc6600 solid;
	font-weight: bold;
}
#side_menu a:hover {
	background: #333 left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	border: 1px #666666 solid;
		font-weight: bold;
}

/* -----------------------------
Breadcrumb Styles 
----------------------------- */ 

#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: left;
	margin: -10px 0px 20px 20px;
	padding: 0px;
}

#breadcrumb a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}

/* -----------------------------
MENU: Top Navigation Bar Styles 
----------------------------- */ 

#menu {
	background: #006699;
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#menu li {
	float: left;
	font: 67.5% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.png") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 13px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #CC6600;
	color: #fff;
	padding: 2px 13px;
	}




body {
	background-color: #999999;
}

.pullquote {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #CC6600;
	margin: 8px 5px 0px 2px;
	text-align: right;
	padding: 8px 5px 0px 2px;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}
a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
}
.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	padding: 3px;
	line-height: 200%
	
}
.h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #009900;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCCCCC;
}


.pullquote_name {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #CC6600;
	text-align: right;
	font-weight: bold;
	margin-top: 8px;
	padding-top: 8px;
	margin-left: 1px;
	padding-left: 1px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-right: 5px;
	padding-right: 5px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
.pullquote_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC6600;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

