body {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size:.85em;
	color: black;
	letter-spacing: .00em;
	background: #000000;
}

.wrapper800 {
	width:750px;
	margin: 0 auto;
	display:table;
	background: #000000
}

.contentWrapper {
	width: 720px;
	padding: 10px 15px 25px 15px;
	margin-left: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: auto;
	float: left;
	background: #ffffff;
	text-align: justify;
}

.header {
	background: url('../images/header-flash.jpg') no-repeat top left;
	height: 150px;
	width: 750px;
	margin-left: 14px;
}

.flashHeader {
	margin-left: 14px;
	width: 750px;
	height: 240px;
}

.topPhone {					/* IE6 & IE6 are on seperate style sheets*/
	margin-top: 96px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold; 
	font-family: arial;
	text-align: left;
	margin-left: 250px;
}

div#column1 {
	float: left;
	width: 340px;
	text-align: left;
	clear: left;
	margin-left: 30px;
	margin-top: 10px;
	height: auto;
}

div#column2 {
	float: left;
	width: 350px;
	text-align: left;
	margin-top: 10px;
	height: auto;
	clear: right;
}

div#bothColumns {
	clear: left;
	text-align: center;
	text-align: justify;
}

		
H1 {
	font-size: 1.2em;
	text-transform: none;
	font-weight:bold;
	color: #191919;
}

H2 {
	font-size: 1.1em;
	text-transform: none;
	font-weight:bold;
	color: #191919;
}

.left {
	float:left
}

.right {
	float:right
}

.bold {
	font-weight:bold;
}

img {
	border: none
}

/*___Contact Form Start____*/
fieldset {
	border: none;
}

label {
	float: left;
	width: 165px;
	font-weight: bold;
	font-size: .85em;
	margin-left: 0px;
}

input, textarea { 
	width: 480px;
	margin-left:0px;
	line-height: 1.2em;
	background: #b3cce3;
}

textarea {
	width: 480px;
	height: 75px;
	overflow: auto;
}

.boxes {
	width: 1em;
}

#submitbutton {
	margin-left: 0px;
	margin-top: 10px;
	width: 90px;
}

.finePrint {
	float:left;
	font-size: .95em;
	background: black;
	width: 444px;
	letter-spacing: 0em;
	line-height: 1em;
	padding:10px
}

.number {
	font-size: 26pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.number_top {
	font-size: 16pt;
	font-weight: bold;
	text-align: right;
	letter-spacing: -1px;
	font-family: Tahoma;
	color: #ffffff;
	margin-right: 45px;
}

.contact { 
	height:auto; 
	display: table;
	width: 200px;
	margin-left: 100px;
}





.copy {
	color:#ffffff;
	font-size:.75em;
	text-align:center;
}

span.whitecopy { 
	color: white; 
	margin-left: 10px;
}

span.red {
	color: #ff0000;
}

span.orange {
	color: #FF3300;
	font-weight:bold;
}

/* topnav */

#topnav {
	margin-left: 14px;
	height: 45px;
	width: 750px;
	background: url(../images/navBG.gif) repeat-x #E89829 left top;
	
}
#topnav ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 0 0 45px;  /* left margin = 45*/
	
}
#topnav ul li {
	position: relative;
	color: #fff;
	font-size: 11px;
	display: inline;
	padding: 0;
	float: left;

}

#topnav ul li a {
	text-transform: uppercase;
	display: block;
	color: #000;
	padding: 14px 25px 5px 10px;
	text-decoration: none;
	font-size: 13px;
	float: none !important;
	font-weight: normal;
	/*\*//*/
	float: left !important;
	/**/
}
#topnav ul li ul {
	display: none;
	float: none !important;
}
#topnav ul li:hover {
	position: relative;
	color: #fff;
}
#topnav li a:hover {
	color: #fff;
}
#topnav ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 99%;
	width: 190px;
	background: #E89829;
	height: auto;
	margin: 0;
	padding: 0;
	
	z-index: 2000;
	border-right: none;
	border-bottom: none;
}
		
/* end topNav */