@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES *************************************************************/
* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

body {
	background: url(../images/container_bg.jpg) repeat-x top left #565B57;
}

p {
	font-size: 12px;
}

.clearer {
	clear: both;
}

/* CONTAINER *************************************************************/
#container {
	position: relative;
	width: 800px;
	margin: 0px auto;
	border-left: 5px solid #9EA39F;
	border-right: 5px solid #9EA39F;
	background: url(../images/grey_bar.jpg) repeat-y top left;
}

/* LEFT *************************************************************/
#left {
	float: left;
	width: 265px;
	border-right: 5px solid #565B57;
	background: #fff;
	padding-bottom: 20px;
}

#left h1 {
	font-size: 25px;
	color: #990000;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 15px;
	margin-top: 10px;
}

#left h2 {
	font-size: 20px;
	color: #990000;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 15px;
}

#left h3 {
	background: url(../images/left_h3.jpg) no-repeat top left;
	line-height: 4.1em;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 25px;
	margin-top: 35px;
}

#left p {
	margin: 10px 15px 0 15px;
}

/* TABLE *************************************************************/
#left table {
	font-size: 12px;
	border-collapse: collapse;
	margin-left: 5px;
	width: 255px;
	margin-top: 15px;
}

#left table tr th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 2px;
}

#left table tr td {
	text-align: center;
	background: #CED9BB;
	padding: 2px;
}

#left table .odd td {
	background: #fff;
}

#left a {
	color: #990000;
	float: right;
}

/* RIGHT *************************************************************/
#right {
	background: url(../images/menu.jpg) no-repeat top left;
	margin-left: 270px;
	padding-bottom: 20px;
}

/* MENU *************************************************************/
#right #menu {
	width: 165px;
	margin-left: 5px;
	list-style: none;
}

#right #menu li {
	width: 165px;
	text-align: right;
	border-bottom: 2px solid #D4D4D4;
}

#right #menu li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	line-height: 2.1em;
	padding-right: 10px;
}

#right #menu li a:hover {
	text-decoration: underline;
}

#right h3 {
	background: url(../images/right_h3.jpg) no-repeat top left;
	line-height: 3.2em;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 35px;
	margin: 0 0 25px 0;
}

#right img {
	border: 1px solid #7C9553;
	float: left;
	margin: 0 25px;
}

#right p {
	margin: 10px 30px 0 30px;
}

#right p a {
	color: #990000;
	font-size: 14px;
}

#right #map {
	margin: 15px 0 15px 40px;
	border: 2px solid #7C9553;
}

#right #links {
	margin: 15px 0 30px 40px;
	list-style: none;
}

#right #links li a {
	color: #990000;
	font-size: 14px;
}

/* NEWS ARTICLES *************************************************************/
#right #news {
	list-style: none;
	margin: 0 40px;
}

#right #news h4 {
	font-size: 12px;
	width: 100%;
	border-bottom: 4px solid #D4D4D4;
	margin-bottom: 5px;
}

#right #news p {
	margin-bottom: 15px;
}

/* TABLES *************************************************************/
#right table {
	font-size: 14px;
	border-collapse: collapse;
	width: 450px;
	margin: 15px 0 30px 40px;
}

#right table tr th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding: 2px;
}

#right table tr td {
	text-align: center;
	background: #CED9BB;
	padding: 2px;
}

#right table .odd td {
	background: #fff;
}

#right .matchplayers {
	border: 2px solid #ced9bb;
	background: #fff url(../images/fieldset_bg.jpg) bottom left  repeat-x;
	margin: 15px 0 30px 0;	
}

#right .matchplayers tr td {
	background: none;
	border-bottom: 1px dashed #666;
}

#right table .iconspan {
	color: #990000;
	text-decoration: underline;
	font-size: 12px;
}

#right table .iconspan:hover {
	cursor: pointer;
}

/* CONTACT FORM********************************************************/
#right form {
	width: 450px;
	margin: 20px 0 20px 40px;
	font-size: 12px;
}

#right form fieldset {
	border: 2px solid #fff;
	border-top: 2px solid #ced9bb;
	margin-bottom: 15px;
	padding: 10px;
	min-height: 80px;
}

#right form fieldset:hover {
	border: 2px solid #ced9bb;
	background: url(../images/fieldset_bg.jpg) repeat-x bottom left;
}

#right form fieldset legend {
	font-size: 14px;
	color: #990000;
}

#right form fieldset ul {
	list-style: none;
}

#right form fieldset ul li {
	margin-bottom: 5px;
}

#right form fieldset ul li label {
	display: -moz-inline-stack;
	display: inline-block;
	width: 200px;
}

#right form fieldset ul li input {
	border: 1px solid #ced9bb;
}

#right form fieldset p {
	font-style: italic;
	color: #990000;
}

#right form .resultform ul li label {
	width: 50px;
	padding-left: 30px;
}

.btn {
	border: 2px solid #7c9553;
	background: url(../images/input_bg.jpg) repeat-x bottom left #fff;
	cursor: pointer;
}

/* ERRORS *****************************************************************/
#right #errors {
	margin: 40px;
}

#right #errors h4 {
	font-size: 14px;
}

#right #errors ul {
	font-size: 12px;
	margin-left: 30px;
}

#right #errors p {
	margin: 10px 0;
}

/* ADMIN *****************************************************************/
#right .navmenu {
	border: 0;
	border-top: 2px solid #7c9553;
	margin: 20px 20px;
}

#right .navmenu legend {
	color: #000;
}

#right .navmenu ul {
	margin-left: 30px;
	list-style: none;
}

#right .navmenu li a {
	text-transform: capitalize;
	color: #990000;
	font-size: 14px;
}

#right .multirow ul li label {
	display: inline;
	width: auto;
	margin: 10px 3px 10px 35px;
	vertical-align: middle;
} 

/* FOOTER *************************************************************/
#footer {
	clear: both;
	border-top: 5px solid #565B57;
	background: #fff;
	height: 60px;
}

#footer ul {
	float: right;
	clear: right;
	margin: 25px 5px 0 0;
	list-style: none;
}

#footer ul li{
	float: left;
	color: #333;
	font-size: 12px;
	margin-right: 5px;
	text-transform: uppercase;
}

#footer img {
	float: left;
	border-right: 1px solid #9EA39F;
	margin: 5px 10px 5px 0;
}

#footer p {
	color: #333;
	margin-top: 15px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer .admin {
	color: #990000;
}

#footer a:hover {
	text-decoration: underline;
}

/* CSS END */