.left
{
	float:left;
}
.center
{
    margin-left:auto;
    margin-right:auto;
	
}
.right
{
	float:right;
}
.border
{
	padding: 9px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.border h3       
{

}
.half
{
	width: 460px;
}
.half.border
{
    width: 440px;
}
.third
{
	width: 300px;
}
.third.border
{
    width: 280px;
}
.twoThirds
{
	width: 620px;
}
.twoThirds.border
{
    width: 600px;
}
.clear
{
	clear: both;
}
.container
{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
.container h2
{
    font-size:1.4em;
    text-transform:uppercase;
}
.container h3 
{
    font-size:1.4em;
	margin-bottom: .25em;
}
.container h4
{
	margin-top:.5em;
	margin-bottom:0em;
	padding:0px;
	letter-spacing:2px;
}
.containerExtras
{
	width:40%;
	float:right;
	padding-left:20px;
	margin-bottom:15px;
}
.mediumAd, .smallAd
{
    background-color:#b7c6fe;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}
.mediumAd {height:200px;}
.smallAd {height:100px;}

.adBlock
{
    display:block;
    clear:both;
}

.adBlock.right, .adBlock.left {
	margin-bottom:10px;
    margin-right:auto;
    margin-left:auto;
}

.fadeUp
{
    background-color:#ffffff;
    background-image:url('/App_Themes/Common/Images/int-bg-fadeUp.gif');
    background-position:bottom;
    background-repeat:repeat-x;
	z-index: 1000000;
	position: relative;
}
.fadeDown
{
    background-color:#ffffff;
    background-image:url('/App_Themes/Common/Images/int-bg-fadeDown.gif');
    background-position:top;
    background-repeat:repeat-x;
}
.twoThirds .divider, .third .divider
{
    background-position:center bottom;
    padding-bottom:10px;
    background-repeat:no-repeat;
}
.twoThirds .divider
{
    background-image:url('/App_Themes/Common/Images/int-twothirds-divider.jpg');
}
.third .divider
{
    background-image:url('/App_Themes/Common/Images/int-third-divider.gif');
    _border-bottom:1px solid #dfdfdf;
}

a.more
{
    font-weight:bold;
    display:block;
    text-align:right;
}
a.rss
{
    background-image:url(/App_Themes/Common/Images/rss-icon.gif);
    background-repeat:no-repeat;
    background-position:top right;
    padding-right: 17px;
}
.preloader
{
	background-image:url(/App_Themes/Common/Images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.controlButton
{
	background-color: #eee;
	border: 1px solid #ddd;
	color: #999;
	cursor:pointer;
	display:inline-block;
	font-size: 1.5em;
	font-weight:bold;
	padding:2px 5px;
	text-align:center;
	width:auto;
}
#follow {
	position: absolute; 
	top: 0px; 
	right: 14px; 
	height: 115px; 
	width: 140px; 
	padding: 15px; 
	background-color: #132237;
}
#follow h3 {
	color: #FFF;
	text-align:center;
	margin-bottom: 15px;
	font-size: 1.2em;
}
#follow img {
	float: left;
	padding: 5px 2px;
	clear: both;
}
#follow p {
	margin: 7px 2px;
	float: left;
}
#follow a { color: #CCCCCC }
#follow a:hover { color: #FFFFFF }