/* reset styles 
--------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* master styles 
--------------------------------------------- */

body {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 76%;
	background: white;
	padding: 10px;
}


h1, h2, h3, h4, h5, h6 {
	color: #461E77;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

p {
	margin: 1em 0;
}

.warning, p.error, div.error, .success {
	padding: 10px 10px 10px 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.warning {
	background: url(../img/icon_mini_warning.gif) 10px .9em no-repeat #ffffcc;
	border: 1px solid #cc6;
	color: #666600;
}

p.error,
div.error {
	background: url(../img/icon_mini_error.gif) 10px .9em no-repeat #ffdfdf;
	border: 1px solid red;
	color: red;
}

.success {
	background: url(../img/icon_mini_tick.gif) 10px .9em no-repeat #D1EFD1;
	border: 1px solid #6DAF6D;
	color: #456F45;
}

label.error {
	color: red;
}

.required {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

label .required {
	font-size: 1em;	
}


form {
	margin: 0 0 2em 0;
	position: relative;
	background-color: #F3F1F6;
	padding: 0 0 10px 0;
	overflow: hidden;
	border: 1px solid #ddd;
	line-height: 1.2em;
}


form fieldset {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

form legend {
	margin-left: 0;  
	padding: 0;
	color: #40393b;
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}

form legend span {
}

form p {
	font-size: 1em !important;
	margin-bottom: 0 !important;
}



form div.row {
	padding: 5px;
	clear: both;
	overflow: hidden;
}

form div.striped {
	background-color: #E7E1ED;
}

form div.row.focus {
	background-color: #ffd;
}


label {
	margin-right: 5px;
	color: #76716b;
	font-weight: bold;
	float: left;
	width: 43%;
	padding: 3px 0;
}

label.auto {
	width: auto;
}

label.checkbox {
	width: 49%;
}

table.checkboxes td {
	padding: 5px 0;
}

table.checkboxes label {
	font-weight: normal;
	padding: 0;
}

label em {
	color: #40393b;
}

input {
	padding: 3px;
	width: 50%;
	float: left;
	margin: 0;
	margin-right: 3px;
}

input.checkbox {
	padding: 0;
	width: auto;
}

input.auto {
	width: auto;
}

input.button {
	width: auto;
}

select {
	width: 50%;
	float: left;
	
}

textarea {
	padding: 3px;
	width: 50%;
	float: left;
}



input.submit,
form.form-fieldsets input.submit {
	width: auto !important;
	margin: 1em 0 1em 10px;
	cursor: pointer;
}


form.search-again {
	margin-bottom: 3em;
}


form.search-again label {
	width: auto;
}





/* ----- non application form forms ----- */

form.form-fieldsets {
	padding: 0;
}

form ol {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 1em !important;
}

form li {
	float: left;
	clear: left;
	width: 100%;
	margin: 5px 0 !important;
	list-style: none !important;
	line-height: 1em !important;
}

form li.error label {
	color: red;
}


form li span.error-message {
	color: red;
	margin-left: 44%;
	margin-top: 10px;
}

/*
form.form-fieldsets input,
form.form-fieldsets textarea,
form.form-fieldsets select {
	width: 48% !important;
}
*/

ol.checkboxes, ol.radio-buttons {
}

ol.checkboxes li, ol.radio-buttons li {
	float: left;
	width: 45% !important;
	clear: none !important;
	padding-right: 10px;
}

ol.checkboxes label, ol.radio-buttons label {
	float: left !important;
	width: 85% !important;
	margin-right: 0;
}

ol.checkboxes input, ol.radio-buttons input {
	float: left !important;
	width: auto !important;
}


form.search-again ol {
	float: left;
	width: 80%;
	margin-left: 10px;
}

form.search-again li {
	clear: none;
	width: 40%;
}

hr {
    background-color: #CCCCCC;
    border: 0 none;
    clear: both;
    color: #CCCCCC;
    height: 1px;
    margin: 2em 0;
    text-align: left;
    width: 100%;
}

table.datatable tr {
	border-bottom: 1px solid #ccc;
}

table.datatable tr.shaded {
	background-color: #F3F1F6;
}



ul.steps-list {
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	margin: 1em 0 !important;
	font-size: 1.2em;
	border: 1px solid #edebea;
	list-style-type: none;
	padding: 0 !important;
}

ul.steps-list li {
	list-style-type: none;
	float: left;
	color: #b8b5b2;
	padding: 5px 10px !important;
	text-align: center;
	font-weight: bold;
	background: url(../img/step_pointer.gif) right center no-repeat white !important;
	margin: 0 !important;
}

ul.steps-list li.last {
	background-image: none !important;
}

ul.steps-list li.current-step {
	color: #40393b;
}


#nav-secondary li li a {
	
}


ul#job-search-calls-to-action {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

ul#job-search-calls-to-action li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

ul#job-search-calls-to-action li a {
	float: left;
	padding: 8px 10px;
	background-color: #00A757;
	color: white;
	text-decoration: none;
}
