﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
}
#container {
	padding: 10px 0 10px 0;
	width: 696px;
	margin: auto auto auto auto;
	position: absolute;
}
#masthead {
	width: 676px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #bde;
}
#sidebar {
	float: left;
	width: 200px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#accreditation {
	float:left;
	width: 200px;
	position: relative;
	clear: left;
	margin-left: 10px;
	text-align: center;
	padding-bottom: 10px;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 676px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
	border-style: solid;
	border-width: 1px;
	margin: 15px;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Content */
#content h3 {
	text-align: center;
}
#content h4 {
	font-weight: normal;
	font: normal 600 medium Verdana;
}
#content hr {
	color: #668899;
	background-color: #668899;
	width: 75%;
	height: 4px;
}
#content a {
	font-weight: normal;
	text-decoration: none;
	color: #118;
}
#content a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #118;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_center_bold {
	text-align: center;
	font-weight: 700;
}
.style_faq_question {
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 12px;
}
.style_faq_answer {
	margin-bottom: 6px;
	margin-top: 0px;
	margin-left: 15px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar .navtopic {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px 5px 2px 2px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 1.0em;
	background-color: #668899;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 0.95em;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
#accreditation a:hover {
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
}

#accreditation .join {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: left;
}

#accreditation .jointext {
	margin-bottom: 0px;
	padding-top: 3px;
}

#accreditation input.textfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 90px;
}

#accreditation .subscribeinput {
	margin-bottom: 5px;
}

#accreditation form {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #d3d3d3;
}

#accreditation .optional {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f00;
	text-align: left;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a {
	font-weight: normal;
	text-decoration: none;
	color: #118;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #118;
}
.JobTitle {
	font-weight:bold;
	font-style:italic;
	color:#006666;
}
.JobPostingDate {
	color:#333;
}
.JobDescription {
	padding-left:15px;
}
.JobDescription p {
	margin-top:0;
	margin-bottom:15px;
}
