/* ############################################################################
   ##
   ##  Home Page Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

/* ####################################
   Page Layout
   ################################## */

#Header {
	height: 170px;
}

#Home-Wrapper {
			width: 100%;
/*			background: transparent url('/images/templates/page_bg.gif') top left repeat-y;*/
			margin: 0px;
			padding: 0px;
}
#Home-Wrapper-Inner {
	width: 100%;
	/*background: transparent url('/images/templates/home_bg.jpg') bottom left no-repeat;*/
}
	#Home {
		width: 100%;
		/* background: transparent url('/images/templates/page_top.gif') top left no-repeat; */
		padding-bottom: 4px;
		margin-top: 0px;
		padding-top: 1px;
	}
	#Home-Inner {
		padding: 0px 0px 10px 0px;
		min-height: 365px;
	/*	color: #005088;*/
	}
	* html #Home-Inner {
		height: 365px;
	}

		#HomeContent {
			padding-top: 5px;
			padding-left: 5px;
		}
		#Content-Inner {
			padding-bottom: 0px;
		}
	
/* Added with re-design. */		
#EmailCounter		            {   margin-top: 10px; height: 61px; width: 322px;
                                    background: transparent url('/images/content/b_counter_background.gif') top left no-repeat;
                                }
#EmailCounterNumber             {   color: White; font-size: 25px; margin-left: 40px; padding-top: 17px; width:70px; float:left; }
#EmailMessage                   {   float: right; color: black; padding: 8px 0px 0px 0px; width:175px; }
#Divider                        {   background: transparent url('/images/content/img_line_separator.gif') top left no-repeat;
                                    width: 322px; height: 2px; }
#TellAFriendAndFaceBook         {   width: 322px; height: 50px; color: #888888; padding-top: 20px; }
#TellAFriendAndFaceBook a       {   color: #888888; text-decoration: none;  }
#HomeLeft                       {   width: 430px;    float:left;    }
#HomeRight                      {   width: 437px;    float:right;    padding-right: 0px;   }
#VideoBox                       {   }
#TheseAreThereStories           {   width: 437px; height: 357px; margin-bottom:20px;
                                }
#TheseAreThereStories a         {   text-decoration: none; color: white; }
#TheseAreThereStories a:hover   {   /*text-decoration: underline;*/ color: white; }

