@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 990px;
	margin: 5 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
#topbar {
	height: 90px;
	margin-top: 5px;
	padding: 5px;
}
#skin {
	float: right;
	width: 190px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}
#skin ul {
	margin: 15px;
	padding: 10px;
}
#skin li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
}
#skin a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#skin a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#nav {
	height: 60px;
}
#header {
	height: 365px;
	font-size: 11px;
}
#content {
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
#footer {
	background-image: url(images/);
	background-repeat: no-repeat;
	height: 30px;
	width: 990px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#left {
	float: left;
	width: 645px;
        margin: 15px;
}
#right {
	float: right;
	width: 258px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.brownheadline {
	font-size: 25px;
	font-weight: bold;
	color: #ab4d1b;
	letter-spacing: -1px;
	line-height: 30px;
}
.leftimg {
	float: left;
	padding-right: 15px;
	display: block;
}
.bluetext {
	font-weight: bold;
	color: #36a0e7;
}
.blueheadline {
	font-size: 20px;
	font-weight: bold;
	color: #14446f;
	letter-spacing: -1px;
	line-height: 30px;
}
.browntext {
	font-weight: bold;
	color: #36a0e7;
}.greyline {
	background-color: #CCCCCC;
	height: 1px;
	margin: 8px 0 8px 0;
}
#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #696969;
	width: 250px;
	margin: 5px 0 5px 0;
}
#contact label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
}
#contact textarea {
	border: 1px solid #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 250px;
	margin: 5px 0 5px;
}
