body {
	font-family: lucida-grande, "Segoe UI", helvetica, arial, verdana,
		sans-serif;
	font-size: 10pt;
	background-color: #E4E4E4;
	padding: 0px;
	color: #898989;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
}

#page { //
	width: 793px;
	width: 800px;
	padding-right: 3px;
	padding-left: 4px;
	padding: 0px;
	background-image: url(/images/page_background.gif);
	background-repeat: repeat-y;
	border-top: 0px solid white;
}

#content {
	float: right;
	padding: 0px;
	width: 620px;
	float: right;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 6px;
	/*border:1px solid black;*/
}

strong {
	color: #898989;
}

#sidebarContent {
	width: 160px;
	padding: 5px;
	padding-top: 10px;
	float: left;
}

h1,h2,h3,h4 {
	color: #333AAD;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

.homeCTAcell {
	width: 175px;
	padding-top: 90px;
	_padding-top: 100px;
}

.gold {
	color: #BF9200;
}

.blue {
	color: #333AAD;
}

.red {
	color: #f00;
}

.zebra_odd {
	background-color: #EEEEEE;
}

.homeSidebar {
	color: white;
	font-size: 12pt;
	padding-right: 15px;
	width: 190px;
}

div.error {
	padding: 4px;
	background-color: #FFD4C4;
	border: 1px solid #f00;
	background-image: url(/images/alert.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 10px;
	padding-left: 40px;
	font-weight: bold;
}

li.error {
	color: #f00;
	margin-left: 0px;
	font-weight: bold;
}

h1 {
	font-size: 14pt;
	margin-bottom: 15px;
}

h2 {
	font-size: 11pt;
	margin-bottom: 8px;
	font-weight: bold;
}

h4 {
	margin-bottom: 0px;
}

.twelvePT {
	font-size: 12pt;
	font-weight: bold;
}

.zeroBottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebarContent>h2 {
	margin: 0px;
	padding: 0px;
}

h3.sideBar {
	_padding: 0px;
	_margin: 0px;
}

input.sidebar,select.sidebar,select,input,textarea {
	border: #666 1px solid;
	background-color: #ECEADF;
	font-size: 90%;
	color: #666;
	width: 150px;
	font-family: arial;
	vertical-align: middle;
}

input,textarea {
	width: 300px;
}

textarea {
	height: 150px;
	text-size: 10pt;
}

input.button {
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #666;
}

td {
	font-size: 10pt;
}

h3 {
	padding-top: 15px;
	color: #787878;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
}

h4 {
	margin-botton: 0px;
	padding-bottom: 0px;
}

div.goldUnderline {
	border-bottom: 2px solid #BF9200;
	margin-bottom: 10px;
	width: 98%;
}

div.content {
	float: right;
	width: 500px;
}

table.sidebar {
	width: 165px;
}

p {
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 150%;
}

a {
	color: #BF9200;
	font-weight: bold;
}

/* JOB POSTING STYLES */
div.jobPosting>h2,div.jobPostingDark>h2 {
	font-size: 10pt;
	color: #666BC1;
	font-weight: normal;
}

div.jobPosting>p,div.jobPostingDark>p {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.jobPosting,div.jobPostingDark {
	padding: 5px;
}

div.jobPosting {
	width: 95%;
	border: 1px solid white;
}

div.jobPostingDark {
	background-color: #fff;
}

span.categories {
	color: #FF9C3C; //
	font-weight: bold;
	font-style: italic;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
#header {
	background-image: url(/images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	height: 96px;
	background-color: white;
}

#topBar {
	height: 106px;
}

#topMenu {
	padding: 13px;
	padding-bottom: 29px;
	_padding-bottom: 21px;
}

#topMenuHome {
	padding: 10px;
	padding-bottom: 0px;
	height: 23px;
	_height: 33px;
}

a.topMenu {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
}

a.topMenu:Hover {
	background-image: url(/images/menu_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h1.white {
	color: #fff;
}

h1.large {
	font-size: 32px;
}

p {
	padding-right: 10px;
}

div#postingApplication>form>p>input,div#postingApplication>form>p>textarea
	{
	border: 1px solid #666;
}

#footer {
	width: 798px;
	_width: 800px;
	background-color: #E5E6F4;
	border: 1px solid #CCCDEA;
}

a.footer,a:hover .footer {
	font-size: 9pt;
	color: #898989;
	text-decoration: none;
	text-align: right;
}

a:hover .footer {
	color: #898989;
	text-decoration: underline;
	text-align: right;
}

.lightGrey {
	color: #898989
}

#titleContentContainer { //
	border: 1px solid #000;
	background-image: url(/images/inside_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 615px;
	height: 339px;
}

li {
	padding: 5px;
	margin-left: 50px;
	list-style-image: url(/images/bullet.gif);
}

div.hidden {
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */
div.bio {
	padding: 5px;
	padding-left: 25px;
}

div.bio>img {
	padding-right: 10px;
}

.headerTitle {
	font-size: 30pt;
}
