﻿/******************************************************************************************

		MAIN CONTAINERS AND COLUMNS
		
   *****************************************************************************************/
#mainContainer
{
	clear: both;
	width:100%;
	padding: 0px 0px 0px 0px;
}

.twoColumnRightSmall
{
	float: right;
	width: 220px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}

.twoColumnRightLarge
{
	float: left;
	width:720px;
	padding: 0px 0px 0px 0px;
}

.twoColumnLeftLarge
{
	float: left;
	clear: left;
	width: 700px;
	padding: 0px 0px 0px 0px;
}

.twoColumnLeftSmall
{
	float: left;
	clear: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
}

.splitColumnLeft
{
	width:460px;
	float: left;

}

.splitColumnRight
{
	width:460px;
	float: right;

}

.threeColumnLeft
{
	float: left;
	clear: left;
	width: 220px;
	overflow:hidden;
}

.threeColumnMiddle
{
	float: left;
	width: 480px;
	overflow:hidden;
}

.threeColumnRight
{
	float: right;
	width: 240px;
	overflow:hidden;
}

.oneBigColumn
{
	width:100%;
}

#leftAsThree
{
	width: 200px;
}

#rightAsThree
{
	width: 719px;
}

#siteCon
{
	background: #FFFFFF;
	width: 940px;
	margin: 0 auto;
	height:auto !important;
	position: relative;
}


#footerCon
{
	width:100%;
	clear:both;
	padding:0px 0px 10px 0px;
	cursor:default;
}

#footerCon .divider
{
	height:40px;
	background:none;
	border-bottom:1px solid #C9C9C9 ;
}

#footerCon a
{
	text-decoration:none;	
	/*margin: 0px 10px 0px 0px;*/
	margin: 0px 0px 0px 0px;
}

#footerCon a.backcheck
{
	margin:0px 2px 0px 0px;
	padding: 0px;	
}


#footerContent
{
	padding: 10px 0px 0px 0px;
}

.footerCopyRight
{
	float:right;
	display:block;
	cursor:text;
}

.footerCopyLeft
{
	float:left;
	display:block;
	/*width:490px;*/
	cursor:text;
	
}
.footerCopyLeft a
{
	padding:0px;
	margin:0px;	
}

.footerCopyLeft img
{
	display:inline-block;
}

.footerLinks
{
	float:right;
	margin: 0px 0px 0px 20px;
}

#bestViewedWith
{
	float:right;
	display:none;
	position:relative;
	line-height:14px;
}

#bestViewedWith .content
{
	float:right;
	/*text-align:center;*/
}
