/*
	Common CSS
*/

body
{
	text-align: center;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#container
{
	text-align: left;
	margin: 0px auto;
	width: 633px;
}


#header
{
	background: url(/gbimages/banner_large.jpg) no-repeat top right;
	height: 137px;
}


#footer
{
	background: url(/gbimages/gblogo.gif) no-repeat bottom right;
	height: 40px;
	clear: both;
	margin-top: 10px;
}

#googleads
{
	margin-top : 20px;
	text-align : center;
}
#menu
{
	padding: 1px;
	color: white;
	margin-bottom: 10px;
	font-size: 9pt;
}

#menu a:link, #menu a:visited
{
	text-decoration: none;
	color: White;
}

#menu a:hover
{
	text-decoration: none;
	color: Gray;
}

a:link, a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: underline;
	color: Black;
}


ul#alpha_menu
{
	margin: 0;
	padding: 0;
	background-color: black;
	clear: both;
}



ul#alpha_menu li
{
	list-style-type: none;
	display: inline;
}


.heading
{
	font-size: 8pt;
	background-color: #798B73; /* Pale Green */
	color: white;
	padding-left: 3px;
	margin: 0;
}


h1
{
	font-size: 8pt;
	background-color: #798B73; /* Pale Green */
	color: white;
	padding-left: 3px;
	margin: 0;
}

h4
{
	font-size: 8pt;
	background-color: white;
	padding: 3px;
	margin: 0;
	color: black;
}

p
{
	padding: 3px;
	background-color: white;
	margin: 0;
}


#main
{
	float: left;
	width: 633px;
	background-color: White;
}

#main p
{
	padding: 3px 3px 3px 3px;
}

/*
	Common Form CSS
*/

#mainform
{
	width: 633px;
}

fieldset
{
	/*border: 1px solid #781351;*/
	border-style: ridge;
	width: inherit;
}

legend
{
	color: #fff;
	background: #798B73; /* Pale Green */
	border: 1px solid #781351;
	padding: 2px 6px;
}

.row
{
	width: 100%;
	padding: 2px;
	clear : left;
}

.validation
{
	color: Red;
	margin-left: 10px;
	font-weight: bold;
}

div#main_menu {
  height: 15px;
  color: #ffffff;
}

div#main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div#main_menu ul li {
  float: left;
  position: relative;
  height: 15px;
  margin-right : 5px;
}

div#main_menu ul li ul {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  width : 100px;
}

div#main_menu li > ul {
  top: auto;
  left: auto;
}

div#main_menu li:hover ul, div#main_menu li.over ul {
  display: block;
  background: #666666;
  border: #999999 1px solid;
  padding: 3px;
  top: 15px;
  left: 0;
}

div#main_menu ul li ul li {
  float: none;
  position: relative;
  border : 0;
  text-align : left;
}

