/* Redfined HTML tags */
body, html {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	background-color:#ded3cd;
	padding:0px;
	margin:0px;
	height:100%;
}
hr {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	margin-top:10px;
	padding:0px;
	line-height:18px;
}
h1 {
	padding:0px;
	line-height:normal;
	color:#ff9900;
	font-size:16px;
}
h2
{
	padding:0px;
	line-height:normal;
	color:#000000;
	font-size:14px;
	margin-top:40px;
	margin-bottom: 0px;
}
a {
	color:#FF9900;
}
ul {
	margin-top:10px;
}
b {
	font-weight:normal;
}


/* Main Layout Styles */
.wrapper {
	background-image:url(http://www.dhts.co.uk/images/page_stretch.gif);	/* This is here to extend background when content is */
	background-color:#FFFFFF;						/* shorter than the browser window */
	width:782px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.content_area {
	background-image:url(http://www.dhts.co.uk/images/page_stretch.gif);	/* This is here to extend background when content is */
	width:680px;									/* longer than the browser window */
	text-align:left;
	color:#000000;
	padding-left:51px;
	padding-right:51px;
}
.block {
	display:block;
}


/* Page Header Styles */
.top {
	width: 680px;
	text-align:left;
	background-image:url(http://www.dhts.co.uk/images/top_stretch.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:51px;
	padding-right:51px;
}
.top_right {
	float:right;
}
.head_right {
	width:680px;
	height:45px;
	line-height:45px;
	text-align:right;
	float:right;
	background-image:url(http://www.dhts.co.uk/images/nav_stretch.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-left:51px;
	padding-right:51px;
}
.head_right #time_date {
	color:#757c80;
}
.head_right #navigation {
	color:#757c80;
	font-size:14px;
	font-weight:normal;
	text-transform: uppercase;
}
.head_right #navigation a:link,
.head_right #navigation a:visited {
	color:#292c2e;
	text-decoration: none;
}
.head_right #navigation a:hover {
	color:#ff9900;
}


/* Content Styles */
.content {
	text-align:justify;
}
#content_sep {
	height:21px;
	line-height:21px;
}


/* 75% 25% Layout... well ish */
.left_75_col {
	margin-top:20px;
	padding-bottom:10px;
	border-right:dotted 1px #999999;
	width:500px;
	float:left;
}
.left_75_col #content_bit {
	padding-right:10px;
}
.right_25_col {
	margin-top:20px;
	padding-bottom:10px;
	width:174px;
	float:right;
}
.right_25_col #content_bit {
	padding-left:10px;
}


/* 50% 50% Layout */
.left_col {
	margin-top:20px;
	padding-bottom:10px;
	border-right:dotted 1px #999999;
	width:337px;
	float:left;
}
.left_col #content_bit {
	padding-right:10px;
}
.right_col {
	margin-top:20px;
	padding-bottom:10px;
	width:337px;
	float:right;
}
.right_col #content_bit {
	padding-left:10px;
}


/* 100% layout */
.one_col {
	padding-top:20px;
	clear:both;
	width:100%;
}


.page_title {
	clear:both;
	margin-bottom:-40px;
}


/* Formatting Styles */
.large_quote {
	text-align:center;
	color:#FF9900;
	font-size:24px;
	line-height:normal;
	font-family:"Times New Roman", Times, serif;
}
.orange_bold {
	color:#ff9900;
	font-weight:bold;
}
.small_descriptive {
	font-size:12px;
}
.copyright {
	font-size:12px;
	color:#838383;
	padding-bottom:10px;
}
.keyword {
	font-weight:bold;
	color:#757c80;
}
.italics {
	font-style:italic;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
	margin-left:10px;
}
.float_right_clear {
	float:right;
	clear:both;
}
.centered {
	text-align:center;
}
.contact_form {
	line-height:40px;
}
.contact_form input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin-top:10px;
}
.contact_form  textarea {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin-top:10px;
}
.contact_form #treasure {
	display:none;
}
.sitemap_page_name {
	width:25%;
	vertical-align:top;
	color:#000000;
	font-size:16px;
}
.sitemap_page_contents {
	width:75%;
	vertical-align:top;
}


/* Weblog styles */
.weblog_title {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.weblog_date_heading {
	padding-right:10px;
	text-align:right;
	margin-bottom:20px;
}
.weblog_posted_by{
	color:#838383;
}
.weblog_comment_form{
	line-height:40px;
}
.weblog_comment_title {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
.weblog_comment_body{
	font-size:11px;
}