/* the creatively-titled bushtwinspartyhour.com stylesheet */ 

/*your basic page parts*/ 

html{ 
 margin:0; 
 padding:0; 
 } 

body {color: #000000;
margin: 0px;
border-style: none;
background-image: url(images/btbg.gif);
background-repeat: repeat-y;background-color: #6699cc; }
#pagewidth{ 
 width:700px;  
} 


/* ids */ 

#container { 
	background-color:#6699cc;
	padding: 0px 0px 0px 5px;  
	margin: 0px; 
background-image: url(images/btbg.gif);
background-repeat: repeat-y;background-color: #6699cc; 
	}
 
#header{
 position:relative; 
 height:100px; 
  background-color:#6699CC; 
 width:100%;
} 
 
#leftcol{
 width:125px; 
 float:left;
 position:relative; 
 background-color:#6699CC; 
  }
 
#maincol{
 background-color: #FFFFFF;  
 width:575px; 
 height:500px;
 float: right;
 position:relative;
 overflow: auto;
 }

#thumb {
padding: 5px;
border-style: none;
 float: right;
 position:relative;
}

#callout {
border-width: 1px;
border-style: double;
border-color: #3366CC;
padding: 3px;
margin: 5px;

}

/* general text definitions */ 

a:link, a:visited {
	color: #0000b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}


a:hover
{color: #0000EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.indented {
margin-left: 38px;
margin-top: 20px;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}
/* classes */ 

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.boldital {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: bold;
}
 
.boldlg {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.large {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}



.bolditallg {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
}


/* but wait, there's more */ 

.scrollstrip {
	overflow: scroll;
	height:160px;
	width: 480px;
	padding: 5;
	vertical-align:  bottom;
	border-width: 1px;
	border-color: #3366CC;
	border-style: single;
}



.scrollbox {
	overflow: auto;
	height: 430px;
	width: 285px;
	margin: 10;
	padding: 10;
	vertical-align: bottom;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	
}
.scrollboxwide {
	overflow: auto;
	height:250px;
	width: 480px;
	vertical-align: bottom;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 38px;
	
}
.scrollboxindent {
margin-left: 38px;
margin-top: 20px;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}


.scrollthumb {
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: right;
}
 
/* some nifty stuff that might prove handy to have in this here style sheet */ 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
