/*-------------------------------------------------------*/
/* LandingPage specific styles                          */
/*-----------------------------------------------------*/

/* note: full content+rightpanel width is 764 */

.main-content-area
{

	}
.landingpagelayout
{
}
.landing-page-intro
{
	width:500px;
}

.landing-column-wrapper
{
	width:534px;
	clear:both;
	}

.landing-column-wrapper-blue
{
	background-color:#c3ebfa;
		width:534px;
	clear:both;
	}

.landing-plain-column 
{
	float: left;
	width: 237px;
	padding:15px;
	background-color:transparent;
}

.landing-blue-column 
{
	float: left;
	width: 237px;
	padding:15px;
	background-color:#c3ebfa;
}
.landing-plain-column-horiz
{
	padding:15px;
	background-color:transparent;
}

.landing-blue-column-horiz
{
	padding:15px;
	background-color:#c3ebfa;
}
.landing-blue-fullwidth
{
	padding:15px;
	clear:both;
	background-color:#c3ebfa;
}

h2.boxtop
{
	font-size:18px !important;
	color:#052462 !important;
	line-height:18px;
	}
h2.membersection
{
	font-size:14px !important;
	color:#424f55 !important;
	line-height:16px;
	display: block;
	background: url(images/greyarrowonblue.gif) left 2px no-repeat;
	padding-top:4px;
	padding-left: 28px;
	min-height:25px;
	}
h2.membersection.loggedin
{
	background: url(images/bluearrowonwhite.gif) left 2px no-repeat;
	}
	
h2.publicsection
{
	font-size:14px !important;
	color:#008dc1 !important;
	line-height:16px;
	display: block;
	background: url(images/bluearrowonwhite.gif) left 2px no-repeat;
	padding-top:4px;
	padding-left: 28px;
	min-height:25px;
	}
h2.publicsection a
{
	color:#0097D0 !important;
	text-decoration:none;
}

h2.publicsection a:hover
{
	text-decoration:underline;
}

.joinnow
{
	width:207px;
	height:30px;
	margin:15px 15px 10px;
	text-align:center;
	display:block;
	overflow:hidden;
	text-indent:-2000px;
	background-image:url(images/buttons/join-now-wide.gif);
	background-position:0 0;
}
.joinnow:hover
{
	background-position:0 -30px;
	cursor:pointer;
	}

/*-------------------------------------------------------*/
/* style over-rides                                     */
/*-----------------------------------------------------*/
.main-top-nav {
	background-image:url(images/landingpageBG.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.intro
{
	margin-bottom:10px;
	}

