@charset "UTF-8";
@import url("about.css");
/* CSS Document */


body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #CCC;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}

img {
border: none;
} 

/*- Menu Tabs 3--------------------------- */

#tabs3 {
  float:left;
  width:100%;
  font-size:16px;
  line-height:normal;
  }
#tabs3 ul {
  margin:0;
  padding:10px 0px 0px 0px;
  list-style:none;
  }
#tabs3 li {
  display:inline;
  margin:0;
  padding:0px 5px 0px 0px;
  }
#tabs3 a {
  float:left;
  background:url("../images/tableft3.gif") no-repeat left top;
  margin:0;
  padding:0 10px 0 4px;
  text-decoration:none;
  }
#tabs3 a span {
  float:left;
  display:block;
  background:url("../images/tabright3.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs3 a span {float:none;}
/* End IE5-Mac hack */
#tabs3 a:hover span {
  color: #333;
  }
#tabs3 a:hover {
  background-position:0% -42px;
  }
#tabs3 a:hover span {
  background-position:100% -42px;
  }


#MainContainer {
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#HeaderContainer { margin-left: 0px; margin-top:29px; clear:right; }

#bodycontent {
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	clear:left;}

#subnav {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
	background-color:#FFF;
	clear:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	}

a {color:#333}
a;hover {color:#333}
a;visited {color:#333}

#photoheaders {
	padding-bottom:20px;
	padding-left:0px;
	clear:left;
	width:100%;}
	
#mainimage2 { 
	float:right; 
	width:270px;
	margin-right:60px;}
	
#bottomcontent {
	clear:left;
	margin-top:16px;
	width:880px;
	background-color: #FFF;
	}
	
#footer {
		background-color: #CCC;
		border-top:#999, solid, 1px;
		border-bottom:#999, solid, 1px;
		width:100%;
		margin-top:20px;
		
	}
	
	#footerinside{ 
	margin: 0 auto;
    position: relative;
    width: 900px;
    text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	#footerbottom {
		width:100%;
		background-color:#333;
	}
		
.hasFloats:after { content: "."; visibility: hidden; display: block; clear: both; height: 0; font-size: 0; }

