/* Eric Myers Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Font-size reset to 62.5% makes 1em=10pt */
body {font-size:62.5%;}

/*  My Styles */

.header {background: white url(images/ghsBanner960x150.png);
	height:150px;
	clear:both; }
body.myfonts {background:#FFFFFF;
	color:#222;
	font-family:"Helvetica Neue", Helvetica, sans-serif;}

#nav-top {
	width:100%;
	height:2.1em;}

#nav-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:1.4em;}
	
#nav-top li {
	float: left;
	margin: 0 0.1em;
	font-size:1.2em;}
	
#nav-top li a
{
background: url(images/css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 

#container {width:950px;margin:0 auto;
	background:#FFFFFF;
	border:1px solid #BD0000;}

#main-content {
	margin:1.5em 0;
	clear:both;
	width:100%;
	height:100%;
	background:#FFFFCC;
	font-size:1.4em;
	}
	
#nav-left {
	background:#FFFFCC;
	color:#993300;
	width:190px;
	padding:0 5px;
	height:100%;
	float:left;
}

h1 {font-size:4em;
	font-weight:bold;
	}

h3 {font-size:2em;}

#main-main {margin:0 0 0 210px;
	padding:0 10px;
	font-size:1.2em;
	font-weight:normal;
	background:#FFFFFF;}

#footer {
	clear:both;
	width:100%;
	border-top:1px solid #FF0000;
	text-align:center;
	height:100%;
	line-height:2em;
	margin:1em 0;
	}
	
p {margin:.5em 0;}
	
p.introduction:first-letter {
font-size : 2.8em;
font-weight : bold;
float : left;
width : 1em;
padding: 0 2px;
color : #c00;
}

.latestnews {
	border:1px solid #BD0000;
	width:179px;
	margin:5px 0;
	padding:3px;
	}
	
.disclaimer {
	font-size:0.8em;
	padding:3px;
	font-style:italic;
	}

address {line-height:1em;}


/* Glossy Menu CSS */

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
