@charset "utf-8";

/* Izilla CSS Template v1.9 (24/11/2008) */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
		
	Target Opera and Safari:
		@media all and (min-width:0px) {
			head~body:lang(en) element {rule}
		}
	
	To fix Firefox Left-Click/Print Drop Clearing Issues
	
	html >/^^/ body element {
		overflow: visible;
	}
	
	element:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	Replace ^ with *
*/


/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	width: 100%;
}

body {
	background-color: #c9cac8;
	color: #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 20px 10px;
}

body * {
	font-family: inherit;
	font-size: 100%;
}


/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}

div.clear {
	font-size: 0;
	line-height: 0px;
	width: 100%;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #bdbebc;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #bdbebc;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

img.border {
	border: 1px solid #bdbebc;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 


/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

a.managed {
	background: url(/images/bg_managed_resources_icons.png) no-repeat 0 0;
	padding-left: 23px;
}

a.link {
	background-position: 0 -104px;
}

a.pdf {
	background-position: 0 -220px;
}

a.zip {	
	background-position: 0 -330px;
}

a.audio {	
	background-position: 0 -440px;
}

a.video {	
	background-position: 0 -550px;
}

a.doc {	
	background-position: 0 -660px;
}

a.image {	
	background-position: 0 -770px;
}

a.excel {	
	background-position: 0 -880px;
}

a.file {	
	background-position: 0 -988px;
}

a.page {	
	background-position: 0 -1100px;
}

a.rss {	
	background-position: 0 -1211px;
}

/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a:link, a strong {
	color: #224f8a;
	text-decoration: underline;
}

a:visited, a:visited strong {
	color: #405a7d;
	text-decoration: underline;
}

a:link:hover, a:link:focus, a:link:hover strong, a:link:focus strong,
a:visited:hover, a:visited:focus, a:visited:hover strong, a:visited:focus strong{
	color: #3370c1;
	text-decoration: none;
}

a.download {
	color: #af360a;
}

a.download:visited {
}

a.download:hover, a.download:focus {
	color: #f37c3f;
}

a img {
	border: none;
}

q {
	quotes: none;
}

q:before, q:after { 
    content: "";
}

html >/**/ body sub, html >/**/ body sup {
  font-size: smaller;
}


/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

blockquote {
	border-left: 3px solid #bdbebc;
	background-color: #f4f4f4;
	margin-bottom: 1.28em;
	padding: 1em 11px 1px 11px;
	quotes: none;
}

blockquote:before, blockquote:after { 
    content: "";
}

h1, h2, h3, h4, h5 {
	color: #505050;
	font-weight: bold;
	margin-bottom: 1em;
}

h1 {
	font-size: 114.29%;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 107.14%;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 92.86%;
}

hr {
	background-color: #eaeaea;
	border: none;
	color: #eaeaea;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}

html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}

p, .content_area {
	margin-bottom: 1.28em;
}


/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

ul {
	list-style-type: none;
}

/* - Content Lists ------------------------------- */

#content ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 39px;
}

html >/**/ body #content ol {
	margin-left: 34px;
}

#content ol.lower_alpha {list-style-type: lower-alpha;}
#content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman {list-style-type: upper-roman;}

#content ol li {
	margin-bottom: 0.5em;
	padding-left: 1px;
}

html >/**/ body #content ol li {
	padding-left: 6px;
}

html body #content ul ol li {
	background: none;
	padding-left: 1px;
}

html >/**/ body #content ul ol li {
	padding-left: 6px;
}

#content li ul, #content li ol {
	margin-top: 1.28em;
}

#content ul {
	margin-bottom: 1.28em;
	padding-left: 20px;
}

html body #content ul li {
	background: url(/images/bg_content_ul_li.gif) no-repeat 0 5px;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

#content ul.list_next_to_image {
	height: 1%;
	overflow: hidden;
}


/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	font-size: 92.86%;
	line-height: 1.3em;
	margin: 0 0 1.28em 6px;
}

html > body table.data {
	margin-left: 0;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #777;
	padding: 3px 6px;
	vertical-align: top;
}

table.data th {
	background-color: #606060;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
}

table.data tbody th {
	background-color: #a8a8a8;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}

table.timetable {
	font-size: 78.57%;
}

table.timetable tbody th {
	width: 30%;
}

table.timetable tbody td {
	width: 35%;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

fieldset br {
	clear: both;
}

label, input, select, textarea {
	display: inline;
	float: left;
	margin-bottom: 0.5em;
	width: 270px;
}

label {
	margin-right: 15px;
	position: relative;
	text-align: right;
	top: 0.25em;
	width: 160px;
}

label em {
	color: #c00;
	left: 456px;
	position: absolute;
}

input.submit {			/* Ensure buttons behave similar across all browsers */
	background-color: #333;
	border: 1px solid;
	border-color: #b8b8b8 #242424 #242424 #b8b8b8;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	margin-left: 175px;
	padding: 0.2em 0.5em;
    width: 0; 
   	overflow: visible;
}

input.submit[class] {
   	width: auto;
}

input.submit:hover, input.submit:focus {
	border-color: #242424 #b8b8b8 #b8b8b8 #242424;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

input[type=hidden] {
	display: none;
}

input.text {
	border: 1px solid #606060;
	padding: 2px;
}

textarea {
	border: 1px solid #606060;
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	font-size: 85.71%;
	height: 11.5em;
	padding: 2px;
}

select {
	border: 1px solid #606060;
	width: 276px;
}

option {
	padding-left: 2px;
	padding-right: 1px;
}

optgroup > option {
	padding-left: 20px;
}

input.other_interest {
	margin-left: 175px;
}

.radio_check {
	font-size: 85.71%;
	margin-left: 175px;
	overflow: hidden;
	width: 276px;
}

.radio_check input {
	margin-left: -4px;
	margin-top: -2px;
	position: relative;
	width: auto;
}

html >/**/ body .radio_check input {
	margin-left: 0;
	margin-top: 1px;
}

.radio_check label {
	margin-left: 5px;
	margin-right: 0;
	overflow: hidden;
	text-align: left;
	top: auto;
	width: 255px;
}

/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.28em;
	margin-top: -1.28em;
	text-align: right;
}


/* --------------------------------------------
	Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/

/* --------------------------------------------
	Error / OK Boxes
----------------------------------------------- */

.error, .ok {
	background-color: #fcfafa;
	border: 1px solid #811919;
	font-size: 92.86%;
	margin: 0.5em 0 1.28em 0;
	width: 572px;
}

.ok {
	background-color: #fbfcfa;
	border-color: #417b2a;
}

.error h3, .ok h3 {
	background: #811919 url(/images/bg_error_h.gif) no-repeat 16px 7px;
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 0.35em 10px 0.5em 39px;
}

.ok h3 {
	background-color: #417b2a;
	background-image: url(/images/bg_ok_h.gif);
}

#content .error ul, #content .ok ul {
	color: #111;
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0 20px 0.7em 20px;
}


/* --------------------------------------------
	Search
----------------------------------------------- */

#search label {
	margin-bottom: 0;
	margin-right: 0;
	width: auto;
}

#search input.text {
	margin: 0 3px;
	width: 14em;
}

#search input.submit {
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 1px;
	padding-top: 1px;
}

#adv_search_options {
	clear: both;
	font-size: 91.67%;
	margin-bottom: 1em;
	margin-left: 4em;
}

#adv_search_options label {
	color: #010000;
	margin-bottom: 0;
	top: 5px;
}

html >/**/ body #adv_search_options label {
	margin-bottom: 0.3em;
}

#adv_search_options input {
	margin-bottom: 0;
	margin-right: 2px;
	position: relative;
	top: 3px;
	width: auto;
}

html >/**/ body #adv_search_options input {
	margin-bottom: 0.3em;
	margin-left: 3px;
	margin-right: 4px;
	top: 7px;
}

#search h5 span {
	font-style: italic;
}

html body #content #search ul {
	display: block;
	font-size: 85.71%;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

html body #content #search ul li {
	background: none;
	display: inline;
	float: left;
	height: auto;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 0;
}

html body #content #search ul li a, html body #content #search ul li span {
	background-color: #f8f8f8;
	border: 1px solid #d3d1c2;
	border-bottom-color: #a2a2a2;
	border-right-color: #a2a2a2;
	color: #0a5aa3;
	display: inline;
	float: left;
	font-weight: bold;
	padding: 2px 0.5em 3px 0.5em;
	position: relative;
	text-decoration: none;
}

html body #content #search ul li span {
	cursor: default;
}

html body #content #search ul li span, html body #content #search ul li a:focus, html body #content #search ul li a:hover {
	background-color: #606060;
	color: #fff;
	border-color: #c8c8c8 #434343 #434343 #c8c8c8;
}

html body #content #search ul li.previous a, html body #content #search ul li.previous span,
html body #content #search ul li.next a, html body #content #search ul li.next span {
	background-image: url(/images/bg_pagination_prev_next.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	display: inline;
	float: left;
	height: 1.25em;
	overflow: hidden;
	text-indent: -999em;
	width: 7px;
}

html body #content #search ul li.previous a:hover,
html body #content #search ul li.previous a:focus {
	background-position: 6px -101px;
}

html body #content #search ul li.previous span,
#content #search ul li.next span {
	background-color: #fefefe;
	background-position: 6px -208px;
	border-color: #f6f6f3 #ececec #ececec #f6f6f3;
}

html body #content #search ul li.next a {
	background-position: 6px -315px;
}

html body #content #search ul li.next a:hover, html body #content #search ul li.next a:focus {
	background-position: 6px -422px;
}

html body #content #search ul li.next span {
	background-position: 6px -529px;
}

html body #content #search ol li {
	margin-bottom: 1.28em;
}

#search h4 {
	font-size: 100%;
	margin-bottom: 0.3em;
}


/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

#wrapper_site {
	background-color: #fff;
	border: 3px solid #fff;
	font-size: 100%;
	margin: auto;
	overflow: hidden;
	width: 954px;
}

html >/**/ body #wrapper_site {
	overflow: visible;
}

#content { overflow: visible; z-index:99999; }
#wrapper_site:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#header {
	background-color: #000;
	overflow: hidden;
	width: 100%;
}

#logo {
	border-right: 3px solid #fff;
	display: inline;
	float: left;
	height: 90px;
	width: 335px;
}

#logo h1 {
	height: 43px;
	margin: 23px 0 0 24px;
	width: 276px;
}

#logo h1 a {
	background: url(/images/gs_logo.png) no-repeat 0 0;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
}

#logo p  {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#banner {
	display: inline;
	float: left;
	height: 90px;
	overflow: hidden;
	width: 616px;
}

#banner a, #banner img {
	display: block;
	height: 90px;
	width: 616px;
}

#nav_main {
	background-color: #606060;
	font-size: 120%;
	margin: 3px 0;
	overflow: hidden;
	padding: 5px;
	text-transform: uppercase;
	width: 944px;
}

#nav_main ul {
	display: block;
	overflow: hidden;
	width: 100%;
}

#nav_main ul li {
	display: inline;
	float: left;
	overflow: hidden;
}

#nav_main a {
	background: url(/images/bg_nav_main_li.gif) repeat-y right 0;
	color: #fff;
	display: inline;
	float: left;
	padding: 0 12px 0 10px;
	text-decoration: none;
}

html >/**/ body #nav_main a {
	display: block;
	float: none;
}

html.js #nav_main a {
	display: block;
	float: none;
	padding: 0 7px 0 5px;
	text-align: center;
}

html.js > body #nav_main a {
	height: auto !important;
}

#nav_main li:hover a, #nav_main li.sfhover, #nav_main li.current a {
	color: #bdbebc;
}

#nav_main ul li.last_node a {
	background: none;
}

#nav_main ul li ul {
	border-bottom: 1px solid #8d8d8d;
	clear: both; 
	left: -999em;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 200px;
	z-index: 101;
}

#nav_main ul li:hover ul, #nav_main ul li.sfhover ul, #nav_main ul li:hover ul li:hover ul, #nav_main ul li.sfhover ul li.sfhover ul {
	left: auto;
}

#nav_main ul li ul li {
	background: none;
	clear: both;
	width: 200px;
}

#nav_main ul li ul li.first_node {
	margin-top: 5px;
}

#nav_main ul li:hover ul li a, #nav_main ul li.sfhover ul li a {
	background-image: none;
	background-color: #bfbfbf;
	border: 1px solid #8d8d8d;
	border-bottom: none;
	color: #242424;
	display: inline;
	float: left;
	padding: 5px 7px;
	text-align: left;
	white-space: normal;
	width: 184px;
}

#nav_main ul li ul li:hover a, #nav_main ul li ul li.sfhover a, #nav_main ul li ul li.current a {
	background-image: none;
	background-color: #4c4c4c;
	color: #fff;
}

#nav_sub {
	background-color: #fff;
	display: inline;
	float: left;
	margin-right: 7px;
	text-transform: uppercase;
	width: 180px;
}

html > body #nav_sub {
	margin-right: 10px;
}

#nav_sub ul {
	display: inline;
	float: left;
	margin-bottom: 1px;
	width: 100%;
}

#nav_sub li {
	display: inline;
	float: left;
	width: 100%;
}

#nav_sub li a {
	border: 1px solid #cacaca;
	color: #808080;
	display: inline;
	float: left;
	margin-bottom: -1px;
	padding: 5px 7px;
	position: relative;
	text-decoration: none;
	width: 164px;
}

#nav_sub li a:hover, #nav_sub li a:focus, #nav_sub li.current a {
	background-color: #606060;
	color: #fff;
}

#nav_sub li.current li a {
	background: #f3f3f3 url(/images/bg_nav_sub_li_li_a.gif) no-repeat 8px 10px;
	color: #606060;
	font-size: 91.67%;
	padding-left: 18px;
	padding-right: 11px;
	width: 149px;
}

#nav_sub li.current li a:hover, #nav_sub li.current li a:focus, #nav_sub li.current li.current a {
	background-color: #8c8c8c;
	background-position: 8px -93px;
	color: #fff;
}

#nav_sub li ul.single_node a, #nav_sub li ul li.last_node a {
	border-bottom: none;
}

#wrapper_content {
	font-size: 120%;
	height: 1%;
	margin-bottom: 1em;
	overflow: hidden;
}

html >/**/ body #wrapper_content {
	overflow: visible;
}

#wrapper_content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#online_application_form #wrapper_content {
	display: inline;
	float: left;
	width: 774px;
}

#wrapper_breadcrumbs_functions {
	display: inline;
	float: left;
	margin: 5px 10px 3px 0;
	width: 574px;
}

body#one_col #wrapper_breadcrumbs_functions {
	margin-left: 24px;
	width: 740px;
}

ul#breadcrumbs {
	display: inline;
	float: left;
	font-size: 91.67%;
	width: 475px;
}

ul#breadcrumbs li {
	background: url(/images/bg_breadcrumbs_li.gif) no-repeat 0 5px;
	display: inline;
	float: left;
	padding: 0 5px 0 10px;
}

ul#breadcrumbs li a {
	display: inline;
	float: left;
}

ul#page_functions {
	display: inline;
	float: right;
}

ul#page_functions li {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 14px;
}

ul#page_functions li a {
	background: url(/images/bg_page_functions_a.gif) no-repeat 0 0;
	display: inline;
	float: left;
	height: 12px;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
}

ul#page_functions li#f_send a {
	background-position: 0 0;
}

ul#page_functions li#f_send a:hover, ul#page_functions li#f_send a:focus {
	background-position: 0 -20px;
}

ul#page_functions li#f_print a {
	background-position: -43px 0;
}

ul#page_functions li#f_print a:hover, ul#page_functions li#f_print a:focus {
	background-position: -43px -20px;
}

ul#page_functions li#f_increase a {
	background-position: -85px 0;
}

ul#page_functions li#f_increase a:hover, ul#page_functions li#f_increas a:focus {
	background-position: -85px -20px;
}

ul#page_functions li#f_decrease a {
	background-position: -127px 0;
}

ul#page_functions li#f_decrease a:hover, ul#page_functions li#f_decrease a:focus {
	background-position: -127px -20px;
}

#quick_search {
	display: inline;
	float: left;
	margin-bottom: 3px;
	width: 180px;
}

#quick_search label {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#quick_search input.text {
	margin-bottom: 0;
	margin-right: 3px;
	width: 139px;
}

@media all and (min-width:0px) {
 	head~body:lang(en) #quick_search input.text {
		width: 138px;
	}
}

#quick_search input.submit {
	background: #333 url(/images/bg_quick_search_submit.gif) no-repeat 0 0;
	border: none;
	height: 21px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 32px;
	text-indent: -999em;
	width: 32px;
}

#quick_search input.submit:hover, #quick_search input.submit:focus {
	background-position: 0 -21px;
}

#content {
	display: inline;
	float: left;
	font-size: 116.67%;
	margin-right: 10px;
	margin-top: 0.5em;
	overflow: hidden;
	width: 574px;
}

body#one_col #content {
	margin-left: 24px;
	width: 740px;
}

html >/**/ body #content {
	overflow: visible;
}

#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


#sub_col {
	display: inline;
	float: left;
	width: 180px;
}

.widget_btn a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	margin-bottom: 3px;
	overflow: hidden;
	text-indent: -999em;
}

.widget_btn#apply_now a {
	background-image: url(/images/bg_w_btn_apply_now.png);
}

.widget_btn#contact_us a {
	background-image: url(/images/bg_w_btn_contact_us.png);
}

.widget_btn#blackboard a {
	background-image: url(/images/bg_w_btn_blackboard.png);
}

.widget_btn a:hover, .widget_btn a:focus {
	background-position: 0 -30px;
}

#contact_details p {
	background-color: #003478;
	color: #fff;
	line-height: 140%;
	margin-bottom: 3px;
	padding: 7px;
}

#contact_details a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

#contact_details a:hover, #contact_details a:focus {
	text-decoration: underline;
}

#contact_details span {
	color: #fff;
	white-space: nowrap;
}

#contact_details noscript {
	color: #fff;
}

#highlight a {
	border: 2px solid #606060;
	display: block;
}

#highlight a:hover, #highlight a:focus {
	border-color: #333;
}

#highlight a img {
	display: block;
}

#footer {
	font-size: 120%;
	float: left;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

#footer div {
	display: inline;
	float: left;
	margin: 0 10px 0 24px;
	width: 740px;
}

#footer .inner {
	margin: 0;
	width: 618px;
}

#footer ul, #footer p {
	margin: 0 0 0.4em 0 ;
	overflow: hidden;
	width: 100%;
}

#footer p {
	margin-bottom: 0;
	margin-top: -0.1em;
}

#footer ul li {
	background: url(/images/bg_footer_li.gif) no-repeat right 3px;
	display: inline;
	float: left;
	margin-right: 5px;
	padding-right: 6px;
	white-space: nowrap;
}

#footer ul li.last_node {
	background: none;
	padding-right: 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer p a {
	color: #000;
}

#footer #fb {
	display: inline;
	float: right;
	margin-top: 6px;
}

#footer a#uni_logo {
	background: url(/images/uni_logo.png) no-repeat center center;
	display: inline;
	float: left;
	height: 50px;
	overflow: hidden;
	text-indent: -999em;
	width: 180px;
}

#banners {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#intro {
	font-size: 114.29%;
}

#intro h1 {
	font-size: 100%;
	margin-bottom: 0.2em;
}

#hp_panels {
	background: url(/images/bg_hp_panels.gif) repeat-y 0 0;
	margin: 40px 0;
	overflow: hidden;
	width: 100%;
}
	
#hp_panels .panel {
	display: inline;
	float: left;
	margin-bottom: -1.28em;
	padding: 0 10px 0 11px;
	width: 225px;
}

#hp_panels .panel h2 a {
	background: url(/images/bg_panel_h2_why_gs.png) no-repeat 0 0;
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
}

#hp_panels #int_apps.panel h2 a {
	background-image: url(/images/bg_panel_h2_int_apps.png);
}

#hp_panels #corp_opts.panel h2 a {
	background-image: url(/images/bg_panel_h2_corp_opts.png);
}

#hp_panels .panel h2 a:hover, #hp_panels .panel h2 a:focus {
	background-position: 0 -28px;
}

#key_announce {
	background-color: #e1e1e1;
	color: #606060;
	padding: 10px 10px 1px 10px;
	width: 448px;
}

#key_announce h2 {
	background-color: #606060;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin: -10px -10px 10px -10px;
	padding: 6px 10px;
	position: relative;
}

#key_announce .banner {
	display: block;
	margin: -10px -10px -1px -10px;
	position: relative;
}

#program_image {
	display: inline;
	float: right;
	margin: 0.5em 0 0 1em;
	overflow: hidden;
	width: 154px;
}

#program_selector {
	background-color: #606060;
	clear: both;
	display: inline;
	float: right;
	font-size: 78.57%;
	margin: 0.5em 0 0.5em 1em;
	padding: 8px 9px;
}

html >/**/ body #program_selector {
	padding-bottom: 10px;
}

html.js #program_selector {
	width: 136px;
}

#program_selector h3 {
	color: #fff;
	font-size: 109.09%;
	margin-bottom: 0.5em;
}

#program_selector p {
	color: #fff;
	font-size: 90.91%;
	line-height: 115%;
	margin-bottom: 0.7em;
}

#program_selector select {
	clear: both;
}

html.js #program_selector label, html.js #program_selector select {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: auto;
}

html.js #program_selector .radio_check label {
	position: static;
	width: auto;
}

#program_selector label {
	color: #fff;
	margin-left: 0;
	width: auto;
}

#program_selector .radio_check {
	clear: both;
	font-size: 100%;
	overflow: hidden;
	margin: 0.5em 0 0.2em 0;
	width: 100%;
}

#program_selector .radio_check label {
	margin-bottom: 0.4em;
}

#program_selector .radio_check input {
	margin: -0.4em 6px 0.2em -5px;
	width: auto;
}

html >/**/ body #program_selector .radio_check input {
	margin: 0 6px 0.4em 0;
}

#program_selector input.submit {
	clear: both;
	margin-bottom: 0;
	margin-left: 0;
}

#program_selector a.selector {
	background: #fff url(/images/bg_selector_a.gif) no-repeat right center;
	border: 1px solid;
	border-color: #b8b8b8 #242424 #242424 #b8b8b8;
	color: #303030;
	display: block;
	margin-bottom: 0.5em;
	padding: 1px 12px 1px 3px;
	text-decoration: none;
	width: 117px;
}

html >/**/ body #program_selector a.selector {
	margin-bottom: 0;
}

#program_selector a#selector_program, #program_selector a#selector_program:hover, #program_selector a#selector_program:focus {
	background-color: #cacaca;
	color: #303030;
	cursor: default;
	position: relative;
}

html >/**/ body #program_selector a#selector_program {
	margin-top: 0.5em;
}

#program_selector a#selector_program.valid {
	background-color: #fff;
	cursor: pointer;
}

#program_selector a#selector_discipline.hover, #program_selector a#selector_discipline:hover, #program_selector a#selector_discipline:focus, #program_selector a#selector_program.hover, #program_selector a#selector_program.valid:hover, #program_selector a#selector_program.valid:focus {
	background-color: #ffc;
	color: #303030;
	cursor: pointer;
}

#content ul.nav_selector {
	background-color: #fff;
	border: 1px solid;
	border-color: #b8b8b8 #242424 #242424 #b8b8b8;
	display: block;
	margin: -0.5em 0 0 0;
	padding: 0;
	overflow: auto;
	width: 132px;
	z-index: 1000;
}

html >/**/ body #content ul.nav_selector {
	margin-top: 0;
}

#content ul.nav_selector * {
	z-index: 1000;
}

#content ul.nav_selector.js {
	left: -999em;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#content ul.nav_selector.hover {
	height: auto;
	left: auto;
	width: 500px;
}

#content #selectors ul.scroll {
	height: 300px;
	overflow-y: auto !important;
}

#content #selectors ul.large {
	height: 190px !important;
	overflow-y: auto !important;
}

#content ul.nav_selector li {
	background: none;
	border-bottom: 1px solid #cacaca;
	margin: 0;
	padding: 0;
	width: 132px;
}

#content ul.nav_selector.js li, #content ul.nav_selector li a {
	clear: both;
	display: inline;
	float: left;
	width: 100%;
}

#content ul.nav_selector li a {
	background-color: #fff;
	color: #303030;
	cursor: pointer;
	height: 1%;
	padding: 2px 3px;
	text-decoration: none;
	width: auto;
}

#content ul.nav_selector li a:hover {
	background-color: #ffc;
}

#caveat {
	background-color: #eaeaea;
	font-size: 85.71%;
	font-style: italic;
	margin-bottom: 1.28em;
	padding: 8px 10px 10px 10px;
}

#caveat p {
	margin-bottom: 0;
}

#program_summary th {
	width: 30%;
}

#program_summary .note {
	font-size: 92.31%;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0.4em;
}

a.submit:link, a.submit:visited {			
	background-color: #333;
	border: 1px solid;
	border-color: #b8b8b8 #242424 #242424 #b8b8b8;
	color: #fff;
	font-size: 85.71%;
	font-weight: bold;
	padding: 0.2em 0.5em;
	text-decoration: none;
 }

a.submit:hover, a.submit:focus {
	border-color: #242424 #b8b8b8 #b8b8b8 #242424;
}

#content ul#news {
	padding-left: 0;
}

html body #content ul#news li {
	background: none;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 1em;
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}

html body #content ul#news li.last_node {
	border-bottom: none;
}


#news h2 a {
	text-decoration: none;
}

p.date {
	font-size: 85.71%;
	margin-top: -1em;
}

p.attachment {
	overflow: hidden;
	font-size: 85.71%;
	margin-bottom: 1.4em;
	width: 100%;
}

.video_testimonials {
	clear: both;
	margin-bottom: 27px;
	overflow: hidden;
	width: 100%;
}

.video_testimonials div {
	display: inline;
	float: left;
	font-size: 92.86%;
	line-height: normal;
	margin-right: 30px;
	width: 257px;
}

.video_testimonials a {
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.video_testimonials span {
	background: url(/images/bg_video_play.png) no-repeat center center;
	behavior: url(/css/iepngfix.htc);
	cursor: pointer;
	display: block;
	height: 193px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.video_testimonials img {
	border: 1px solid #606060;
	display: block;
}

.video_testimonials p {
	margin-bottom: 0;
	margin-top: 0.3em;
}

.video_testimonials p strong {
	display: block;
	margin-bottom: 0.3em;
}

.video_testimonials p br {
	display: none;
}

h3.credit a {
	background-position: 0 bottom;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 3.5em;
	padding-bottom: 59px;
	text-decoration: none;
	width: 100%;
}

h3#spectrumwired a {
	background-image: url(/images/logo_spectrumwired.png);
}

h3#headjam a {
	background-image: url(/images/logo_headjam.png);
}

h3#izilla a {
	background-image: url(/images/logo_izilla.png);
	margin-bottom: 0;
}

.standout {
	background-color: #e1e1e1;
	height: 1%;
	overflow: hidden;
	padding: 0.5em 0.6em;
}

#content ul#language_btns {
	padding-left: 0;
	overflow: hidden;
	width: 585px;
}

html body #content ul#language_btns li {
	background: none;
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-right: 11px;
	padding-left: 0;
}

ul.related_resources {
	background-color: #f3f3f3;
	font-size: 92.86%;
	height: 1%;
	overflow: hidden;
	padding: 5px 10px 1px 10px;
}

html body #content ul#news ul.related_resources li {
	background: url(/images/bg_content_ul_li.gif) no-repeat 0 5px;
	border: none;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

/* Program & Course Styles */

.content_body h2.primaryFac {
	border: none;
	margin-bottom: 0.3em;
	margin-top: 0;
}

h2.primaryFac a {
	text-decoration: none;
}

h2.primaryFac a:hover, h2.primaryFac a:focus {
	text-decoration: underline;
}

table.programDetails {
	border-bottom: 1px solid #eee;
	border-collapse: collapse;
	font-size: 85.71%;
	width: 100%;
}

table.programDetails th, table.programDetails td {
	border-top: 1px solid #eee;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

table.programDetails th {
	width: 27%;
}

#content table.programDetails ul {
	margin: 0.64em 0;
}

table.programDetails a {
	font-weight: bold;
	text-decoration: none;
}

table.programDetails a:hover, table.programDetails a:focus {
	text-decoration: underline;
}

p.schools a {
	color: #606060;
	font-weight: normal;
	text-decoration: none;
}

p.schools a:hover, p.schools a:focus {
	text-decoration: underline;
}

.pagemenu {
	display: none;
}

.content_body h2 {
	border-bottom: 1px solid #eee;
	margin-top: 2.28em;
}

a.backToTop {
	display: inline;
	float: right;
	font-size: 73.33%;
	font-weight: normal;
	margin-top: 0.25em;
	text-decoration: none;
}

table.courseTable thead th a.backToTop, table.majorTable thead th a.backToTop {
	font-size: 78.57%;
}

table.courseTable, table.majorTable {
	border: none;
	border-collapse: collapse;
	font-size: 85.71%;
	margin-bottom: 1.28em;
	width: 100%;
	z-index:9999;
}

table.majorTable table.courseTable {
	font-size: 100%;
}

table.courseTable thead th, table.majorTable thead th {
	font-size: 116.67%;
	text-align: left;
}

table.majorTable table.courseTable {
	margin: 5px 0 0 10px;
}

table.majorTable table.courseTable thead th {
	font-size: 108.33%;
}

table.courseTable tbody th, table.courseTable tbody td {
	border-top: 1px solid #eee;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

tr.altRow th, tr.altRow td {
	background-color: #f6f6f6;
}


td.code {
	font-weight: bold;
	width: 12%;
}

td.title {
	width: 100%;
}

td.term {
	font-style: italic;
	width: 12%;
}

table.courseTable td.units {
	font-weight: bold;
	text-align: right;
	width: 12%;
}

table.courseTable a:link,table.courseTable a:visited, table.majorTable a:link, table.majorTable a:visited {
	text-decoration: none;
}

table.courseTable a:link:hover, table.courseTable a:link:focus, table.courseTable a:visited:hover, table.courseTable a:visited:focus, table.majorTable a:link:hover, table.majorTable a:link:focus, table.majorTable a:visited:hover, table.majorTable a:visited:focus {
	text-decoration: underline;
}

#DocumentTitle h2 {
	color: #dd5601;
	margin-bottom: 0.3em;
}

#DocumentTitle h3 {
	text-transform: uppercase;
}

#FacultySchool h3 {
	overflow: hidden;
	width: 100%;
}

#FacultySchool h3 a {
	clear: both;
	color: #606060;
	display: inline;
	float: left;
	text-decoration: none;
}

#FacultySchool h3 a:hover, #FacultySchool h3 a:focus {
	text-decoration: underline;
}

#FacultySchool h3 a.School {
	font-weight: normal;
	text-transform: none;
}

#DocumentTitle span.metainformation {
	color: #999;
	margin-left: 1em;
}

.availability {
	margin-bottom: 1.28em;
}

.availability h3 {
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

.availability table {
	border: none;
	border-collapse: collapse;
	font-size: 85.71%;
	margin-bottom: 1.28em;
}

.availability table th {
	padding-right: 0.7em;
}

table#CourseDetails {
	border: none;
	border-collapse: collapse;
	font-size: 85.71%;
	margin-bottom: 1.28em;
	width: 100%;
}

table#CourseDetails th, table#CourseDetails td {
	border-top: 1px solid #eee;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

table#CourseDetails th {
	font-weight: bold;
	white-space: nowrap;
}

table#CourseDetails table.assessment_items {
	position: relative;
	top: -0.2em;
}

table#CourseDetails table.assessment_items th, table#CourseDetails table.assessment_items td {
	border-top: none;
	padding-top: 0;
}

table#CourseDetails table.assessment_items th {
	width: 30%;
}

table#CourseDetails table.assessment_items tbody tr th {
	white-space: normal;
}

p#page_not_found_url {
    color: #c54c00;
 }

