@charset "utf-8";
/* CSS Document */

	body{
		margin: 0px auto;
		text-align: center;
		background: #989898;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #666666;
	}
	
	p, h1, h2, h3{
		margin: 0;
	}
	
	#upperWrapper{
		width: 100%;
		background: #e9e9e9 url(images/body_bg_x.jpg) top left repeat-x;
		margin: 0;
		padding-bottom: 10px;
	}
	
	#container{
		width: 912px;
		margin: 0px auto;
	}
	
		#header{
			height: 107px;
		}
		
						
			#header img{
				border: 0;
			}
		
			#header #nav{
				width: 545px;
				height: 101px;
				float: right;
				margin-right: 5px;
			}
			
			#header #logo{
				float: left;
				margin-left: 10px;
			}
			
		#leaderboard{
			width: 912px;
			height: 243px;
			background: url(images/leaderboard_bg.jpg) no-repeat;
			color: #FFFFFF;
			position: relative;
			text-align: left;
		}
		
		#leaderboard.pageTitle{
			width: 912px;
			height: 149px;
			background: url(images/page_title_bg.jpg) no-repeat;
		}
		
			#leaderboard .headline{
				font-size: 37px;
				padding: 20px 500px 0 40px;
				line-height: 44px;
			}
			
			#leaderboard.pageTitle .headline{
				padding: 45px 400px 0 40px;
			}
			
			.highlight{
				color: #8def78;
			}
			
			#leaderboard #blurb{
				width: 480px;
				font-family: Lucida Sans Unicode, Helvetica, sans-serif;
				padding: 20px 0 0 43px;
			}
			
			a#signUp{
				display: block;
				position: absolute;
				font-size: 54px;
				font-weight: bold;
				color: #FFFFFF;
				text-align: center;
				text-decoration: none;
				left: 570px;
				top: 147px;
				width: 275px;
			}
			
		#content{
			width: 845px;
			background: #FFFFFF url(images/content_bg_y.jpg) repeat-y;
			margin: 20px auto;
			text-align: left;
			font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
		}
		
			#content #top{
				width: 845px;
				height: 9px;
				background: url(images/content_top.jpg) top no-repeat;
			}
			
			#content #bottom{
				width: 845px;
				height: 9px;
				background: url(images/content_bottom.jpg) bottom no-repeat;
			}
			
			#content #innerPadding{
				width: 815px;
				padding: 0 15px;
			}
			
			#content .twoColumnWide{
				background: url(images/twoColumnWide_bg_y.jpg) repeat-y;
				border-bottom: 1px solid #e9e9e9;
				padding-bottom: 10px;
			}
			
			#content .twoColumnSplit{
				background: url(images/twoColumnSplit_bg_y.jpg) repeat-y;
				border-bottom: 1px solid #e9e9e9;
				border: solid 1px red;
			}
			
			#content .twoColumnWideNoBorder{
				background: url(images/twoColumnWide_bg_y.jpg) repeat-y;
				padding-bottom: 10px;
			}

			#content .twoColumnContactPage{
			}

			#content .twoColumnContactPage #leftColumn{
				width: 250px;
				padding-right: 17px;
				padding-left:10px;
				float: left;
				text-align: left;
			}

			#content .twoColumnContactPage #rightColumn{
				width: 520px;
				padding-right: 17px;
				float: left;
				text-align: right;
			}

			#content .twoColumnAffiliates{
			}

			#content .twoColumnAffiliates #leftColumn{
				width: 600px;
				padding-right: 17px;
				padding-left:10px;
				float: left;
				text-align: left;
			}

			#content .twoColumnAffiliates #rightColumn{
				width: 170px;
				padding-right: 17px;
				float: left;
				text-align: right;
			}

			#contactInfo
			{
			    width:300px;
				border-bottom: 1px solid #e9e9e9;
			}

			#communityInfo
			{
			    width:300px;
				padding: 5px 0px 10px 12px;
			}

			#contactInfoLeft
			{
			    width:105px;
				padding: 5px 0px 10px 12px;
				float:left;
				border:solid 0px red;
			}

			#contactInfoRight
			{
			    width:165px;
				padding: 5px 5px 10px 5px;
				float:right;
				border:solid 0px blue;
			}

			#content h1{
				padding: 10px 0 5px 0;
				font-size: 20px;
				font-weight: bold;
				color: #4984bc;
			}
			
			#content h2{
				padding: 8px 0 3px 0;
				font-size: 16px;
				font-weight: bold;
				color: #4984bc;
			}
			
			#content h2.Phone{
				padding: 8px 0 3px 0;
				font-size: 16px;
				font-weight: bold;
				color: #009E25;
			}

			#content h3{
				padding: 8px 0 3px 0;
				font-size: 14px;
				font-weight: bold;
				color: #83b5e4;
			}
			
			#content p{
				padding: 8px 0;
			}
			
			#content a{
				color: #83b5e4;
				font-weight: bold;
			}
			
			#content a:hover{
				color: #88ccf0;
			}
			
			#content #leftColumn{
				width: 495px;
				padding-right: 17px;
				float: left;
			}
			
			#content .twoColumnSplit #leftColumn{
				width: 390px;
				padding-right: 17px;
				float: left;
				text-align: right;
			}
			
				#content #leftColumn ul{
					margin: 10px;
					padding: 0;
					list-style-image: url(images/li_arrow.jpg);
				}
				
				#content #leftColumn ul li{
					margin: 3px 0 3px 20px;
				}
			
				#content #communityInfo ul{
					margin: 5px;
					/*list-style-image: url(images/li_arrow.jpg);*/
					list-style-type:none;
				}
				
				#content #communityInfo ul li{
					margin: 3px 0 3px 20px;
					padding: 3px;
				}

			#content #rightColumn{
				width: 285px;
				padding-left: 15px;
				float: left;
			}
			
			#content #rightColumnNoPadding{
				width: 300px;
				padding-left: 0px;
				float: left;
			}

			#content .twoColumnSplit #rightColumn{
				width: 390px;
				padding-left: 15px;
				float: left;
			}
			
				#content ul.blogFeed{
					list-style-type: none;
					margin: 10px 0;
					padding: 0;
				}
				
					#content ul.blogFeed li{
						margin: 15px 0;
					}
					
					#content ul.blogFeed li p{
						padding: 0;
					}
					
			#content ul.noIndent{
					list-style-type: none;
					margin: 10px 0;
					padding: 0;
				}
				
					#content ul.noIndent li{
						margin: 15px 0;
					}
					
			#features{
				width: 500px;
				margin: 0px auto;
				margin-top: 10px;
			}
			
			#features td{
				padding: 5px 10px;
				vertical-align: top;
			}
			
			#features p{
				padding-top: 5px;
			}
			
	#footer{
		width: 100%;
		height: 84px;
		background: #989898 url(images/footer_bg_x.jpg) top repeat-x;
		color: #FFFFFF;
		font-weight: bold;
	}
	
		#footer #navigation{
			padding-top: 10px;
		}
	
			#footer #navigation a{
				color: #FFFFFF;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: bold;
			}
			
			#footer #navigation a:hover{
				text-decoration: underline;
			}
		
		#footer #copyright{
			padding-top: 20px;
			font-size: 11px;
		}
		
			#footer #copyright a{
				color: #bedffe;
				text-decoration: none;
			}
					
			#footer #copyright a:hover{
				text-decoration: underline;
			}
					
	.left{
		float: left;
	}
	
	.right{
		float: right;
	}
	
	.justify{
		text-align: justify;
	}
	
	.hr{
		width: 815px;
		height: 1px;
		background: url(images/hr.jpg) top no-repeat; 
		margin: 0;
		padding: 0;
	}
	
	.clearfix{
		clear: both;
	}
	
	.BlogArchive{
        float:right;
        width:160px;
        color:#000000;
        padding:5px 2px 0px 3px;
        text-align:left;
        margin:0px;
    }

    p.BlogArchiveHeader{
        font-size:14px;
        font-weight:bold;
        color:#000000;
        padding:0px;
    }

hr.BlogSeparator
{
    border:none;
    border-top:dotted 2px #808080;
    width:580px;
}

p.BlogTitle
{
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
    padding-bottom:3px;
}

a.BlogTitle
{
    font-size:18px;
    font-weight:bold;
    margin-top:10px;
    padding-bottom:3px;
}

p.BlogDate
{
    font-size:12px;
    font-weight:normal;
    margin-left:0px;
}

p.BlogDescription
{
    font-size:14px;
    margin-bottom:0px;
    margin-top:5px;
}

p.BlogCommentTitle
{
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
    padding-bottom:10px;
}

p.BlogCommentHeader
{
    background-color:#F6F6F6;
    font-size:12px;
    font-weight:bold;
    margin-bottom:0px;
    margin-top:0px;
    border-bottom:solid 1px #DDDDDD;
    padding-left:3px;
    padding-bottom:2px;
    padding-top:0px;
    width:600px;
}

p.BlogCommentText
{
    font-size:12px;
    padding:-3px 2px 15px 5px;
    margin-top:2px;
    margin-bottom:15px;
    margin-left:5px;
}

p.BlogCommentCount
{
    font-size:11px;
    padding:5px 2px 15px 3px;
    text-align:right;
}

.FeatureSubHeader
{
    color:#4A82BB;
    font-size:16px;
    padding: 10px 10px 20px 0px;
}

.FeatureTable
{
    vertical-align:top;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    border-width:1px;
    border-color:Black;
}

.FeatureName
{
    font-size:16px;
    font-weight:bold;
}

.FeatureText
{
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
    line-height:14px;
    width:45%;
    empty-cells:show;
}

.PremiumServiceName
{
    font-size:14pt;
    font-weight:bold;
}

.PremiumServiceText
{
    font-size:10pt;
    padding-top:10px;
    padding-bottom:10px;
    empty-cells:show;
    width:700px;
}

.PremiumServicePrice
{
    color:#4A82BB;
    font-size:10pt;
    padding-top:10px;
    padding-bottom:20px;
    empty-cells:show;
}

#SignUpFormNoHome 
{
    width:700px; padding:20px 5px 5px 3px; margin: 0px auto;
}

.SignUpTitle {font-size: 15pt; font-weight:bold; color:#35349C;}

.Label {
  float: left;
  width: 160px;
  text-align: left;
  font-weight:bold;
  white-space:nowrap;
  padding-right:3px;
}

div.FormRow {
  clear: both;
  padding-top: 5px;
  vertical-align:middle;
}

div.FormRow span.Label {
  float: left;
  width: 120px;
  text-align: left;
  font-weight:bold;
  white-space:nowrap;
  padding-right:3px;
}

div.FormRow span.Field {
  float: right;
  width: 330px;
  text-align: left;
}

.FormErrorRow {
  clear: both;
  padding-top: 10px;
  vertical-align:middle;
  text-align:left;
  color:Red;
  font-weight:bold;
}

div.FormButtonRow {
  clear: both;
  padding-top: 10px;
  vertical-align:middle;
  text-align:center;
}

#ErrorMessageBox {
	background-color: #FBE3E4;
	border: 1px solid #FBC2C4;
	padding: 7px;
	color: #D12F19;
	width:795px;
	margin-bottom:15px;
	text-align:center;
}

#SuccessMessageBox {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	padding: 7px;
	color: #529214;
	width:795px;
	margin-bottom:15px;
	text-align:center;
}

.AffiliateContainer
{
    padding-bottom:40px;
}

.AffiliateHeader 
{
    font-size: 11px;
    text-align:right;
    width:100%;
}

.AffiliateCreative
{
    width:810px;
    margin-top:15px;
}

.AffiliateCreativeDropDown
{
    float:left;
    width:480px;
}

.AffiliateCreativeHTML
{
    width:320px;
    float:right;
    text-align:left;
    margin-top:30px;
}

.AffiliateStatsTable
{
    font-size:11px;
    padding:3px 0px 3px 0px;
}

.AffiliateItemRow
{
    background-color:#FFFFFF;
}

.AffiliateAltItemRow
{
    background-color:#E9E9E9;
}

.AffiliateTableLeft
{
    float:left;
    width:250px;
    /*border:solid 2px #E9E9E9;*/
    margin-top:10px;
    margin-left:-3px;
}

.AffiliateTableRight
{
    float:right;
    width:520px;
    /*border:solid 2px #E9E9E9;*/
    margin-top:10px;
}
