#header, #side_tabs, #side_tabsback, #leftcol, #rightcol, #foot_bar,#green_box, #menu_bar {
	display:none;
}

a, a:hover, a:active, a:visited {color:#0000FF;}

/*#header{
	height: 87px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:0px;
  padding-bottom:10px;
	color: #7c7c7c;
	width: 990px;  
}
#header form {display:none;}
#header div {display:none;} */

#wrapper {margin:0; width:auto;}

#fancy_wrap {display:none;}

body #content_area { width:740px; float:none;}

#content_area .jScrollPaneContainer {overflow:visible;}
#content_area #backScrollPane {
  height:auto;
  overflow:visible;
}
.jScrollPaneTrack {display:none;}
.bod, .bod_index {
	color:#464646;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	min-height:290px;
	padding-left:20px;
	padding-right:16px;
	padding-top:4px;
	padding-bottom:6px;
}

.homeheadline{
	background-image:url(../images/home_headline.png);
	background-repeat: no-repeat;
	height:18px;
	width:577px;
	padding-bottom: 20px;
}
.homeheadline .takemeaway {display:none;}

#feature_logos img{ 
	border: none;
}
h1{
	text-transform: uppercase;
	font-size: 22px;
	line-height: 120%;
	margin-top:0;
}
h3{
	margin-top: 2em;
	text-transform: uppercase;
	font-size: 15px;
	clear: both;
}

h3#GRKIZ-h3 {
	clear: none;
}

ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.links{
	padding-top: 0px;
	color:#6dab24;
	font-weight: bold;
	clear: both;
	text-transform: uppercase;
}

.contentRightCol, .contentLeftCol {
	width:340px;
	float:left;
	margin-bottom: 3em;
}

table, th, td {
	border-collapse: collapse;
}
tbody tr td {
	background-image: url("../images/cellBlueBG.jpg");
}
tbody tr.even td {
	background-image: url("../images/cellGreyBG.jpg");
}

tbody td {
	height: 23px;
	color: #221e5e;
	padding: 0 15px;
}
th {
	padding: 5px 15px;
	background-image: url("../images/cellHeaderBG.jpg");
	color: #fff;
}

th.green_th_lt {
	padding: 5px 15px;
	background-image: url("../images/cellHeaderBG.jpg");
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

th.grey_th_lt {
	padding: 5px 15px;
	background-image: url("../images/cellHeaderBG-grey.jpg");
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

th.grey_th {
	padding: 5px 15px;
	background-image: url("../images/cellHeaderBG-grey.jpg");
	color: #fff;
}

th.blue_th {
	padding: 5px 15px;
	background-image: url("../images/cellHeaderBG-blue.jpg");
	color: #fff;
}

th.blue_th_lt {
	padding: 5px 15px;
	background-image: url("../images/cellHeaderBG-blue.jpg");
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

td.dollars {
	text-align: center;
}

tbody.tbody_center, td.td_center {
	text-align: center;
}

td.td_left {
	text-align: left;
}

.con_table_1 {
	float: left;
	margin-bottom:10px;
}

.con_table_2 {
	float: left;
	border-top: 0px;
	border-left: 5px;
	border-style: solid;
	border-color: #fff;
}

}
.con_table_1 {
	margin: 0 -10px 0 0;
}
body #main_text .bundle {
  width:682px;
}
.bundle p {
	clear: both;
}

.quote {
	font-style:italic;
}

img#gryp_img {
	float: right;
	padding: 0 0 1em 1em;
}

img#GRKIZ-img {
	padding: 0 10px;
	float: right;
}
p#gryp {
	clear : none;
}
.boldit {
	font-weight: bold;
}

ol ol { 
	list-style-type: lower-alpha; 
}
ol ol ol {
	list-style-type: lower-roman; 
}

ul ul {
	list-style-type: circle;
}
#logolink {
	border:none;
	position:absolute;
	left:0;
	top:0;
	float:left;
}

.fixit {
	color : red;
}

.bundle img{ 
	border : 0px;
}

/* we created a clone of the main area #backScrollPane and gave it a new id of #forprint */
/* when printing we hide #backScrollPane and show #forprint */ 
#forprint {display:block;}
#backScrollPane {display:none;}
.jScrollPaneContainer {display:none;}
 	/* this is all being done b/c without when you scroll down in the internal window and then print
 	 * the top of the information cuts off  */
