/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #4ea76f;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal 13px Arial,Helvetica,sans-serif;color: #333;}

a				{outline: none;}
a:link 			{color:#008131; text-decoration:none;}
a:visited 		{color:#4EA76F; text-decoration:none;}
a:hover 		{color:#008131; text-decoration:underline;}
a:active 		{color:#008131; text-decoration:underline;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size: 19px; margin:0 0 12px;color: #7FC098;}
h2 					{font-size:14px; margin:8px 0;color: #7FC098 }
#content-left h2 a 	{font-size:14px; margin:8px 0;color: #fff !important}
.forum				{font-size:14px; margin:8px 0;color: #463778;background:#7C73A0 !important}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #3F3F3F; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Standard Layout */

#wrapper {
	/*position: relative;*/
	/*background:#fff;*/
	background: #4ea76f url("../images/bg_main.gif") repeat-y;
	width: 750px;width: 800px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#innerwrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

#header {
	position: relative;
	padding: 0px;
	width: 750px;
	height: 220px;
	background: #fff url("../images/header.jpg") no-repeat 0 0;
}

#header h1 {}

#header h1 a {
	display: block;
	width: 163px;
	height: 123px;
	text-indent: -9000px;
	
}

#header h2 {
	position: absolute;
	top: 78px;
	right: 0px;
	width: 302px;
	height: 37px;
	text-indent: -9000px;
	background: url("../images/header-ani.gif") no-repeat 0 0;
}

#header #contact-details {
	float: right;
	color: #463778;
	font-size: 11px;
	text-align: right;
	margin-right: 22px;
	margin-top: 10px;
}

#content {
	clear: both;
	margin: 0;
	height:auto;
	background: #fff;
}

#content-left {
	float:left;
	width: 140px;
	padding: 0 22px 22px 22px;
	background: #fff;
	height:100%;
}

#content-left h2 {
	color: #fff;
	background: #008131;
	font-size: 16px;
	padding: 5px;
	margin: 0;
	text-align: center;
}

#content-left #status {
	font-size: 11px;
	background: #7c73a0;
	color: #fff;
	padding: 10px 10px 1px 10px;
}

#logged-in #content-left #status {
	background: #463778;
}

#content-left .additional-links {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}

#content-left .additional-links a {
	clear: left;
	background: #008131;
	color: #fff;
	font-size: 9px;
	text-align: left;
	display: block;
	width: 132px;
	padding: 4px;
	text-transform: uppercase;
}

#content-left .additional-links a:link,
#content-left .additional-links a:visited {
	color: #fff;
}

#content-main {
	margin-left: 180px;
	height: 100%;
	padding: 15px;
	padding-top: 0px;
	background: #fff;
	width: 530px;
}


#footer {
	clear:both;
	padding:5px 15px 5px 15px;
	font-size: 11px;
	color: #fff;
	background:#008131;
	text-align: left;
}

#footer a {
	color: #fff;
}



/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}

#login_box input {
	width: 100px;
	margin-bottom: 4px;
}

#login_box input.button {
	width: auto;
	margin-bottom: 4px;
}

