/* HOMEPAGE */
/* Main Content */
#container_whatsnew {
	padding:20px 10px;
	margin-bottom:20px;
	width:577px;
}

/* Side Column Content */
#container_tourglance {
	background: url(/images/bg/leftColumnBg5.jpg)  top left repeat-y;
	margin-bottom: 10px;
	padding:20px 10px;
	width: 242px;
	border-top:solid 2px #2d0000;
	border-bottom:solid 2px #2d0000;
}

#container_twitter {
	background: url(/images/bg/followUsBg.jpg)  top left no-repeat;
	margin: 20px 0px 20px 0px;
	width: 567px;
	height:83px;
}

#memberBenefits {
	background: url(/images/bg/leftColumnBg5.jpg)  top left repeat-y;
	margin-bottom: 30px;
	padding:20px 10px;
	width: 242px;
	border-top:solid 2px #2d0000;
	border-bottom:solid 2px #2d0000;
	

}
#header-text-follow {
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	color: #007ed3;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
	
#memberBenefits li{
	color: #94aec9;}
	
#memberBenefitsText {
	background: #eeeeee;
	padding:5px;
}

#container_quoteoftheday {
	background: url(/images/sectionheaders/h1_quoteoftheday.gif)  top left no-repeat;
	color: #49b8ee;
	font-style: italic;
	font-size: 12px;
}

.twitter  {
width: 567px;
padding-top:10px;
}
.twitter td {
padding-left:10px;
}

.facebook a {
display:block;
width: 48px;
height:68px;
background: url(/images/bg/facebook2.jpg) 0 0 no-repeat;
text-decoration: none;
}
.facebook a:hover { 
background-position: 0 -68px;
}
.facebook a:active {
background-position: 0 -68px;
}

.twitter-link a {
display:block;
width: 48px;
height:68px;
background: url(/images/bg/twitter2.jpg) 0 0 no-repeat;
text-decoration: none;
}
.twitter-link a:hover { 
background-position: 0 -68px;
}
.twitter-link a:active {
background-position: 0 -68px;
}

.myspace a {
display:block;
width: 48px;
height:68px;
background: url(/images/bg/myspace2.jpg) 0 0 no-repeat;
text-decoration: none;
}
.myspace a:hover { 
background-position: 0 -68px;
}
.myspace a:active {
background-position: 0 -68px;
}
/*
#col_sideHome #zTable .tableHead, #col_sideHome table .tableHead, #col_side #zTable .tableHead, #col_side table .tableHead {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #252525;
}

#col_sideHome #zTable td, #col_sideHome table td, #col_side #zTable td, #col_side table td {
	font-size: 10px;
	padding: 2px 5px 2px 5px;
}

#col_sideHome .row1, #col_side .row1 { 
	background-color: #363636;
	border-bottom: 1px solid #464646;
}	

#col_sideHome .row2, #col_side .row2 {
	background-color: #363636;
	border-bottom: 1px solid #464646;
}
*/

/* Home Features */
#container_features {
	width: 578px;
	height: 210px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
}

.blockrow1 {
	width: 570px;
	height: 100px;
	margin: 0px;
	padding-bottom: 10px;
	border: 0px;
	
}

.blockrow2 {
	width: 570px;
	height: 105px;
	/*margin-top: 10px;*/
	padding: 0px;
	border: 0px;	
}

.block1, .block3 {
	margin-right: 2px;
	float: left;
}

.block2, .block4 {
	padding: 0px;
	float: right;
}

#container_jukebox {
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}

/* IF DIFFERENT THEN REST OF THE SITE */
/* GENERAL LAYOUT  */
/* Standard Two Column Layout */
/* Layout for when col_side is on RIGHTside and col_main is on LEFTside */
#col_sideHome {
	width: 380px; 
	float: right;
	color: #acacac;
}

#col_mainHome {
	width: 400px;
	float: left;
}

/* Main boxes - content container */
#container_contentHome {
	margin: 0px;
	padding: 55px 0px 20px 0px; 
	text-align: left;
}

/* Wrappers for side boxes - used for boxes that require borders around content containers (container_content & container_content2) */
/* Main Containers - Homepage */
#container_boxtopHome {
	background: url(/images/sectionheaders/h1_boxtopHome.gif)  top left no-repeat;
	width: 370px;
	padding-top: 10px;
	padding-left: 10px;
}

#container_boxbottomHome {
	background: url(/images/sectionheaders/h1_boxbottomHome.gif)  bottom left no-repeat;
	padding-bottom: 10px;
}

#container_boxbgHome {
	background: url(/images/sectionheaders/h1_boxbgHome.gif)  top left repeat-y; /* repeats the left & right border bg vertically */
}


