/* Body Styles */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
	color: #262626;
	background-image: url(../resource/graduate_header_nov09.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}

body.home {
	background-color: #ff6600;
}

body.apply {
	background-color: #ff0066;
}

body.scheme {
	background-color: #cc00cc;
}

body.about {
	background-color: #59EB30;
}

body.events {
	background-color: #00cccc;
}

body.corporate {
	background-color: #3366cc;
}

/* Common */

ul, ol {
	list-style-type: disc;
	padding-left: 30px;
}

p {
	margin-bottom: 10px;
}

.formlabel {
	margin-bottom: 10px;
}

input {
	margin-top: 10px;
}

textarea {
	margin-top: 10px;
}

/**/

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#notice {
	font-style: italic;
	border: 2px solid #FF0000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#wrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 150px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	background-image: url(/resource/content_bg.gif);
	z-index: 2;
}

#wrap_hold {
	width: 780px;
	margin-top: 325px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 150px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	background-image: url(/resource/content_bg.gif);
	z-index: 2;
}

#wrap ul {}

#wrap ul li {
	padding-bottom: 10px;
}

#header {
	height: 400px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 0;
	clear: both;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

#event_contact {
	background-color: #E5E5E5;
	padding: 15px;
	margin-bottom: 20px;
}

/* Footer */

#footerwrap {
	width: 100%;
	z-index: 2;
	clear: both;
	margin-top: -150px;
}

#footercontent {
	clear: both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-top: 110px; /* top and bottom should add up to 150px */
	padding-bottom: 40px;
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	background-image: url(/resource/skyline.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 3;
}

#footercontent .left {
	float: left;
	padding-left: 60px;
	z-index: 3;
}

#footercontent .right {
	float: right;
	padding-right: 60px;
	z-index: 3;
}

#footercontent .right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#footercontent .right ul li {
	text-align: center;
	float: left;
	display: inline;
	width: 110px;
}

#footercontent .right ul li.seperator {
	text-align: center;
	float: left;
	margin-left:15px;
}

#footercontent .right ul li a.last {
	color: #FFFFFF;
	text-decoration: none;
	display:block;	
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}

#footercontent .right ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border-left:1px solid #ffffff;
	padding-top: 1px;
}

#footercontent .right ul li a:hover {
	background-color: #ffffFF;
	color: #000000;
	font-weight: bold;
}

#footercontent .left a {
	text-decoration: none;
	color: #ffffff;
}

#footercontent .left a:hover {
	text-decoration: underline;
}


/* Main Site Navigation */

#navigationwrap {
	width: 780px;
	height: 80px;
	font-size:11pt;
	background-image: url(/resource/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
	margin-top: 285px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.navigation {
	width: 100%;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
	font-weight: bold;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.navigation li {
	width: 130px; /* This is the nav wrap width divided by the number of buttons */
	text-align: center;
	float: left;
}

.navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding-bottom: 8px;
	padding-top: 8px;
}

.navigation li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}


/* Sub Navigation - Scheme Section */

#subnavwrap {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu{
	padding:0;
	margin:0;
}

#menu li{
	float:left;	
	width:150px;
	display:inline;
}

#menu li a{
	display:block;
	text-decoration:none;
	color:#cc00cc;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#menu li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	background:#cc00cc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu li a:hover span{
	color:#8bd32d;
}

#subnavwrap2 {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu2 {
	padding:0;
	margin:0;
}

#menu2 li{
	float:left;	
	width:160px;
	display:inline;
}

#menu2 li a{
	display:block;
	text-decoration:none;
	color:#cc00cc;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:160px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

#menu2 li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	background:#ff0066;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#menu2 li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu2 li a:hover span{
	color:#8bd32d;
}

/* Sub Navigation - The Scheme */

#subnavwrap_scheme {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu_scheme {
	padding:0;
	margin:0;
}

#menu_scheme li{
	float:left;	
	width:330px;
	display:inline;
}

#menu_scheme li a{
	display:block;
	text-decoration:none;
	color:#cc00cc;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:330px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#menu_scheme li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	background:#cc00cc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu_scheme li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu_scheme li a:hover span{
	color:#8bd32d;
}

/* Sub Navigation - The Scheme - Undergradautes */

#subnavwrap_scheme_undergraduate {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu_scheme_undergraduate {
	padding:0;
	margin:0;
}

#menu_scheme_undergraduate li{
	float:left;	
	width:220px;
	display:inline;
}

#menu_scheme_undergraduate li a{
	display:block;
	text-decoration:none;
	color:#cc00cc;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:220px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#menu_scheme_undergraduate li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	background:#cc00cc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu_scheme_undergraduate li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu_scheme_undergraduate li a:hover span{
	color:#8bd32d;
}

/* Sub Navigation - The Scheme - Postgraduates */

#subnavwrap_scheme_postgraduate {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu_scheme_postgraduate {
	padding:0;
	margin:0;
}

#menu_scheme_postgraduate li{
	float:left;	
	width:165px;
	display:inline;
}

#menu_scheme_postgraduate li a{
	display:block;
	height: 30px;
	text-decoration:none;
	color:#cc00cc;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:165px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#menu_scheme_postgraduate li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	background:#cc00cc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu_scheme_postgraduate li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu_scheme_postgraduate li a:hover span{
	color:#8bd32d;
}

/* Sub Navigation - Apply */

#subnavwrap_apply {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu_apply {
	padding:0;
	margin:0;
}

#menu_apply li{
	float:left;	
	width:330px;
	display:inline;
}

#menu_apply li a{
	display:block;
	text-decoration:none;
	color:#ff0066;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:330px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#menu_apply li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	background:#ff0066;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu_apply li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu_apply li a:hover span{
	color:#8bd32d;
}

/* Sub Navigation - Accessibility Section */

#subnavwrap_access {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 25px;
}

#menu_access{
	padding:0;
	margin:0;
}

#menu_access li{
	float:left;	
	width:132px;
	display:inline;
}

#menu_access li a{
	display:block;
	text-decoration:none;
	color:#3366cc;
	font-size:11pt;
	background:#ffffff;
	border-left:1px solid #143d53;
	border-right:1px solid #040f15;
	width:132px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#menu_access li a:hover{
	display:block;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	background:#3366cc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu_access li a span{
	margin:0px 0 0 0;
	display:block;
	font-size:12px;
	color:#a3cfe7;
}

#menu_access li a:hover span{
	color:#8bd32d;
}

#back_to_top {
	float: right;
}

#back_to_top a {
	font-weight: bold;
	color: #3366cc;
	text-decoration: none;
}

#back_to_top a:hover {
	text-decoration: underline;
}


/* Heading Titles */

h1.welcome {
width: 660px;
height: 60px;
background-image: url(/resource/headers/welcome.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.scheme {
width: 660px;
height: 60px;
background-image: url(/resource/headers/about_the_scheme.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
clear: both;
}

h1.entry {
width: 660px;
height: 60px;
background-image: url(/resource/headers/entry_requirements.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
clear: both;
}

h1.benefits {
width: 660px;
height: 60px;
background-image: url(/resource/headers/benefits_v2.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
clear: both;
}

h1.apply {
width: 660px;
height: 60px;
background-image: url(/resource/headers/apply.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
clear: both;
}

h1.about_gmpte {
width: 660px;
height: 60px;
background-image: url(/resource/headers/about_gmpte.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.about_gm {
width: 660px;
height: 60px;
background-image: url(/resource/headers/about_gm.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.events {
width: 660px;
height: 60px;
background-image: url(/resource/headers/events.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.contact {
width: 660px;
height: 60px;
background-image: url(/resource/headers/contact.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.thank_you {
width: 660px;
height: 60px;
background-image: url(/resource/headers/thank_you.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.sitemap {
width: 660px;
height: 60px;
background-image: url(/resource/headers/sitemap.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.accessibility {
width: 660px;
height: 60px;
background-image: url(/resource/headers/accessibility.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
}

h1.profiles {
width: 660px;
height: 60px;
background-image: url(/resource/headers/graduate_profiles.jpg);
background-repeat: no-repeat;
margin-top: 50px;
margin-bottom: 25px;
}

h1.the_scheme {
width: 660px;
height: 60px;
background-image: url(/resource/headers/the_scheme.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
}

h1.placement {
width: 660px;
height: 60px;
background-image: url(/resource/headers/placement.jpg);
background-repeat: no-repeat;
margin-top: 100px;
margin-bottom: 25px;
}

h1 span { display:none; }

body.apply h2 {
	color: #ff0066;
	font-size: 180%;
	padding-bottom: 20px;
}

body.corporate h2 {
	color: #3366cc;
	font-size: 180%;
	padding-bottom: 0px;
}


/* Paragraph Styles */

p {
	line-height: 1.8em;
	padding-bottom: 10px;
}

p.vacancies {
	color: #ff0066;
	font-weight: bold;
	font-size: 185%;
}

p.vacancies a {
	color: #ff0066;
	font-weight: bold;
	text-decoration: none;
}

p.vacancies a:hover {
	text-decoration: underline;
}

p.vacancies em {
	font-size: 50%;
	font-weight: lighter;
}

img.verification { border: 1px #000000 solid }


/* Text Styles */

.intro {
	font-size: 17px;
	font-weight: bold;
}

/* Link styles */

.about #wrap #content a {
	color: #59EB30;
	text-decoration: none;
	font-weight: bold;
}

.about #wrap #content a:hover {
	text-decoration: underline;
}

.events #wrap #content a {
	color: #00cccc;
	text-decoration: none;
	font-weight: bold;
}

.events #wrap #content a:hover {
	text-decoration: underline;
}

/* Accordion Style */

.accordion_toggle {
	display: block;
	height: 30px;
	width: 633px;
	background-image: url(/scripts/images/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
	background-color: #e9e7e7;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #000000;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}
		
.accordion_toggle_active {
	background-position: right 5px;
}
		
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
			
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
			
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.accordion_content ul {
	list-style-type: disc;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
			
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(file:///Jaws/Downloads/accordion/images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(file:///Jaws/Downloads/accordion/images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
  			
/* Horizontal Accordion	*/
		
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 100px;
	width: 30px;
	background: url(file:///Jaws/Downloads/accordion/images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.horizontal_accordion_toggle_active {
	background: url(file:///Jaws/Downloads/accordion/images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}
		
.horizontal_accordion_content {
	/* REQUIRED */
	height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}
			
.horizontal_accordion_content p {
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
					
/* Container styling*/

#vertical_container {
	width: 660px;
	border-bottom: solid 1px #c4c4c4;
	margin-bottom: 20px;
}

#horizontal_container {
    margin: 20px auto 20px auto;
    width: 680px;   
    height: 100px;    
}
    
#vertical_nested_container {
    margin: 20px auto 20px auto;
    width: 620px;
}

/* Site Map list style */

.sitemap ul {
	list-style-type: disc;
	color: #3366cc;
}

.sitemap ul li {
	font-weight: bold;
}

.sitemap ul li ul {
	list-style-type: disc;
	padding-top: 20px;
}

.sitemap ul li a {
	text-decoration: none;
	color: #3366cc;
}

.sitemap ul li a:hover {
	text-decoration: underline;
	color: #3366cc;
}