html, body {
	margin: 0; padding: 0 0 20px 0;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

ul, ol {
	margin: 0; padding: 0;
	list-style-type: none;
}

dl, dt, dd {
	margin: 0; padding: 0;
}

p {
	margin: 1em 0;
}

.errorMessage {
	padding: 5px 0 15px 0;
}

.error {
	color: Red;
	font-weight: bold;
	margin-left: 15px;
}

.error li {
	list-style-type: disc;
}


.dark,
.dark a {
	color: #FFFFFF;
}

.light,
.light a {
	color: #000000;
}

#subnavinner.dark a
{	
	color: #ffffff;
}

#subnavinner.light a
{	
	color: #000000;
}




#holder {
	/* real width = ( width + padding ) */
	width: 880px;
	padding: 20px 20px 0 20px;
	margin: auto;
	background: #FFFFFF;
}

#header {
	width: 100%; overflow: hidden;
	position: relative;
	background: #000000;
	color: #FFFFFF;
}
#header form {
	position: absolute;
	bottom: 18px; right: 20px;
	padding: 0; margin: 0;
}
#header label {
	float: left;
	padding: 3px 10px;
}
#header input {
	float: left;
}
#header .submit {
	margin: 0 0 0 5px;
}
#header .lang {
	float: right;
	padding: 18px 20px;
}
#header .lang a {
	color: #FFFFFF;
	font-weight: normal;
}

#SearchKeywords {
	padding: 0;
	border: 1px solid #5f5f5f;
	font-size: 1em;
	font-family: 'Verdana', sans-serif;
	padding: 2px 3px;
	/* background: url('../images/search_input_repeat.png') repeat; */
	background: #FFFFFF;
	margin: 0;
}

#logo {
	float: left;
	padding: 8px 20px;
}
#logo a {
	overflow: hidden;
	text-indent: -5000px;
	display: block;
}

#navigation {
	margin: 1px 0;
	padding: 0 10px;
	overflow: hidden;
}
#navigation li {
	float: left;
}
#navigation a {
	float: left;
	padding: 9px 12px;
	text-decoration: none;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.15em;
	letter-spacing: .1px;
	color: #FFFFFF;
}

#content {
	overflow: hidden;
	padding: 18px 0 14px 0;
	line-height: 1.4em;
	z-index: 1;
}
#content h2 {
	font-family: 'Arial', sans-serif;
	font-size: 1.4em;
	color: #3c3c3c;
}
#content .tcol {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	column-count: 3;
	column-gap: 2em;
}
#content dl.news {
	margin: -10px 0 0 0;
}
#content dl.news dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	/* Can't be sure there wont be more 
	than one <dd> so the margin is here */
}

#subnav {
	float: left;
	width: 220px;	
}
#subnav ul {
	padding: 15px 22px;
}
#subnav li {
	display: block;
	padding: 5px 0 10px 0;
}

#sidebar {
	float: right;
	width: 220px;
}
#page .section,
#sidebar .section,
#subnav .section {
	width: 100%;
}




#page {
	padding: 0 20px;
	overflow: hidden;
}

.widepage  {
	width: 69%;
	float: left;
	overflow: visible !important;
}

#home {
	width: 100%; 
	padding: 10px 0 0 0;
}
#home .row {
	width: 100%; 
	clear: both;
}
#home .section {
	width: 33.3%;
}
#home .dark .section {

}
#home .light .section {
}
#home .light .thumb {
	border: 0;
}
/* consider tidying above */

.form fieldset {
	border: 0;
	padding: 10px 0;
	margin: 0;
}
.form table {
	margin: 10px 0 0 0;	
}
.form table label,
.form table input {
	vertical-align: middle;	
}
.form select {
	width: 200px;	
}
.form .label {
	padding: 10px 0 3px 0;
}
.form .submit {
	margin: 10px 0 0 0;	
	display: block;
}

.section {
	float: left;
	min-height: 201px;
}
.section h3 {
	margin: 11px 20px 0 9px;
	padding: 5px 15px 5px 15px;
	font-family: 'Arial', sans-serif;
	font-size: 1.3em;
	line-height: 1.7em;
	background-repeat: no-repeat !important;
	color: #FFFFFF;
	position: relative;
}
.section h3 span {
	display: block;
	overflow: hidden;
	line-height: 1.1em;
}
.section h3 img {
	position: absolute;
	right: -10px;
	top: -20px;
	z-index: 100;
}
.section h3 span a{
	color: #FFFFFF;
	text-decoration:none;
}

.section .content {
	padding: 15px 22px;
	overflow: hidden;
}
.section .thumb {
	border: 1px solid #FFFFFF;
	float: right;
	margin: 0 0 0 15px;
}
.section ul {
	overflow: hidden;
}
.section li {
	display: inline;
	padding: 0 1px 0 0;
}
.section p {
	margin: 0 0 1em 0;
}

.list {
	overflow: hidden;
	margin: 10px 0 0 0;
}
.list dl {
	padding: 18px 10px;
	overflow: hidden;
	background: #d8e9e5;
}
.list dl.alt {
	background: #ebf4f2;
}
.list dt {
	font-weight: bold;
	padding: 0 0 10px 110px;
	line-height: 1;
}
.list .image {
	float: left;
	padding: 0;
	margin: -22px 0 0 0;
	/* hacky a bit */
}
.list img {
	display: block;
	border: 1px solid #5f827c;
	background: #FFFFFF;
}
.list dd {
	padding: 0 0 0 110px;
	display: block;
}

/*search */


.listsearch {
	overflow: hidden;
	margin: 10px 0 0 0;
}
.listsearch dl {
	padding: 18px 10px;
	overflow: hidden;
	background: #d8e9e5;
}
.listsearch dl.alt {
	background: #ebf4f2;
}
.listsearch dt {
	font-weight: bold;
	padding: 0 0 10px 110px;
	line-height: 1;
}
.listsearch .image {
	float: left;
	padding: 0;
	margin: -22px 0 0 0;
	/* hacky a bit */
}
.listsearch img {
	display: block;
	border: 1px solid #5f827c;
	background: #FFFFFF;
	width:50px;
	height:50px;
}
.listsearch dd {
	padding: 0 0 0 110px;
	display: block;
}


.town_list {
	overflow: hidden;
	padding: 10px 0;
}
.town_list li {
	padding:0 0 0 10px;
	float: left;
	height: 160px;
	width: 120px;
}
.town_list li a {
	color: #000000;
	font-weight: bold;
}
.town_list li img {
	border: 2px solid #8b0108;
	display: block;
	width: 116px;
	height: 116px;
	margin: 6px 0 0 0;
}

.weather {
	margin: 0 0 -5px 0;
	overflow: hidden;
}
.weather dt, .weather dd {
	display: inline; /* fear it */
}
.weather dt {
	font-weight: normal;
}
.weather dl {
	margin: 0 0 10px 0;
}
.weather dl dt {
	font-weight: normal;
}

#search_form label {
	display: block;
	font-weight: bold;
}
#search_form select {
	width: 100%;
	margin: 5px 0 18px 0;
	border: 0;
}

.searchform .submit {
	vertical-align: -4	px;
}

#refine {
	margin: 15px 0;
	overflow: hidden;
}
#refine input,
#refine select {
	float: left;
}
#refine select {
	margin: 0 5px 0 0;
	width: 200px;
}
#refine .submit {
	margin: 1px 0 0 0;	
}

.info li
{
	display:block;
	margin:4px 0;
	
}


#detail h4 {
	font-family: 'Arial', sans-serif;
	font-size: 1.4em;
	color: #37635b;
	margin: 18px 0;
	text-transform: lowercase;
}

#detail .info {
	overflow: hidden;
	margin: 20px 0 15px 0;
	padding: 0 10px;
	line-height: 1.4em;
	background: url('../images/dot_repeat.png') top repeat-x;
	clear:both;
}

#detail .info dl {
	width: 50%;
	float: left;
}

#detail .topcontent {
	overflow: hidden;
	margin: 20px 0 15px 0;
	padding: 0 10px;
	line-height: 1.4em;	
}
#detail .topcontent dl {
	width: 50%;
	float: left;
}
#detail .topcontent .mainimage
{
	float:left;
}

#detail .topcontent .sideinfo {
	float:left;
	margin: 0 0 0 15px;
}
#detail .topcontent .sideinfo .grading {
	width: 100%;
	overflow: hidden;
}
#detail .topcontent .sideinfo .grading dt {
	float: left;
	padding: 0 5px 0 0;
}
#detail .topcontent .sideinfo dl p {
	margin: 0;
}

#detail dt {
	font-weight: bold;
	display: block;
}


#footer,
#footer_nav {
	width: 100%; overflow: hidden;
}
#footer_nav ul {
	text-align: center;
	padding: 9px 12px 10px 12px;
}
#footer_nav li {
	display: inline;
	color: #FFFFFF;
}
#footer_nav a {
	float: block;
	padding: 9px 12px 10px 12px;
	text-decoration: underline;
	color: #FFFFFF;
	text-decoration: und
}

#footerres {
	width: 100%; overflow: hidden; color:#808080;
	text-align:right;
}

#bookmark {
	float: left;
	padding: 22px 0 0 0;
}
#bookmark h3 {
	font-weight: normal;
}
#bookmark ul {
	overflow: hidden;
	padding: 5px 0 0 0;
}
#bookmark li {
	float: left;
	padding: 5px 15px 5px 20px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left center;
}
#bookmark a {
	color: #000000;
	text-decoration: none;
}
#bookmark .delicious {
	background-image: url('../images/delicious.gif');
}
#bookmark .digg {
	background-image: url('../images/digg.gif');
}
#bookmark .reddit {
	background-image: url('../images/reddit.gif');
}
#bookmark .facebook {
	background-image: url('../images/facebook.gif');
}
#bookmark .stumbleupon {
	background-image: url('../images/stumbleupon.gif');
}


#corp {
	float: right;
}
#corp li {
	float: left;
	line-height: 75px;
	padding: 0 0 0 20px;
}
#corp img {
	vertical-align: middle;
	border: 0;
}

/**PAGINATION**/
#subnav .pagination
{
	padding:13px 20px 10px 22px;
	color: #000000;
}

/**LOGIN**/

.formLeftColumn {
	padding: 10px 0 0 0;
}

.formLeftColumn .textbox {
	margin: 3px 0 13px 0;
}

.formLeftColumn .submit {
	display: block;
	margin: 15px 0 10px 0;
}

.rememberlabel input {
	margin: 5px 5px 0 5px;
}
	