@charset "utf-8";
/* CSS Document */
body {
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #656565 url(images/bgrnd_top.jpg); background-position: top left; background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3c3c3c;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #3c3c3c; border-right: 1px solid #3c3c3c; border-bottom: 1px solid #3c3c3c; border-top: 1px solid #000000;	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
	}
.oneColFixCtrHdr #header {
    margin: auto auto;
    margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/header6.jpg);
	background-position: top left; background-repeat: no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

a.hdr:link {color: #D73920; text-decoration: none; font-weight: bold;}
a.hdr:hover {color: #D73920; text-decoration: underline; font-weight: bold;}
a.hdr:active {color: #D73920; text-decoration: none; font-weight: bold;}
a.hdr:visited {color: #D73920; text-decoration: none; font-weight: bold;}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	margin-top: 7px;
}

a:link {color: #D73920; text-decoration: none;}
a:hover {color: #D73920; text-decoration: underline;}
a:active {color: #D73920; text-decoration: none;}
a:visited {color: #D73920; text-decoration: none;}

a.main:link {color: #D73920; text-decoration: none;}
a.main:hover {color: #D73920; text-decoration: underline;}
a.main:active {color: #D73920; text-decoration: none;}
a.main:visited {color: #D73920; text-decoration: none;}

.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3c3c3c;
	}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a.ftr:link {color: #ffffff; text-decoration: none;}
a.ftr:hover {color: #ffffff; text-decoration: underline;}
a.ftr:active {color: #ffffff; text-decoration: none;}
a.ftr:visited {color: #ffffff; text-decoration: none;}
.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 a float */
	clear:both;
   }
/* HEADERS/FONTS */
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4 { font-weight: normal; display: block; margin: 0px; padding: 0px;}
h1, h2, h2 a, h3, h4 { color: #433831; font: 25px Arial, serif; text-decoration: none; }
h2, h2 a { color: #433831; font: 18px Arial, serif; text-decoration: none; }
h1, h2 { margin-bottom: 10px; margin-top: 10px; padding: 0px;}
h1 a:hover, h2 a:hover { text-decoration: underline; }
h1 { line-height: 25px; padding-top: 10px;}
h3 { font-size: 18px; padding-bottom: 5px; padding-top: 10px;}
h4 { font-size: 14px; color: #433831;}
h5, h5 a {color: #aa2a42; font-size: 10px;}
h5 {font-weight: bold;}


/* TABLES */
.hdrmain  {
   
   }
.hdrdatatl {
    margin: 0px;
	padding: 0px;
   width: 326px;
   height: 215px;   
   }
.hdrdatatr {   
   padding-top: 20px;
   padding-right: 20px;
   text-align: right;
   color: #D73920;
   font-weight: bold;
   }
.hdrdatabl {
   width: 326px;
   height: 185px;
   background: #3c3c3c;
   padding: 0;   
   }
.hdrdatabr {
   width: 574px;
   height: 185px;
   } 
.main {
   width: 100%;
   align: center;
   }  
.maindata {
   width: 850px;
   text-align: justify;
   padding-top: 0;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   }
.maindatabl {
   width: 395px;
   text-align: justify;
   padding-top: 0;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   }
.maindatabr {
   width: 395px;
   padding-top: 0;
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   }

 .employment {
    border-bottom: dotted;
	 color: #3c3c3c 1px; 
	padding: 0;  
	margin: 0;
   }
 .partners {
   }
    .ftrtable {
  width: 100%;
  }
 .ftrleft {
 width: 50%;
 color: #ffffff;
  }
 .ftrright {
 text-align: right;
 color: #ffffff;
 }
 .photocaption {
 color: #aa2a42; font-size: 9px; 
    	background: #ffffff url(images/gray_gradient2.jpg); background-position: bottom left; background-repeat:repeat-x;
   }

/* LISTS */
ul.nav {
   margin-left: 0px; padding-left: 0px; list-style: none; float: left;
   }
ul.nav li {
   float: left;
   }
.photobox {
     font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	 color: #333;
	 text-align: center;
	 background-color: #eeeeee;
	 border: 1px solid #666;
	 padding: 5px;
	  }


