﻿*{
	margin: 0;
	padding: 0;
}

body{ 
	text-align: center; 
	color: #000;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	}
img{ border: 0; }
	
#pageWrapper{ 
	margin: 0 auto;
	width: 700px; 
	height: auto; 
	text-align: left; 
	}

/*
General Settings
------------------------------------------ */
p{
	margin-bottom: 10px;
}

a{
	color: #666666;
	text-decoration: none;
}

/*
Header
------------------------------------------ */
#header{
	height: 90px;
	background: #FFFFFF url(../images/logo.gif) left top no-repeat;
	position: relative;
}

#navigation{
	height: 17px;
	list-style-type: none;
	position: absolute;
	right: 20px;
	top: 50px;
	width: auto;
}

#navigation a:hover{
	text-decoration: none;
	font: normal 11px Verdana, "Times New Roman", Times, serif;
}

#navigation li{
	float: left;
	margin-left: 12px;
}

#navigation li .number{
	font: normal 11px Verdana, "Times New Roman", Times, serif;
	color: #666;
}


/*
Content Wrapper
------------------------------------------ */
#contentWrapper div{
	float: left;
	width: 193px;
	padding: 20px;
}

#contentWrapper div#innerLeftCol{
	width: 130px; 
}

#contentWrapper div#innerRightCol{
	width: 490px;
}

#contentWrapper div.displayBlock{
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 20px;
}

#contentWrapper div.displayBlock img{
	float: left;
	margin: 0 10px 10px 0;
}

/*
Contact us
------------------------------------------ */
#contactNote{
	padding: 10px 0 10px 148px !important;
	padding: 10px 0 10px 150px;
}

#contactForm{
	margin-bottom: 10px;
}

#contactForm label{
	float: left;
	width: 99px;
	text-align: right;
	padding-right: 50px;
	line-height: 20px;
	}
	
#contactForm input, #contactForm textarea{
	width: 180px;
	margin-bottom: 5px;
	}

#contactForm select{
	width: 184px;
	margin-bottom: 5px;
	}
	
#contactForm textarea{
	width: 220px;
	height: 100px;
	}

#contactForm .boxes{
	width: 1em;
	}

#contactForm #submitBTN{
	margin: 15px 0 0 148px !important;
	margin: 15px 0 0 150px;
	width: auto;
	}

#contactForm br{
	clear: left;
	}

/*
Footer
------------------------------------------ */
#footer{
	height: 40px;
	background: #FFFFFF url(../images/bottom_hl.gif) left top no-repeat;
	line-height: 40px;
	padding-left: 20px;
}

/*
Classes
------------------------------------------ */
.clear{
	clear: both;
	height: 0;
	width: 0;
	visibility: hidden;
	line-height: 0;
	float: none;
}