body {

	font-family: Verdana, Arial, Helvectica, sans-serif;
	background-color: #FF7800;
	line-height: 110%;

	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header {

	width: 765px;
	background-image: url(../images/top_header.jpg);
	height: 150px;

}

#header h1 {

	display: none;

}

#address {

	color: #fff;
	font-size: 11px;
	
	padding-top: 40px;
	padding-left: 500px;
	padding-right: 5px;
	padding-bottom: 5px;

}


#body {

	padding: 15px;
	line-height: 150%;
	font-size: 13px;

}

#body p {

	/* silly internet explorer! */

	width: 99%;
	text-align: justify;

}



.label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 80px;
	margin-right: 10px;
	line-height: 200%;
}

.info {
	display: block;
	width: auto;
	float: left;
	line-height: 200%;
}

.footerlabel {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 140px;
	margin-right: 10px;
	line-height: 200%;
}


.notice {

	font-weight: bold;
	color: #900;

}

#footer {

	clear: both;
	padding: 10px;
	font-size: 11px;
	background: #EEE;
	overflow: auto;
}

* html #footer { 
	height: 1%; 
}

#copyright {

	text-align: right;
	color: #666;
	width: 400px;
	float: right;

}

#contactfooter {

	font-size: 11px;
	float: left;

}

#contactfooter br {
	clear: both;
}

#navigation {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 10px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 3px;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

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

a.discreet {
	color: #666;
}

h2 {

	font-size: 18px;

}

h3 {
	font-size: 15px;
}

.clear br {

	clear: both;

}

div.left {

	width: 55%;
	float: left;
}

div.right {

	width: 40%;
	float: right;

}

.seperator {

	clear: both;
	border-bottom: 1px solid #666;
	margin: 10px 0px;

}

.seperator hr {

	display: none;	

}

.small {
	font-size: 11px;
}


.spaced {

	padding: 10px;

}

.prices {

	margin-left: auto;
	margin-right: auto;

	width: 95%;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;

}

* html .prices {

	height: 1%; 

}

.priceshead {

	margin-left: auto;
	margin-right: auto;
	width: 97%;
	background: #ddd;
	padding: 5px;
	text-align: center;

}

.pricesleft {

	width: 50%;
	float: left;


}

.pricesright {

	width: 50%;
	float: right;

}

.pricetype {

	padding: 3px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	background: #EEE;

}

.priceitem {

	padding: 3px;
	margin: 5px;
	height: 30px;

}

.pricedesc {
	float: left;
}

.priceamount {
	font-weight: bold;
	float: right;
}

.fieldname {

	float: left;
	width: 40%;

}

#application input, #application select {

	font-family: Verdana, Arial, Helvectica, sans-serif;
}


#application input.fr {
	width: 300px;
}
#application textarea.fr  {
	width: 300px;
	height: 80px;
}

#application input.shrunk {
	width: 60px;	
}

#application label.fl {
	display: block;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

#application br {
	clear: left;
}

#terms {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#terms textarea {
	display: block;
	width: 100%;
	height: 100px;
}

#applysubmit {
	text-align: center;
}