@charset "utf-8";
* {padding: 0; margin: 0;}

body  {font: 100%  Arial, Verdana, Helvetica, sans-serif; margin: 10px 0 0 0; padding: 0; font-size: 9pt; background-image: url(images/back1.gif); background-repeat: repeat-x; background-color: #f8fcfa; color: #333;}

html { min-height: 100%; margin-bottom: 1px;}

a:link {color: #566f76; font-weight: normal; text-decoration: underline;}

a:visited {color: #566f76; font-weight: normal; text-decoration: underline;}

a:hover {color: #d36539; font-weight: normal; text-decoration: underline;}

a:active {color: #566f76; font-weight: normal; text-decoration: underline;}

#containerbody {width: 950px; margin: 0 auto; text-align: left;  height: 100%;  background-color: #fff; background-image: url(images/backwhite.gif); }   

#maincontent {clear: both; width: 950px;  overflow: auto; background-image: url(images/back2.gif);}
 
/*----- top part of page with logo and home | contact links -----------------------------------------------*/
 
#toplogo {clear: both; width: 950px; height: 137px; } 

#toplogoleft {float: left; width: 350px; margin-left: 5px; }

#toplogoright{float: right; width: 550px; height: 90px;}

#toplogoright2 {float: right; width: 550px; height: 35px; text-align: right; }

/*-----top photo area, including left navigation -----------------------------------------------*/

#phototop {clear: both; width: 948px; margin: 0 auto; height: 165px; background-color: #fff; }

#phototopleft {float: left; width: 200px; padding-left: 1px; }

#phototopright{float: left; width: 746px; padding-left: 1px;}

#phototopleft a:link {color: #fff; font-weight: bold; text-decoration: none;}

#phototopleft a:visited {color: #fff; font-weight: bold; text-decoration: none;}

#phototopleft a:hover {color: #c4a771; font-weight: bold; text-decoration: none;}

#phototopleft a:active {color: #fff; font-weight: bold; text-decoration: none;}

/*----- left side of content area -----------------------------------------------*/

#contentleft {float: left; width: 200px;  margin-left: 1px;}

#contentleft p.address {margin: 0 10px 0 10px; font-size: 8pt; color: #566f76; }

#contentleft p.quote {margin: 0 10px 0 10px; font-size: 9pt; color: #566f76; font-style: italic; }


#contentleft p.comment {margin: 0 10px 0 10px; font-size: 9pt; color: #333; }

#contentleft li {margin: 0px 10px 0px 25px;}

#contentleft h1{color: #566f76; font-size: 120%; margin: 20px 0px 10px 10px;} 

#contentleft h2{color: #d36539; font-size: 100%; margin: 20px 0px 10px 10px;} 

#contentleft h3{color: #06267d; font-size: 100%; margin: 20px 0px 10px 10px;} 

/*----- right side of content area -----------------------------------------------*/

#pagetitle {width: 744px; height: 50px;  text-align: left; background-color: #c4a771;   } 

#contentright {margin: 0px 2px 0px 204px; background-color: #fff;} 


#contentright p {margin: 5px 5px 10px 10px;}

#contentright li {margin: 0px 10px 0px 25px;}

#contentright h1{color: #566f76; font-size: 120%; margin: 20px 0px 10px 10px;} 

#contentright h2{color: #d36539; font-size: 100%; margin: 20px 0px 10px 10px;} 

#contentright h3{color: #06267d; font-size: 100%; margin: 20px 0px 10px 10px;} 

/*----- nav top -----------------------------------------------*/

#topnav {clear: both; width: 950px; height: 25px; text-align: right;}

/*----- copyright -----------------------------------------------*/

#copyright {width: 950px; margin: 0 auto; text-align: left; font-size: 8pt;  color: #fff; background-color: #fff; } 

#copyrightbar {	clear: both; height: 20px; margin: 0px; text-align: left; ;}

#copyrightbarleft {float: left;  text-align: left; width: 196px;  margin-left: 2px; padding: 2px; background-color: #948262; }

#copyrightbarright {float: right;  text-align: right; width: 742px; margin-right: 2px; padding: 2px; background-color: #c4a771; }

#copyrightbar a {font-weight: normal; color: #fff; }

/*----- tables -----------------------------------------------*/

table.table_topnav{border-spacing: 1px; border-width: 0px; margin-right: 0; margin-left: auto; color: #06267d;}

table.table_topnav td {text-align: center;}

table.table_topnav a:link {color: #556e75; font-weight: bold; text-decoration: none;}

table.table_topnav a:visited {color: #556e75; font-weight: bold; text-decoration: none;}

table.table_topnav a:hover {color: #d36539; font-weight: bold; text-decoration: none;}

table.table_topnav a:active {color: #556e75; font-weight: bold; text-decoration: none;}


table.table_leftnav {border-spacing: 1px; border-width: 0px; margin-right: auto; margin-left: 0px; }

table.table_leftnav td {text-align: left; }

table.table_leftnav a:link {color: #fff; font-weight: bold; text-decoration: none;}

table.table_leftnav a:visited {color: #fff; font-weight: bold; text-decoration: none;}

table.table_leftnav a:hover {color: #d36539; font-weight: bold; text-decoration: none;}

table.table_leftnav a:active {color: #fff; font-weight: bold; text-decoration: none;}

.button {background-image: url(images/button_middle2.gif); width:200px; height: 31px; padding-left: 3px; padding-top: 2px;vertical-align="center"; background-repeat: no-repeat;}
									 

/*----- float items -----------------------------------------------*/

.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 */
	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 a float */
	clear:both; height:0; font-size: 1px; line-height: 0px;}


/*----- spacers & temp items -----------------------------------------------*/

.extraspace {float: left; margin: 0 auto; width: 950px; height: 30px;}

.spacer1 {clear: both; width: 950px; height: 2px;} 

.spacer2 {width: 950px; height: 20px;} 

.spacer3 {height: 38px; background-color: #fff;} 

.spacer4 {width: 450px; height: 300px;} 

.spacerside {width: 200px; height: 10px;} 

.temp{background-color: #FF0; font-style: normal;}