ol {
 list-style-position: inside; 
 margin-left: 10px;
}

a {
	color : #694932;
	text-decoration : none;
}

a:hover {
	color : #ba7559;
	text-decoration : none;
}

a.side {
	color : #4c4a48;
	text-decoration : none;
}

a.news {
	color : #ba7559;
	text-decoration : none;
}

a:hover.news {
	color : #694932;
	text-decoration : none;
}

a:hover.side {
	color : #4c4a48;
	text-decoration : none;
	border : 0;
}

a.side2 {
	color : #4c4a48;
	text-decoration : none;
}

a:hover.side2 {
	color : #4c4a48;
	text-decoration : none;
	border : 0;
}

a.white, li.white a {
	padding: 7px 7px 7px 16px;
	color: #ba7559;
    letter-spacing: 1px;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	padding: 7px 7px 7px 16px;
	background : url(/images/hover.png);
    background-repeat: no-repeat;
    background-position: 0px 0px 0px 0px;
}

#fadeinbox{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
position:absolute;
width: 230px;
left: 0;
top: -400px;
border: 1px solid #8e8478;
background-color: #cabdac;
padding: 4px;
z-index: 100;
visibility:hidden;
}

.stepcarousel {
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 570px; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
margin: 0px 14px 5px 14px;
background:#d1c9b7;
 }

.stepcarousel .belt {
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 17px ; /*margin around each panel*/
background:#c0b8a6;
border:1px solid #baafa0;
}

.stepcarousel .panel p {
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
}

.stepcarousel .panel h2 {
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img {
float: left; /*leave this value alone*/
background:#040404; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 10px 10px 10px; /*margin around each panel*/
padding:0px 0px;
}

body {
	color : #555;
	background : #000000;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 0;
	line-height : 1.3em;
}

img.alignleft {
 float:left; 
 margin: 0 10px 5px 0;
}


form {
	margin : 0px;
}

hr {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	height : 1px;
	border : 2px solid #b5b1a5;
}

hr.side-hr {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	height : 1px;
	border : 2px solid #8e8478;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
}

.btn {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
  padding:1px;
  font-family:"tahoma","arial","helvetica","sans-serif";
  font-size:8pt;
  background-color:#b1a796;
  color:#555;
  border: 1px solid #b4a798;
}

.alt {
	color : #555;
}
 
.outer-border {
	margin : 0 auto;
}

.sub-header {
	font : 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
        position: relative;
	color : #fff;
	background : none;
	padding-top : 45px;
	height : 40px;
}

.ulti {
	font : 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	position: absolute;
	margin-top: 240px;
	margin-left: 600px;
	background : none;
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
	margin-right : 0px;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.subsub-header {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
	background : url(images/dh/header.png);
        width: 960px;
	height : 369px;
}


.full-header-bg {
	background : url(images/dh/top.png);
        background-position : top center;
	margin : 0 auto;
        width: 960px;
        height: 96px;
}

#search_box {
	margin-top : 13px;
	float:right;
	width: 280px;
	height: 32px;
	background: url(images/header/search.png);
}

#search_box #s {
	float: left;
	padding: 0;
	margin: 8px 0 0 9px;
	border: 0;
	width: 200px;
	background: none;
	color : #fff;
}

#search_box #go {
	float: right;
	margin: 4px 9px 0 0;
	width : 53px;
	height : 24px;
}

.footer {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background : url(images/dh/footer.png);
        background-repeat: no-repeat;
        background-position:  center;
        width: 960px;
        height: 126px;
        background-position:top;
        background-repeat:repeat-y;
        padding: 0px;
        border: 0px none;
}

.footerborder {
	border-top : 1px solid #ccc;
}

.admin-message {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	color : #fff;
	background-color : #e61258;
	width : 680px;
	border : 1px solid #c6ba9c;
	padding : 3px 4px 5px 4px;
	margin-bottom : 5px;
}

.button {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #b1a796;
	height : 20px;
	border : 1px solid #c6ba9c;
	margin-top : 2px;
}

.bbcode {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #f1f1f1;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.textbox {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #b1a796;
	border : 1px solid #c6ba9c;
}

.dhtext {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #b1a796;
	border : 1px solid #c6ba9c;
}

.main-body {
	font-family : Tahoma, Verdana, Arial;
	font-size : 12px;
	color : #3c3c3c;
	background : #d0c8b7;
	padding : 5px 15px 15px 15px;
}

.side-body {
	font-family : Tahoma, Verdana, Arial;
	font-size : 11px;
	color : #777;
	letter-spacing : 1px;
	background-color : #cabdac;
	padding : 4px;
}

#main-bg {
	color : #555;
	padding : 10px 5px 0px 5px;
	margin-top : 60px;
}

.side-both #main-bg {margin: 0 227px;}
.side-left #main-bg {margin-left: 227px;}
.side-right #main-bg {margin-right: 227px;}
.side-left #side-border-right {display:none;}
.side-right #side-border-left {display:none;}

.center {
	margin : 0 auto;
}
	
* html #main-bg{
	height: 0px;
}

.border {
	border : 1px solid #e1e1e1;
	margin-bottom : 5px;
}

.borderl {
	background : url(images/main/left-side.png) repeat-y;
	background-position : center left;
}

.borderr {
	background : url(images/main/right-side.png) repeat-y;
	background-position : center right;
}

.middle {
        background-image: url(images/dh/middle.png);
        background-position:top;
        background-repeat:repeat-y;
        padding-top: 305px;
        border: 0px;
}

.border-bottom {
	background : url(images/main/border-b.png) repeat-x;
	background-position : center center;
	height : 40px;

	margin-bottom : 10px;
}

#side-border-left {
	color : #777;
	float:left;
	padding : 10px 0px 10px 40px;
	width: 175px;
}

#side-border-right {
	color : #777;
	float: right;
	padding : 10px 40px 10px 0px;
	width: 175px;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.news-footer {
	text-align: center;
	font-size : 10px;
	color : #555;
	border : 1px solid #baafa0;
	background-color : #dfd8c7;
	padding : 3px 4px 4px 4px;
}

.barmain {
	font-family : Tahoma, Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 10px;
	color : #aaa;
	padding : 4px;
}

.capmain {
	font-family : Myriad Pro, Tahoma, Verdana, Arial;
	font-size : 24px;
	line-height : 28px;
	color : #694932;
	background : #d0c8b7;
	padding : 15px 15px 5px 15px;
	
}

.sideborder-top {
	background : url(images/sides/bg-t.png) repeat-x;
	width : 175px;
	height : 7px;
}

.sideborder-bottom {
	background : url(images/sides/bg-b.png) repeat-x;
	width : 100%;
	height : 7px;
	margin-bottom : 15px;
}

.sideborder-left {
	background : url(images/sides/bg-l.png) repeat-y;
	background-position : center left;
	padding-left : 7px;
}

.sideborder-right {
	background : url(images/sides/bg-r.png) repeat-y;
	background-position : center right;
	padding-right : 7px;
}

.midborder-top {
	background : url(images/mid/bg-t.png) repeat-x;
	width : 100%;
	height : 7px;
}

.midborder-bottom {
	background : url(images/mid/bg-b.png) repeat-x;
	height : 7px;
	margin-bottom : 15px;
}

.midborder-left {
	background : url(images/mid/bg-l.png) repeat-y;
	background-position : center left;
	padding-left : 7px;
}

.midborder-right {
	background : url(images/mid/bg-r.png) repeat-y;
	background-position : center right;
	padding-right : 7px;
}

.scapmain {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #635d58;
	background : #cabdac;
	padding : 5px;
}

.tbl-border {
	border : 1px solid #baafa0;
}

.tbl-down {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	border : 2px solid #b5aa98;
	padding : 2px;
}

.tbl {
	font-size : 11px;
	color : #555;
        border : 1px solid #baafa0;
	background-color : #d1c9b7;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	color : #555;
        border : 1px solid #baafa0;
	background-color : #c0b8a6;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #888;
        border : 1px solid #baafa0;
	background-color : #d1c9b7;
	padding : 4px;
}


.sticky {
	font-size : 11px;
	color : #888;
        border : 1px solid #baafa0;
	background-color : #cabdac;
	padding : 4px;
}

.dh0 {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	font-size : 11px;
	color : #555;
        border : 1px solid #baafa0;
	background-color : #d1c9b7;
	padding : 4px;
}

.dh1 {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	font-size : 11px;
	color : #555;
        border : 1px solid #baafa0;
	background-color : #c0b8a6;
	padding : 4px;
}

.dh2 {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	font-size : 11px;
	color : #888;
        border : 1px solid #baafa0;
	background-color : #d1c9b7;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #888;
	background-color : #d0c8b7;
	padding : 2px 4px 4px 4px;
}

.quote {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	font-size : 11px;
	color : #555;
	background-color : #d1c9b7;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #baafa0;
}

.poll {
	height : 12px;
	border : 1px solid #bbb;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

.shoutboxname {
	font-weight : bold;
	color : #005599;
}

.shoutbox {
	color : #777;
}

.shoutboxdate {
	font-size : 10px;
	color : #888;
}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

.side-label {
	color : #555;
	background-color : #f6f6f6;
	padding : 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	color : #555;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	padding: 1px 1px 1px 1px;
}

#navigation a:hover {
	background-color: #bfb1a0;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

/* Page Navigation */


.pagenav {
	padding: 0.4em;
}

.pagenav span {
	color: #555555;
	background-color: #d0c8b7;
	border: 1px solid #c3b9a9;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color: #694932;
	background-color: #c0b8a6;
	border: 1px solid #c3b9a9;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color: #555555;
	background-color: #d0c8b7;
	margin: 0.2em;
	text-decoration: none;
}


/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/*IE Fixes*/
* html #main-bg {
	height: 1%;
	width: auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="center"] {margin: 0 auto;}
