 
  body {
	background-color: #DFE3E8;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 101%;
	background-image: url(images/background.gif);
	text-align: center;
}

/* wrapper div - surrounds the whole page giving width a outside border */
 #wrapper {
 text-align: left;
 	width: 780px;
	margin: 20px auto;
	border: 4px solid white;
	background-color: #DFE3E8;
 }

p, div, ul, ol, li {
	color: #555555;
	font-size: 0.95em;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	text-decoration:  none;
	background-color: transparent;
	color: #FF6600;
}

a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* standard heading sstyles */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

h1 {
	color: #ce0606;
	font-size: 1.2em;	
}

h2 {
	color: #555555;
	font-size: 1.1em;	
}

h3 {
	color: #4B5567;
	font-size: 1.0em;	
}

/* styles the lists in the content area */
#contentMain ul li {
	border: 0px solid #000000;
	color: #414655;
}

#contentMain li {
	line-height: 2em;
	list-style: disc;
	color: #625C7F;
	font-weight: bold;
}

/*header div*/
#Header {
background-color: #454B63; /* background color to blend in with header graphic */
	border: none;
	margin: 0px;
	padding: 0px;
}

/*navigation styling */
#navBar {
	padding: 5px 0px 15px 20px;
	margin: 0px;
	background-color: transparent;
	color: #FFFFFF;
	background-image:   url(images/navBack.gif);
	background-repeat: repeat-x;
	width: 760px;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	background: transparent;
	margin: 0px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}

#navBar a:link, #navBar a:visited {
	color: #444861;
	text-decoration: none; 
		font-weight: bold;
}

#navBar a:hover {
	color: #FF9900;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
}

/*End NavBar styles */

/* Begin content area */

#contentMain {
	padding: 0 20px 10px 20px;
	border: none;
	background-color: transparent;
	width: 740px;
}
/* End content area */


/*Styles for Footer */

#footer {
height: 35px;
text-align: center;
background-color: #454B63;
padding: 2px 0px 2px 0px;

width: 780px;
}

#footer p {
	color: white;
font-size: 0.7em;	
}

/* clears the divs */
.contentClear {
	clear: both;
	line-height: 1px;
}

/* used to float any images in content area right or left */
.floatRight {
	float: right;
	padding: 6px 10px 4px 6px;
}

.floatLeft {
	float: left;
	padding: 6px;
}

/* the boxed quote */
.pullquote {	
background-color: transparent;
float:left;
width:20%;
padding:4px;
border:1px solid black;
font-size:1.0em;
line-height:1.1em;
margin: 8px 10px 8px 8px;
font-weight:bold;
color: #FF6600;
}


/* the boxed quote */
.pullquote2 {	
background-color: transparent;
float:right;
width:35%;
padding:4px;
border:1px solid black;
font-size:1.0em;
line-height:1.1em;
margin: 8px 10px 8px 8px;
font-weight:bold;
color: #FF6600;
}


/* FORM STYLES */
form {width: 500px; 
font-size: 12px;
background-color: transparent;
/* remove background image to form if not needed */
}

fieldset{
	padding:10px;
	border: 1px solid #67735D;
	margin-top: 40px;
	margin-bottom:50px;
	margin-left: 50px;	
width: 450px;
}

/*styles the input fields*/
input,textarea{
background-color: transparent;
border: 1px solid #434961;
margin: 4px;
font: 0.95em Verdana,Geneva,Arial,Helvetica,sans-serif;
padding: 4px;
}

label{
	color: #434961;
	font-weight: bold;
	padding: 8px;
	font-size: .95em;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #434961;
font:16px Verdana,Geneva,Arial,Helvetica,sans-serif;
font-weight: bold;
}
.submitbutton {
	border: 1px solid #003366;
	background-color: #E4E9EB;
}
/*end of form styles */

/* these rules set the current page links - shows the hover button on current open page */
/* use the particular class on each html page as needed */

#navBar a.home, #navBar a.aboutus,#navBar a.services,#navBar a.news, #navBar a.services, #navBar a.faqs, #navBar a.contactus {
	color: #FF6600;
}
