div.static_wrap{
	background:black;
	padding:0;
	margin:0;
	width:auto;
	}

/* - - - - - LEFT PANEL - - - - - */

#about_GS{
	float:left;
	background:url(../images/about_gs_bg-illustration.jpg) no-repeat 3px 1px;
	width:372px;
	height:241px;
	position:relative;
	}

	#about_GS p#one{
	width:195px;
	position:absolute;
	left:80px;
	top:107px;
	}
	
	#about_GS p#two{
	position:absolute;
	left:28px;
	width:212px;
	top:160px;	
	}

#about_GS p{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	font-family:arial;
	line-height:1.36;
	white-space:normal;
	}
/* - - - - - RIGHT PANEL - - - - - */
#screen_shots{
	background:url(../images/screen_shots_bg.gif) no-repeat scroll 0px 17px;
/*
	background:url(../images/slide-show-gradient.gif) no-repeat 0px 10px;
*/
	height:241px;
	float:right;
	width:367px;
	white-space:normal;
	}

/* - - - - - CENTER ROW - - - - - */

#callouts{
	padding:14px 0 0 12px;
	margin:0
	width:100%;
	clear:both;
	}

#callouts ul{
	padding:0 0 0 0px;
	margin:0;
	text-align:left;
	list-style:none;
	/*
display:inline;
	padding-left:20px;
*/
	}
#callouts ul li{
	/*text-indent:-9999;*/
	width:187px;
	float:left;
	padding:0;
	margin:0;
	}

/*this sets the basic styles for the a - use same specificity for others, use unique ids*/

#callouts ul li#browse_current_action a, #callouts ul li#how_it_works a, #callouts ul li#faqs a, #callouts ul li#sign_up_now a, #callouts ul li#sign_up_now1 a, #callouts ul li#sign_up_now2 a{
	display:block;
	width:170px;
	overflow:hidden;
	height:82px;
	text-indent:-9999px;
	}

/*these set specific background images for each a*/

#callouts ul li#browse_current_action a, #callouts ul li#browse_current_action{
	background:#000 url(../images/btn_home_browse.gif) no-repeat 0 0;
	}

#callouts ul li#how_it_works a, #callouts ul li#how_it_works{
	background:#000 url(../images/btn_home_how.gif) no-repeat 0 0;	
	}
	
	 #callouts ul li#how_it_works{
	 	width:187px;
	 	}
	
#callouts ul li#faqs a, #callouts ul li#faqs{
	background:#000 url(../images/btn_home_faq.gif) no-repeat 0 0;
	}
#callouts ul li#sign_up_now a, #callouts ul li#sign_up_now{
	background:#000 url(../images/but_sign_up_now-home.gif) no-repeat 0 0;
	}
#callouts ul li#sign_up_now1 a, #callouts ul li#sign_up_now1{
	background:#000 url(../images/but_sign_up_now5.gif) no-repeat 0 0;
	}
#callouts ul li#sign_up_now2 a, #callouts ul li#sign_up_now2{
	background:#000 url(../images/but_sign_up_now20.gif) no-repeat 0 0;
	}	

#callouts ul li#browse_current_action a:hover, #callouts ul li#how_it_works a:hover, #callouts ul li#faqs a:hover, #callouts ul li#sign_up_now a:hover, #callouts ul li#sign_up_now1 a:hover, #callouts ul li#sign_up_now2 a:hover{
	background-position: 0 -82px;
	}

/* - - - - - CURRENT ACTION TABLE - - - - - */

table.currentAction{
	width:735px;
	}

table.current_action td.CA_left, table.current_action td.CA_right{
	padding:0;
	}

table.current_action td.CA_right{
	background:transparent url(../images/CA_right_side_rpt.gif) repeat-y right top;
	}

table.currentAction td{
	font-size:9px;
	padding:4px 2px;
	}
table.currentAction th{
	font-size:9px;
	font-weight:normal;
	padding:4px 0;
	text-align:left;
	}
table.currentAction td.headerCol{
	/*width:234px;*/
	height:34px;
	}

td.ratingCol{
	width:60px;
	}


h3{
	padding-bottom:0;
	}