body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #363636;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #67bfd7; /*color: #f47321;*/
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #67bfd7; /*#398ebc; /*color: #F47321;*/
}
a:hover {
	text-decoration: none;
	color: #F47321; /* color: #398ebc; */
}
a:active {
	text-decoration: underline;
	color: #F47321; /* color: #398ebc; */
}
h1 {
	font-size: 18px;
	color: #67bfd7;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #cdeef7;
}
h3 {
	font-size: 14px;
	color: #398ebc;
}
.cleared {
	margin:0;
	padding:0;
	clear:both;
}
/* LAYOUT */
#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
	margin: 36px 0 14px 0;
}
#header #logo {
	float:left;
}
#black_bar_home {
	height:6px;
	background-color:#000000;
	margin:1px 0 0 0;
}
/* MAIN NAVs (Home + Pages) */
#home_nav {
	height:55px;
	background:url(../images/grad-blue-nav-on.png) repeat-y;
	margin-bottom:1px;
}
#nav {
	height:34px;
	background:#000000 url(../images/nav-norm-bg.png) repeat-x;
}
#home_nav ul, #nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#home_nav li, #nav li {
	margin: 0;
	display: inline;
	float:left;
}
#home_nav li a {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display: block;
	padding:20px 20px 20px 20px;
}
#home_nav li a.home-on, #home_nav li a.home-on:hover {
	background: #000000 url(../images/home-white.png) no-repeat 20px 22px;
	padding-left:40px;
	color:#FFFFFF;
}
#home_nav li a:hover {
	background:url(../images/home-pg-nav-on-bg.png) repeat-x;
	color:#FFFFFF;
}
#grad_nav_foot {
	background:url(../images/grad-blue-nav-on.png) repeat-y;
	height:4px;
}
#blue_home_foot_nav {
	height:32px;
	background:url(../images/nav-norm-bg.png) repeat-x;
}
#footer {
	font-size:10px;
	text-transform:uppercase;
	color:#777777;
	padding:0 20px 10px 20px;
	margin:10px 0 10px 0;
}
#footer a {
	color:#777777;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#lhs {
	float:left;
}
#rhs {
	float:right;
}
#black_bar {
	height:3px;
	background:#171717;
}
#content {
	padding:0 20px 20px 20px;
	background-color:#171717;
}
#sub_nav {
	float:left;
}
#sub_nav h1 {
	background:url(../images/sub-nav-head.png) repeat-x;
	height:39px;
	padding:20px 10px 0 20px;
	width:245px;
	color:#398ebc;
	margin:20px 0 0 0;
}
#sub_nav ul {
	margin:2px 0 0 0;
	padding:0;
}
#sub_nav li {
	list-style:none;
	background:url(../images/sub-nav-bt.png) repeat-x;
	width:275px;
}
#sub_nav li.on {
	background:url(../images/sub-nav-parent-on-bg.png) no-repeat right;
	width:294px;
	margin:0;
}
#sub_nav li.top {
	background-position:top right;
}
#sub_nav li a {
	margin:2px 0 0 0;
	display:block;
	list-style:none;
	padding:12px 10px 12px 40px;
	background:url(../images/bullet-rt.png) no-repeat 20px 13px;
	color:#398ebc;
	font-weight:bold;
	text-decoration:none;
}
#sub_nav li.on a:hover {
	background:none;
}
#sub_nav li.on a {
	background:none;
	color:#FFFFFF;
	font-weight:bold;
}
#sub_nav li a:hover {
	background:#000000 url(../images/bullet-rt.png) no-repeat 20px 13px;
	color:#FFFFFF;
}
#sub_nav li li {
	background:#020202;
	width:275px;
}
#sub_nav li li a, #sub_nav li.on li a {
	background:none;
	margin:1px 0 0 0;
	padding:7px 10px 7px 40px;
	color:#67bfd7;
	font-weight:normal;
}
#sub_nav li li a:hover, #sub_nav li.on li a:hover {
	background:#000000;
	color:#FFFFFF;
}
#sub_nav li li.on {
	background:url(../images/sub-nav-on-bg.png) no-repeat right;
	width:288px;
}
#sub_nav li li.on a:hover {
	background:none;
}
#sub_nav li li.on a {
	color:#FFFFFF;
	font-weight:bold;
}
#top {
	margin:20px 0 0 0;
	padding:0 20px 0 20px;
	float:right;
	width:575px;
	line-height:20px;
	text-align:justify;
	background:#2f2f2f url(../images/main-bg-top.png) repeat-x top;
}
#main {
	padding:0 20px 0 20px;
	float:right;
	width:575px;
	line-height:20px;
	text-align:justify;
	background:#2f2f2f url(../images/watermark.png) no-repeat bottom right;
}
#main li {
	list-style:square;
	margin-bottom:4px;
}
#main .img {
	float:right;
	margin:0 0 10px 10px;
}
blockquote{
	padding:3px 10px 0 10px;
	background:url(../images/quotes-start.png) no-repeat top left;
	text-align:justify;
	width:565px;
	margin-left:0px;
}
blockquote p.end{
	padding:0 0 3px 0;
	background:url(../images/quotes-end.png) no-repeat bottom right;
}
blockquote.blue{
	color:#DCF0F5;
}
#top span {
	margin:0 0 0 10px;
}
#top h1 {
	margin:0;
	padding:20px 0 18px 0;
	float:left;
}
#top h2 {
	margin:0;
	padding:20px 0 18px 10px;
	float:left;
}
#main #m_plus a, #main #m_minus a, #main #m1_plus a, #main #m1_minus a, #main #m2_plus a, #main #m2_minus a {
	text-transform:uppercase;
	font-size:10px;
	color:#67bfd7;
	text-decoration:none;
}
#main #m_plus a:hover, #main #m_minus a:hover, #main #m1_plus a:hover, #main #m1_minus a:hover, #main #m2_plus a:hover, #main #m2_minus a:hover {
	color:#f47321;
}
#watermark {
	float:right;
	bottom:20px;
	right:20px;
	background:url(../images/watermark.png) no-repeat bottom;
	width:101px;
	height:106px;
	position:absolute;
	z-index:0;
}
#skip a {
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
#skip a:hover {
	color:#398ebc;
	text-decoration:none;
}
#img_grid {
	border-left:solid 1px #090909;
	width:576px;
}
#img_grid_bg, #art_grid_bg {
	background:url(../images/img_grid-bg.png);
	background-repeat:no-repeat;
	padding:5px 5px 5px 5px;
	margin-left:-5px;
	width:590px;
}
#art_grid_bg{
	background:url(../images/art_grid-bg.png);
	background-repeat:no-repeat;
}
#bd_bottom {
	height:3px;
	background-color:#151515;
}
#img_grid img {
	float:left;
	border-bottom:solid 1px #1f1f1f;
	border-right:solid 1px #1f1f1f;
}
#img_grid img.last {
	border-right:solid 1px #090909;
	float:left;
	border-bottom:solid 1px #1f1f1f;
}
#sitemap h3 {
	padding:0;
	margin:10px 0 5px 0;
}
#sitemap h3 a {
	color: #398ebc;
	text-decoration:none;
}
#sitemap h3 a:hover {
	color:#f47321;
}
#sitemap a {
	color:#FFFFFF;
	text-decoration:none;
}
#sitemap a:hover {
	color:#f47321;
}
#sitemap li ul {
	margin:0;
	padding: 0 0 0 10px;
}
#sitemap ul {
	margin:0;
	padding: 0 0 10px 30px;
}
h1.hide {
	display:none;
}
#candidate_form {
	width:520px;
	margin:0 auto;
	list-style:none;
}
#candidate_form ul {
	margin:0;
	padding:0;
	list-style:none;
}
#candidate_form li {
	display:block;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#candidate_form label {
	float:left;
	margin:0 0 10px 0;
	padding:0px;
	list-style:none;
	line-height:24px;
}
#candidate_form input, #candidate_form select, #candidate_form textarea, #upload_resume{
	float:right;
	margin:0 0 10px 0;
	padding:0;
	width:240px;
	list-style:none;
	border:solid 1px #111111;
}
#candidate_form input, #candidate_form select{
	height:20px;
}
#candidate_form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#relocate{
width:240px;
float:right;
}
#relocate label{
	display:inline;
	margin-top:-12px;
	padding:0 30px 0 0;
}
#relocate label input{
	float:none;
	width:auto;
	border:none;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
#buttons{
	width:240px;
	float:right;
}
#buttons input{
	width:115px;
	float:left;
}
.invalid{
	color: #ee7121;
}
p.update_success, p.update_fail{
	padding:10px;
	width:400px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	background-color:#669933;/*#336600;*/
	margin:10px auto;
}
p.update_fail{
	background-color:#9F2D2D;
}
