/* Global Whitespace Reset */
* {
	margin: 0;
	padding: 0;
}

/* General Styles */
body {
	background-color: #003366;
	font-size: 11px;
	line-height: 18px;
	font-family: verdana,arial,sans-serif;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #d00;
}

a:hover {
	color: #d00;
	text-decoration: underline;
}

img {
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

table, tr, th, td {
	font-size: 11px;
	line-height: 18px;
	font-family: verdana,arial,sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
}

th {
	padding: 20px;
	font-weight: bold;
}

td {
	padding: 3px;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul, ol {
	margin: 0 0 1em 0;
	font-family: verdana,arial,sans-serif;
	color: #000;
}

li {
	margin-left: 3em;
	font-size: 11px;
	line-height: 18px;
}

dl {
	margin: 0 0 1em 0;
	font-family: verdana,arial,sans-serif;
	color: #000;
}

dt {
	font-size: 11px;
	line-height: 18px;
}

dd {
	margin-left: 3em;
	font-size: 11px;
	line-height: 18px;
}

h1 {
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
	color: #003366;
	font-size: 14px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-align:  left;
}
    
h2 {
	margin: 0 0 1em 0;
	color: #000;
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-align:  left;
}

h3 {
	margin: 0 0 1em 0;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-decoration: underline;
	text-align:  left;
}

h4, h5, h6 {
	margin: 0 0 1em 0;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-align:  left;
}

blockquote {
	margin: 0 2em 1em 2em;
}

hr {
	margin: 2em auto;
	width: 75%;
	height: 1px;
	border: 0px;
	color: #000;
	background: #000;
	text-align: center;
}

/* Styled Table */

.table-styled table {
	margin: 0 0 1em 0;
	border: 1px solid #000;
	border-left: none;;
}

.table-styled tr {
	text-align: left;
}

.table-styled th {
	padding: 3px;
	border-left: 1px solid #000;
	background: #ddd;
	white-space: nowrap;
}

.table-styled td {
	padding: 3px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	vertical-align: top;
}

/* Forms */

label {
	font-weight: bold;
}

input, textarea {
	padding: 2px;
	border: 1px solid #999;
	background: #eee;
	vertical-align: middle;
}

option {
	margin: 5px;
	vertical-align: middle;
}

input.jobs-status {
	margin-left: 20px;
}

/* Skip Navigation */

#skip {
	position: absolute;
	left: -999px;
	width: 990px;
}

#skip a {
	font-size: 9px;
	line-height: 9px;
	letter-spacing: 0.1em;
	color: #999;
	background-color: #13273d;
	text-decoration: none;
	font-style: italic;
}

#skip a:hover {
	color: #fff;
}

#start_content {
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

/* Page Containers */

#wrapper {
	clear: left;
	background-color: #fff;
}

#header {
	background-color: #ffee33;
}

#content_box {
	clear: both;
	background-color: #fff;
}

#fade_box {
	background-color:#cccccc;
	border: 1px solid #333;
	padding-left: 5px;
}

/* See section specific main_right styles below */
#main_right {
	float: right;
	width: 300px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}

#main_left {
	clear: left;
	width: 350px;
	margin-right: 315px;
	padding: 0em 1.5em;
	text-align: justify;
}

/* See section specific side_menu styles below */
#side_menu {
	float: left;
	width: 200px;
	padding: 0px 15px;
	text-align: left;
}

#page_content {
	clear: right;
	margin-left: 231px;
	padding: 0em 1.5em;
	border-left: 1px solid #13273d;
	text-align: justify;
}

/* Hack for 3 pixel jog bug in IE-Win */
/* Hide from IE5-Mac. Only IE-Win sees this. \*/
* html #side_menu {margin-right:-3px;}
* html #page_content {margin-left:228px;height:1%;}
/* End hide from IE5-Mac */

#no_columns {
	padding: 0 1.5em;
}


/* Top Menu  */

#top_menu {
	margin-top: 0;	
	height: 15;
	background: #cc0000;
}


/* Main Menu  */

#main_menu {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	background: #ffcc33 top left;
}

#main_menu ul {
	margin: 0;
	list-style: none;
}

#main_menu li {
	float: left;
	width: auto;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}

#main_menu a {
	display: block;
	padding: 8px 15px;
	color: #000;
	background: #5075C6 top left;
	text-decoration: none;
}

#main_menu a:hover {
	background: #000000;
}

#main_menu a.selected {
	background: #000000;
}

/* Main Right */

#main_right h1 {
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee top left;
	font-weight: normal;
	text-align:  left;
}

#main_right h1.special {
	padding: 5px;
	border: 1px solid #ccc;
	background: #ffee33 top left;
	font-weight: normal;
	text-align:  left;
}

#main_right h1 a, #main_right h1 a:visited, #main_right h1 a:hover {
	display: block;
	text-decoration: none;
}

#main_right h2 {
	margin: 0;
	color: #333;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-align:  left;
}

#main_right blockquote {
	margin: 0 0 1em 1em;
}

#main_right h2 em {
	color:  #d00;
}

#main_right #quicklinks ul {
	margin: 0 0 1em 0;
	font-family: verdana,arial,sans-serif;
	text-align: left;
	color: #000;
}

#main_right #quicklinks li {
	margin: 0 0 0.5em 1em;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
}

/* Side Menu */

#side_menu h1 {
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee top left;
	font-weight: normal;
	text-align:  left;
}

#side_menu h1 a, #side_menu h1 a:visited, #side_menu h1 a:hover {
	display: block;
	text-decoration: none;
}

#side_menu ul {
	list-style: none;
}

#side_menu li {
	margin-left: 10px;
}

#side_menu li:first-letter {
	font-size: 13px;
}

#side_menu a {
	color: #4e7ca6;
	text-decoration: none;
}

#side_menu a:visited {
	color: #4e7ca6;
}

#side_menu a:hover {
	color: #d00;
	text-decoration: underline;
}

/* Handbook Styles */

ol.handbook_section {
	margin: 0;
	list-style: upper-roman;
}

ol.handbook_entry {
	margin: 0;
	list-style: lower-roman;
}


/* Working with SPS */

.workingnav {
	margin: 1em auto;
	text-align: center;
}

/* Misc */

.contact li {
	margin: 0.2em 0 0.2em 30px;
	list-style: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.img-right {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.img-left {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

p.clearing {
	clear: both;
	height: 0em;
	font-size: 0em;
	line-height: 0em;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 1em;
	padding: 5px;
	border-top: 1px solid #13273d;
	background: #eee top left;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
}


