﻿body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

hr
{
    border: none 0; 
    border-top: 1px dotted #000;    
    height: 1px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: gray;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

h5 {
	color: #419638;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	/* float: left; */
	/* padding: 10px 20px 0 20px; */
	/* background: url(../images/menu-bg.jpg) no-repeat; */
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-align: center;
}

#menu a:hover {
	color: #FFE461;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../images/img04.jpg) repeat-x bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 5px 5px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 18px;
}

#links li h6 {
	color: #bdd73c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

/* Footer */

#footer {
	height: 130px;
	padding: 20px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

/* Additional Styles */
.sideBar 		{ font-size: 10px; margin-bottom: 10px; }

.sideBar h5 	{ padding-bottom: 10px; }

.sideBar h3 	{ padding-bottom: 10px; }

.sideBar h2 	{ padding-bottom: 10px; }

.greenColour	{ color: #419638; }

.mainContent 	{ font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; padding-bottom: 10px; line-height: 18px; }

.menuTable {
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-align: center;
	vertical-align: middle;
}

fieldset {
	padding-right: 1em;
	margin: 0em;
	width: 460px;
}

legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #419638;
	font-size: 14px;
	font-weight: bold;
}

input, select, textarea {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

.submitbutton {
	background-color: #fcce86;
	color: #666666;
	font-weight: bold;
}

optgroup {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #419638;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

img {
	border:0;
}

.tbl_heading {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #416bb3;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	padding: 6px;
}

.tbl_heading2 {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3F4D5C;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
	padding: 6px;
}

.tbl_heading3 {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3F4D5C;
	background-color: #ecf0f4;
	text-decoration: none;
	font-weight: normal;
	height: 20px;
	padding: 6px;
}

.popDetails {
	position: absolute;
	z-index: 10;
	top: -1000px;
	left: -1000px;
	display: none;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

.popDetails .yellow {
	background-color: #ffffcc;
}

.redtext {
	color: #ff0000;
}

.topmarginnone {
	margin-top: 0;
}

.margintop10px {
	margin-top: 10px;
}

.nomargin {
	margin: 0;
}

.onlineclubmessage {
	color: #8FC58A;
	font-weight: bold;
	font-size: 11px;
}