
body {
	margin: 0; padding: 0 0 20px 0;
	background: #000;
	color: #000;
}
ul  {
	list-style-type:square;
	padding-bottom:20px;
	margin:0;
}
 li {
	margin:0;
}

p, h1, h2, h3, h4 {
	line-height: 22px;
	margin: 0; padding: 0;
}
h4 {font-weight:bold;text-decoration:underline;}
p {
	margin: 0 0 22px;
}

p.images {
	height: 88px;
}

p.hdr {
	margin-top: 30px;
}

p.right {
	text-align: right;
}

p.message {
	font-weight: bold;
	color: #580;
}

p.error {
	font-weight: bold;
	color: #c00;
}

p.pad-top {
	padding-top: 22px;
}

div.page-controls {
	clear: both;
}

p.prev {
	float: left; 
}

p.next {
	float: right; 
}
/* Header Styles */

h1 {
	position: absolute;
	top: 16px; left: 8px;
	margin: 0; padding: 0;
	width: 190px; height: 185px;
	font-size: 1px;
	text-indent: -999em;
	overflow: hidden;
}

h1 a {
	position: absolute;
	top: 0; left: 0;
	width: 190px; height: 185px;
}

h2 {
	margin-bottom: 12px;
	width: 375px; height: 44px;
	font-size: 1px;
	text-indent: -999em;
	overflow: hidden;
}

/* Link Styles */

a:link, a:visited {
	color: #474;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffc;
	background-color: #696;
}
/* Title Styles */
#core-values {

	background: url(../img/core-values.gif) no-repeat top left;
}
#about-gmc {

	background: url(../img/about-gmc.gif) no-repeat top left;
}

/* Layout Styles */
#page {
	background: #000 url(../img/page_repeat.jpg) 238px top repeat-y;
	overflow: hidden;
	}

#container {
	background: url(../img/hs_bg.jpg) no-repeat top left;
	min-height: 640px;
}

#main {
	padding-top: 100px;
	margin: 0 0 0 238px;
	width: 546px;
	height: auto;
}

#home #main {
	font-size: 15px;
	line-height: 22px;
	width: 350px;
}

.content {
	padding: 0 45px 22px 101px;
	overflow: visible;
}

.content:after { /* To fix some extra space added in Safari */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.extra {
	margin: 0 0 0 150px;
	padding: 77px 50px 0 100px;
	width: 400px;
	height: 633px;
	background: url(../img/hs_bg_extra.jpg) no-repeat top left;
}



#footer-extra {
	margin: 0 0 0 238px;
	padding-bottom: 50px;
	width: 550px; height: 33px;
	font-size: 1px;
	text-indent: -999em;
	background: #000 url(../img/hs_copyright_2008.gif) no-repeat 0 0;
	overflow: hidden;
}

#footer-extra a {
	position: absolute;
	top: 17px; left: 390px;
	width: 65px; height: 15px;
} 


#nav {	margin: -30px -40px 10px -95px;
	font-size:11px;
	}
#nav ul {
	margin: 0;
	}
#nav li {
	display:inline;
	float:left;
	}


