/***************************** Global *************************/	

body
{
	margin:0;
	padding:0;
	background-color:#e1e1e1;	
}

div#page_container
{
	margin:0;
	padding:0;
	background-color:#e1e1e1;
	width:100%;
	height:100%;
}
div#page_content
{
	margin-left:auto;
	margin-right:auto;
	width:936px;
	min-height:650px;
	background-color:#ffffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}
div#header_background
{
	width:936px;
	height:171px;
	background-image: url("TopPageWithTextNew.jpg");
	background-repeat:no-repeat;		
}

div#page_footer
{
	margin-top:10px;
	clear:both;
	text-align:center;	
}
/****** drop shadow css ********/
div.drop_shadow {
  float: left;
  background: url("shadowAlpha.png") no-repeat bottom right;
  margin: 10px 0 0 5px;
}

div.drop_shadow div {
  background: url("shadow2.png") no-repeat left top;
  padding: 0px 5px 5px 0px;
}

div.drop_shadow .image {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 0px;
}
/******* end drop shadow css *****/
	/****************** Main Navigation *******************/
	div.farmfamily
	{
		width:162px;
		height:108px;
		position:absolute;
		/*background-image:url('FFlogo_FFweb.jpg');
		background-repeat:no-repeat;*/
		margin-left:36px;
		margin-top:53px;
		display:inline;
		
	}
	div.farmfamily .link
	{
		cursor:pointer;
	}
	div.anpac
	{
		width:120px;
		height:71px;
		/*background-image:url('ANICO_FFweb.jpg');
		background-repeat:no-repeat;*/
		margin-left:779px;
		margin-top:24px;
		position:absolute;
		display:inline;
		
	}
	div.anpac .link
	{
		cursor:pointer;
	}
	div#main_navigation
	{	
		display:inline;
		top:90px;
		top:104px!important!; /* HACK: so IE will render this correctly on the right line */
		margin-left:35px;
		font-family:arial;
		color:#ffffff;
		font-size:15px;	
		width:750px;
		font-weight:none;
		position:absolute;
	}
	div#main_navigation ul
	{
		list-style-type:none;
		margin-left:0;		
		padding-left:0;	
	}
	div#main_navigation ul li.entry
	{
		float:left;
		display:inline;
		/*border-right:1px solid #ffffff;*/
		padding-bottom:1px;
		padding-top:1px;
		margin-top:15px;
		padding-right:3%;
		padding-left:3%;
	/*	width:13%;*/
		text-align:center;
		font-weight:500;
			
	}
	div#main_navigation ul li.last_entry
	{
		float:left;
		display:inline;
		padding-bottom:1px;
		padding-top:1px;
		padding-right:3%;
		padding-left:3%;
		text-align:center;
		margin-top:15px;
		font-weight:500;
			
	}
	div#main_navigation ul li a
	{
		text-decoration:none;
		cursor:pointer;	
		color:#ffffff;
	}
	div#main_navigation ul li a:hover
	{
		text-decoration:underline;
		/*background-color:#01A965;*/
		cursor:pointer;	
		
	}
	div#main_navigation ul li:hover
	{
		text-decoration:underline;
		/*background-color:#01A965;*/
		cursor:pointer;	
		float:left;
		display:inline;
		/*border-right:1px solid #ffffff;*/
		padding-bottom:1px;
		padding-top:1px;
		margin-top:15px;
		padding-right:3%;
		padding-left:3%;
	/*	width:13%;*/
		text-align:center;
	}
	/****************** End Main Navigation ****************/
	/********** sub navigation **********/
	div#horizontal_navigation
{
	font-family:tahoma;
	font-size:12px;	
	width:100%;
	color:#00774f
}
	div#horizontal_navigation ul
	{
		list-style:none;
		padding:0;
		margin:0;
	}
	div#horizontal_navigation li
	{
		float:left;
		width:23%;
		text-align:center;
		padding-top:5px;
		padding-bottom:0px;
		margin-right:1%;
		display:inline;
		height:25px;
		
		
	}
	.sub_nav_links
	{
		color:#00774f;
		font-weight:bold;
	}
div.sub_nav
{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;	
	min-height:10px;
}
div#horizontal_navigation div.nav_entry
{
	padding-top:3px;
	padding-bottom:3px;
	width:24%;
	margin-right:1%;
	border-right:2px solid #808080;
	text-align:center;
	float:left;
	display:inline;
	font-weight:bold;
}
div#horizontal_navigation div.nav_entry_end
{
	padding-top:3px;
	padding-bottom:3px;
	width:24%;
	text-align:center;
	float:left;
	display:inline;
	font-weight:bold;
}
	/************ end navigation *******/
	/************ Forms **************************/
	table.form
	{
		padding:3px;
		font-size:12px;
		font-family:arial;
		color:#000000;
		/*width:650px;*/
	}
	table.form td.label
	{
		
		width:150px;
		vertical-align:text-top;
	}
	table.form td.value
	{
		color:#000000;
		width:350px;
	}
	div#form
	{
		padding:5px;
		font-size:12px;
		font-family:arial;
		color:#000000;
	}
	div#form p.text_block
	{
		padding-top:5px;
		padding-bottom:15px;
		color:#000000;
		text-align:left;
	}
	div#form p.bold
	{
		font-weight:bold;
	}
	div#form p.text_group_center
	{
		padding-top:2px;
		padding-bottom:2px;
		text-align:center;
	}
	div#form p a
	{
		font-weight:bold;
		text-decoration:underline;
		cursor:pointer;
	}
	div#form p a:hover
	{
		font-weight:bold;
		text-decoration:none;
		cursor:pointer;
	}
	div#form div.buttons
	{
		margin-top:20px;
		margin-bottom:15px;
	}
	div#form div.buttons span
	{
		padding-left:10px;
		padding-right:10px;
	}
	div#form br
	{
		height:10px;
	}
	/*div#form div.buttons span.link
	{
		padding-bottom:5px;
		font-size:13px;
	}*/
	/************** End Forms ******************/
/******************** End Global Styles ***********************/
/************ Home Page *************/
div#page_body div.col1
{
	float:left;
	display:inline;
	margin-left:4%;
	width:18%;
	background-color:#ffffff;	
	overflow:hidden;
}
div#page_body div.col2
{
	float:left;
	display:inline;
	margin-left:1%;
	width:55%;
	min-height:435px;
	background-color:#ffffff;
	/*overflow:auto;*/
}
div#page_body div.col3
{
	float:left;
	display:inline;
	margin-left:1%;	
	width:18%;
	background-color:#ffffff;
	overflow:hidden;
}
div#page_body div.body_footer
{
	width:55%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;
	/*margin-top:10px;*/
	padding-top:10px;
	margin-bottom:0px;
	height:30px;	
}

div#img_links_test .personal
{
	margin-right:5px;
	background-image:url("Personal.jpg");
	background-repeat:no-repeat;
	background-color:#efefef;
	width:162px;
	height:216px;	
	float:left;
	display:inline;
	cursor:pointer;	
	
}
div#img_links_test .business
{
	margin-right:5px;
	margin-left:5px;
	background-image:url("Business.jpg");
	background-repeat:no-repeat;	
	background-color:#efefef;
	width:162px;
	height:216px;	
	float:left;
	display:inline;
	cursor:pointer;		
}
div#img_links_test .life
{
	margin-left:5px;
	background-image:url("Life.jpg");
	background-repeat:no-repeat;
	background-color:#efefef;	
	width:162px;
	height:216px;	
	float:left;
	display:inline;
	cursor:pointer;		
}
	/************ Quick Links ************/

div.quickLinkTest
{
	width:162px;
	font-family:georgia;	
}
div.quickLinkTest div.header
{
	width:162px;
	height:36px;
	background-image: url("QuickLinks_FFWeb.jpg");
	background-repeat:no-repeat;
}

div.quickLinkTest div.body
{
	width:160px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
	background-color:#ffffff;
	height:auto;
	
}
div.quickLinkTest div.body div.list
{
	width:100%;
	background-image:url("quick_link_background.png");
	background-repeat:repeat-x;	
	height:25px;
	float:left;
	
}
div.quickLinkTest div.body div.list:hover
{
	width:100%;
	background-image:url("quick_link_background_hover.png");
	background-repeat:repeat-x;	
	height:25px;
	float:left;
	
}
div.quickLinkTest div.body ul
{
	margin:0;
	padding:0;	
	font-family:tahoma;
	font-size:14px;
	color:#000000;
}
div.quickLinkTest div.body ul li
{
	list-style:none;

	
	}

	
	
div.quickLinkTest div.body div.list .text
{
	margin-left:25px;
	vertical-align:middle;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
		/*width:90%;*/
		padding-right:25px;
			
}
div.quickLinkTest div.footer
{
	width:162px;
	height:18px;
	background-image: url("QuickLinksBase.jpg");
	background-repeat:no-repeat;
	clear:both;
	
		
}	
	
	/**** END NEW QUICK LINKS ****/
/****  Service Forms ***/
div.serviceForms
{
	width:162px;
	font-family:georgia;	
}
div.serviceForms div.header
{
	width:162px;
	height:42px;
	background-image: url("FormsNotices_TopBar_Notices.jpg");
	background-repeat:no-repeat;
	}
div.serviceForms div.body
{
	width:160px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;	
	background-color:#ffffff;
	height:auto;
	
}
div.serviceforms div.body ul
{
	margin:0;
	padding:0;	
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}
div.serviceForms div.body ul li
{
	list-style:none;
	padding:3px;
	margin-left:-34px;
	text-align:center;
	
	}
	
div.serviceForms div.footer
{
	width:162px;
	height:18px;
	background-image:url("ServiceFormsBase.jpg");
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
	position:relative;
	left:-1px;
	}

.serviceFormLink
{
	font-size:11px;	
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-family:tahoma;
	}
.serviceFormLink:hover
{
	font-size:11px;	
	cursor:pointer;
	color:#000000;
	text-decoration:underline;
	font-family:tahoma;
	}	
/****  END Service Forms ***/	
	
	/************ End Quick Links **********/
/************* End Home Page ************/
/************ Quick Link Page ***********/
div#quick_link_content
{
	margin-left:auto;
	margin-right:auto;	
}
div#quick_link_content div.image
{
	width:504px;
	height:216px;
	/*background-image:url("EquineHeader.jpg");*/
	background-color:#ffffff;
	background-repeat:no-repeat;	
}
div#quick_link_content div.text
{
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	text-align:left;
}

/************** End Quick Link Page **********/
/********* Footer ************/
div#page_footer
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:936px;
	text-align:center;
}
p.footer_text
{
	
	font-family:arial;
	font-size:12px;
	line-height:200%;
}
p.footer_text a
{
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
	color:#000000;
}

p.footer_text a:hover	
{
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;	
	color:#000000;
}

/********* End Footer **********/
/******* bottom nav **********/
div#bottom_nav
{
	font-family:arial;
	font-size:11px;	
	width:100%;
	height:100%;
	color:#000000;
	
}
div#bottom_nav div.nav_entry
{
	float:left;
	width:24%;
	margin-right:1%;
	border-right:1px solid #000000;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}
div#bottom_nav div.nav_entry_end
{
	float:left;
	width:24%;
	margin-right:0%;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;	
}
div#bottom_nav a
{
	text-decoration:none;	
	cursor:pointer;
	color:#000000;
}
div#bottom_nav a:hover
{
	text-decoration:underline;	
	cursor:pointer;
	color:#000000;
}
/**************************/
/******* Right Bar *********/
div#right_bar
{
	margin-left:auto;
	margin-right:auto;	
}
div#right_bar a div.find_agent
{
	margin-bottom:10px;
	width:162px;
	height:54px;
	background-image:url("FindAgent.jpg");
	background-repeat:no-repeat;
	cursor:pointer;	
}
/*div#right_bar a div.find_agent:hover
{
	margin-bottom:10px;
	width:162px;
	height:54px;
	background-image:url("FindAgent_rollover.jpg");
	background-repeat:no-repeat;
	cursor:pointer;	
}*/
div#right_bar div.services
{
	width:162px;
	height:146px;
	background-image:url("ClientServices_Smaller_revised10.6.jpg");
	background-repeat:no-repeat;
	background-image:#ff0000;
	margin-bottom:10px;
}
div#right_bar div.forms
{
	width:162px;
	height:200px;
	
	}
/*
div#right_bar div.services a div.login
{
	width:90px;
	height:27px;
	margin-top:121px;
	margin-left:36px;
	background-image:url("ServicesLogin.jpg");
	background-repeat:no-repeat;
	cursor:pointer;	
}
div#right_bar div.services a div.login:hover
{
	width:90px;
	height:27px;
	margin-top:121px;
	margin-left:36px;
	background-image:url("ServicesLogin_rollover.jpg");
	background-repeat:no-repeat;
	cursor:pointer;	
}*/
div#right_bar div.services a div.login
{
	background-image:url("ServicesLogin.jpg");
	background-repeat:no-repeat;
	cursor:pointer;	
	width:90px;
	height:27px;
	position:absolute;
	display:block;
	margin-top:65px;
	margin-left:36px;
}
div#right_bar div.services a div.register
{
	position:absolute;
	display:block;
	margin-left:47px;
	margin-top:114px;
}
div#right_bar div.services a
{
	font-size:11px;	
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}
div#right_bar div.services a:hover
{
	font-size:11px;	
	cursor:pointer;
	color:#000000;
	text-decoration:underline;
}
/*div#right_bar div.services a div.login:hover
{
	background-image:url("ServicesLogin_rollover.jpg");
	background-repeat:no-repeat;
	cursor:pointer;	
	width:90px;
	height:27px;
	position:absolute;
	display:block;
	margin-top:121px;
	margin-left:36px;
}*/
div.search
{
		width:162px;
		height:46px;
		background-image:url("search_border.png");
		margin-bottom:10px;
}
div.search div.search_content
{
	/*padding:0px;*/
	padding-left:13px;
	padding-bottom:5px;
}
div.search div.search_content div.header
{
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	font-size:12px;	
	color:#000000
}
div.search div.search_content .link
{
	color:#000000;	
}
.search_links
{
	font-size:14px;
	color:#000000;	
}
div.search_title
{
	color:#00774f;
	font-weight:bold;
	font-size:20px;
	padding:5px;
	margin-bottom:20px;	
	border-bottom:1px solid #00774f;
}
/******* End Right Bar ******/
/****** Home Page Content *******/
div#home_content
{
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;	
	clear:both;
	margin-bottom:20px;
}
div#home_page div.header
{
	font-weight:bold;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid #000000;	
	color:#00774f;
	margin-bottom:15px;
}
div#home_page div.header .bold
{
	font-weight:bold;
	min-height:55px;
	width:99%;	
}
div#home_page .holder
{
	/*border-bottom:1px solid #000000;*/
	padding-top:5px;
	padding-bottom:15px;
	width:100%;
/*	float:left;*/
	/*min-height:165px;*/
	clear:both;	
}
div#home_page div.image
{
	float:left;
	display:inline;
	width:auto;
	height:auto;
	/*background-image:url("cornstalk.jpg");*/
	background-repeat:none;
	margin-right:25px;	
}
div#home_page div.text
{
/*float:left;
	display:inline;*/
	text-align:left;
	height:auto;
	width:90%;
	/*min-height:50px;*/
	/*margin-left:25px;*/
	}
	div#home_page div.link
	{
		padding-top:10px;
		padding-bottom:10px;
	}
div.overflow 	/* HACK to get FireFox text not to overflow  div#home_page div.overflow*/
{
	height:0px;
	clear:both;	
}
/***** End Home Page Content *******/
/**** Important Notices *******/
div#important_notices
{
		
}
div#important_notices p
{
	font-size:12px;
	text-align:left;
	padding-bottom:15px;
	padding-top:15px;	
}
div#important_notices span.header
{
	padding-top:15px;
	padding-bottom:15px;
}
div#important_notices .bold
{
	font-size:14px;
	font-weight:bold;	
}
/***** End Important Notices *****/
/******* other sites *********/
div.other_sites
{
	width:99%;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#f0fff0;*/
	border-bottom:1px solid #000000;
	min-height:120px;
	margin-top:10px;
	padding-bottom:10px;	
}
div.other_sites div.image_holder
{
	float:left;
	display:inline;
		
}
div.other_sites div.text_holder
{
	float:left;
	display:inline;
	margin-left:10px;
	text-align:left;
	padding-top:10px;
	width:350px;	
	min-height:120px;
}
.site_image
{
	width:133px;
	height:98px;	
}
/******* end other sites ******/
/***** News ********/
div.news
{
	width:99%;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#f0fff0;*/
	border-bottom:1px solid #000000;
	/*min-height:120px;*/
	margin-top:10px;
	padding-bottom:10px;	
}
div.news div.image_holder
{
	float:left;
	display:inline;
		
}
div.news div.text_holder
{
	float:left;
	display:inline;
	margin-left:10px;
	text-align:left;
	padding-top:10px;
	/*width:350px;	*/
	/*min-height:120px;*/
}
.news_image
{
	width:100px;
	height:80px;	
}
div.news div.header
{
	width:99%;
	height:20px;	
}
div.news .plain_text
{
	font-size:14px;
	/*color:#00774f;*/
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-left:5px;
}
div.news .link_header
{
	font-size:14px;
	color:#00774f;
	font-weight:bold;
	/*text-decoration:underline;*/
	padding-left:5px;
	
}
div.news .link_header:hover
{
	font-size:14px;
	color:#00774f;
	font-weight:bold;
	/*text-decoration:none;*/
	padding-left:5px;
	
}
/********* end News ********/
/***** about us *********/
div.content_about_us
{
	margin-top:20px;
	margin-bottom:20px;
		
}
div.content_about_us div.header
{
	padding-bottom:10px;
	padding-top:10px;
	color:#000000;
	font-size:16px;
}
div.content_about_us div.text
{
		
}
div.content_about_us div.url
{
	padding-top:10px;
	padding-bottom:10px;	
}
/****** end about us ********/
/***** search bar ********/
div#search
{
	margin-left:auto;
	margin-right:auto;	
	width:162px;
	margin-bottom:10px;
}
/***** end search bar ********/
/*** new quick link ***/

div#quick_link_container
{
	font-family:georgia;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;	
}
div#quick_link_container div.header
{
		height:36px;
		width:162px;
	padding-top:3px;
	background-image: url("QuickLinks_FFweb.jpg");
	background-repeat:no-repeat;
}
div#quick_link_container div.body
{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:160px;	
}
div#quick_link_container div.footer
{
		height:18px;
		width:162px;
	background-image: url("QuickLinksBase.jpg");
	background-repeat:no-repeat;	
}
div#quick_link_container ul.navigation
{
	font-family:tahoma;
	list-style-type:none;	
	font-size:14px;	
	margin-left:0px;
	padding-left:0px;
	padding-top:0;
	font-weight:normal;
}
div#quick_link_container ul.navigation li
{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	margin-left:10px;
	cursor:pointer;
	font-weight:600;
	
}
/*** ***/
/*** Agent Locations ***/
.states
{
	font-size:14px;
	font-weight:bold;
	color:#00774f;
	}
	.city
	{
	font-size:12px;
	font-weight:bold;
	color:#00774f;
	}
.address
{
	padding-left:250px;	
	padding-top:5px;
	padding-bottom:5px;
}
div.agent
{
	padding-top:10px;
	padding-bottom:10px;	
}
div.agent a
{
	padding:5px;
	color:#00774f;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;	
}
div.agent a:hover
{
	padding:5px;
	color:#00774f;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;	
}
/********** End Agent Location **********/
/****** calculators ***********/
div#calculators
{
	margin-top:20px;
	margin-bottom:20px;
	
}
	
div#calculators div.list_header
{
	color:#006400;
	font-size:18px;
	padding:5px;
	font-weight:bold;
}
div#calculators ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	}
div#calculators ul li
{
	font-size:13px;
	list-style:none;
	padding:8px;
	margin-left:20px;
	
}
div#calculators ul li a
{
	cursor:pointer;
	color:#000000;
	text-decoration:underline;	
}
div#calculators ul li a:hover
{
	cursor:pointer;
	color:#000000;
	text-decoration:none;	
}
/*************************/
/******** job opportunities *********/
div.job_openings
{
	margin-top:20px;
	margin-bottom:20px;	
}
/*********************************/
/****** site map ******/
div#site_map
{
	font-size:11px;
	font-family:arial;
		
}
div#site_map div.category
{
	margin:6px;
	float:left;
	display:inline;	
}
div#site_map div.category div.header
{
	font-size:12px;
	text-align:left;
	color:#808080;
	font-weight:bold;
	padding-bottom:5px;	
	/*padding-left:2px;*/
	border-bottom:1px solid #c0c0c0;
}
div#site_map div.category ul
{
	list-style:none;
	margin:0;
	padding:0;	
}
div#site_map div.category ul li
{
	list-style:none;
	padding-top:2px;
	padding-bottom:2px;	
}
div#site_map div.category ul li .link
{
	color:#006400;
	text-decoration:none;
	cursor:pointer;	
}
div#site_map div.category ul li .link:hover
{
	text-decoration:underline;
	color:#006400;
	cursor:pointer;	
}
/***********************/

/** old news **/
div.old_news
{
	padding-top:10px;
	padding-bottom:10px;

}
div.old_news div.header
{
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	text-decoration:underline;
	
	
}
div.old_news ul
{
	list-style:none;
	margin:0;
	padding:0;	
}
div.old_news ul li
{
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;	
}
div.old_news ul li .link
{
	color:#006400;
	text-decoration:none;
	cursor:pointer;	
}
div.old_news ul li .link:hover
{
	text-decoration:underline;
	color:#00774f;
	cursor:pointer;	
}
/*** Facebook/Twitter ***/
div.socialMediaContainer
{
	float:left;
	display:inline;
	margin-top:10px;
}
div.socialMediaContainer a.icon
{
	float:left;
	display:inline;
	margin-left:10px;
		
}
div.facebookIcon
{
	background-image:url("facebook_thumbnail32.png");
	background-repeat:no-repeat;
	cursor:pointer;
	width:32px;
	height:32px;
	
}
div.twitterIcon
{
	background-image:url("twitter_thumbnail32.png");
	background-repeat:no-repeat;
	cursor:pointer;
	width:32px;
	height:32px;
	
}
/*fraud reporting*/
#fraud-img
{
	width:150px;
	height:180px;
	
}
.margin-bottom
{
	margin:0 0 20px 0;
}
#fraudHeader
{
	color:darkGreen;
	padding:5px;
}
.fraudText
{
	padding:5px;
	font-family:arial;
	font-size:13px;
	line-height:150%;
}
.iframeFraudReport
{
	margin:-10px 0 0 0;
}

/*new side bar*/
div#sbRightContainer{
  width:162px;
  height:146px;
  background-color:#0c6847;
  margin-bottom:10px;
  border-radius:10px;
  border: 1px solid black;
   font-family:"Times New Roman";
}
div#sbTitle
{
  color:white;
  padding:0;
  font-size:23px;
 
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  width:88%;
  height:24px;
  
}
div#sbSubContainer
{
 margin-top:6px;
  width:144px;
  height:87px;
  margin-left:auto;
 
  margin-right:auto;
  border:1px solid black;
  background-color:white;
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000;
  box-shadow: inset 0 0 5px #000;
  padding:top:20px;
  padding-left:auto;
  padding-right:auto;
}

a#sbButton
{
  margin-top:25px;
  margin-left:17px;  
  font-family:arial;
  width:110px;
  height:35px;
 line-height:35px;
  text-align:center; 
  position:absolute;
   border-radius:6px;
    color:black;
  text-decoration:none;
   border:1px solid #909090;
  background: #ffcd58; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffcd58, #fbce37); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffcd58, #fbce37); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffcd58, #fbce37); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffcd58, #fbce37); /* Standard syntax */
  cursor:pointer;
   -moz-box-shadow: 0 0 3px #c0c0c0;
  -webkit-box-shadow: 0 0 3px #c0c0c0;
  box-shadow: 0 0 3px #c0c0c0;
}
a#sbButton:hover
{
   background: #fbce37; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffcd58, #ffcd58); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffcd58, #ffcd58); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffcd58, #ffcd58); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffcd58, #ffcd58); /* Standard syntax */
     -moz-box-shadow: inset 0 0 3px #c0c0c0;
  -webkit-box-shadow: inset 0 0 3px #c0c0c0;
  box-shadow: inset 0 0 3px #c0c0c0;
    
}