/** General Selectors **/

html {
	height: 100%;
}

body {
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;

	font-family: verdana;
	font-size: 12px;
	/* overflow-y: scroll; */
	/* background: url('../images/sidebars.gif') center repeat-y; */
}

a {
	color: #2F4262;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

img {
	border: 0;
}

/* Script Styles */

.navHover {
	background: #eee;
	color: #555;
	cursor: pointer;
}



/** Specific elements **/


/* Wrapper */
#mainbody {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 780px;
	position: relative;
	
	clear: both;

	padding: 0;
	margin: 0 auto -80px auto;

	background: url('../images/petrobackfade.jpg') left 41px no-repeat;
	z-index: 2;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#push-top {
	width: 100%;
	position: relative;
	padding: 0 1px 0 1px;
	height: 40px;
	background: white;
	margin: 0 -1px 0 -1px;
	border-bottom: 1px solid #999;
}

/* Topnav */

#topnav {
	position: absolute;
	top: 23px;
	right: 0;
	height: 65px;
	width: 472px;
	margin: 0; padding: 0;
}

#topnav div {
	width: 110px;
	margin: 3px;
	float: left;
	text-align: center;
	font-size: 14px;
}

#topnav div img {
	display: block;
	border: 0;
	width: 110px;
	margin-bottom: 8px;
}

#topnav div a {
	border: none;
	display: block;
	margin: 0; padding: 0;
	width: 110px;
	height: 65px;
}

#topnav div.selected a{
	background: #ACB3C0;
	color: white;
}

/* Sidenav */

#sidenav {
	float: left;
	width: 300px;
	margin: 20px;
	margin-top: 120px;
}


#sidenav ul.verticalnav {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#sidenav ul.verticalnav a {
	display: inline-block; /* Triggers hasLayout for IE. */
}

#sidenav ul.verticalnav a {
	display: block; /* Sets to block (must go after hasLayout trigger! */
	padding: 4px 10px 4px 10px;
	margin: 4px 0 4px 0;
}

#sidenav ul.verticalnav li span.client {
	display: block;
	font-size: 9px;
	margin-left: 20px;
}

#sidenav ul.verticalnav li.selected, #sidenav ul.verticalnav li.selected a{
	background: #ACB3C0;
	color: white;
}

#sidenav ul.hidelist {
	display: none;
}

#sidenav #category {
	/*position: relative;
	top: 0; left: 0;*/
	float: left;
	text-align: right;
	border-right: 1px solid #999999;
	width: 119px;
	
	min-height: 300px;
	/* IE6 min-height fix */
	height: auto !important;
	height: 300px;
	
	background: url('../images/logo-background.gif') 0 25px no-repeat;
}

#sidenav #entries {
	position: relative;
	top: 0; left: -1px;
	float: left;
	border-left: 1px solid #999999;
	width: 179px;
	min-height: 300px;
}


/* Logo */

#logo {
	background: url('../images/ga-logo.jpg') top left no-repeat;
	position: absolute;
	top: 70px;
	left: 45px;
	
	width: 204px;
	height: 0px;
	padding-top: 42px;
	overflow: hidden;
}

/* Main Content */

.contentright, .narrowcontent {
	margin: 90px 20px 0px 340px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	clear: right;
}

.narrowcontent {
	text-align: center;
	padding-top: 30px;
}

.zoom {
	display: block;
	margin: 10px auto 10px auto;	
}


/* Footer */

#footer {
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	height: 25px;
	padding-top: 55px;
	clear: both;
	font-size: 10px;
	background: url('../images/petrobackbottom.jpg') top center no-repeat;
	z-index: 1;
}

#push-footer {
	height: 40px;
	clear: both;
}


	form#ga_signup {

		line-height: 1.5em;
	}

	form#ga_signup ul {
		margin: 0;
		padding: 0 1em 0 1em;
		list-style-type: none;
	}

	#request_list li {
		margin: 0.5em 0 0.5em 0;
	}

	#request_list input {
		margin: 0.5em 0 0.5em 0;
		padding: 0;
		float: left;
		clear: both;
	}

	#request_list label {
		display: block;
		margin: 0 0 0 1.5em;
		padding: 0;
	}
	
	#qualified:target {

	}

	fieldset {
		margin: 1em 0 1em 0;
		padding: 0 0 0.5em 0;
		border: 1px solid black;
		position: relative;
	}
	legend {
		padding: 0.25em 0.5em 0.25em 0.5em;
		margin: 0 0 0 0.5em;
		font-weight: bold;
		font-size: 1.2em;
	}

	#form_personal label, #form_address label, #form_communicate label {
		display: block;
		float: left;
		min-width: 100px;
		width: auto !important;
		width: 100px;
		margin: 0 5px 0 0;
		text-align: right;
	}

