/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.7em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9.em;
	position: absolute;
	left: -1000em;
	width: 9.7px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9.7em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
h1{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navContainer {
	height: 33px;
	width: 760px;
	text-align: center;
	left: auto;
	right: auto;
	margin-left: 5px;
}
#mainLayout {
	clear: both;
	height: 950px;
	width: 760px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #00F;
	border-left-color: #00F;
	background-image: url(/grc275main/p1/pics/csnbg_img.jpg);
}
#footerBox {
	text-align: center;
	clear: both;
	height: 40px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	color: #000;
	background-color: #09f;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00F;
	border-left-color: #00F;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #00f;
	padding-top: 15px;
	background-image: url(/grc275main/p1/pics/csnbg_img2.png);
	background-position: 6px 295px;
}
#leftColumn {
	height: 390px;
	width: 530px;
	position: absolute;
	left: 0px;
	top: 225px;
	margin: 0px;
	border: 2px solid #ADAFBF;
	background-color: #FFF;
	text-align: center;
}
.lightbluebg {
	background-color: #09f;
}

.whitetext {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
}

#leftColumn p {
	line-height: 22px;
}
#rightColumn {
	height: 390px;
	width: 240px;
	position: absolute;
	top: 225px;
	right: 0px;
	background-color: #FFFFFF;
	border: 2px solid #ADAFBF;
	text-align: center;
	background-image: url(/grc275main/p1/pics/cglogo_trans.jpg);
	background-position: -15px;
}
#rightColumn p {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #5A710D;
	border-bottom-color: #5A710D;
	border-left-color: #5A710D;
}
#header {
	background-color: #FFF;
	padding: 5px;
	clear: both;
	height: 150px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: right -30px;
	position: relative;
}
.pagetitle {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
#pageTitleBox {
	position: absolute;
	left: 15px;
	top: 20px;
	width: 400px;
	background-color: #FFF;
}
#titleBox {
	position: absolute;
	height: 160px;
	width: 450px;
	left: 0px;
	top: 0px;
}
#globalMenu {
	height: 160px;
	width: 300px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 0px;
}
.subheadline {
	color: #666;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -10px;
}
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #417c93;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}



#footerBox a:link {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#midcontent {
	position:absolute;
	top:630px;
	width:756px;
	height:328px;
	z-index:1;
	background-color: #FFFFFF;
	left: 0px;
	right: 0%;
	text-align: center;
	border: 2px solid #ADAFBF;
}
#leftColumn_signup {
	height: 656px;
	width: 500px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #9FCC41;
	background-color: #FFF;
	position: absolute;
	left: 5px;
	top: 160px;
	margin: 15px;
}
.subheadlineCopy {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -10px;
	font-style: italic;
}
.bodytextred {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #417c93;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #417c93;
	text-align: center;
}
.center_it {
	text-align: center;
}

.bodytextem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
}
.lightyellowbg {
	background-color: #09f;
}
.darkbluebgCopy {
	background-color: #417c93;
}
.leftandright_border {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-left-color: #00F;
}

