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

body {
	font: 12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	background:#D1D3D4;
	line-height: 18px;
	color: #58595B;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	background:#fff;
	min-height: 768px;
	width: 1026px;
}

#header { 
	padding-bottom: 50px;
}
#logo {
	width:226px;
	height:62px;
	margin: 20px 0;
	padding: 20px 0;
}

#logo a {
	width:226px;
	height:62px;
	background: url(../images/logo.png) no-repeat;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	float: left;
	margin: 0 0 20px 20px;
}

#buttons {
	float: right;
}

#buttons a {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	float: left;
	margin-bottom: 5px; 
}
.subscribe, .rss, .downloads {
	text-align: left;
}
.subscribe-text {
	background-color: #F05A28;
}
.rss-text, .downloads-text {
	background-color: #E9EAEA;
	color: #58595B !important;
}
.subscribe-text, .rss-text, .downloads-text {
	width: 150px;
}
#banner {
	background: url(../images/banner.png) no-repeat; 
	width:  1026px;
	height: 183px;
	text-indent: -9999px;
}
#navigation {
	background-color: #ffffff;
}
ul#menu {
	background-color: #F05A28;
	height: 25px;
	width: 600px;
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
}
ul#menu li {
	padding-left: 15px;
	padding-right: 20px;
	float: left;
}
ul#menu li.last {
	padding-right: 15px;
}
ul#menu li a, ul#menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}
ul#menu li a:hover, ul#menu li a.active. #footer a:hover {
	color: #000000 !important;
	text-decoration: none;
}
#clear {
	clear: both;
}
#footer p {
	text-align: center;
}

#footer a, #footer a:visited {
	color: #58595B;
	text-decoration: none;
}

#main {
	float: left;
	width: 600px;
	padding-left: 50px;
}
#main h1 {
	font-weight: normal;
	color: #F05A28;
	line-height: 28px;
	font-size: 24px;
}
h1 {
	margin: 0;
}
#main h1.right {
	text-align: right;
	padding-top: 0;
}
#sidebar {
	float: right;
	width: 330px;
}

#sidebar-text {
	width: 305px;
	background-color: #58595B;
	padding: 10px 0px;
}
#sidebar-text p, #sidebar h2 {
	margin: 10px;
	color: #ffffff;
}
#sidebar h1, #sidebar h2 {
	font-weight: normal;
}
.bio-social-icons { list-style-type:none; background:none; padding: 0px; }
.bio-social-icons li { background:none !important; border:none !important; float:left; display:block; padding: 0px 10px 0px 0px !important; }
.bio-social-icons li a { float:left; display:block; width:24px; height: 24px; text-indent:-9999px !important; }
.bio-social-icons li a:hover { text-decoration: none !important; border-bottom:none !important; }
.twitter-icon a { background:url(../images/twitter.png) no-repeat top left !important; }
.facebook-icon a { background:url(../images/facebook.png) no-repeat top left !important; } 
.linkedin-icon a { background:url(../images/linkedin.png) no-repeat top left !important; }

form ol, form table {
	list-style-type: none;
	padding: 0;
}
form table {
	float: left;
}
#content {
	padding-bottom: 50px;
}
#clearing {
height: 50px;
}
a, a:visited {
	color: #F05A28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.violator {
	background: url(../images/violator.png) no-repeat;
	width: 185px;
	height: 118px;
	margin-top: -30px;
	float: right;
	display: block;
	text-indent: -9999px;
}
