/* Header Part
---------------------------------------------------------------*/
#header {
	background: #fff url(/images/global/header.gif) repeat-x;
	width: 970px;
	overflow: hidden;
	margin: 10px auto 0;
}
#header2 {
	background: #fff url(/images/global/header.gif) repeat-x;
	width: 970px;
	overflow: hidden;
	margin: 10px auto 0;
}


.top-head {overflow: hidden;}
* html .top-head {height: 1%;}



/* Logo
---------------------------------------------------------------*/
#header h1 {
	float: left;
	display: inline;
	margin: 22px 0 0 33px;
}
#header2 h1 {
	float: left;
	display: inline;
	margin: 22px 0 0 33px;
}
#header h1 a {
	background: url(/images/global/logo.gif) no-repeat;
	width: 492px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header2 h1 a  {
	background: #fff url(/images/global/glenwood.gif) no-repeat;
	width: 492px;
	height: 45px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.info {
	width: 200px;
	float: right;
	display: inline;
	margin: 16px 47px 0 0;
}
.info h4 {
	font-size: 110%;
	line-height: 140%;
	color: #6497b2;
	margin-bottom: 4px;
}
.info p {
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
}
.left {float: left;}
.right {float: right;}



/* NAV
---------------------------------------------------------------*/
.navigation {
	overflow: hidden;
	height: 20px;
	margin: 19px 0 7px 56px;
}
* html .navigation {height: 1%;}
.navigation li:first-child {
	background-image: none;
	padding-left: 0;
}
.navigation li {
	background: url(/images/global/navigation-separator.gif) no-repeat;
	float: left;
	line-height: 20px;
	padding: 0 18px;
}
.navigation a {
	font-size: 130%;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
.navigation li.active a,
.navigation a:hover {color: #89b3cc;}
.navigation li.last {
	background: none;
	float: right;
	display: inline;
	margin-right: 56px;
}
.navigation li.last a {font-size: 110%;}
.add-navigation {
	overflow: hidden;
	margin: 11px 0 7px 54px;
}
.add-navigation li:first-child {
	background-image: none;
	padding-left: 0;
}
.add-navigation li {
	background: url(/images/global/add-navig-separator.gif) no-repeat 0 50%;
	float: left;
	line-height: 18px;
	padding: 0 7px;
}
.add-navigation a {
	font-size: 120%;
	line-height: 18px;
	color: #5386a2;
	text-decoration: none;
}
.add-navigation li.active a,
.add-navigation a:hover {color: #666;}