@charset "utf-8";
/* CSS Document */

body { 
	margin: 34px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1a181c;
}

a { 
	color:#1a181c;
	text-decoration:underline;
}

a:hover { 
	color:#1a181c;
	text-decoration:none;
}

#container {
	width:1024px;
	margin:0 auto;
}

#header {
	margin-top:25px;
	background:url(../images/link-bg.gif) no-repeat top right;
	height:36px;
}

#header h1 { 
	float:left;
	color:#ffffff;
	font-size:13px;
	padding-left:32px;
	margin-top:10px;
}

#nav {
	float:left;
}

#banner { 
	margin:9px 0 24px;
}

#content-left { 
	width:243px;
	float:left;
	margin-right:12px;
}

#content-right { 
	width: 769px;
	float:left;
	background:url(../images/bg-content.gif) no-repeat top;
}

.clear { 
	clear:both;
}

.clear-contact { 
	clear:both;
	height:9px;
}

#contentfield { 
	float:left;
	padding: 50px 0 0 48px;
	width: 571px;
	line-height:1.3;
}

#contentfield-contact { 
	float:left;
	padding: 50px 0 0 48px;
	width: 351px;
	line-height:1.5;
}

#contentfield-contact h1,
#contentfield h1 { 
	font-size:15px;
	text-transform:uppercase;
	margin-top:0;
}

#contentprop { 
	width:1px;
	float:right;
	height:365px;
}

#copyright { 
	color:#1a181c;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-top:17px;
}


#contact-form { 
	float:left;
	width:302px;
	background:#ebf2c7;
	margin-top:50px;
	padding: 22px 13px 20px 11px;
	margin-left:25px;
}

#contact-form label { 
	width:63px;
	float:left;
	padding-top:6px;
	font-size:11px;
}

#contact-form input.textfield { 
	width:200px;
	float:left;
	border:1px solid #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#contact-form textarea { 
	width:200px;
	float:left;
	border:1px solid #fff;
	height:150px;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

#contact-form input.submit { 
	margin-top:110px;
	font-size:11px;
}

div.icon-left {
	float:left;
}

div.icon-right { 
	float:left;
	margin-left:10px;
	margin-top:3px;
}