/*
	Default style sheet for GWL Construction
	Copyright 1999-2005, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 3-Jun-2005
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	
BODY {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right: 2px solid #0F2B44;
	border-left: 1px solid #0F2B44;
	width: 720px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #0F2B44;
	background-color: #FFFFFF;
}

INPUT, TEXTAREA {font-size: 12px;}

H1 {font-size: 18px;}
H2 {font-size: 16px;}
H3 {font-size: 14px;}
H4 {font-size: 12px;}

H1, H2, H3, H4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

FORM {margin: 0px 0px 0px 0px;}

DD {margin-left: 15px;}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/
.underline	{text-decoration: underline;}
.credit			{
	font-family: serif;
	font-style: italic;
	color: #FFFFFF;
}
.moreleading {line-height: 150%;}
.justify {
	text-align: justify;
}
.redtext {
  color: #ff0000;
}

/* Link appearance
*******************************************************************/

a:link		{color: #990000; text-decoration: underline;}
a:visited	{color: #996633; text-decoration: underline;}
a:active	{color: #FF0000; text-decoration: underline;}
a:hover		{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/

.logo {
	position: absolute;
	top: 35px;
}
.navbar {
	background-image: url(../img/chip.gif);
	text-align: right;
}
.bannerphoto {
	height: 85px;
	text-align: right;
}
.bannernav {
	background-color: #0F2B44;
	height: 24px;
	text-align: right;
}
.main {
	background-image: url(../img/chip.gif);
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 185px;
}
.main_fta {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 25px;
}
.footer {
	width: 525px;
	text-align: center;
}
.pagehead {
	font-family: Georgia,Times,serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.subhead {
	font-family: Georgia,Times,serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
.goldbar {
	margin: 0px 0px 0px 0px;
	font-size: 1px;
}
.leftpad {
	padding: 0px 0px 0px 10px;
}
.section_head {
  color: #ffffff;
	background-color: #0F2B44;
  text-align: center;
}
.textbox {
  font-size: 14px;
  color: #0000cc;
  padding: 2px 2px 2px 2px;
  border: 1px solid #000000;
}
