/* CSS file */

/* page areas */
body {
	color:#000;
	background-color:#ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:76%;
	text-align:center;
}
#container {
	margin:auto;
	width: 96%;
	text-align:left;
	background-color: #fff;
	color: #333;
	border: 3px double gray;
	line-height: 130%;
	background:url('../images/page-bg.gif');
}
#top {
	padding: .5em;
	background-color: #ddd;
	height:120px;
	background:url('../images/header-bg3.png') top left no-repeat;
}
#leftnav {
	float: left;
	width: 180px;
	margin: 0;
	padding: 10px 0 0 0;
}

/* fix the IE 3 pixel jog problem - or use a standards-compliant browser */
/* hide from MacIE \*/
* html #left {
  margin-right: -3px;
  } 
* html #content {
  height: 1%; /* this line is needed only if you have not declared a width or height on #content above */ 
  margin-left: 0;
}
/* end hide */

#content {
	padding: 10px 10px 2px 0px;
	max-width: 85%;
	margin-left:180px;
	text-align:left;
}
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #fff;
	border-top: 1px solid gray;
}

/* extra class for footer links moved to top of page */
.minis { 
	font-family: arial, helvetica, sans-serif; 
	color:#666; 
	font-weight:bold; 
	font-size:11px;
}

#leftbottom { 
	float:left; 
	font-family: arial, helvetica, sans-serif; 
	color:#666; 
	font-weight:bold; 
	font-size:11px;
}
#rightbottom { 
	text-align:right; 
	margin-right:5px; 
}
#copyright {
	display:none;
}

/* page text elements  no FONT tags!! */
h1,h2,h3,h4 {
	background-color:#fff;
	font-family: arial, helvetica, sans-serif;
}
h1 {
	color:#23396F;
	font-size:150%;
	margin-bottom:3px;
}
h2 {
	color:#3366cc;
	font-size:130%;
	margin-bottom:3px;
}
h3 {
	color:#6666cc;
	font-size:115%;
	margin-bottom:3px;
}
h4 {
	color:#23396F;
	font-size:100%;
	margin-bottom:3px;
}
p {
	margin-top:3px;
	line-height:150%;
	font-size:1.0em;
}

/* SIDEBAR NAVIGATION DEFINITIONS */
#navcontainer { 
	width: 160px; 
}
#navcontainer ul {
	margin-left: 2px;
	padding-left: 2px;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}
#navcontainer a {
	display: block;
	padding: 2px;
	margin:2px;
	width: 150px;
	background-color: #23396F;
	border: 1px solid #000;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #36c;
	color: #fff;
	border: 1px solid #333;
}
#inactive a:link, #inactive a:visited, #inactive a:hover
{
	display: block;
	padding: 2px;
	margin:2px;
	width: 150px;
	text-decoration: none;
	background-color: #3366cc;
	border: 1px solid #000;
}


/* makes our tables work without font tags */
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:76%;
}

/* lists in content */
#content ul {
	list-style-type:none;
}
#content ul li {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
	text-indent:1.5em;
	background-image: url('../images/bullet_blu.gif');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#content ol li {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
}

/* special paragraph classes for effects */
.quote {
	color:#003;
	padding:5px;
	margin:0px;
	background:url('../images/quote-bg.gif') top left no-repeat;
	background-color:#eee;
	border:1px solid #333;
	text-indent:35px;	
}
.school {
	color:#003;
	padding:5px;
	margin:0px;
	background:url('../images/check.gif') top right no-repeat;
	background-color:#eee;
	border:1px solid #333;
}

/* link style */
A:link { 
	color:#00c;
	background-color:#fff;
	text-decoration: underline;
}
A:visited { 
	color:#00c;
	background-color:#fff;
	text-decoration: underline;
}
A:active { 
	color:#00c;
	background-color:#fff;
	text-decoration: underline;
}
A:hover { 
	color:#c00;
	background-color:#fff;
	text-decoration: underline;
}

/* forms stuff */
input, textarea {
	color:#333;
	background-color:#eee;
	border:1px solid #333;
}
.submit {
	color:#fff;
	background-color:#36c;
}

/* oddments */
img {
	border:none;
}
