@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/background.jpg) repeat-x top #f1efea;
	font-family: "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:12px;
	color:#707070;
	margin:0 auto;
}
p, ul, ol, li {
	line-height:180%;
}
img {
	border:0;
}
body a:link, a:active, a:visited 
{
	color:#ff4539;
	text-decoration:none;
}
body a:hover {
	color:#ff4539;
	text-decoration:underline;
}
div.wrapper
{
	width:962px;
	margin:0 auto;
}
div.header {
	width:962px;
	height:95px;
	padding-top:30px;
}
div.header div.menu{
	float:right;
	padding-top:20px;
}
div.header div.menu a:link, a:active, a:visited{
	color:#707070;
	text-decoration:none;
}
div.header div.menu a:hover{
	color:#ff4539;
	text-decoration:none;
}
div.header div.menu li{
	display: inline;
	padding-left: 20px;
}
div.banner {	
	width:962px;
	height:262px;
	background:url(../images/main-image.jpg) no-repeat;
}
div.content {
	width:100%;
	margin-top:20px;
	display:inline-block;
}
div.content div.leftPanel {
	width:630px;
	min-height:500px;
	margin-right:29px;
	float:left;
}

.clear { 
	clear:both; 
}
div#sideBar {
	width:275px;
	float:left;
}
div#sticker {
	margin-top:10px;
	padding:10px;
	background:#fff;
	width:255px;
	border: 1px solid #d1d1d1;
}
.stick {
	position:fixed;
	top:0px;
}
.title-brown {
	font-size:25px;
	color:#ff4539;
}
.title-orange {
	font-size:18px;
	color: #da5026;
}
.title-orange-caps {
	font-size:18px;
	text-transform:uppercase;
	color: #da5026;
}
.title-black {
	font-size:40px;
	color: #25221f;
}
.required {
	font-style:italic;
	font-size:11px;
	color:#837b71;
}
.textbox {
	padding:2px;
	border: 1px solid #dddad3;
	width: 240px;
}
div.footer {
	width:962px;
	margin:0 auto;
	border-top: 1px dotted #696056;
	padding-top:10px;	
	padding-bottom:20px;
	color: #aaa6a1;
	font-size:11px;
}
	
	

