/**********************************************************************************************************************/
/*--------------------==========// Main Content Styling //==========--------------------*/

/* Import SytleSheet for Commenting system */
	
/* --------------------------------------- */

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	padding:0px;
	
}
.SiteContainer
{
	background:url(/themes/images/mainbg.gif) repeat-y;
	width: 1065px;
	margin: 0px auto;
	padding: 0px;

}
.MainContent
{
	width: 980px;
	margin:0 auto;

}
.LH_Border
{
	background:url(/themes/images/left_side.gif) repeat-y;
	width: 44px;
	height:100%;
	float:left;
}
.RH_Border
{
	background:url(/themes/images/right_side.gif) repeat-y;
	width: 40px;
	height:100%;
	float:left;
}
.BTM_Border
{
	background:url(/themes/images/bottomBG.gif) repeat-x;
	width: 984px;
	height:10px;
	margin:0 auto;
}
.contentCtn
{
	width:745px; 
	float:left;
	margin:15px 10px 0px 25px;
}
/* fun text sms in members page */
.contentCtn .maincontainer{
	width:740px;
	height:auto;
	text-align:center;
}

.contentCtn .txtfuncontainer{
	width:225px;
	height:230px;
	float:left;
	border:1px solid #c0c0c0;
	text-align:center;
	margin:5px 8px;
	font-size:10px;
}
.txt_img_container{
	height:115px;
}

.subscribe_container{
	text-align:center;
	margin-right:5px;
	margin-left:5px;
}

.contentCtnNoAds
{
	width:945px; 
	float:left;
	margin:15px 10px 0px 25px;
}
.contentCtnSm
{
	width:600px; 
	float:left;
	margin:15px 10px 0px 25px;
}
.sideBar
{
	width:180px; 
	float:right; 
	display:inline;
	text-align:center;
	margin: 0 auto;
}
.sideBarLrg
{
	width:330px; 
	display: inline;
	float:right; 
	padding:0;
	margin:15px 0;
}
.HeaderCtn
{
	width:980px; 
	height:109px; 
	background-image:URL(/themes/images/top_header_bg2.gif);
	margin: 0 auto;
}
.Logo
{
	width:980px; 
	height:67px; 
	/*background:URL(/themes/images/top_logo.gif) no-repeat; 
	background-position:left;*/
}
.Logo .LogoImg
{
	float:left; 
	width:270px; 
	height:67px;
}
.Logo .signupLogin
{
	font-size: 12px;
	float:right;
	margin: 0px 15px 0px 0px;
}
.Logo .signupLogin a
{
	color:#f68b3d;
}
.navBar
{
	float:left;
}
#navBarElements {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}
#navBarElements li {
	
	padding:0px 10px 0px 10px;
	margin:15px auto 0px auto;
	float:left; 
	text-align:center; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	height:25px;
	border-right:2px #d7d7d7 solid; 
}
#navBarElements a {
	text-align:center; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	display:block;
	margin:auto;
}
#navBarElements a:hover, #navBarElements li.currentPage a {
	border-bottom:4px #3b5998 solid;
	color: #3b5998;
}
/* BASIC PAGE STYLES */
* { margin: 0; padding: 0; }
/* Style the menu and position list items */
ul.mainMenu {
	position: relative;
	height: 35px;
	padding: 0 8px;
		clear: both;
}
ul.mainMenu li { 
 list-style: none; 
padding:0px 10px 0px 10px;
	margin:5px auto 0px auto;
	float:left; 
	text-align:center; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	height:25px;
	border-right:2px #d7d7d7 solid;
}

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 19px;
	padding: 8px 12px;

text-align:center; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	display:block;
	margin:auto;
	
	}
ul.mainMenu li a:hover {
	border-bottom:4px #3b5998 solid;
	color: #3b5998;
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul { display: block; }

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	top: 35px;
	left: 8px;
	padding-top: 5px;
	background: #fdfdfd;
	display: none; /* Hide until parent list item is hovered on */
}
ul.mainMenu ul li { padding: 8px; border-right: dashed 1px #f4f4f4; }
ul.mainMenu ul li:last-child { border: 0; }
ul.mainMenu ul li.title {
	float: none; /* Remove parent float setting */
	padding: 6px 10px;
	border: 0; /* Remove parent border setting */
	border-bottom: dashed 1px #f4f4f4;
	font-size: 11px;
	font-weight: bold;
}
ul.mainMenu ul img { height: 64px; width: 64px; }
ul.mainMenu ul span { display: block; }
ul.mainMenu ul a {
	height: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #ebebeb;
	background: #fff;
}
ul.mainMenu ul a:hover { background: #f4f7fa; }
ul.mainMenu ul a img { opacity: .7; border: 0; }
ul.mainMenu ul a:hover img { opacity: 1; }

/* When hovering over a list item link show the more info div */
ul.mainMenu ul a:hover span.moreinfo { display: block; }

/* Position and style the more info div */
ul.mainMenu ul span.moreinfo {
	display: none;
	width: 275px;
	position: absolute;
	bottom: -25px;
	left: 12px;
	padding: 6px 10px;
	background: #fff;
	text-align: left;
	font-weight: normal;
}

/* Rounded corners */
ul.mainMenu { -webkit-border-radius: 6px; -moz-border-radius: 6px; }
ul.mainMenu ul { 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
div.wrapper,
ul.mainMenu ul a { -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; }
        
.subNav
{
	width:980px;
	height: 25px;
	margin: 0 auto;
	border-bottom:1px #d7d7d7 solid; 
}        
.subNav div
{
	font-size:12px;
	float:left;
	font-weight:bold;
	padding-left:25px;
	padding-top:3px;
	margin:2px 0px 0px 10px;
	color:#000000;
	text-align:left;
}       
.subNav a
{
	font-size:12px;
	color:#000000;
	text-decoration:none;
} 
.subNav .currentPage
{
	color: #3b5998;    
} 
.subNav .currentPage a
{
	color: #3b5998;    
}      
.searchBar
{
	float:right; 
	margin:10px 10px 0px 0px;
	color:#666666;
}      
.siteText
{
	font-size:12px; 
	color:#646464;
	text-align:left;
}
.Footer
{
	width:980px;
	margin: 10px auto 0 auto;
	font-size:12px;
	color:#666666;
	text-align:center;
}
.Footer a
{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	margin:0px 3px 0px 3px;
}
.FooterCopy
{
	margin:10px 0px 0px 0px;
}
.FreeContentCtn
{
	width:980px;
	/*height:85px;*/
	border-top:2px #d7d7d7 solid; 
	text-align:left;
	margin:0 auto;
}
.FreeContent
{
	margin:15px 0px 0px 0px;
}
.FreeContentLHS
{
	float:left;
	width:405px;
	font-weight:bold;
	font-size:14px;
	color:#404040;
}
.FreeContentLHS a
{
	float:left; 
	width:100px;
}
.FreeContentRHS
{
	float:left;
	font-weight:bold;
	font-size:14px;
	color:#404040;
}
.FreeContentLinks{
	float:left;
	width:102px;
	font-size:11px;
}
.FreeContentLinksCtn{
	margin-left:30px;
	font-weight:bold;
	font-size:13px;
	color:#404040;
}
.FreeContentLinksCtn div a
{
	margin:2px 2px 2px 2px; 
	color:#666666; 
	font-size:11px;
	text-decoration:none;
	display:block;
	font-weight:normal;
	text-align:left;
}

.clearInline
{
	clear:both;
}

.FAQLinks a
{
	color: #4e4e4e;
	font-size:12px;
}
.disclaimer
{
	border:1px #d7d7d7 solid; 
	height: 150px;
	background-color:#fafafa;
}
.disclaimerHdr
{
	margin:7px 0px 0px 7px; 
	color:#6a6a6a;
	font-weight: bold;
}
.disclaimerText
{
	font-size: 12px;
	color:#646464;
	margin:7px 0px 0px 7px; 
}

.orangeLine
{
	width:98%; 
	height: 4px; 
	background-color: #3b5998;
}
.spacer30
{
	height:30px;
}

/******* Play Button Overlay with Transparency *******/
.olTransCtn
{
	width:170px; 
	height:170px;
	margin:0px;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.TransRect
{
	width:100%;
	height:35px;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
	background-color:#000000;
	position:relative;
	top:120px;
}
.TransPlay
{
	position:relative;
	top:92px;
	left:5px;
	text-align:left;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#f0841f !important; /* reCaptcha widget background color */
 }
 
 #recaptcha_table {
   border-color: #000000 !important; /*reCaptcha widget border color */
}
 
 #recaptcha_response_field {
   border-color: #ffffff !important; /* Text input field border color */
   background-color:#c0c0c0 !important; /* Text input field background color */
 }

/*****************************************************/

	

/******* About Us Styling *******/
.aboutus h1
{
	font-size:20px;
	color:#3b5998;
}
.aboutHdr
{
	font-size:16px;
	color: #646464;
	font-weight:bold;
}

/********************************/

/* OPPC Confirm Header */
.confirm h1
{
	font-size:20px;
	color:#3b5998;
}
/***********************/

/* FAQ Styling */
.FAQ h1
{
	font-size:20px;
	color:#3b5998;
}
.boldText
{
	font-weight:bold;
}
/***************/
#validating
{
	display:none;
}
/* BASIC PAGE STYLES */
* 
/* Style the menu and position list items */
div.wrapper {
float:left;
}
ul.mainMenu {
	position: relative;
	height: 35px;
	padding: 0 8px;
	clear: both;
	
	list-style: none;
	margin: 0;
	float:left;
}
ul.mainMenu li { float: left; list-style: none; 
	padding:2px 10px 0px 10px;
	margin:1px auto 0px auto;
	text-align:center; 
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	height:32px;
	border-right:2px #d7d7d7 solid; 
}

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 19px;
	padding: 8px 12px;
	text-decoration: none;
	color: #666;
}
ul.mainMenu li a:hover {
	color: #222;
	
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul { display: block; }

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	border-style:solid;
	border-color:#cccccc;
	top: 35px;
	left: 8px;
	padding-top: 5px;
	background: #f5f5f5;
	display: none; /* Hide until parent list item is hovered on */
}
ul.mainMenu ul li { padding: 1px; border-right: dashed 1px #f4f4f4; }
ul.mainMenu ul li:last-child { border: 0; }
ul.mainMenu ul li.title {
	float: none; /* Remove parent float setting */
	padding: 6px 10px;
	border: 0; /* Remove parent border setting */
	border-bottom: dashed 1px #f4f4f4;
	font-size: 11px;
	font-weight: bold;
}
ul.mainMenu ul img { height: 64px; width: 64px; }
ul.mainMenu ul span { display: block; }
ul.mainMenu ul a {
	height: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #ebebeb;
	background: #fff;
}
ul.mainMenu ul a:hover { background: #ffffff; }
ul.mainMenu ul a img { opacity: .7; border: 0; }
ul.mainMenu ul a:hover img { opacity: 1; }

/* When hovering over a list item link show the more info div */
ul.mainMenu ul a:hover span.moreinfo { display: block; }

/* Position and style the more info div */
ul.mainMenu ul span.moreinfo {
	display: none;
	width: 275px;
	position: absolute;
	bottom: -25px;
	left: 12px;
	padding: 6px 10px;
	background: #fff;
	text-align: left;
	font-weight: normal;
}

/* Rounded corners */
ul.mainMenu { -webkit-border-radius: 6px; -moz-border-radius: 6px; }
ul.mainMenu ul { 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
div.wrapper,
ul.mainMenu ul a { -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; }