html, body {
	height: 100%;
	min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #001e32;
	font-family: Verdana, Arial, Sans-serif;
}

#container {
	width: 760px;
	height: 100%;

	background-image: url( '/images/bg_column_bar_index.jpg' );
	background-repeat: repeat-y;
	background-color: #fff;
}


body>#container {
	height: auto;
	min-height: 100%;
}

#header {
	position: relative;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	height: 115px;
	width: 760px;
	z-index: 100;
/*	border-bottom: 1px solid #fff;*/
}

#bar {
	display: none;
}

#body {
	position: relative;
	float: left;
	padding: 0px 15px 0px 15px;
	margin: 0;
    font-size: .75em;
    background-repeat: no-repeat;
    width: 550px;
}


#body p.message {
	background-color: #eee;
	padding-left: 10px;
}

#body a {
	color: #009;
	text-decoration: none;
}

#body a:hover {
	text-decoration: underline;
}

#right {
	position: relative;
	float: right;
	width: 168px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;

	font-size: .8em;
	color: #fff;
}


#right a {
	color: #fff;
  text-decoration: none;
  display: block;
  width: 148px;
  padding-left: 20px;
  margin-right: -20px;
}

#right li {
	padding-left: 0;
	font-size: .9em;
}

#right a:hover {
    background-color: #cdd7de;
    border: solid #3f5a77;
    border: solid #50709b;
    border-width: 0 0 0 5px;
    padding-left: 14px;
    margin-left: 1px;
    color: #000;
}

#right div, #right p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

#right h3 {
	font-size: .9em;
  font-weight: normal;
	margin: 0;
	height: 18px;
	padding: 2px 0px 1px 10px;

	color: #fff;
	background-color: #001e42;
	background-color: #3f5a77;
	background-color: #50709b;
	border: solid #fff;
	border: solid #999;
	border: solid #000;
	border-width: 1px 0 1px 0;
	border-left: 1px solid #000;
}

#right ul {
	display: block;
	list-style-type: none;
	padding: 0 0 10px 0;
  margin: 0;
}


#crumbs {
	position: relative;
	float: left;
  display: block;
  color: #000;
  font-size: .7em;
  font-weight: normal;

	background-color: #cdd7de;
  border: solid #000;
	border-width: 1px 0 0 0;
	padding: 0;
  margin: 0;

  width: 592px;
  width: 760px;
	height: 25px;
	border: solid #000;
	border-width: 1px 0 1px 0;
	font-weight: bold;
}

#crumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 3px 0 -3px 0;
    height: 25px;
}

#crumbs li {
    vertical-align: center;
    float: left;
    display: inline;
    padding: 2px 7px 0 2px;
    margin: 0;
    height: 23px;
}

#crumbs li em {
  font-style: normal;
}

#crumbs li:hover {
}

#crumbs a {
  text-decoration: none;
  color: #000;
}

#title {
    position: relative;
    top: 90px;
    float: right;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
  	color: #000;
    background-color: #cdd7de;
  	opacity: .6;
  	margin: 0px;
  	height: 25px;
  	width: 168px;
}

#menu a {
    text-decoration: none;
    color: #fff;
}

.menuitem, .menuitem-selected {
   	padding: 7px 5px 0px 5px;
    border-bottom: solid 1px #444;
}

.parent {
	padding-left: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

#search-1, #search-2 {
    display: none;
	position: absolute;

	top: 40px;
	left: 470px;

	width: 250px;
    margin: 0;
    padding: 0;
}

#search-1 input.field, #search-2 input.field {
    font-size: 12px;
    width: 200px;
    color: #fff;
	background-color: transparent;
	display: inline;
    border: 1px solid transparent;
}

#search-1 {
	opacity: .6;
	filter: alpha(opacity=60);
}

#search-1 input.field {
	background-color: #79b;
	opacity: .7;
	filter: alpha(opacity=70);
}

#search-2 input.field {
	border: 1px solid #fff;
}

#search-2 a {
	display: inline;
	color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding-left: 8px;
	font-weight: bolder;
}

h1 {
  font-size: 120%;
  color: #000;
}

h1.print {
	display: none;
}

h2 {
  font-size: 1em;
  color: #000;
  border-bottom: solid 1px #000000;
  margin-top: 30px;
}

h3 {
}

img {
	display: block;
}

div.clear {
	clear: both;
}


form input,
form select,
form textarea {
/*	width: 250px;*/
}

form textarea {
	height: 150px;
}

#contact-submit {
	width: 50px;
}

table.detail {
}

table.detail th {
  text-align: right;
  padding: 5px 10px 5px 0;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  width: 150px;
}

table.detail th.head {
  border: 0;
  border-bottom: 1px solid #aaa;
  color: #3f5a77;
  font-size: 1.2em;
}

#requisition-detail {
  margin-top: 15px;
}

#requisition-detail h1 {
  text-align: center;
  font-size: 1.2em;
  margin: 10px 0 -20px 0;
  color: #3f5a77;
  border-bottom: 1px solid #aaa;
  color: #3f5a77;
  padding-bottom: 5px;
}

#requisition-detail h3 {
  font-size: 1em;
  border-bottom: 1px solid #aaa;
}

table.detail td {
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #eee;
}

div.apply {
  float: left;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

div.apply input {
  border: 1px solid #000;
  background-color: #cdd7de;
}


div.formdiv {
  float: left;
  background-color: #fff;
  padding: 15px 0 15px 0;
  margin: 5px 0 0 0;
  width: 100%;
}

div.formdiv h1 {
  font-size: 1em;
  border-bottom: 1px solid #4f6a87;
  margin-top: -10px;
  padding: 0;
  text-align: left;
  text-indent: 10px;
}

div.formdiv input.button-std {
  border: 1px solid #000;
  background-color: #cdd7de;
}


dl.form {
  /* float: left;*/
}

dl.form textarea {
  height: 75px;
  width: 400px;
}

dl.form input[type="radio"],
dl.form input[type="checkbox"] {
  width: 13px;
}

.fstd {
  background-color: #f3fcff;
  background-color: #fafafa;
  border: 1px solid #9ab;
  width: 250px;
  margin: 0;
}


dl.form dt {
	clear: both;
	width: 140px;
	float: left;
	margin: 9px 0 0 40px;
  border-bottom: 1px solid #ddd;
}

dl.form dd {
	float: left;
	margin: 5px 0 0 0;
  padding-left: 5px;
}

dl.form dt.submit {
    border: 0;
}

div.form {
    float: left;
    margin: 0 auto;
    width: 600px;
}

/*
#error {
  float: left;
  border: 1px solid #f00;
  background-color: #fdd;
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
}
*/

#body ul {
  list-style-type: none;
}

dl.defs dt {
  width: 400px;
  margin-left: 20px;
  display: block;
}

dl.defs dd {
  margin-left: 40px;
  padding-bottom: 10px;
  display: block;
  width: 450px;
}

a.defs {
  text-decoration: none;
  font-weight: bold;
  font-size: 8pt;

}

table.detail em {
  font-style: normal;
}

table.detail em   { background-color: #ddd; }
table.detail em.a { background-color: #fdf; }
table.detail em.b { background-color: #dfd; }
table.detail em.c { background-color: #ddf; }
table.detail em.d { background-color: #ffd; }
table.detail em.e { background-color: #dff; }
table.detail em.f { background-color: #fdd; }

div.fieldWithErrors {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}

div.fieldWithErrors .fstd {
  background-color: #fee;
}

#error {
  width: 98%;
  float: left;
  border: 1px solid #a00;
  margin-top: 10px;
  background-color: #fee;
  padding: 10px;
}

#error h1 {
  margin-top: -0px;
  color: #a00;
  text-align: center;
  border-bottom: 1px solid #a00;
}

#notice {
  width: 98%;
  float: left;
  border: 1px solid #ee0;
  margin-top: 10px;
  background-color: #ffd;
  padding: 10px;
}

#notice h1 {
  margin-top: -0px;
  color: #a50;
  text-align: center;
  border-bottom: 1px solid #a00;
}


#source_list {
  margin: 0 0 0 25px;
  padding: 0;
}

#source_list li {
  height: 25px;
  margin: 0;
  padding: 0;
}

#loggedin {
  float: right;
  margin-top: 2px;
  font-size: .9em;
	color: #50709b;
}

#loggedin a {
  text-decoration: underline;
	color: #50709b;
}

dl.intern-info dt {
  margin-left: 50px;
}
dl.intern-info dd {
  margin-left: 5px;
}

#candidate_end_date,
#candidate_start_date {
  width: 150px;
}
#start_date_dd:after,
#end_date_dd:after {
  color: #aaa;
  content: "mm/dd/yyyy";
  display: inline;
  margin-left: 5px;
  font-size: .9em;
}

#ui-datepicker-div {
  font-size: .8em;
}

dt.required:after {
  content: "*";
  color: #c66;
}

dd {
  width: 50%;
}
.form-message {
  margin: 10px 0 3px 40px;
  font-weight: bold;
  color: #888;
  /* border: 1px solid red;*/
  display: block;
}

#applicant-register {
  /* float: left;*/
}
#applicant-register h1 {
  /* float: left;*/
  margin-top: 15px;
  display: block;
}
#applicant-register .resume {
  float: left;
  text-align: center;
  margin-top: 10px;
}

.required-msg {
  color: #c66;
  font-size: .8em;
  float: right;
  margin: 0;
}

#login_dt {
  border: 0;
}

.internship-contacts {
  float: left;
  width: 100%;
  margin: 0 0 10px 20px;
}
.internship-contacts div {
  float: left;
  margin-right: 20px;
}
.hr-contact p,
.internship-contacts div p {
  margin: 0;
}

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* * html #candidate_state_id {*/
/*   border: 1px solid red;*/
/*   margin-left: 150px;*/
/* };*/
