/* -- STYLES COMMON ACROSS ALL YEARS ---------- */
/* -- Base styles ---------------- */

html {
	background-color: #fff;
	color: #262626;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

body {
	margin: 0;
	padding: 0;
}

/* -- COMMON -- */

h1, h2, h3, h4 {
	color: #de7c28;
	border-bottom: 2px solid #a5a4a5;
	padding: 0 0 .2em 0;
	font-weight: normal;
	margin: 0 0 .4em 0;
}

h1 {
	font-size: 2.3em;
	line-height: 1.4em;
}
h2 {
	font-size: 1.9em;	
}
h3 {
	font-size: 1.3em;
	border-bottom: none;
	font-weight: bold;
}


a {
	color: #de7c28;
}
a:hover {
	color: #000;
}

p {
	margin: 0 0 1.4em 0;
	line-height: 1.4em;
}

ul {
	margin-bottom: 1.4em;
}

ul li {
	margin-bottom: .4em;
}

/* -- Common class styles ---------------- */

.clear {
	display: block;
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.success {
	
}

.error {
	
}

.warning {
	
}

.intro_copy {
	font-size: 1.6em;
}

/* -- Structure styles ---------------- */

#header_row {
	margin: 0;
	height: 151px;
	background-image: url(header_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#header {
	margin: 0 auto 0 auto;
	height: 151px;
	width: 815px;
	position: relative;
}

#main_row {
	background-color: #dedede;
	background-image: url(main_row_bg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#main_col {
	width: 765px;
	margin: 0 auto 0 auto;
	background-color: #f1f1f1;
	padding: 20px;
}

/* -- Header / Title logo styles ---------------- */

#title_logo {
	display: block;
	width: 301px;
	height: 112px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#title_logo a {
	display: block;
	height: 112px;
	background-image: url(gsf_logo.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#title_logo a span {
	display: none;
}

/* -- Top Mini Navigation styles ---------------- */

#header_row a:hover {
	background-color: transparent;
}

#top_navigation {
	position: absolute;
	top: 8px;
	right: 0;
	list-style-type: none;
	margin: 0;
}

#top_navigation li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	height: 26px;
}

#top_navigation li a{
	padding: 0 10px 0 10px;
	display: inline-block;
	overflow: visible;
	color: #fff;
	border-left: solid #fff 1px;	
	text-decoration: none;
	height: 0.75em;	
}

#top_navigation li a:hover{
	text-decoration: underline;	
}

#top_navigation li a span {
	position: relative;
	top: -0.25em;
}


/* -- Main Navigation styles ---------------- */

.first_nav, .last_nav {
	border: none !important;
}

#navigation {
	position: absolute;
	left: 5px;
	top: 112px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#navigation li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	height: 37px;
	position: relative;
}
#navigation li a{
	padding: 10px 0 0 0;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	height: 27px;	
	overflow: hidden;
}
#navigation li a:hover{
	background-color: #de7c28;
}

#navigation li a span {
	padding: 0px 20px 0 20px;	
	border-left: solid #676767 1px;	
}


/* Level 2 */

#navigation li ul{
	position: absolute;
	background-color: #b0b0b0;
	display: none;
	margin: 0px;
	padding: 0;
	width: 170px;
	top: 37px;
	left: 0px;
	z-index: 65;
}

#navigation li:hover ul{
	display: block;
	z-index: 120;
}

#navigation li ul li {
	float: none;
	display: block;
	height: auto;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

#navigation li ul li a{
	display: block;
	padding: 8px 20px 8px 20px;
	color: #fff;
	overflow: hidden;
	height: auto;
}
#navigation li ul li a:hover{
	background-color: #de7c28;
}

#navigation li ul li a span {	
	border-left: none;
	padding: 0;
}



/* -- Content styles ---------------- */


#main_content_leftcol {
	width: 488px;
	padding: 0 20px 20px 0;
	margin: 0 12px 0 0;
	float: left;
}

#main_content_rightcol {
	width: 245px;
	padding: 0 0 20px 0px;
	float: left;
}

#main_content_footer {
	border-top: 2px solid #b0b0b0;
	padding: 20px 0 0 0;
}

#gsfyear {
	background-color: #de7c28;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.6em;
	padding: 10px;
	margin: 0 0 .4em 0;
	color: #fff;
}



/* -- Forms ----------------------------- */

fieldset  {
	border: 0;
}

fieldset label {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding: 5px 5px 5px 0;
	clear: both;
}

fieldset input {
	margin: 5px 5px 0px 0;	
}

/* -- Latest news styles ---------------- */

#rss_feed {
	position: absolute;
	right: 20px;
	top: 8px;
	padding-left: 27px;
	height: 27px;
	overflow: hidden;
	width: 0px;
	background-image: url(rss_icon.gif);
}

#latest-news {
	width: 85%;
}

#latest-news dt {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #7f7f7f;	
	font-style: italic;
	font-weight: bold;
}

#latest-news dd {
	padding: 0;
	margin: 0 0 1.6em 0;
}

#latest-news .strong_link {
	display: block;
	font-weight: bold;
	margin: .4em 0 0 0;
}

#see_all_news {
	border-top: 1px solid #cccccc;
	padding-top: 6px;
	margin-top: 26px;
	line-height: 1.4em;
}



/* -- Right column styles ---------------- */

#latest_news {
	background-color: #de7c28;
	padding: 12px;
	color: #000;
	margin: 0 0 20px 0;
	position: relative;
	width: 221px;
	height: 46px;
}

#latest_news h3 {
	font-size: 2.2em;
	border-color: #fff;
	color: #fff;
	border-bottom: none;
	margin: -2px 0 0 56px;
	padding: 0;
}

#latest_news a {
	color: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	height: 33px;
	padding: 40px 0 0 70px;
	background-image: url(latest_news_rss.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}


#facebook_feed {
	height: 254px;
	margin: 0 0 20px 0;
}

#select_country {
	background-color: #de7c28;
	color: #fff;
	padding: 12px;
	font-size: 1.1em;
	line-height: 1.4em;
}
#select_country a {
	color: #fff;
}

#mpc a{
	margin: 0 0 20px 0;
	display: block;
	height: 60px;
	background-image: url(mpc_enternow.gif);
	padding-left: 245px;
	overflow: hidden;
}

#followus a{
	margin: 0 0 20px 0;
	display: block;
	height: 46px;
	background-image: url(twitter_followus.gif);
	padding-left: 245px;
	overflow: hidden;
}

/* -- Footer styles ---------------- */

#footer_row {
	background-color: #e9e9e9;
	border-top: 10px solid #de7c28;
}

#footer_row a:hover {
	background-color: transparent;
}

#footer_col {
	width: 805px;
	margin: 0 auto 0 auto;
	padding: 20px 0 30px 0;
	font-size: 0.85em;
	position: relative;
}

#footer_col a {
	color: #de7c28;
}

#footer_col h2 {
	color: #de7c28;
	border-bottom: solid #fff 2px;		
	padding-bottom: 7px;
	font-weight: bold;
	font-size: 1.5em;
	background-color: transparent;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: none;
}

#footer_col h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #de7c28;
	border-bottom: none;
}

#footer_col ul {
	list-style-type: none;
	margin-left: -6px;
	padding-top: 5px;
}

#footer_col li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline-block;
	height: 2em;
}

#footer_col li a{
	padding: 0 8px 0 8px;
	display: inline-block;
	overflow: visible;
	color: #848484;
	border-right: 1px solid #848484;	
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	height: 0.75em;	
}

#footer_col li a span{ 
	position: relative;
	top: -.4em;
}

#footer_col li a:hover{
	text-decoration: underline;	
}
 
#footer_left_col { 
	float: left;
	width: 536px;
	border-right: solid #848484 1px;	
}

#footer_navigation {
	padding: 0 18px 8px 20px;
}

#footer_navigation ul{
	margin: 0;
	padding: 8px 0 0 0;
}

#footer_search {
	padding: 5px 20px 10px 20px;
}
#footer_search ul {
	margin: 0;
	padding: 8px 0 0 0;
}

#footer_dgl {
	clear: left;
	width: 495px;
	margin: 0 0 0 20px;
	background-color: #f5f5f5;
	bottom: 0px;
}

#footer_dgl a {
	float: left;
	display: block;
	margin: 10px;
	width: 238px;
	height: 58px;
	background-image: url(dgl_logo.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer_dgl div {
	float: left;
	padding: 7px;
	width: 220px;
	font-size: 0.9em;
}

#footer_dgl a span {
	display: none;
}

#footer_contacts {
	float: left;
	margin-left: 20px;
}
#footer_contacts div{
	margin: 0 0 1.3em 0;
}

#footer_credits {
	margin-top: 25px;
	padding-top: 13px;
	border-top: solid #fff 2px;
}

