@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1 {
	position: relative;
	width: 960px;
	background-color: #ffffff;
	border: 1px solid #024930;
	margin: 0 auto 0 auto;
	clear: both;
}

#tl {
	margin: -1px 0 0 -1px;
	float: left;
}

#tr {
	margin: -1px -1px 0 0;
	float: right;
}
#masthead {
	position: relative;
	width: 960px;
	margin: 5px auto 0 auto;
	height: 156px;
}

#masthead img {
	float: left;
}

#utility {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	color: #568E14;
	font-weight: normal;
	padding: 18px 0 8px 10px;
	float: left;
	font-size: 160%;	
}

/************* globalNav styles ****************/
#globalNav {
	width: 960px;
	color: #FFFFFF;
	background-color: #5A9431;
	margin: 2px 0 0 0;
	height: 34px;
	float: left;
	clear: both;
}

#globalNav .gnl {
	float: left;
}

#globalNav .gnr {
	float: right;
}

#globalLink {
	line-height: 15px;
}

a.glink, a.glink:visited {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px 7px 2px 7px;
	display: block;
}

a.glink:hover {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
	display: block;
}
a.glink2, a.glink2:visited {
	font-size: 100%;
	background-color: #C00;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px 7px 2px 7px;
	display: block;
	background-image: url(../Images/Formula/Main/Compare.jpg);
	background-repeat: repeat-x;
}

a.glink2:hover {
	text-decoration: none;
	background-image: none;
	background-color: #000;
	color: #FFFFFF;
	display: block;
}

.glinknormal {
	float: left;
	text-align: center;
	border-right: 1px solid #024930;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/
.subglobalNav{
	width: 960px;
	position: absolute;
	top: 128px;
	left: 0px;
	padding: 0 0 0 10px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 95%;
	color: #024930;
	text-decoration: none;
	word-spacing: -1px;
}

.subglobalNav a:hover{
	text-decoration: underline;
}