/*************************************************************************
  LAYOUT: Sub-Layout of Two Column Grid with Header
  ALIGNMENT: Centered
  DIMENSIONS: 800 x 600 Minimum
  AUTHOR: Triad New Media (http://www.triadnewmedia.com)
  EDITED: 08.12.2007

  (c)2007 Triad New Media. All Rights Reserved
**************************************************************************/

/*************************************************************************
  Sub Page Overrides
**************************************************************************/
#body {
	background: #ffffff url(../images/layout/vert_2px.gif) 337px 0 repeat-y;
}

#feat {
	height: 190px;
	border-top: 7px solid #bbbbbb;
	border-bottom: 7px solid #bbbbbb;
	background: #879aab;
}

#feat .left {
	width: 334px;
	border-right: 7px solid #bbbbbb;
	float: left;
	height: 190px;
}

#feat .rite {
	margin-left: 334px;
	_margin-left: 0;
	_float: right;
	height: 190px;
}

#body .left {
	width: 295px;
}

#body .rite {
	margin-left: 334px;
}

/*************************************************************************
// Secondary Navigation
**************************************************************************/
#menu {
	position:relative;
	top:-13px;
	height: 31px;
	background: #425c70;
	color: #ffffff;
}
*HTML #menu {
	top:0px;

}
#menu ul {
	padding-top: 7px;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
}

#menu ul li.last {
	border-right: 0;
}

#menu ul li a {
	margin: 0 20px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 85%;
	letter-spacing: 1px;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #b8c3cf;
}
