
/*
*
* Stylesheet for Gammer Energy Assessors
*
* Site development by BB-IT Solutions Ltd.
* Contact: web@bb-it.co.uk
* All rights reserved.
*
* Version: Gecko (Firefox, Netscape)
* Date: 22-08-2007
*
*/

/* ************  Header formatting and placement ********* */

.site-name { display: none; }

/* ***************************** Navigation list **************************** */

.nav-btn {
	margin-top: 5px;
	color: #666;
	font-size: 1.1em;
	float: left;
	padding: 4px 23px 1px 23px;
	display: inline;
	border-right: 1px solid #fff;
	height: 20px;
	
}

.active {
	margin-top: 5px;
	color: #666;
	font-size: 1.1em;
	float: left;
	padding: 4px 23px 1px 23px;
	display: inline;
	border-right: 1px solid #fff;
	height: 20px;
	text-decoration: none;
	background-image: url('../images/nav_arrow2.gif');
	background-repeat: no-repeat;
	background-position:50% 100%;
}

.active a {
	color:#666;
	text-decoration: none;
}


.nav-btn a:link { color: #666; text-decoration: none; }
.nav-btn a:visited { color: #666; text-decoration: none; }
.nav-btn a:active { color: #666; text-decoration: none; }
.nav-btn a:hover  { color: #666; text-decoration: underline; }

/*
.nav-pointer-1 { float: left; margin: 28px 0 0 -48px; padding-top:10px; }
.nav-pointer-2 { float: left; margin: 4px 0 0 47px; }
.nav-pointer-3 { float: left; margin: 4px 0 0 38px; }
.nav-pointer-4 { float: left; margin: 4px 0 0 26px; }
.nav-pointer-5 { float: left; margin: 4px 0 0 35px; }
*/

.nav-list {
	margin-top: 10px;
	width: 345px;
	display: inline;
	font-size: x-small;
	float: right;
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	text-align: right;
}

.nav-list a:link { color: #fff; text-decoration: none; }
.nav-list a:visited { color: #fff; text-decoration: none; }
.nav-list a:active { color: #fff; text-decoration: none; }
.nav-list a:hover  { color: #fff; text-decoration: underline; }

.footer {
	width: 100%;
	margin-top: 20px;
	margin-left: -20px;
	text-align: center;
	font-size: 0.9em;
}

.bbit {
	color: #ccc;
	text-decoration: none;
	font-size: x-small;
}

/* ****************************** Formatted tags ***************************** */

LEGEND {
	color: #000000;
	font-weight: bold;
}

IMG { border: 0; }

P { font-family: sans-serif, arial; font-size: small; padding: 0 50px; text-align: justify; color: #666; }

DIV { font-family: sans-serif, verdana, arial; font-size: small; }

H1 {
	display: none;
}

H2 {
	padding: 20px 50px 0 50px;
	color: #999;
	font-size: 1.5em;
	font-family: arial;
	font-weight: normal;
}

H3 {
	padding: 5px 50px 0 50px;
	color: #999;
	font-size: 1.3em;
	font-family: arial;
	font-weight: normal;
}

H4 {
	padding: 5px 50px 0 50px;
	color: #999;
	font-size: 1.1em;
	font-family: arial;
	font-weight: normal;
}

LI { margin-left: 50px; color: #666; font-size: 0.9em; }

TH { text-align: right; font-weight: normal; color: #666; }

TD { 
color: #666;
padding-top:10px;
 }

INPUT, TEXTAREA, SELECT {
	font-size: x-small;
	border: 1px solid #ccc;
	width:  300px
}

FIELDSET {
	padding: 5px;
}

#list_container {
height:175px;
}

#column_1 {
float:left;
width:200px;
margin-left: 70px;
}

#column_2 {
float:left;
width:200px;
}

#column_3 {
float:left;
width:200px;
}

#footer_text {
text-align:center;
}

body {
background-image: url('../images/background_gradient.png');
background-repeat: repeat-x;
}
