/* v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */
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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	line-height: 1;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Site styles **/

html {
	overflow-y: scroll;
}

h1 {
	height: 62px;
	padding-left: 44px;
	font-size: 1.6875em;
	line-height: 72px;
	color: #fff;
	font-weight: normal;
	background: #08315e url(../images/title_background.jpg) left top no-repeat;
}
h2 {
	margin-bottom: 1em;
	color: #fbc310;
	font-size: 1.33em;
}
h3 {
	margin-bottom: 1em;
	color: #fbc310;
	font-size: 1.08em;
}
td h3 {
	font-size: 1.08em;
}
h4 {
	margin-bottom: 1em;
	color: #fbc310;
	font-size: 1em;
	font-weight: normal;
}
address {
	font-style: normal;
}
a:link, a:visited {
	color: #fbcc2a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ol, ul {
	margin: 1.5em 3em;
	color: #fff;
}
ul ul {
	margin: 0 3em;
}
li {
	margin: 0.5em 0;
}
ol li {
	list-style: decimal;
}
ul li {
	list-style: disc;
}
blockquote {
	margin-left: 2em;
}
td {
	padding: 3px;
}
label {
	display: block;
	float: left;
	width: 150px;
	padding-right: 5px;
	text-align: right;
}
input {
	float: left;
	margin-bottom: 5px;
}
td input {
	margin-bottom: 0;
}
p {
	clear: left;
}
sup {
	font-size: smaller;
	vertical-align: super;
}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #fbc310;
	margin-bottom: 15px;
}

#container {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 980px;
	height: 380px;
	background: url(../images/header.jpg) no-repeat;
}
#pseLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 215px;
	height: 228px;
}
#logo {
	position: absolute;
	left: 241px;
	top: 36px;
	width: 357px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}
#tagline {
	position: absolute;
	right: 22px;
	top: 96px;
	font-size: 0.75em;
	color: #ccc;
}
#content {
	min-height: 232px;
	padding: 20px 44px;
	background: #0c3d79;
	font-size: 0.75em;
	color: #fff;
}
#content p, #content td {
	color: #fff;
}
#content p {
	margin-bottom: 1.33em;
	line-height: 1.5em;
}
#content form p {
	margin-bottom: 0;
}
#content li, #content td {
	line-height: 1.33em;
}

#content_highlight {
	float: right;
	width: 382px;
	margin-left: 44px;
}

#first_content_highlight {
	width: 382px;
	height: 116px;
	margin-bottom: 6px;
	background: url(../images/first_content_highlight.png) no-repeat;
}
#second_content_highlight {
	clear: right;
	width: 382px;
	height: 116px;
	margin-bottom: 20px;
	background: url(../images/second_content_highlight.png) no-repeat;
}

#first_content_highlight p, #second_content_highlight p {
	font-size: 1.08em;
	line-height: 1.31em !important;
	color: #000;
}
#first_content_highlight a, #second_content_highlight a {
	color: #004393;
}

#first_content_highlight p {
	width: 207px;
	padding: 26px 0 0 150px;
}
#second_content_highlight p {
	width: 190px;
	padding: 26px 0 0 22px;
}


#footer {
	padding: 19px 42px;
	font-size: 0.8125em;
	line-height: 1.23em;
}
#footer ul {
	float: right;
	margin: 0;
}
#footer li {
	float: left;
	margin: 0;
	padding: 0 8px;
	list-style: none;
	border-right: 1px solid #004393;
}
#footer li.last {
	padding-right: 0;
	border: 0;
}
#footer li a:link, #footer li a:visited {
	color: #004393;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #404040;
}
#footer a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.powered_by {
	float: right;
	clear: both;
	margin-top: 1em;
	color: #404040;
}
.sidebar {
	float: right;
	clear: both;
	margin: 10px 0 10px 44px;
}
input.submit {
	margin-left: 155px;
}
.error, .required {
	color: #fbc310 !important;
	font-weight: bold;
}

ul.error, ul.success, ul.info {
	margin-top: 0.5em;
	margin-bottom: 3em;
}

.success {
	color: #66ff66 !important;
	font-weight: bold;
}
.info {
	color: #cccccc !important;
	font-weight: bold;
}

img.img-inline-right {
	float: right;
	margin: 0px 0px 4px 15px;
}

table.engineerOfYearRecipients td.year {
	font-weight: bold;
}

.lowlight {
	color: #cccccc;
}

.grey {
	color: #888;
}

.bluehr {
	border-top: 1px solid #17529B;
	margin-bottom: 15px;
}

a.nounderline:link, a.nounderline:visited {
	color: #fbcc2a;
	text-decoration: none;
}
a.nounderline:hover {
	color: #ffffff;
}

.indexlinks {
font-size:1.5em;
text-align:center;
}

