/* CSS Document */

p, h1, h2, h3, h4, h5, h6 {

	margin:0 0 15px 0;
	padding:0;
	letter-spacing:0;

}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#000;
	margin:0 0 15px 0;
}

h2 a, h2 a.hover {
	text-decoration: none;
}

h1 { 
	font-size:28px; 
	letter-spacing:-1px;
}

h2 { 
	font-size:24px; 
}

h3 { 
	font-size:24px;
	font-style:italic;
}

h4 { 
	font-size:18px; 
}

h5 { 
	font-size:18px; 
	font-style:italic;
}

h6 { 
	font-size:14px; 
}

p, ul, ol, table {
	font-size:13px;
	line-height: 20px;
	color:#000;
}

ul li {
	margin-left: 16px;
	list-style-image:url(../images/buttons/list_item.gif);
}

hr {
	border: none 0; 
	border-top: 1px solid #CCC;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 


#main_search_label {
	display:none;
}

/* Anchor styles */


a.external {
	background:url(../images/buttons/external_link.gif) no-repeat left;
	padding:0 0 0 15px;
}
a.download {
	background:url(../images/buttons/download.gif) no-repeat left;
	padding:0 0 0 15px;
}
a.anchor {
	background:url(../images/buttons/anchor.gif) no-repeat left;
	padding:0 0 0 15px;
}

a { text-decoration: underline }

a:link { color:#000; }
a:visited { color:#666; }
a:active { color:#FFDC00; background-color:#000; }
a:hover { color:#000; background-color:#FF0 }

.external, .download, .anchor {
	text-decoration:none;
}

a img {

	border:none;

}

table {
	border:2px solid #FFDC00;
}
th, td {
	padding:5px;
}
th {
	font-weight:bold;
	background-color: #FFDC00;
  color: black;
}


td {
	border-bottom:1px solid #CCC;
}
table caption {
	text-align:left;
	font-weight:bold;
	padding:3px;
}

/* Form styles */

form {
	margin:0;
	padding:2;
}

input#main_search {
	border:1px solid #CCC;
	border-top:1px solid #999;
	padding:3px 3px 4px 3px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 7px 0 0;
	width:172px;
}
input.search_btn {
	width:73px;
	height:25px;
	background: url(../images/buttons/btn_search.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	margin:0;
}

/**
 * NEW CSS by Dan
 */
.form_table
{
  table-layout: fixed;
  border-style: none;
}

.inline
{
  background-color: #efedee;
  text-align: right;
  vertical-align: top;
  border-style: none;
}

.form_table th
{
/*  background-color: #c5c7c8; */
  background-color: #efedee;
  text-align: right;
  vertical-align: top;
}

.form_table th label
{
  display: inline;
  font-weight: bold;
}

.toolbar li
{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

.toolbar 
{
  padding-left: 0px;
  margin-left: 0px;

  border-top-style: solid;
  border-top-color: #c5c7c8;
  border-width: 1px;

  padding-top: 1em;
}

#nav_col
{
  float: left;
  max-width: 180px;
}


#content_col
{
  float: right;
  width: 750px;
  overflow: visible;
}

#gw_menu ul
{
  padding-left: 1em;
  margin-left: 0.5em;
}

#gw_menu ul li
{
  white-space: nowrap;
}
