/* CSS Document */

/* CSS Document: aprg.css */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #EBEEF0;
	color: #000;
	text-align: center;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/* -- SPLASH PAGE -- */
/* divs */

div#splashcontainer {
	background: #fff;
	color: #000;
	margin: 0 auto 10px auto;
	padding-bottom: 15px;
	width: 772px;
	text-align: left;
	line-height: 1em;
}

div#splashheader {
	background: #017DC3;
	color: #fff;
	margin: 0;
	padding: 0;
}

div#splashmenu {
	background: #074986 url('images/menu_bg.gif') no-repeat;
	color: #fff;
	margin-top: -16px;
}

div#splashcontent {
	background: #FFF url('images/content_bg.gif') no-repeat;
	color: #000;
	margin-top: -15px;
	line-height: 1em;
}

/* menu */

ul#splashnav {
	list-style: none;
	padding: 15px 0 25px 0;
	margin-left: 248px;
}

#splashnav li {
	float: left;
	display: block;
	font: 13px Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 0 12px;
	letter-spacing: 1px;
}

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

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

#splashnav a:hover {
	color: #D6EEFE;
	text-decoration: none;
}

ul.news li {
	font: 12px Arial, Trebuchet MS, Verdana, sans-serif;
	margin-left: 19px;
	line-height:1.45em;
}


/* main menu dropdowns */

#splashnav li ul { 
	position: absolute;
	display: block;
	background: #fff;
	color: #074986;
	width: 150px;
	left: -999em; 
}

#splashnav li ul a:link {
	color: #074986;
}

#splashnav li ul a:visited {
	color: #074986;
}

#splashnav li:hover ul, #splashnav li.sfhover ul { 
	left: auto;
	margin-left: -10px;
	padding-top: 10px;
	border-left: 1px solid #6AB7EC;
	border-bottom: 2px solid #6AB7EC;
}

#splashnav li ul li {
	display: block;
	width: 150px;
	margin-left: -45px;
	padding: 5px 0 5px 15px;
	letter-spacing: 0;
}

/* images */

img#APRGlogo {
	float: left;
	margin: 14px 30px 14px 45px;
}

img#splashslogan {
	margin: 10px 0 20px 300px;
}

/* headers */

h1#splashhead {
	background: #fff;
	color: #074986;
	font: bold 26px Arial, Trebuchet MS, Verdana, sans-serif;
	padding-top: 80px;
}

/* text blocks */

p#RCSAlogo {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------------ */

/* -- CONTENT PAGES -- */
/* divs */

div#container {
	background: #fff url('images/left_col_bg.gif') repeat-y;
	color: #000;
	margin: 0 auto 5px auto;
	width: 772px;
	text-align: left;
	line-height: 1em;
}

div#leftcolumn {
	background: #017DC3 url('images/left_col_bg.gif') repeat-y;
	color: #FFF;
	float: left;
	width: 163px;
}

div#header {
	background: #017DC3 url('images/top_bg.gif') no-repeat;
	color: #fff;
	padding: 38px 0 12px 0;
	margin-left: 163px;
}

div#mainnav {
	background: #074986 url('images/main_menu_bg-2.gif') no-repeat;
	color: #fff;
	margin-left: 163px;
	margin-top: -16px;
	margin-bottom: 0;
}

div#content {
	background: #fff url('images/main_content_bg.gif') no-repeat;
	background-position: top right;
	color: #000;
	margin-top: -23px;
	margin-bottom: -4px;
	padding-bottom: 25px;
	float: left;
	width: 609px;
}

div#footer {
	background: #EBEEF0;
	color: #595E64;
	width: 772px;
	margin: 0 auto;
	padding-bottom: 5px;
	font: 11px Arial, Verdana, sans-serif;
	clear: left;
}

span.align {
	display: block;
	margin-left: 110px;
	}

span.align ul.bullets {
	/*padding-left: 10px;
	padding-right: 0px; */
	}
	

/* main menu */

ul#mainmenu {
	list-style: none;
	padding: 10px 0 30px 0;
	margin-left: 20px;
}

#mainmenu li {
	float: left;
	display: block;
	font: 13px Arial, Trebuchet MS, Verdana, sans-serif;
	letter-spacing: 1px;
	width: 95px;
}

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

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

#mainmenu a:hover {
	color: #D6EEFE;
	text-decoration: none;
}

/* main menu dropdowns */

#mainmenu li ul { 
	position: absolute;
	display: block;
	background: #fff;
	color: #074986;
	width: 150px;
	left: -999em; 
}

#mainmenu li ul a:link {
	color: #074986;
}

#mainmenu li ul a:visited {
	color: #074986;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul { 
	left: auto;
	margin-left: -10px;
	padding-top: 10px;
	border-bottom: 2px solid #6AB7EC;
	border-left: 1px solid #6AB7EC;
}

#mainmenu li ul li {
	display: block;
	width: 150px;
	margin-left: -45px;
	padding: 5px 0 5px 15px;
	letter-spacing: 0;
}

/* sub menu */

ul#submenu {
	list-style: none;
	margin-left: -40px;
	margin-top: 0;
}

#submenu li {
	font: 13px Arial, Trebuchet MS, Verdana, sans-serif;
	border-bottom: 1px solid #89C5E9;
	padding: 12px 0 12px 8px;
}

#submenu li a:link {
	color: #fff;
	text-decoration: none;
}

#submenu li a:visited {
	color: #fff;
	text-decoration: none;
}

#submenu li a:hover {
	color: #D6EEFE;
	text-decoration: none;
}

/* headers */

h1 {
	font: bold 20px Arial, Trebuchet MS, Verdana, sans-serif;
	letter-spacing: 1px;
	padding-left: 20px;
	margin-bottom: 5px;
}

h2 {
	float: left;
	color: #074986;
	font: 18px Arial, Trebuchet MS, Verdana, sans-serif;
	border-right: 1px solid #D6EEFE;
	margin: 45px 10px 0 50px;
	padding-right: 10px;
}

h3 {
	color: #0063AD;
	font: 16px Arial, Trebuchet MS, Verdana, sans-serif;
	padding-top: 32px;
	margin-bottom: 13px;
}

h3.recruitment {
	font-weight: bold;
	padding: 0px 0px 3px;
	margin: 0px 45px;
	border-bottom: 3px solid #fbb621;
}

h4 {
	color: #074986;
	font: bold 12px Arial, Verdana, sans-serif;
	margin-left: 45px;
	margin-bottom: -12px;
	padding-right: 45px;
}

h5 {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #074986;
	margin-left: 45px;
	margin-bottom: -12px;
	padding-right: 45px;
}

h5.noindent {
	margin-left: 0;
	margin-bottom: 0;
}

/* text blocks */

p#slogan {
	text-align: right;
	padding-right: 40px;
	margin-top: 8px;
}

p, ul {
	font: 12px Arial, Verdana, sans-serif;
	padding: 0 45px;
	line-height: 1.45em;
	text-align: justify;
}

span.highlight {
	font-weight: bold;
	color: #074986;
}

span.highlight-2 {
	color: #076CAD;
}

p.centered {
	text-align: center;
}

p.value {
	margin: 0 0 8px -29px;
}

span.indent {
	margin-left: 20px;
}

p.question {
	color: #074986;
	font-weight: bold;
}

blockquote {
	color: #074986;
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0 75px;
	text-align: justify;
}

/* lists */

ul.bullets {
	font: 12px Arial, Verdana, sans-serif;
	list-style: square outside;
	line-height: 1.75em;
	padding: 0 45px 0 57px;
}

ul.ticks {
	font: 12px Arial, Verdana, sans-serif;
	list-style: url('images/tick_box.gif') outside;
	line-height: 1.75em;
	margin:10px 45px;
	}

li.current {
	background: #074986;
}

/* images */

img#minilogo {
	vertical-align: middle;
	padding-right: 30px;
}

img#s101logo {
	vertical-align: middle;
	padding-left: 30px;
}

img#submenu_img {
	margin-top: 0;
}

img.floater {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

img#recruitment_process {
	margin-left: 15px;
}

img.lightbar {
	margin-left: 163px;
}

img.arrow {
	margin-left: 45px;
	float: left;
}

/* links */

#footer a:link {
	color: #595E64;
	text-decoration: underline;		
}

#footer a:visited {
	color: #595E64;
	text-decoration: underline;		
}

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

a:link, a:visited  {
	text-decoration: underline;
	color: #00f;
}

a:hover {
	color: #074986;
}

a:active {
	color: #074986;
}

/* incidentals */

hr {
	width: 85%;
	text-align: center;
	size: 1px;
	noshade: false;
	color: #D6EEFE;
}

table {
	margin-left: 45px;
	width: 511px;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

img#MYClogo {
	float: right;
	margin: 0 20px;
}

img#pb-seek {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}

/* -- FIXES FOR DISPLAY IN IE -- */
/* Fix IE. Hide from IE Mac \*/
* html div#splashmenu {
	margin-top: -23px;
}

* html #splashnav li ul li {
	margin-left: -5px;
	width: 165px;
}

* html #splashnav li:hover ul, #splashnav li.sfhover ul { 
	margin-left: -89px;
	margin-top: 1.2em;
}

* html div#mainnav {
	margin-top: -24px;
}

* html div#content {
	margin-top: -26px;
}

* html #mainmenu li ul li {
	margin-left: -5px;
	width: 165px;
}

* html #mainmenu li:hover ul, #mainmenu li.sfhover ul { 
	margin-left: -89px;
	margin-top: 1.2em;
}

* html h2 {
	margin-left: 25px;
}

* html h3 {
	margin-bottom: 6px;
	padding-top: 48px;
}

* html ul.bullets {
	padding-left: 10px;
}

* html ul.ticks {
	padding-left: 10px;
}

* html img#submenu_img {
	margin-top: -4px;
}

* html img.bar {
	margin-left: -3px;
}

* html ul#submenu {
	margin-left: 0px;
	margin-top: -4px;
}

* html img.lightbar {
	margin-bottom: -4px;
}

*:first-child+html ul#submenu {
	list-style: none;
	margin-left: 0px;
	margin-top: 0;
}

*:first-child+html #mainmenu li ul li {
	display: block;
	width: 150px;
	margin-left: 0px;
	padding: 5px 0 5px 15px;
	letter-spacing: 0;
}

.center img {
	margin: 10px auto;
	display: block;
}

#splashcontent p {
	text-align: center;
}

/* Candidate Registration Form */

div.regform {
	width: 600px;
}

div.regform h4 {
	font-size: 14px;
	margin-bottom: 3px;
	background-color: #f1f1f1;
	padding: 5px 3px;
}

div.regform span.h4right {
	float: right;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: normal;
}

div.regform p.first {
	margin-top: 0;
}

div.regform p {
	padding-left: 48px;
}

div.regform .lesserheading {
	font-weight: bold;
	color: #074986;
	padding-left: 0;
	border-bottom: 1px solid gray;
}

table.regform {
	width: auto;
	margin-right: 45px;
	font: 12px Arial, Verdana, sans-serif;
}

table.regform td {
	vertical-align: top;
}

table.regform td.title {
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bold;
}

table.regform span.note {
	font: 10px Arial, Verdana, sans-serif;
}

table.nested {
	width: auto;
	margin: 0;
}

/* Accordion */

#options {
	width:457px;
	margin:20px auto;
	text-align:right;
	color:#9ac1c9;
}

#options a {
	text-decoration:none;
	color:#9ac1c9;
}

#options a:hover {
	color:#033;
}

.accholder {
	margin-left: 45px;
}

#acc {
	width:507px;
	list-style:none;
	color:#033;
	margin:0;
	padding: 0;
}

#acc h4 {
	width:493px;
	border:1px solid #9ac1c9;
	padding:6px 6px 8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(images/accordion_header.gif);
	margin-left:0;
	margin-bottom:0;
}

#acc h4:hover {
	background:url(images/accordion_header_over.gif);
}

#acc .acc-section {
	overflow:hidden;
	background:#fff;
}

#acc .acc-content {
	width:475px;
	padding:15px;
	border:1px solid #9ac1c9;
	border-top:none;
	background:#fff;
}

#acc .acc-content table.regform {
	margin-left: 0;
	margin-right: 0;
	width: 470px;
}


/* End */