/*

 Common styles for screen, print and handheld media
 
*/

body {
	font-family: Verdana;
	text-align: left;
	color: #dddddd;
}

a:link, a:visited {
	color: #dddddd;
}

a:hover, a:focus, a:active {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	clear: left;
}

h1 {
	font-size: 130%;
	line-height: 1.03125em;
	margin: 1.03125em 0 .5em 0;
	color: #dddddd;
}

h2 {
	font-size: 96%;
	line-height: 1.1em;
	margin: 1.8em 0 .5em 0;
	color: #dddddd;
}

h3 {
	font-size: 107%;
	line-height: 1.17857em;
	margin: 1.17857em 0 1.17857em 0;
	color: #dddddd;
}

h4 {
	font-size: 100%;
	line-height: 1.26923em;
	margin: 1.26923em 0 1.26923em 0;
	color: #dddddd;
}

h5 {
	font-size: 92%;
	line-height: 1.375em;
	margin: 1.375em 0 1.375em 0;
	color: #dddddd;
}

h6 {
	font-size: 85%;
	line-height: 1.5em;
	margin: 1.5em 0 1.5em 0;
	color: #dddddd;
}



dt,dd,li,pre,p,blockquote,th,td {
	font-size: 89%;
	line-height: 1.5em;
}

dd p, li blockquote, li p, blockquote p, li blockquote p, ol li ul li, ul li ol li, blockquote li, blockquote h3 {
	font-size: 100%;
}


p, ul, ol, dl {
	margin-bottom: 1.5em; 
}

ul {
	list-style-type: disc;
}

ul li {
	margin-left: 1.5em;
	margin-bottom: .5em;
}

ol {
	list-style-type: decimal;
}

ol li {
	margin-left: 1.8em;
	margin-bottom: .5em;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em; 
}

strong {
	font-weight: bold;
}

em	{
	font-style: italic;
}

cite {
	font-weight: bold;
}

/* General styles */

.upper-alpha {
	list-style-type: upper-alpha;
}

.list-style1, .list-style1 li {
	list-style: none;
	margin-left: 0;
}

.section {
	border-top: 2px solid #dddddd;
	margin-top: 3em;
	padding-top: 1.5em;
}

.first-section {
	border-top: none;
	margin: auto;
	padding-top: 0;
}

/* 

Tables

*/

th {
	font-weight: bold;
}

/* 

Forms

*/

form {
	width: 100%;
	overflow: hidden;
}

fieldset .fields ol, fieldset .fields ol li {
	margin: 0;
	padding: 0;
}

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 3.5em 0 1em 0;
	border-style: none;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #97a3b2 none repeat-x;
}

fieldset.inner {
	margin-top: -2.2em;
}

legend {
	padding: 0;
	color: #dddddd;
	font-weight: bold;
}

legend span {
	position: absolute;
	margin-top: 0.5em;
	font-size: 130%;
	left: 10px;
	top: -2.5em;
}

fieldset .instructions {
	margin-top: -1em;
	float: left;
	width: 100%;
}

fieldset .instructions p {
	margin-left: 1em;
}

fieldset .fields {
	float: left;
	clear: both;
	width: 100%;
}

fieldset .fields ol {
	padding: 0 1em 0 1em;
	margin-left: 0;
	list-style: none;
}

fieldset .fields table {
	border-collapse: collapse;
	margin-left: 1em;
}

fieldset .fields table td {
	padding: 3px;
}

fieldset .fields ol li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
}

fieldset.submit {
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 14em;
	padding-bottom: 1em;
	border-bottom: none;
}

label {
	text-align: right;
	position: relative;
	float: left;
	width: 13em;
	margin-right: 1em;
	font-weight: bold;
	padding: 3px;
}

label em {
	position: absolute;
	left: 13.3em;
	top: 0.2em;
}

label strong {
	position: absolute;
	left: 27.5em;
	top: 0.2em;
	width: 130px;
	color: #dddddd;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img {
	position: absolute;
	left: -16.5em;
}

p.required-msg {
	clear: both;
	margin-top: 2.5em;
}

form blockquote.note {
	float: left;
	width: 100%;
	margin-top: 0;
}

/* input styling */

input, textarea {
	padding: 3px;
	color: #97a3b2;
}

.reset, .submit {
	color: #000;
	padding: 0;
}

.text, .textarea {
	border: 1px solid #dddddd;
}

.textarea {
	width: 300px;
}

/* custom inputs */

.reference {
	width: 400px;
}

input.position_requirements, input.matching_talent, input.example {
	width: 220px;
}