body {
	margin: 0;
	padding: 0;
	background: #fcf9ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
/* Rounded Corners
----------------------------------------------*/


/* global links, typography

----------------------------------------------*/
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}
h4 {
	font-style:italic;
}


p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;

}

ul, ol {
	margin-bottom:.5em;
	
}

blockquote {
}

a {
	color: #518092;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
}

a:hover {
	color:#aacbce;
	}

hr {
	display: none;
}

/* Images
----------------------------------------------*/

img.pic{
	float:inherit;
	margin:8px;
}
img.piclftfrnt {
	float:left;
	margin: 15px 8px 8px 0;
}

img.picright {
	float:right;
	margin: 8px 0 8px 8px;
}
img.picleft {
	float:left;
	margin: 8px 8px 8px 0;
}
img.piccenter {
	margin: 8px auto;
	border:0;
}
img.picrtFrame {
	float:right;
	margin: 8px 0 8px 8px;
	padding:2px;
	border: 1px solid #CCCCCC;
}
img.piclftFrame {
	float:left;
	margin: 8px 8px 8px 0;
	padding:2px;
	border: 1px solid #CCCCCC;
}
img.piccenterFrame {
	margin: 8px auto;
	padding:2px;
	border: 1px solid #CCCCCC;
}

/*  head photo and nav
----------------------------------------------*/
#header h1 {
	float: left;
	margin: 0;
	padding: 10px 20px 0 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 2.5em;
	display:block;
}

#header h2 {
	float: right;
	padding-top: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	display:block;
}

#header a {
	text-decoration: none;
	color: #414141;
}

div#header { /*default background image*/
	z-index:1;
	background: url(../img/main.jpg) 0 125px no-repeat;
	width: 960px;
	height: 325px;
	margin: 0 auto 4px auto;
}
    /*background images for each section of the site*/

body#service div#header {
	background: url(../img/service.jpg) 0 125px no-repeat;
}
body#news div#header {
	background: url(../img/news.jpg) 0 125px no-repeat;
	}
body#education div#header {
	background: url(../img/education.jpg) 0 125px no-repeat;
	}
body#contact div#header {
	background: url(../img/contact.jpg) 0 125px no-repeat;
}
/*#breadcrumbs {
	float:left;
	font-weight:bold;
	color:#518092;
	display:block;
	position:relative;
	padding:inherit;
	margin-left:370px;
}
#breadcrumbs a.hover {
	text-decoration: none;
	color: #518092;

}*/
/* Page
----------------------------------------------*/

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Main Content 
----------------------------------------------*/
.rtcol{
	float: right;
	width: 680px;
}
#content {
/*	float: right;
	width: 680px;*/
}
.post{  
	margin-top: 10px;
	padding-bottom: 20px;
	background-color: #fffeea;
	padding:inherit;
	display:block; /* a must */
	border: solid #B9B9B9;
	border-width: 1px; /* left and right borders only */
	text-decoration: none;
	outline:none; /* so as not to distract from the effect */
	color: #000;
	background: #fffeea;
}

.post .title {
	margin: 0;
	padding: 5px 20px 0px 20px;
	letter-spacing: -2px;
	border-bottom: 1px solid #B9B9B9;
	text-transform: uppercase;
	letter-spacing:1px;
}
.post .title a {
	text-decoration: none;
}

.post .subtitle {
	float:right;
	margin-top:-10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#737373;
	font-size:1.2em;
	font-style:italic;
}
.post .more{
	float:right;
	margin-top:-10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#737373;
	font-size:.9em;
	font-style:italic;
	font-stretch:expanded;
	}
.post .more a{
	font-weight:normal;
}

.post .entry {
	padding: 10px 20px 0px 20px;
}

.post .meta {
	height: 26px;

	border-top: 1px solid #c0d8da;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}


.post .reference {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#737373;
	font-size:1em;
	font-style:italic;
	line-height:1.7em;
}

/* Sidebar 
----------------------------------------------*/

#sidebar {
	float: left;
	width: 250px;
	background-color: #fffeea;
	border:1px solid #B9B9B9;
	margin-bottom:15px;
}
#sidebar .more {
	margin: 0 0 0 200px;
	font-size:.85em;
}

#sidebar .date {
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#737373;
	font-size:.9em;
	font-style:italic;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 0 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(../img/arrow.gif) no-repeat left 40%;
}

#sidebar p {
	padding: 0 20px;
	line-height:18px;
	
}

#sidebar h2 {
	margin: 0;
	padding: 6px 0 5px 20px;
	border-bottom: 1px solid #B9B9B9;
	line-height:100%;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*Contact Page
----------------------------------------------*/

.bios {
	padding:0px;
	float:left;
	margin:10px ;
	list-style:none; 
	position:relative; 
	
}
.bios li{
	display:block;
	float:left;
	margin:10px; 
	padding:3px;
	width:250px;
}

.bios2 {
	padding:0px;
	float:left;
	margin:10px ;
	list-style:none; 
	position:relative; 
	
}
.bios2 li{
	display:block;
	float:left;
	margin:10px; 
	padding:3px;
	width:210px;
}
/* forms
----------------------------------------------*/
form.fm1 fieldset {
	display: block;
	width: 30em;
	margin: 0 0 1em 0;
	padding: 0 1em 1em 1em;
}
form.fm1 fieldset legend, form.fm2 fieldset legend {
	color:#001d36;
	font-size:110%;
	font-weight:bold;
}
form.fm1 input, form.fm1 textarea {
	display: block;
	background-color:#dbeaeb;
}
form.fm1 input {width: 26em;}
form.fm1 textarea {width:25em;}
form.fm1 fieldset.radio, form.fm1 fieldset.checkbox {
	width: 30em;
	margin: 1em 0 2em 0;
}
form.fm1 fieldset.radio input, form.fm1 fieldset.checkbox input {
	clear: both;
	float: left;
	width: auto;
}
form.fm1 fieldset.radio label, form.fm1 fieldset.checkbox label {
	font-weight: normal;
}
form.fm1 fieldset fieldset.radio, form.fm1 fieldset fieldset.checkbox {
	width:20em;
	}
form.fm1 select, form.fm2 select {background-color:#dbeaeb;}
form.fm1 label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
form.fm1 label.first {
	padding-top: 1em;
}
form.fm1 select {
	display: block;
}
form.fm1 input.submit {
	background-color:#518092;
	width:28em;
}
form.fm1 label value{
	font-weight:normal;
}
.frmremark {font-weight:normal}
/* the following rule applies only to Win/IE */
* html form.fm1 input.submit {width:29em;} 
form.fm1 input:focus, form.fm1 textarea:focus {
	border-color:#518092;
	background:#dbeaeb;
}
form.fm2 {
	margin:5px 5px 5px 0;
	padding:5px 5px 5px 0;
}
form.fm2 fieldset {
	display:block;
	margin:0.5em 0.5em 0.5em 0;
	padding:1em;
}
form.fm2 select.first {
	padding-top:0.5em;
}
form.fm2 label {
	padding:2em;
}


/* Footer 
----------------------------------------------*/

#foot {
	clear:both;
	width: 960px;
	margin:auto;
	text-align:center;
	color:#666;
	padding: 5px 0 .25em;
	border-top: 6px solid #518092;
	font-size: 85%;
}
div#foot ul {
	margin: 0;
	padding: 0;
	display: inline;
} 
div#foot ul li {
	margin-left: 0;
	padding: 3px 10px;
	border-left: 1px solid #003c6c;
	list-style: none;
	display: inline;
	color:#666666;
}       
div#foot ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
div#foot p {
	margin: 0;
	padding: 0.15em 0 0 0;
}	
div#foot a {
	color:#518092;
}
div#foot a:visited {
	color: #518092;
}
div#foot a:hover { /*included for Moz*/
	color: #518092;
}		   
