@charset "utf-8";
/* CSS Document */
/* General Settings */
p{
	color:#363636 ;
	font-size:14px;
	margin-bottom:1em;
	margin-top: 0em;
	text-align:left;
	line-height:1.5
	} 
table.body{
	width:968px;
	margin:auto
}
.body > tbody > tr > td{
	background:url(images/background.png) repeat;
	border:#b7b7b7 solid 1px;
	padding:20px;
	margin:0px
}
body{
	background:#ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px
	}
a, a:visited{
	margin:0px;
	color:#0072bc;
	text-decoration:none;
	font-size:14px}
img{border:none}
ul{list-style-position:outside; padding:0px; margin:0px 15px}
/*li{ padding:0px; margin:0px; margin-bottom:1em}*/
.blue{color:#0072bc !important}
.orange{color:#f45200 !important}
.center{text-align:center}
/*Page specific settings */
img.thumbnail{
	border:#b7b7b7 solid 1px;
	margin-right:10px;
}
.column{ 
	width:440px;
	padding:12px !important;
	/*padding-bottom:0px !important*/
}
.submit{
	background:url(images/button.png) no-repeat;
	width:254px;
	height:44px;
	text-decoration:none;
	color:#f0cc01;
	line-height:3;
	text-align:center;
	border: none
	}
.error{color:#F00}
p.info {font-size: 11pt; line-height:1.3em}
p.title{color:#000;margin-top:0em}
.date{color:#f26522}
.details{color:#363636}
p.oHeadline{ color:#f7941d; font-size:20px}
p.bHeadline{ color:#000; font-size:20px}
/* Navigation Settings */
#topNav{
	padding-top:10px;
	padding-left:12px; 
	padding-right:12px;
	padding-bottom:15px}
#logo{ margin-left:16px}
#tagline{float:right; margin-top:15px; margin-right:48px}
#footer{
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
	width: 936px
	}
#footer p,#footer a,#footer a:hover,#footer a:visited{
	color:#999;
	text-align:center
}

a.button{
	/*float:right;
	margin-right:80px;
	margin-top:20px;*/
	display:block;
	background:url(images/button.png) no-repeat;
	width:254px;
	height:44px;
	text-decoration:none;
	color:#f0cc01;
	line-height:3;
	text-align:center
	}
a.smallButton{
	display: block;
	background:url(images/button-s.png) no-repeat;
	width: 90px;
	height: 44px;
	text-decoration: none;
	color: #f0cc01;
	line-height:3;
	text-align:center
}
a.button > img{	vertical-align:middle}
a.grey, a.grey:hover{color:#959595 !important}

/* CSS drop down menu */
ul.makeMenu{
  border: none;     			/* removes border*/
  /*background-color: #FFF;      /* makes the menu blocks white - a bg-color MUST be included for IE to work properly! */
  /*cursor: default;             /* gives an arrow cursor */
  margin: 0.5em 0em 0em 5px;            /* Opera 7 final's margin and margin-box model cause problems */
  display:block;
  background:url(images/nav_bar.png) no-repeat left;
  width:899px;
  height:30px;
  
}
ul.makeMenu ul{
  border: none;
  cursor:default;
  /*background-color: #e2ae3c; */
  margin: 0px;
  display: inline;
  }
ul.makeMenu li {
	
  list-style-type: none;       /* removes the bullet points */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  /*color: #e1e1e1;                 /* sets the default font colour to gold */
  /*border-left: 1px solid #CD7F32;*/
  float:left;
  /*width: 125px;                 /* sets the size of the menu blocks */
  text-align: center;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 28px;                    /* position slightly lower than the parent menu item */
  left: 0px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
  z-index: 1000;
}
ul.makeMenu li > ul > li{ 
  width: 120px;
  display: block;
  background:url(images/nav_bar_slice.png) repeat-x;
  text-align:center;
  height:27px
}
/*ul.makeMenu li:hover {
  background-color: #d29e2c;      /* gives the active menu items a deep gold background */
/*}*/
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
ul.makeMenu > li > a{
  background:url(images/GS-Top-Menu-yellow-line.png) no-repeat left 2px;
}
ul.makeMenu  li a {				/* makes the anchor link span the entire li element */
  display:block;
  padding:1px 25px;
  font-size:14px;
  line-height:1.9;
  white-space:nowrap;
}
ul.makeMenu li a.first{background:none}
ul.makeMenu li a.dot{background:url(images/dot.png) left no-repeat}
ul.makeMenu a{color:#e1e1e1}
ul.makeMenu a:hover{color:#f0cc01}
ul.makeMenu ul a, ul.makeMenu a.yellow{color:#f0cc01}
ul.makeMenu ul a:hover{color:#e1e1e1}
/*ul.makeMenu a.orange,.orange{color:#f45200 !important}*/

ul.makeMenu a.orange:hover{color:#e1e1e1}
* html ul.makeMenu li a {  /* make hover effect work in IE */
	width: 100px;
}
