@charset "utf-8";

body {
	margin: 0; 	
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*	background-color:  #999999; grey */
	background-image:url(images/doc_bg.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#container {
	background-color:  #663300; /* dark brown */
	width: 800px; /* leaving room for the borders */
	margin: 0 auto;
	text-align: left;
	padding: 5px;
}

#mainContent {
	background: #FFF;
	border:none;
	width: 100%;
}

/* Header banner specs */
#header {
	margin: 0;
	padding: 0;
	/* height: 100px; */
	background-color: #003399; /* dark blue */
/*	border-bottom: 5px solid  #663300; /* dark brown */
/*	border: 3px outset #eeeeee; */
	border: none;
	} 
	
#header p{
	margin: 0;
	padding: 0;
	}

#header a {
	color:#FFFFFF;
	}
	 
/*	 
#headerRight {
	float:right;
	clear:right;
	font-size: small;
	color:#BDE7FF;*/ /* lighter blue */
/*	font-family:"Times New Roman", Times, serif;
	width:300px; *//* need to standardize size so can calculate the size of the "purpose" text box for firefox 
}*/
	
#headerImgDiv {
	margin: 5px 5px 5px 0px;
	background: #153976;
	float:right;
	display:block;
	/*	text-align: center; */
	border: 1px solid #000000;
	top: 5px;
	height: 100px;
	z-index: 100;
}

#headerImg {
	z-index: 100;
}

#stripe {
	padding:0px;
	margin: 0px;
	border: none;
	background-color: #FCEE9C; /* pale gold */
	color:  #003399; /* dark blue */
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	line-height: 2.0;
	clear:left;
	text-align:right;
	} 

#logoAnchor {
	position:	relative;
	left: 0px;
	bottom: 0px;
	padding: 0;
	border: 0;
	margin:0;
}

#logo {
	height: 100px; /* affects headerRight's location */
	float:left;
	bottom: 0;
	border: 0;
	margin:0;
}	

.slogan {
	float:right;	
	padding: 0;
	color:#FFFFFF;
	font-size: 12px;
	font-style: italic;
}

.copyright {
	text-align:center;
	font-size:small;
	color: #FCEE9C; 
}

#MenuBar1 {
	margin-left: 5px;
/*	font-size: x-small;*/
font-size:12px;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	position: relative;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 152px; /* since this element is floated, a width must be given */
/*	background: #98b0d8; /* the background color will be displayed for the length of the content in the column, but no further */
	background: #003399; /* dark blue */
	padding: 3px; /* bottom padding creates visual space within this div  */
	margin: 0; /* Don't use left margin here, IE6 will double it */
	clear:right;
	text-align:center;
	overflow:hidden;
	z-index: 2;
/*	border: 3px outset #88a0c8; */
	}

#sidebar1 p, #sidebar1 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}


/* centerSections are the main text boxes on the page */
.centerSection {
	padding: 10px;
	border:none;
	z-index: 3;
}

.centerSection ul {	
	list-style:inside;
}

.centerSection li {
	margin-bottom: .5ex;
}

input {
	background-color:#FFFFFF;
/*	max-width: 138px;*/
	}

div#servicesMenu {
	text-align:left; 
	width:auto;
	margin: 0;
	}
	
#servicesMenu a:link, #servicesMenu a:visited {
	color: #663300;
	padding: 0 1em 0 1em;
}

#servicesMenu a:hover {
	color: #663300;
	background-color:#98b0d8;
	padding: 0 1em 0 1em;
}

#footer {
	clear:both;
	margin-top: 5px;
} 

#footer p {
 /* zeroing the margins of the first element in the footer will avoid 
 the possibility of margin collapse - a space between divs */
	margin: 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #663300; /* dark brown */
	color : #F9EEA2; /* pale gold */
/*	border: 3px outset #88a0c8; */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:400;
		line-height: 1em;
/*	line-height: 1.5;*/
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 1em;
}

p {
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align:left;
	}
	
/*
p.headlined {
	margin-top: .5em;
	padding-top: 1em;
	border-top: 1px solid #999999;
	text-align: left;
	line-height: 1.2;
}*/

/* a class to be applied to items in the left sidebar */
.menuBar {
	border: 1px outset #eeeeee;
	text-align: center;
	font-size:small;
	/*	padding: 1em; */
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	/*	margin-top: 1em; */
	color: #FFFFFF;
	width: 100%;
}

.emailForm {
	padding:5px 0 5px 0;
	font-size:x-small;
	/* width:134px !important; */
}

.emailForm input {
	font-size:x-small;
}

.featureImgRight {
	background: #153976;
	float:right;
	display:block;
	margin-left: 15px;
}

.featureImgLeft {
	background: #153976;
	display:block;
	margin-right:15px;
	float:left;
}

#allservices {
	margin: 0;
	text-align: left;
/*	display: block;*/
}
