/*general*/
* {
	margin: 0;
	padding:0;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
h1 {
	color: #8f191d;
    font-size: 20px;
    padding: 5px 0;
}
h2 {
	color: #000;
    font-size: 18px;
    padding: 5px 0;
}
h3 {
	color: #8f191d;
    font-size: 16px;
    padding: 5px 0;
}
h4 {
	color: #000;
    font-size: 14px;
    padding: 5px 0;
	font-style: italic;
}
ul {
	margin: 5px 0 0 25px;
}
/*Home*/
#mainWrapper {
	width: 1000px;
}
table#mainWrapper {
	margin: 0px auto;
}
body {
    background-attachment: fixed;
    background-color: #e0e0e0;
    background-image: url("");
    background-position: center top;
    background-repeat: repeat;
    font-family: arial,sans-serif;
    font-size: 14px;
}
table, td, tr {
	background-color: #e0e0e0;
}
p {
	font-family: arial,sans-serif;
    font-size: 14px;
	}
a, a:visited, a:link {font-size: 11px;}
/*menus*/
#menu-header {display: none;
}
.sidenavWrap {display: none;
}
#horiz_bkg {
	background-color: transparent;
	box-shadow: 2px 2px 2px #888888, -2px 2px 2px #888888;
}
.menu-horiz li, .menu-horiz li li, .menu-horiz li li li {
    background: none repeat scroll 0 0 #8F191D;
}
#menu-horiz li a {
    border-left: 0 solid #FFFFFF;
    padding: 8px 20px;
}
#menu-horiz li li a, #menu-horiz li li li a {
	border-top: 0 solid #fff;
	padding: 5px 10px;
	font-size: 13px;
}
.menu-horiz li:hover, .menu-horiz li.sfHover, .menu-horiz a:focus, .menu-horiz a:hover, .menu-horiz a:active{
	border-radius: 15px 15px 0 0;
}
.menu-horiz li li:hover {
	border-radius: 0px;
}
.menu-horiz li li a:hover {
	border-radius: 0px;
	color: #8F191D;
	padding: 5px 10px;
}
.sf-sub-indicator {display: none;
}
.depth1 { width: 250px !important;
}
.depth1 li { border-bottom: 0px solid #000000 !important;
             background-color: #aaa !important;
}
.depth1 li a { border-bottom: 0px solid #000000 !important;
             background-color: #aaa !important;
}
.depth2 { width: 250px !important;
          margin-left: 180px;
}
/*header Image*/
.specialText {
	height: 60px;
}
#header {
    background-color: #FFFFFF;
    border-radius: 0;
 }
.headerWrap {
    background-color: #8F191D;
    box-shadow: 5px 5px 12px #555555;
    height: 90px;
    left: 0;
    position: absolute;
    width: 100%;
}
.banner {
	width: 1100px;
	margin: 5px auto;
}
.company {
	text-align: left;
	margin: 0 auto;
}
.company p {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.logo {
    position: relative;
    top: 0px;
    z-index: 101;
}
.logo img {
	width: 200px;
}
/*content*/
#content {
	width: 1000px;
    margin: 0px;
	padding: 50px 0px 0px;
	background-color: #e0e0e0;
}
#content b {
    color: #91191D;
    font-family: lucida sans,lucida grande,lucida sans unicode,geneva,trebuchet ms,arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
/*footer*/
#menu-footer {
	display: none;
}
#DTNFooter {
	width: 300px;
	background-color: transparent;
}
/*breakeven calculator*/
#container {
	border: 0px solid black;
	width: 600px;
}
input {
	padding: 3px 0 3px 2px;
}