* {font-size: 100%; padding: 0; margin: 0;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************* base ********************************************************/


html { font-size: 100%; }


body {
    font: 12px/16px "Lucida Grande", "Trebuchet MS", Tahoma, Verdana, sans-serif; } 
    
    
/******************************************************* contains ********************************************************/

#backg {
	background-color: white;
	background-image: url(../images/backg.jpg);
	background-repeat: repeat-x; }

#wrapcent {
	background-color: transparent;
	width: 801px;
	margin: 0 auto;
	text-align: left; }

#head {
	background-color: transparent; }

#main {
	width: 801px; }

#footer { /* can bring back if needed */ }

/******************************************************** Header/Nav ********************************************************/

#logo {
	width: 801px;
	height: 87px;
	/*float: left;*/ }

#nav{
	width: 801px;
	height: 35px;
	/*float: left;*/ }

	
#buthold {
	background-image: url(../images/but-back-whole.jpg);
	background-repeat: no-repeat;
	width: 801px;
	height: 35px;
	overflow: hidden; }
	
.buts {
	color: black;
	font-size: 12px;
	font-weight: bold;
	line-height: 45px;
	width: auto;
	height: 35px;
	text-align: center;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	display: block; }
	
#buthold a:link {
	color: black;
	text-decoration: none;
	display: block; }

#buthold a:visited {
	color: black;
	text-decoration: none;
	display: block; }

#buthold a:hover {
	color: #06c;
	text-decoration: underline;
	display: block; }

#buthold a:active {
	color: #06c;
	text-decoration: underline;
	display: block; }


	
/******************************************************** Content ********************************************************/

#contenttop {
	background-image: url(../images/cont-top.jpg);
	background-repeat: no-repeat;
	width: 801px;
	height: 7px;
	overflow: hidden; }

#contentmid {
	background-image: url(../images/cont-mid.jpg);
	background-repeat: repeat-y;
	width: 801px; }
	
#contentmid h1, h2 {
	margin-right: 30px;
	margin-left: 40px; }

#contentmid p {
	margin-right: 30px;
	margin-left: 40px; }

#contentbot {
	background-image: url(../images/cont-bot.jpg);
	background-repeat: no-repeat;
	width: 801px;
	height: 7px;
	overflow: hidden; }

/******************************************************** Type ********************************************************/

p { font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px; }
	
p.contact { font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px; }
	
p.ints { font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px; }
	
p.small { font-size: 11px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 20px; }
	
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px; }
	
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px; }
	
ul {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 75px;
	margin-right: 75px; }
	
li {
	padding-bottom: 10px; }		
	
/******************************************************** Links ********************************************************/


a:link {
	color: #06c;
	text-decoration: underline; }

a:visited {
	color: #06c;
	text-decoration: underline; }

a:hover {
	color: #f90;
	text-decoration: underline; }

a:active {
	color: #f90;
	text-decoration: underline; }









