body {
	margin: 0;
	padding: 0;
	font-family:arial, verdana, helvetica, sans-serif;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	background: #000;
}

#header {
	min-height: 30px;
	width: 770px;
	margin: 0 auto;
}

#outerStrap {
	background: #0072A5 url(../images/outerStrapBG.jpg) repeat-x;
	min-height: 145px;
	border-bottom: 1px solid #000;
}

#strap {
	background: url(../images/strapBG.jpg) no-repeat;
	width: 770px;
	margin: 0 auto;
	min-height: 144px;
}

#outerContent {
	background: #fff url(../images/contentBG.jpg) repeat-x;
	min-height: 300px;
}

#contentWrapper {
	width: 770px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 410px;
	margin: 20px auto;
}
#content div.who{
	padding: 10px;
	border-bottom: 1px dotted #666;
}
#content img {
	border:none;
}

#leftcol {
	width: 150px;
	float: left;
	margin: 15px 20px 0 0;
}

#rightcol {
	width: 150px;
	float: right;
}
#leftcol img, #rightcol img {
	border: 1px solid #000;
}
#footer {
	clear: both;
	font-size: 85%;
	margin: 25px 0 10px 0;
	border-top:1px solid #666;
	padding: 5px 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
 }
  
#footer li {
  float: right;		
  margin: 0 1px;
}
#footer p {
	float: left;		
	margin: 0 1px;
	padding-top:20px;
}
#footer a {
	color: #004E77;
	float: left;
	display: block;
	text-decoration: none;
	margin-right: 3px;
}
#content a {
	color: #004E77;
}
.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.float_left {
	float:left;
	padding-right: 10px;
}
.float_right {
	float:right;
	padding-left: 10px;
}
/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #000;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}
#content ul {
	padding:0;
	margin: 0;
}
#content li {
	padding: 5px 2px 5px 40px;
	background: transparent url(../images/bullet.gif) no-repeat 0 50%;
	list-style-type: none;
	border: 1px dotted #ccc;
}
/********** header navigation *********************/

#header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 75%;
 }
  
#header li {
  float: right;		
  background: url(../images/right.gif) no-repeat bottom right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url(../images/left.gif) no-repeat left bottom;
  padding: 3px 8px 3px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #595856;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #004E77;
}
  
#header #current {
  background-image: url(../images/right_on.gif);
}
  
#header #current a {
  background-image: url(../images/left_on.gif);
  color: #fff;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
	border:1px solid #000;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #ccc;
	padding: 4px 3px;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #0072A5}
	
/********* form ********************/
label {
	color: #000;
}

input {
	background-color: #0072A5;
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #000;
	border: 1px solid #0072A5;
	color: #0072A5;
	padding: 2px 4px;
}

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}
/************ Contact Page ****************/
div.contact_section {
	border: 1px dotted #000;
	padding:5px 20px;
	margin-bottom:15px;
	height:100px;
}
div.contact_section .left_section {
	width: 15%;
	float: left;
}
div.contact_section .right_section {
	width: 85%;
	float: right;
}
/* contact form */
#contact-form form {
	margin: 20px 0;
	padding: 0 0 10px;
  	float: left;
	width: 100%;
}	
#contact-form fieldset {
	border: 1px solid #004E77;
	margin: 0 0 10px;
	padding: 5px 0 15px 15px;
}
#contact-form legend {
	border: 1px solid #004E77;
	color: #004E77;
	padding: 1px 5px 2px;
	margin-bottom: 5px;
	font: normal 1em "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#contact-form label {
	float: left;
 	width: 7em;
  	clear: both;
	text-align: right; 
	margin-top: 3px;
}
#contact-form input, #contact-form textarea {
	color: #000;
	border: 1px solid #004E77;
	padding: 1px;
	background: #FFF4FB;
	margin: 3px 5px 2px;
	width: 280px;
	float: left;
}
#contact-form label.form-error {
	font-weight: bold;
}

#contact-form label.form-error:after {
	content: " [This field is required.]";
	color: #C41034;
}

/* errors */
#list-error {
	list-style-type: none;
	color: #666666;
}
#list-error li {
	padding: 0 0 0 20px;
	background: transparent url(../images/list_error_bullet.gif) no-repeat 0 50%;
}
#contact-form input.form-error, textarea.form-error {
	background: #F62B0C;
	color: #000000;
}
/************ Legal Notices Page ****************/
#legal {
	list-style-type: none;
}
#legal h1{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size:2em;
	padding:0.5em 0 0.5em 0;
}
#legal h2{
	color:#004E77;
}
#legal ul {
	padding:0;
	margin: 0;
}
#legal li{
	list-style-type:decimal;
	background:none;
	border:none;
	padding:0;
	margin:1em 0 0 4em;
}
#legal br {
	margin:1em;
}
/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 
 /**/