@charset "utf-8";
body {
	background-color: #333333;
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}
#main-content .subtitle {
	font-size: 14px;
	font-weight: 600;
}
#navbar {
	background-color: #572b06;
	height: 33px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #f6c202;
	border-right-color: #f6c202;
	border-bottom-color: #f6c202;
	border-left-color: #f6c202;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 8pt;
}
#navbar a {
	color: #9A8163;
	text-decoration: none;
}
#navbar a:hover {
	color: #CC9900;
}
#main-content {
	background-color: #FFFFFF;
	padding: 25px;
}
#main-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
#header {
	background-image: url(header-bg.jpg);
	background-repeat: repeat-x;
	height: 123px;
	color: #916639;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 10pt;
}
#sidebar #ml {
	padding-top: 75px;
}

#footer  {
	width: 100%;
	color: #DFDFDF;
	font-size: 90%;
}
#footer a {
	color: #ECE9D8;
}
#footer a:hover {
	color: #FFCC00;
}
#footer .copyright {
	font-size: 90%;
	color: #CAC191;
}
#header #company {
	float: left;
}

#header h3 {
	font-size: 10pt;
	color: #F8F2ED;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F6C202;
	font-weight: 400;
}
#header h2 {
	font-size: 14px;
	color: #FFFFFF;
}
#sidebar {
	background-color: #81410A;
	background-image: url(sidebar-bg.jpg);
	background-repeat: repeat-x;
	width: 209px;
	padding: 10px;
}
#sidebar #sidebar-links li {
	margin: 12px;
}
#sidebar #sidebar-links a {
	color: #572B06;
	text-decoration: none;
	margin: 0px;
}
li  {
	margin-bottom: 8px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
}
.telephone  {
	font-size: 12px;
	color: #FFCC00;
}
#main-content h3 {
	font-size: 9pt;
}
#main-content h2 {
	font-size: 12pt;
}
#main-content a {
	color: #333333;
	text-decoration: underline;
}
#main-content a:hover {
	color: #990000;
}
.home-image {
	background-image: url(home-image.jpg);
	background-repeat: no-repeat;
	height: 247px;
}
.home-image #button {
	float: right;
	padding-top: 100px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#main-content #boxed {
	float: right;
	width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	border: 1px dotted #666666;
	padding: 5px;
}
