@import url("../css/core.css");
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #555555;
	font-size: 16px;
	text-decoration: none;
	text-align:center;
	background-color: #ffffff;
	background-image: url("../images/nav-bg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
}
.bold {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
#job-cta {
	position: absolute; 
	left: -37px; 
	top:110px;
	width: 950px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:28px;
	color:#008443;
	font-weight:bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size:14px;
	color:#008443;
	font-weight:bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	font-weight:bold;
	color:#003c6e;
	font-size: 16px;
}

h4 {
	font-size:12px;
	color:#5e6060;
	padding-bottom:1px;
	font-weight: bold;
}

#mainnav ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}

#content ol
{
	padding-left:10px;
}

#content ol li {
	list-style-image:none;
	list-style-position: outside;
	list-style-type:decimal !important;
	padding-top:2px;
}

#content ul
{
	padding-left:20px;
}

#content ul li {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: disc;
	padding-top:2px;
}
a:link {
	color: #008443;
	text-decoration:none;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #008443;
	text-decoration:underline;
}
p {
	font-size: 16px;
	margin:0;
	line-height: 22px;
	padding: 0px 0px 10px 0px;
}


#wrapper {
	text-align:left;
	margin:0px auto;
	width:990px;
}

#header {
	width: 820px;
	height: 58px;
	background-image: url("../images/header-bg.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
}


#logo {
	display:block;
	position: relative;
	height:132px;
	width: 283px;
	left: 0;
	top: 0;
}

#mainnav {
	clear:both;
	height:45px;
	width:1050px;
	position: relative;
	top: 10px;
	left: 0px;
}
#mainnav li {
	float:left;
}
#mainnav li a span {
	display:none;
}
#mainnav li a {
	display:block;
	height: 25px;
	margin-right: 40px;
}

#nav-home {
	width:74px;
	background-image: url("../images/nav-home.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#nav-home:hover, #nav-home.active {
	background-position:0px -25px;
}
/*
#nav-news {
	width:165px;
	background-image: url("../images/nav-news.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#nav-news:hover, #nav-news.active {
	background-position:0px -25px;
} */
#nav-train {
	width:104px;
	background-image: url("../images/nav-training.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#nav-train:hover, #nav-train.active {
	background-position:0px -25px;
}

#nav-info {
	width:143px;
	background-image: url("../images/nav-info.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#nav-info:hover, #nav-info.active {
	background-position:0px -25px;
}

#nav-faq {
	width:68px;
	background-image: url("../images/nav-faq.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#nav-faq:hover, #nav-faq.active {
	background-position:0px -25px;
}

#nav-comments {
	width:194px;
	background-image: url("../images/nav-comments.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}

#nav-comments:hover, #nav-comments.active {
	background-position:0px -25px;
}

#nav-jobs {
	width:58px;
	background-image: url("../images/nav-jobs.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}
#nav-jobs:hover, #nav-jobs.active {
	background-position:0px -25px;
}

#nav-logout {
	width:77px;
	background-image: url("../images/nav-logout.jpg");
	background-repeat: no-repeat;
	background-position:0px 0px;
}
#nav-logout:hover, #nav-logout.active {
	background-position:0px -25px;
}


#content {
	width:920px;
	margin: 19px 75px;
	min-height:260px;
	text-align:left;
	background-color: #ffffff;
	padding-bottom: 70px;
	position: relative;
}

#archive {
	background-image: url("../images/table-bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	width:820px;
}

#archive td {
	height: 28px;
	line-height: 28px;
	font-size:14px;
	padding-left: 40px;
}

#archive td span{
	font-weight: bold;
	color: #008443;

}


#footer {
	clear: both;
	background-image: url("../images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 52px;
	padding: 38px 32px 0;
	font-size: 12px;
	color: #ffffff;
}

#footer span {
	float: right;
}

#footer a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.overview-comments
{
    width:400px;
    float:left;
    padding-left:20px;
    }
.memtbl 
{
	margin: 0px 140px;
}
   
.memtbl td
{
	padding: 3px 0 3px 5px;
}

.memtbl th
{
	padding: 3px 0 3px 5px;
	background-color: #1C5E55;
	color: #fff;
	font-weight:bold;
}

.gvtbl td, .gvtbl th
{
	padding: 5px 0 5px 5px;
	text-align:center;
}

.sectionTitle
{
	font-weight:bold;
	color:#fff;
}

.sectionBody
{
	margin-top:40px;
	margin-bottom:20px;
}
.questions {
	color:#008443;}
