body {
	margin: 0; padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff url(images/bg-mast.gif) repeat-x left top;
}

h1 { font-size: 190%; }
	h1 span { display:none; }
h2 { font-size: 140%; }
h3 { font-size: 140%; font-weight: 200; color:#666666; }
h4 { margin-bottom: -.5em; font-size: 100%; font-weight: 600; }
	h4.large { font-size: 130%; }
h5 { margin-top: 0; font-size: 80%; }

dl ul, dd li { margin-bottom: 1em; }
	dd ul li ul li { margin-bottom: auto; }

#logo {
	position: absolute;
	left: 25px; top: 11px;
	width: 468px; height: 113px;
	background: transparent url(images/logo-ggc.gif) no-repeat left top;
}
	#logo a { display: block; width: 468px; height: 113px; }

#container {
	display: block;
	position: relative;
	left: 0; top: 0;
	width: 58em;
	margin: 0; padding: 0;
}

#content {
	position: absolute;
	left: 26px; top: 132px;
	width: 80%; height: auto;
	margin: 4em 20px 10px 0; 
	padding: 0 0 0 139px;
	line-height: 160%;
}

#leftcol {
	float: left;
	width: 108px; height: auto;
	margin-right: 20px;
}
	#leftcol img { border-width: 0; }

#mastcontact {
	position: relative;
	top: 16px;
	float: right;
	text-align: right;
	line-height: 170%;
}
	.phone { font-size: 200%; font-weight: 700; color: #efefef; white-space: nowrap; }
	#mastcontact a { color: #bdbcbc; text-decoration: none; }
	#mastcontact a:hover { text-decoration: underline; }

#nav {
	position: relative;
	left: 165px; top: 142px;
	list-style-type: none;
	margin-left: 0; margin-top: -2.2em;
	padding-left: 0;
	font-size: 95%;
	font-weight: 600;
	white-space: nowrap;
}
	#container > #nav { margin-top: auto; }
	#nav li { display: inline; margin: 0; padding: 0; }
	#nav a { margin-right: 1.5em;}
	
	#nav a.login {
		padding: 1px 6px;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #c83636;
		border: 1px solid #c83636;
	}
		#nav a.login:hover { background-color: #16274e; border-color: #16274e; }

#nav2 {
	float: right;
	list-style-type: none;
	margin-bottom: 1em; margin-left: 30px;
	padding: 6px 10px; 
	font-weight:600; 
	background-color:#e3e7ea; 
	border:1px solid #a8b1bb;
}

#footer {
	clear: both;
	margin: 30px 0 10px;
	font-size: 9px; 
	color: #a8a8a8;
}
	#home #footer { margin-left: 139px; }

.first { margin-top: 2em; }
.clear { clear: both; }

ul.spaced li { padding-bottom: 1em; }

.line { border-top: 1px solid gray; padding-top: 1em; }

.large { font-size: larger; }
.right { float: right; margin: 0 0 10px 20px; }
.sup { vertical-align: super; font-size: 80%; }
.smcap { font-variant: small-caps; }
.code { font-family: Courier New, Courier, monospace; }
.download { padding-left: 40px; }

a { color: #c83636; text-decoration: none; }
	a:hover { color: #16274e; }
	#content a:hover { text-decoration: underline; }