/* CSS Document */

html {
	height:100.02%; 
	/* forces a scrollbar on every page - prevents shifting that occurs when some pages have and some don't */
}

body {
	/* specify default font information here */

	background-color: #0E5436;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
h1 {
font-size:18px;
	color: #116742;
}
h2 {
font-size:14px;
	color: #116742;
}
h2 a {
	color: #116742;
}

h3 {
	font-size:14px;
	color: #116742;
	padding-bottom:5px;
	clear:both;
	
}
#o_container {
	/* Specifies width and left/right position of the page */
	position:absolute;
	width:785px;
	margin-left:-392px;
	left:50%;
}

#i_container {
	/* borders & background colours specified here */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #116742;
	border-right-color: #116742;
	border-bottom-color: #116742;
	border-left-color: #116742;

}

#header {
	/* Elements that occur the main text, could include logos, top menus, search boxes, etc. */

}

#contentwrapper {
	/* wraps main content elements, could include text areas and left menus */
	padding-top:20px;
	padding-bottom:35px;
}
#content {
	float:left;
	width:500px;
	margin-left:50px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#i_foot {
	/* inner foot tag, includes foot menus, copyrights, etc */
	/* inner because it is within the borders and background of the page */

}
#topmenu {
/* really the left menu, but we moved it after everything was built */
	float:left;
	width:150px;
	margin-top:20px;
}

#topmenu ul {
	margin-left:10px;
	padding-left:0px;
}
#lcontent { margin-left:10px; }
.boxBody { margin-left:10px;}

#topmenu li {
	
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}

#topmenu li a {
	color: #116742;
	text-decoration:none;
	font-weight:bold;
}
#topmenu li a:hover {
	color: #116742;
	text-decoration:underline;
}
/* submenu items */
#topmenu ul ul li a {
/* submenu items */
	font-weight:normal;
}
#topmenu ul ul {
	margin-bottom:15px;
	margin-top:5px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #116742;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #116742;
	margin-right:20px;

	
}
#topmenu ul ul li {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
		background-color: #D7DFD9;
		padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}


/* submenu items */
#footmenu {
	text-align:center;
	margin-right: 10%;
	margin-left: 10%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #116742;
	padding-top:5px;
	margin-top:5px;
}

#footmenu a {
	color:#116742;
	text-decoration:none;
	font-size:9px;
}

#footmenu a:hover {
	text-decoration:underline;

}

#copyright {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
#o_foot {
	/* outer foot tag, stwtag and anything that should be "below" the page */

}

#stwtag {
	/* website designed by stwdesign, etc. */
	text-align:right;
}

#stwtag a {
	color:#CCCCCC;
	text-decoration:none;
	font-size:9px;
}

#stwtag a:hover{
	text-decoration:underline;

}



.clearer {
	clear:both;
	height:1px;
	line-height:1px;
}
/* Registration Form Styles */
.csc-mailform {
	border:none;
}
label {
	float: left;
	width: 125px;
		
}
label.registration {
	width:345px;
	height:50px;

}
.csc-mailform-field {
	margin-left:10px;

}
.regrate {
	float:right;
	width:100px;
	text-align:right;
	padding-right:15px;
}
input {
	background-color: #F8F9F7;
	margin-top:2px;
	border: 1px solid #116742;

}
textarea {
	background-color: #F8F9F7;
	border: 1px solid #116742;
}
.divider {
	clear:both;
	line-height:1px;
	width:400px;
}
.odd {
	background-color: #F8F9F7;
	width: 400px;
	padding:4px;
	margin-left:10px;

}
.even {
	width:400px;
	padding:4px;
		border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}
.csc-mailform-submit {
margin-right:60px;
margin-top:20px;
}

/* Validation Styles */

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	/* border: 1px solid #00A8E6; */
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF8000;
	color : #FF8000;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	/* background-color: #FF3300; */
	background-color: #FF8000;
	color : #FFF;
	font-weight: bold;
	margin-left:130px;
	width:250px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
/*
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}*/
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
/* */

#lcontent { font-weight:bolder;
            padding-top:10px;
            color:#116742;
			border-top:thin;
			border-bottom:thin;
			border-bottom-color:#116742;
			border-bottom: 1px solid black;
			border-top: 1px solid black;
			
}

.boxBody{
font-weight:normal;
color:#116742;
font-size:10px;

}