blockquote, ul, ol, dl, address {
    margin:  .5em 0;
    padding: 0;
}
li {
	margin-left: 2em;
}

/* This controls the width of the fluid width layouts */
div.fluid {
	width: 90% !important;
}

/* min width */
.width {
	width: 100%;
	min-width: 1024px;
	background: #fff;
}

.rule {
	width: 800px;
	color: #fff;
	margin: 0 0;
}

/* Basic Stuff */
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #333333;
	font-size: 0.76em;
	font-family: "verdana" , helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h3, h4, h5, h6 {
	color: #00A950;
}

h1 span {
	font-weight: bold;
}

h3 span {
	font-weight: bold;
}

h4 span {
	font-weight: bold;
}

br.clear {
	clear: both;
}

img {
	padding: 3px;
	margin: 0 2em 0 2em;
}

img.floatTL {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
	text-decoration: underline;
	color: #00A950;
}

a:hover {
	text-decoration: none;
}

h4 a, h4 a:visited, h4 a:hover {
	text-decoration: none;
	color: #00A950;
}

/*---- Added by Chris Mounsey @ VerseOne Technologies, 25/01/10, in response to a request by Rob Coulbeck ----*/

h6 {
	font-family:Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight:bold;
	} 
	
/*---- Added by Chris Mounsey @ VerseOne Technologies, 25/01/10, in response to a request by Rob Coulbeck ----*/

ul.links {
	list-style: none;
}

ul.links li {
	line-height: 2em;
}

ul.links li.first {
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

blockquote {
	padding: 2px;
	margin: 0;
}

blockquote p {
	font-style: italic;
	padding: 10px;
	margin: 0;
	margin-left: 3em;
	margin-right: 3em;
	border-left: 3px solid #a0a0a0;
	background: #eee;
}

/* Basic Floats */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;	
}

.clearright {
	clear: right;
}

/* Header */
#header {
	width: 100%;
	height: 65px;
}

#header_inner {
	position: relative;
	width: 950px;
	height: 65px;
	margin: 0 auto;
}

/* Logo */
#logo {
	text-align: center;
	margin-top: -35px !important;
margin-top: -10px;
}

#logo img {
	display: block;
	border: 0;
	padding: 0;
	margin-left: 10px;
}

#logo h1 {
	display: inline;
	color: #fff;
	font-size: 2.6em;
}

#logo h2 {
	display: inline;
	padding-left: 0.5em;
	color: #CCCCCC;
	font-size: 1.0em;
}

/* Menu */
#menuwrap {

}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
}
#menu li {
	list-style: none;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/tabs/grey/tab_left.gif) no-repeat left top;
	margin-right: 10px;
}
#menu li a {
	display: block;
	padding: 5px 15px 5px 10px;
	margin-left: -15px;
	color: #616161;
	text-decoration: none;
	background: url(../images/tabs/grey/tab_right.gif) no-repeat right top;
}
#menu li.active a {
	color: #fff;
}

/* Navigation */
#sitenav, #groupnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sitenav li, #groupnav li {
	margin: 0;
	list-style: none;
	padding-bottom: 10px;
}

#sitenav li.active, #groupnav li.active {
	font-weight: bold;
}

/* Links */
.links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.links li {
	margin: 0;
	list-style: none;
}

/* Main */

#main_inner p {
	text-align: justify;
	margin-bottom: 1.3em;
}

#main_inner ul {
	list-style-position: outside;
}

#main_inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding-top: 3.5em;
}

#main_inner h3, h4 {
	border-bottom: dotted 1px #a0a0a0; /* #E1E1E1 */
	position: relative;
}

#main_inner h3 {
	font-size: 2.1em;
	padding-bottom: 0.1em;
	margin-bottom: -0.1em;
}

#main_inner h4 {
	font-size: 1.2em;
	padding-bottom: 0.175em;
	margin-bottom: 0;
	margin-top: 0.95em;
}

#main_inner h5 {
	letter-spacing: 0;
	font-size: 1.1em;
}

#main_inner .post {
	position: relative;
}

#main_inner .post h3 {
	position: relative;
	font-size: 1.7em;
	padding-bottom: 1.2em;
}

#main_inner .post ul.post_info {
	list-style: none;
	position: absolute;
	top: 3em;
	font-size: 0.8em;
}

#main_inner .post ul.post_info li {
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
}

#main_inner .post ul.post_info li.date {
	background: url(   '../images/images_red/n5.gif' );
}

#main_inner .post ul.post_info li.comments {
	background: url(   '../images/images_red/n6.gif' );
	margin-left: 1.1em;
}

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: dotted 1px #E1E1E1;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
}

/* Search */

input.button {
	background: #00a950 url(   '../images/images_red/n3.gif' ) repeat-x;
	color: #fff;
	border: solid 1px #00a950;
	font-weight: bold;
	font-size: 0.8em;
	height: 2.0em;
}

input.text {
	border: solid 1px #00a950;
	font-size: 1.0em;
	padding: 0.25em 0.25em 0.25em 0.25em;
}

#search {
	position: relative;
	margin-bottom: 2.0em;
	width:25%;
	float:right;
	margin-top:-30px;
}

/* LAYOUT - 2 COLUMNS */

/* Primary content */

#primaryContent_2columns {
	position: relative;
	margin-left: 17em;
}

#columnA_2columns {
	position: relative;
	float: right;
	width: 100%;
	margin-left: -17em;
	padding-left: 2em;
	font-size: 1.1em;
}

#columnA_2columns h3 {
	font-size: 1.75em;
}

#columnA_2columns h4 {
	font-size: 1.4em;
}

#columnA_2columns ul, #columnA_2columns ol {
	margin:0;
}

#columnA_2columns ol ul {
	margin-bottom: 0;
}

/* Secondary Content */

#secondaryContent_2columns {
	float: left;
}

#columnC_2columns {
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 0;
	border-right: dotted 1px #E1E1E1 !important; /*fixes border issue in IE6 */
	border: 0; /* IE 6 */
}

#columnC_2columns img.noborder {
	border: 0;
	margin: 0;
}

#secondaryContent_2columns h4 {
	padding: 0;
}

/* LAYOUT - COLUMNLESS */

/* Primary content */

#primaryContent_columnless {
	position: relative;
}

#columnA_columnless {
	position: relative;
	width: 100%;
}

/* homepage subsite content box */
.box {
	width: 23%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1em;
}

.box div.title {
	padding: 0;
	margin-bottom: -1.3em;
	color: #fff;
	font-weight: bold;
}

.box div.title p {
	margin: 0;
	padding: 1em;
}

.box div.content {
	font-size: 0.9em;
	padding:0;
	margin:0;
}

.box div.content a {
	color: #000;
}

.box div.content ul {
	padding: 1em 0 1em 0;
	margin: 0;
}

.box div.content ul li {
}

.red {
	background: #800000;
}
.blue {
	background: #000080;
}
.purple {
	background: #800080;
}
.green {
	background: #008000;
}

.lightred {
	background: #efcaca;
}
.lightblue {
	background: #cbcaef;
}
.lightpurple {
	background: #e5caef;
}
.lightgreen {
	background: #d2efca;
}

/* homepage left column */
#leftcol {
	float: left;
	width: 66%;
}

#rightcol {
	float: right;
	width: 30%;
}

#rightcol h3 {
	text-align: right;
}

/* Form */
.form {
	width: 100%;
	border: 0;
	border-spacing: 10px;
}

.form tr td {
	padding: 5px;
}

.form input, .form textarea {
	border: 1px solid #00A950;
}

.form input:focus, .form textarea:focus {
	background: #eeeeee;
}

/* breadcrumbs */
#dnn_breadcrumb {
	margin: 0 0 1.8em 0;
	clear: right;
}

/* contacts */
.contact_title {
	background: #00A950;
	color: #fff;
	padding: 5px;
}

/* textsizer */
#textsizer {
	float: right;
}

#textsizer p {
	display: inline;
	color: #ccc;
	position: absolute;
	margin: 6px 0 0 -60px;
}

#textsizer div {
	display: inline;
}

#textsizer img {
	border: 0;
	text-align: right;
	margin: 0;
	padding: 2px 0 0 0;
}

#textsizer a:active {
	outline: none;
}

/* Accessibility */
#top {
	float: left;
}

.skip {
	text-align: center;
	position: absolute;
	left: -999em;
	outline: none;
}

a.skip:active, a.skip:focus {
	left: 1em;
	width: 10.5em;
	border: 3px #00A950 solid;
	background-color: #fff;
}

#columnA_2columns .backtotop {
	width: 100%;
}

.backtotop a {
	float: right;
	font-size: 0.9em;
}

/* DNN Documents Module */
#columnA_2columns .DNN_Documents {
}

#columnA_2columns .DNN_Documents table {
	width: 95%;
	margin-left: 0;
	margin: auto;
}

#columnA_2columns .DNN_Documents tr {
	border-bottom: 1px dashed #ddd;
}

#columnA_2columns .DNN_Documents tr.SubHead {
	background: #eee;
	color: #333;
	border-bottom: 1px solid #99998b;
}

/* ESHA Forms Module */
.formerror {
	color: #f00;
}

.formsuccess {
	color: #000;
}

/* Content Area Styles */
.noborder {
	border: 0;
}

/* Translation Links */
#translationwrap {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.translation {
	margin: 0;
	clear: both;
	list-style-type: none;
}

.translation li {
	display: inline;
	list-style: none;
	text-align: center;
}

.translation img {
	border: none;
	background: #fff;
}

/* Site Map */
ul.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sitemap li {
	padding: 0;
	margin: 0;
}

ul.sitemap li ul {
	padding: 0;
	margin-bottom: 2.0em;
}

/* general text styles */
#main_inner p.warning {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A950;	
	text-align: center;
}

/* Search Module */
a.esha_searchtitle {
	font-size: 16px;
	color: #00A950;
	text-decoration: underline;
}

.esha_searchsummary {
}

.esha_searchlink {
	font-size: 1em;
	color: #00A950;
}
