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

/* add a custom font for the page */
@font-face {
    font-family: rockwell;
    src: url('../fonts/rock.ttf');
}

.header, .footer {
width: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
}
p, h1, h2, h3, h4, h5, h6, form {
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
}
div#blackbar {
	height:83px;
	color:#FFF;
	background-image:url(../images/blackbar.png);
}
div#topwrapper {
	margin:auto;
	width:900px;
}

img.bgmaximage {
	position:fixed !important;
}
#logoholder {
	float:left;
}
#navholder {
	float:right;
	font-weight:bold;
	padding-top:60px;
}
div#contentwrapper {
	width:860px;
	background-color:#FFF;
	padding:20px;
	margin:auto;
	margin-top:20px;
}
div#footerbar {
	background-color:#000;
	color:#FFF;
	margin-top:20px;
	padding:5px;
	text-align:center;
}
div#footerlinks {
	width:900px;
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#999;
}
div#copyright {
	width:900px;
	margin:auto;
	text-align:center;
	font-size:11px;
}
div.frontcolumn {
	width:420px;
	float:left;
}
div.midspacer {
	width:20px;
	float:left;
}
h2.sifrheader {
	color:#333;
	font-size:16px;
}
div#midicons {
	width:420px;
	border-top:1px #900 solid;
	border-bottom:1px #900 solid;
	padding-bottom:5px;
}
div#icon1 {
	float:left;
	background-image:url(../images/icons/request.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:50px;
	height:30px;
	padding-top:20px;
	padding-right:50px;
	font-weight:bold;
	color:#900;
}
div#icon2 {
	float:left;
	background-image:url(../images/icons/subscribe.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:50px;
	height:30px;
	padding-top:20px;
	font-weight:bold;
	color:#900;
}
div#smebox {
	float:left;
	width:75px;
}
div#smetext {
	float:left;
	padding-left:10px;
	width:335px;
}
p.newsDate {
	color:#666666;
	font-size:11px;
}
p.newsTitle {
	font-size:14px;
	color:#be0f34;
	font-weight:bold;
	border-bottom:1px #D6D6D6 solid;
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:1em;
}
a:link, a:visited, a:active {
	text-decoration:none;
	font-weight:bold;
	color:#900;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#900;
}
div.sidenav {
	float:left;
	width:260px;
}
div.textholder {
	float:left;
	width:580px;
}
p.nav {
	font-size:14px;
	color:#900;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px #CCC solid;
}
p.nav:hover {
	font-size:14px;
	color:#900;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px #CCC solid;
	cursor:pointer;
}

p.bannerholder {
	padding-top:10px;
	padding-bottom:10px;
}
h2.sifrheader2 {
	color:#900;
	border-bottom:1px #CCC solid;
	font-size:14px;
	padding-bottom:7px;
	margin-bottom:10px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
a.footerlink:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#FFF;
}
#dhtmltooltip{
	position: absolute;
	width: 100px;
	border: 1px solid #990000;
	padding: 2px;
	z-index: 100;
	text-align:center;
	padding:3px 2px 3px 2px;
	visibility: hidden;
	font-size:11px;
}
.inactive {
	background-color:#575a5d;
}
.active {
	background-color:#be0f34;
}
.visible {
}
.hidden {
	display:none;
}
span.request {
	font-size:10px;
	line-height:1em;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 380px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	margin:auto;
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding:0px;
	margin:0px;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width:380px;
	text-align:center;
}

.sidemenu {
	font-size:16px;
	color:#be0f34;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:5px;
	line-height:1em;
}

ul.sidemenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.sidemenu li {
    height: 25px;
    line-height: 25px;
}

.sidemenusub {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:5px;
	line-height:1em;
}
.sidemenusub a:hover{
	font-size:14px;
	color:#666;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:5px;
	line-height:1em;
}
.sidemenu2 {
	font-size:12px;
	color:#be0f34;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:10px;
}
.contactform {
	border:1px #999999 solid;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.redbutton {
	background-color:#990000;
	border:1px #990000 solid;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.thumbs {
	background-color:#333333;
	width:12px;
	height:12px;
	float:left;
	margin-left:4px;
	cursor:pointer;
	margin-bottom:4px;
}
.stepcarousel2 {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 550px; /*Width of Carousel Viewer itself*/
	height: 550px; /*Height should enough to fit largest content's height*/
}
.stepcarousel2 .belt2 {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding:0px;
	margin:0px;
}
.stepcarousel2 .panel2 {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width:550px;
	text-align:center;
}
.quickbox {
	border:1px #999999 solid;
	padding:10px;
}
.media {
	padding-right:5px;
	float:left;
	padding-bottom:10px;
}
