@charset "UTF-8";
/* CSS Document */

/* LAYOUT STYLES */

html, body {
/* establish page height and background color */
	height: 100%;
	background-color: #FFF; 
	margin: 10px auto;
	padding: 0;
}

#pagewrapper {
/* allow height to flex to full page height */
	width: 100%;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	margin: 0px auto;
}

#contentwrapper {
	width:1016px; 
	margin:0px auto; 
}

#globalwrapper {
/* for the global zone at the top of the page */
	width:1016px; 
	height: 100px;
	margin:0px auto; 
}

#navwrapper {
	width:1016px; 
	margin:0px auto; 
}

/* home elements */

#hometop {
	 width:810px; 
	 height: 5px;
	 background-image:url(../images/gr_home_top.gif);
	 background-repeat:no-repeat;
}

#homebkg { /* for the shadow bkg */
	width:810px; 
	background-image:url(../images/gr_home_bkg.gif); 
	background-repeat: repeat-y;
}

#homebtm {
	width:810px; 
	height: 5px; 
	background-image:url(../images/gr_home_btm.gif); 
	background-repeat:no-repeat;
}


/* inside page elements */
#logo {
	float:left; 
	width:184px; 
	margin: 5px 0;
}

#searchbox {
	float:right;
}

#mastheadwrapper {
	 width:1016px; 
	 min-height: 150px; /* limited support */
	 background-image:url(../images/gr_mast_bkg.gif); 
	 background-repeat:repeat-y;
	 margin:0; padding: 0;
}

#resultswrapper {
	 width:1016px; 
	 background-image:url(../images/gr_mast_bkg.gif); 
	 background-repeat:repeat-y;
}




/*#masttable { 
	 padding: 20px;
}*/

#mastbtm {
	width:1016px; 
	height: 9px; 
	background-image:url(../images/gr_mast_btm.gif); 
	background-repeat:no-repeat;
}

#leftcol {
	width:810px; 
	float:left;
}

#maincontentwrapper {
	float:left;
}

#maintop {
	 width:810px; 
	 height: 5px;
	 background-image:url(../images/gr_main_top.gif);
	 background-repeat:no-repeat;
}

#mainbkg { /* for the shadow bkg */
	width:810px; 
	background-image:url(../images/gr_main_bkg.gif); 
	background-repeat: repeat-y;
}

#maincontent {
	 width:760px; 
	 padding: 20px 20px 10px 20px;
}

#mainbtm {
	width:810px; 
	height: 5px; 
	background-image:url(../images/gr_main_btm.gif); 
	background-repeat:no-repeat;
}

/* tabs */

#tabtop0 { /* use only if no main section */
	 margin-top: 0px;
	 width:810px; 
	 height: 5px;
	 background-image:url(../images/gr_main_top.gif); 
	 background-repeat:no-repeat;
}


#tabtop {
	 margin-top: 5px;
	 width:810px; 
	 height: 5px;
	 background-image:url(../images/gr_main_top.gif); 
	 background-repeat:no-repeat;
}

#tabcontent {
	 /*width:810px;*/
	 background-image:url(../images/gr_main_bkg.gif); 
	 background-repeat:repeat-y;
}

#tabbtm {
	 width:810px; 
	 height: 5px; 
	 background-image:url(../images/gr_main_btm.gif); 
	 background-repeat:no-repeat;
}

/* footer
#footerwrapper {
	width: 800px;
	padding: 10px 5px;
}

#footertext {
	float:left; 
	margin: 0 20px 0 0;
}

#footericons {
	float:right;
}
 */