body { background: #000000;
	color: #999999;
	margin: 0px;
	font-family: "copperplate gothic", "times new roman", serif;
	font-size: 10pt;
	text-decoration:none;
	text-align:left;}
	
	body a {
	color: #6495ED;
}

.wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	position: relative;
	padding-top: 40px;
	width: 800px;}
	
/* main site navigation bar */

#nav	{ background: #ffffff;
	  color: #000000;
	  margin: 0; 
	  padding: 0;
	  font-family: "copperplate gothic", "times new roman", serif;
	  font-size: 11pt;
	  width:800px;
	  height: 25px;
	}

	#nav ul {background: #ffffff;
	  	color: #000000;
	  	font-family: "copperplate gothic", "times new roman", serif;
	  	font-size: 10pt; 
	 
		margin:0px; 
		padding:0px; 
		list-style:none;
		text-decoration:none;
		}

	#nav li	{float:left;
		background: #ffffff;
		color:#000000;
		margin: 0;
	        padding: 0;}
	
	#nav  a
		{ display: block;
		  background: #ffffff;
		  color:#000000;
		  text-decoration:none;
		  font-family: "copperplate gothic", "times new roman", serif;
		  padding:4px 10px 3px 11px;
		}

	#nav li a:hover { background: #cccccc; 	  
		}	

#content_c { background: #ffcc33;
	    color: #000000;
	    margin: 0px;
	    padding: 10px;
	    font-family: tahoma, "lucida sans", "sans serif";
		font-size:13px;
	width: 650px; text-align:left;}	

#content  { background: #ffcc33;
	    color: #000000;
	    margin: 0px;
	    padding: 0px;
	    font-family: tahoma, "lucida sans", "sans serif";
		font-size:13px;
	width: 800px; text-align:left;}	
	#content a {
		color: Blue;
	}
	#content img 
		{ border:0; margin:0px -4px -4px 0px;}

#contentsub	{background: #ffcc33;
	    color: #000000;
	    margin: 0px;
	    padding: 10px 10px 10px 10px;
	   }	
	#contentsub img {margin:10px;}

.title	{color:#cccccc;
	font-family: "copperplate gothic", "times new roman", serif;
	font-size: 14pt;
	text-align:left;
	padding-bottom:10px;}

h1	{color:#000000;
	font-family:"copperplate gothic", "times new roman", serif;
	font-size:11pt;
	text-align: center;
	}

h2	{color:#000000;
	font-family: "copperplate gothic", "times new roman", serif;
	font-size: 13pt;}

h3 {color:#990000; font-family:"copperplate gothic", "times new roman", serif;
	font-size:13pt;
	text-align: center;}

h4 {font-family: "copperplate gothic", "times new roman", serif; font-size:12pt; text-align:center;}

.sub	{color:#000000;
	font-family: "copperplate gothic", "times new roman", serif;
	font-size: 11pt; font-weight: bold;
	}

.sub2	{color:#000000;
	font-size: 10pt; font-weight:bold; 
	}
.sub3 {color:#990000; font-family: "copperplate gothic", "times new roman", serif;
	font-size:13pt;
	text-align: center;}
#form	{
	background: #ffffff;
	color: #000000;
	margin: 15px 68px 15px 68px; padding: 10px;
	font-family: tahoma, "lucida sans", "sans serif";
	font-size:10pt;}

.credit	{font-size: 6pt; 
	font-color: #ffffff; 
	text-decoration: none; text-align: right;}

#footer	{ background: #ffffff;
	  color: #000000;
	  margin: 0; 
	  padding: 0;
	  font-family: "copperplate gothic", "times new roman", serif;
	  font-size: 11pt;
	  width:800px;
	  height: 15px;
	  text-align: center;
	}

#callout {background: #cccccc;
	color:#000000;
	border: 2px solid  #ffffff;
	margin: 5px;
	font-size: 9pt;
	width: 35%;
	float:right;}

#callout_2 {background: #cccccc;
	color:#000000;
	margin: 5px;
	 padding:2px 5px 5px 2px;
	font-size: 10pt;
	float:right;}
	
#callout_3 {background: #cccccc;
	color:#000000;
	border: 2px solid  #ffffff;
	margin: 0px 0px 5px 5px;
	font-size: 9pt;
	width: 45%;
	float:right;}

.center {font-family: tahoma, "sans serif"; font-size:10pt; text-align:center;}

.red {font-family:tahoma, "sans serif"; font-size:10pt; color:#990000; font-style:italic; font-weight:normal; }

#gallery {float:right; width:300px;height:auto;}
	#gallery img{ padding:0px;margin:2px 0px 4px 5px;}

#customer {text-align:center; width:100%; margin:0px; padding:0px;}
	#customer img {border:1px groove; padding:0px; margin:0px;}

#calendar
	{list-style:none; line-height:1.75;}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 400px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 4px double #ffcc33; /*Customize box appearance*/
background-color: #336699;
color:#ffffff;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
text-align:center;
font-family:"lucida sans", "sans serif";
font-size:11pt;
}

#dropinboxv2 a {color:#ffffff;
		font-size:8pt;}

#dropinboxv2 h1 {font-family:"copperplate gothic", "times new roman", serif;
		font-size: 14pt;
		color:#ffffff;}

#dropinboxv2 #small {font-family:"copperplate gothic", "times new roman", serif;
		font-size: 11pt;
		color:#ffffff;}

	