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

* { 
	padding:0; 
	margin:0;
}

.clear {
	clear:both;
}

a{
	color: #5B920A;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#333;
}

#logo #sitename {
	font-size: 36px;
	color: #000000;
	display: block;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C6C6C6;
}

#headercontent h2 {
	font-size: 18px;
	color: #990100;
}

#wrap #header #logo .description {
	display:block;
	text-align: left;
	font-size: 16px;
	padding-top: 0px;
}

#wrap #header #headercontent p {
	color: #666666;
}

#wrap #header #sitecption {
	margin-right: 220px;
	margin-left: 320px;
}

.bigger {
	font: 18px "Trebuchet MS", halvetica, Verdana, sans-serif;
	color: #333;
}

#wrap #header #logo {
	float: left;
	padding-left: 10px;
}

#wrap #header #logo a:visited, #wrap #header #logo a:active , #wrap #header #logo a:focus{
	outline: none;
	-moz-outline-style: none;
}

#wrap #header #headercontent {
	float: right;
	padding-right: 10px;
}

#submenu ul {
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	background: url(../images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}

#mainmenu a {
	display: block;
	height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	background: url(images/menudevider.png) no-repeat 0px 3px;
	color: white;
}

#mainmenu .first a {
	background: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu a:visited, #mainmenu a:active , #mainmenu a:focus{
	text-decoration:none; 
	outline: none;
	-moz-outline-style: none;
	color: white;
}

#mainmenu #active a {
	background:url(../images/menuactive.gif) no-repeat center top; color:#fff;
}

#mainmenu a:hover {
	color:#6F0;
}

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", halvetica, Verdana, sans-serif;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

#main h2 {
	color:#333; display:block; padding:3px 0 8px 0;
}

.red {
	color: #990100;
}

#homeright h3 {
	color: #990100;
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}

#main  p {
	line-height: 16px;
	margin-bottom: 18px;
}

a:visited, a:active {
	color: #5B920A;
}

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

#mainmenu ul {
	list-style:none;
}

#submenu a:visited{
	background: url(../images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}

#submenu a:hover {
	background: url(../images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
}

#submenu #active a {
	text-decoration: underline;
}

#mainmenu .first a:visited, #mainmenu .first a:active {
	background: none;
}

#homenewslist li {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #eee;
}

.homenewsimage {
	float: left;
}

.post .date {
	font-size: 10px;
}

.post h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.post {
	padding: 5px;
	margin-bottom: 15px;
}

#homeright  ul {
	list-style: none;
}

#homeright li {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 3px;
}

#homeleft  ul {
	list-style:circle;
}

#homeleft li {
/*	display: block;  */
	padding: 5px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
}

#homewhole  ul {
	list-style:circle;
}

#homewhole li {
/*	display: block;  */
	padding: 5px;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
}

#homeright li a {
	display: block;
	height: 15px;
	padding-top: 2px;
	color: #999999;
	text-decoration: none;
	background: url(../images/bullet.png) no-repeat 0px 3px;
	padding-left: 15px;
}

#homeright a{
	outline: none;
	-moz-outline-style: none;
}

.copyright{
	font-size:10px;
}

.form {
	margin:10px 25px 10px 50px;
}

.form .text {
	display:block;
	border:1px solid #666666;
	background: #efefef;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}

.form label {
	display:block; 
	margin-bottom:3px; 
	margin-top:10px;
}

.form .text:hover{
	background:#FFFFFF; 
	border: solid 1px #000000;
}

.form .text:focus {
	background:#efefef;
	border: 1px solid #669900;
}

.form .button {
	display:block;
	border:1px solid #666666;
	background:#efefef;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}

.form .button:hover {
	display:block;
	border:1px solid #666666;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}

table.basic td {
  padding: 5px;
}

table.tic_tac_toe {
	border-collapse:collapse;
	}
table.tic_tac_toe td {
	border-right: 1px solid #990100; /* create the grid of table cells */
	border-bottom: 1px solid #990100;
	}
table.tic_tac_toe tr:last-child td {
	border-bottom: 0;
	}
table.tic_tac_toe td:last-child {
	border-right:0;
	}
table.tic_tac_toe th { 
/* labels column (and headings until we override below) */
		border-right:3px solid #990100;
		border-bottom: 1px solid #990100;
		padding-right:.3em;
	}
table.tic_tac_toe tr:last-child th { /* last cell of labels column */
		border-bottom:0;
	}
table.tic_tac_toe tr:last-child th { /* last cell of labels column */
		border-bottom:0;
	}
table.tic_tac_toe th[scope="col"] { /* headings row */
	/* colors top row of cells - IDWIMIE 6 - previous rule applies to IE6 */
	border-right: 1px solid #990100;
	border-bottom :3px solid #990100;
	}
table.tic_tac_toe th[scope="col"]:first-child { /* headings row */
/* first cell of headings row */
	border-right:3px solid #990100;
	}
table.tic_tac_toe th[scope="col"]:last-child { /* headings row */
	border-right:0;
	}
	
table.basic_lines {
	width:400px;
 	margin:0 0 20px; /* border-bottom TEMP for this layout */
	border-top:3px solid #990100;
	}
table.basic_lines th {
	border-bottom:2px solid #990100;
	}	
table.basic_lines td {
	border-bottom:1px solid #990100;
	text-align: center;
	}
