/*******************************global styles ***********************************/

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	height: 100%;
	min-height: 100%;
}

table
{
	clear: left;
	float: left;
}

a
{
	text-decoration: none;
	color: #3E6A61;
}

a:hover
{
	text-decoration: underline;
}

h1, h2
{
	font-size: 12px;
	padding-bottom: 10px;
	font-family: Geneva, Verdana, Sans-Serif;
	color: #3e6a61;
	border-top: 1px solid #3e6a61;
	float: left;
	clear: left;
	padding-top: 6px;
	/*background: url(../../assets/images/title_bg.jpg) repeat-x top left;*/
}

img
{
	float: left;
}

img.border
{
	border: 1px solid #999999;
	margin-bottom: 10px; 
}

h1.main-content
{
	width: 458px;
}

h2.sub-content, h3.sub-content
{
	width: 220px;
}

p
{
	float: left;
	clear: left;
	padding-bottom: 10px;
}

div.page-container 
{
	height: auto;
	width: 960px;
	min-height: auto;
	position: relative;
	margin: 0 auto 0 auto;
	border-left: 5px solid #999999;
	border-right: 5px solid #999999;
	/*border-left: 5px solid #cccccc;*/
	/*border-right: 5px solid #cccccc;*/
}

div.content-container 
{
	float: left;
	width: 960px;
	background-color:#DCDCDC;
	height: auto;
	min-height: 680px;
	padding-bottom: 20px;
}

div.header
{
	float: left;
	background: url(../images/banner_bg.jpg) repeat-x;
	height: 150px;
	width: 100%;
}

a.logo
{
	float: left;
	margin: 28px 20px 0 20px;
	display: block;
}

img.phone-number
{
	float: right;
	margin: 42px 20px 0 20px;
	display: block;
}

a.email
{
	clear: right;
	float: right;
	margin: 10px 20px 0 20px;
	display: block;
}

ul.navbar
{
	background: url(../images/nav-bar.jpg) repeat-x;
	width: 100%;
	height: 32px;
	position: absolute;
	top: 118px;
	left: 0;
	list-style: none;
	font-family: Geneva, Verdana, Sans-Serif;
	font-size: 11px;
}

li.nav-element
{
	float: left; 
}

li.nav-element a
{
	font-size: 11px;
	font-family: Geneva, Helvetica, San-Serif;
	float: left;
	padding: 9px 9px 9px 9px;
	color: #FFFFFF;
	border-right: 1px solid #999999;
}

li.nav-element a
{
	text-decoration: none;
}

li.nav-element a.last
{
	/*border-right: none;*/
	padding-right: 14px;
}

li.nav-element a#selected, li.nav-element a:hover
{
	background: url(../images/nav-element-selected.jpg) repeat-x;
}

div.left-content
{
	float:left;
	width: 220px;
	padding: 10px;
	margin-top: 5px;
}

div.fieldrow
{
	float: left;
	clear: left;
	height: 25px;
}

div.fieldrow label
{
	clear: left;
	float: left;
	width: 100px;
	height: 20px;
}

div.fieldrow select
{
	float: left;
	width: 120px;
	height: 20px;
}

div.main-content
{
	float:left;
	width: 458px;
	height: auto;
	padding: 10px;
	margin-top: 5px;
	border-right: 1px dotted #999999;
	border-left: 1px dotted #999999;
}

div.main-content p
{
	width: 458px;	
}

div.right-content
{
	float:left;
	width: 220px;
	padding: 10px;
	margin-top: 5px;
}

a.image-link
{
	height: 145px;
	position: relative;
	float: left;
	margin-bottom: 14px;
}

a.image-link
{
	text-decoration: none;
}

img.text-bg
{
	position:absolute;
	bottom: -1px;
	left: 1px;
}

h3.image-title
{
	font-size: 11px;
	color:#FFFFFF;
	width: 218px;
	text-align: center;
	font-family: Geneva, Helvetica, San-Serif;
	position:absolute;
	bottom: 5px;
	left: 0;
}

div.footer
{
	width: 100%;
	float: left;
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 20px;
}

div.footer p
{
	padding: 3px 10px 0 10px;
	float: left;
}

iframe
{
	float: left;
	min-height: 600px;
	overflow-x:hidden;
}

form#contact-form
{
	width: 400px;
	float: left;
}

form#contact-form div
{
	width: 400px;
	height: 30px;
	clear: left;
	float:left;
	margin-right: -3px;
}

form#contact-form div label
{
	width: 170px;
	float: left;
	padding-top: 3px;
}

form#contact-form div.additional-info
{
	height: 85px;
}

form#contact-form div.submit
{
	padding-left: 169px;
	padding-top: 10px;
	width: 200px;
}

span#valuation-fields
{
	float: left;
	clear: left;
}

input, select, option
{
	font-size: 11px;	
	font-family: Arial, Helvetica, Sans-Serif;
}

textarea
{
	font-family: Arial, Helvetica, Sans-Serif;	
	font-size: 11px;
	width:175px;
}

p.form-section
{
	margin-top: 5px;	
}