body {
	margin:0;
	color:#333;
	font:13px Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:980px;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#333;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#333;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
legend{
	display:none;
}
.wrap{
	width:100%;
}
.wrap:after{
	content:"";
	display:block;
	clear:both;
}


/* wrapper */
#wrapper{
	width:980px;
	margin:0 auto;
	padding-top:89px;
	position:relative;
}
/* logo */
.logo{
	margin:0;
	position:absolute;
	left:10px;
	top:13px;
	background: url(/images/logo.gif) no-repeat;
	width: 216px;
	height: 64px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
.logo a{
	display:block;
	height:100%;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:89px;
	padding:0 20px 0 0;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.header-nav{
	float:right;
	list-style:none;
	margin:0 -21px 0 0;
	padding:15px 0 12px;
	display:inline;
	position:relative;
}
.login .header-nav{
	display:inline;
}
.header-nav li{
	float:left;
	background: url(/images/separator02.gif) no-repeat 0 3px;
	padding:0 11px 0 15px;
}
.header-nav li:first-child{
	background:none;
	padding-left:0;
}
.login-box{
	float:right;
	background:#438320 url(/images/bg-login-box.gif) no-repeat 100% 0;
}
.login .login-box{
	display:none;
}
.login-box .find-form{
	float:left;
	width:157px;
	overflow:hidden;
	padding:5px 20px 0 0;
}
.login-box .find-form span{
	background: url(/images/bg-input.gif) no-repeat;
	width: 134px;
	height: 29px;
	overflow:hidden;
	float:left;
}
.login-box .find-form .text{
	padding:6px 5px;
	margin:0;
	border:0;
	background:none;
	width:124px;
}
.login-box .find-form .submit{
	float:left;
	background: url(/images/bg-submit.gif) no-repeat;
	width: 23px;
	height: 29px;
	padding:0;
	border:0;
	font-size:0;
	letter-spacing:-1000px;
	cursor:pointer;
}
.login-box .top-nav{
	float:left;
	list-style:none;
	margin:0;
	padding:13px 24px 0 3px;
}
.login-box .top-nav li{
	display:inline;
	padding-left:16px;
}
.login-box .top-nav a{
	color:#fff;
	font-weight:bold;
}
.login-box .join{
	float:left;
	background: url(/images/btn-join.gif) no-repeat;
	width: 63px;
	height: 37px;
	padding:5px 0 0 17px;
	font-size:22px;
	color:#fff;
	font-weight:bold;
}
#header .location-holder{
	width:100%;
	overflow:hidden;
	padding:21px 0 0;
}
#header .change{
	float:right;
	font-size:10px;
	color:#208697;
	padding:2px 18px 0 0;
	margin:5px 0 0 14px;
}
#header .location{
	float:right;
	font-size:18px;
}
/* main */
#main{
	width:100%;
	overflow:hidden;
	background: url(/images/bg-main-c.gif) repeat-y;
}
.main-top{
	background: url(/images/bg-main-t.gif) no-repeat;
}
.main-bottom{
	background: url(/images/bg-main-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:13px 0 0;
    display:block;
}
/* content */
#content{
	width:731px;
	float:right;
	padding:13px 10px 0px;
	overflow:hidden;
}
/* revised tabset styles*/

.tabset p {
	float:left;
	cursor:pointer;
    margin-left:2px;
    width:110px;
	font-size:16px;
	font-weight:normal;
	color:#165F6B;
    cursor:pointer;
}


/* p2h tabset styles*/

.tabset{
	/*list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;*/
}
.tabset li{
	float:left;
	padding-right:5px;
}
.tabset a{
	float:left;
    font-size:15px;
	font-weight:normal;
	color:#165F6B;
	/*background: url(/images/bg-tab-l.gif) no-repeat 0 -39px;*/
}
/*
.tabset a span{
	float:left;
	cursor:pointer;
	padding:9px 22px 9px 18px;
	font-size:16px;
	font-weight:normal;
	color:#165F6B;
	background: url(/images/bg-tab-r.gif) no-repeat 100% -39px;
}
.tabset .active{
	text-decoration:none;
	background-position:0 0;
}
.tabset .active span{
	background-position:100% 0;
}
*/
/* main-content */
.tab-content{
	height:1%;
	overflow:hidden;
	border:7px solid #e2e2e2;
	padding:6px 0px 3px 5px;
}
.tab-content img{
	display:block;
}
#content .main-promo{
	height:1%;
	position:relative;
	margin-bottom:25px;
}
#content .main-promo .text-box{
	position:absolute;
	width:480px;
	left:0;
	bottom:25px;
}
#content .main-promo .text-holder{
	background: url(/images/bg-text-box.png);
	height:1%;
	color:#ffffff;
	padding:14px 20px;
}
#content .main-promo .title{
	display:block;
	font-size:22px;
	font-weight:normal;
	padding-bottom:5px;
}
#content .main-promo .description{
	display:block;
}
#content .main-promo .promote{
	position:absolute;
	right:3px;
	bottom:-14px;
	font-size:10px;
	color:#65abb7;
}
#content .info-box{
	height:1%;
	overflow:hidden;
	margin:0 9px 5px 3px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
#content .info-box .image{
	float:right;
	padding:52px 37px 0 55px;
}
#content .info-box .text-box{
	height:1%;
	overflow:hidden;
	padding:0 0 0 3px;
}
#content .info-box h2{
	margin:0 0 3px;
	font-size:18px;
	color:#208697;
	font-weight:normal;
}
#content .info-box .date{
	display:block;
	color:#666;
	font-size:12px;
	margin:0 0 8px;
}
#content .info-box p{
	margin:0 0 16px;
	line-height:17px;
}
#content .info-box .more{
	display:block;
	line-height:25px;
}
#content .info-box .more a{
	color:#208697;
	
}
#content .info-box .more-blog{
	display:block;
	color:#208697;
	font-size:10px;
}
#content .content-box{
	width:712px;
	padding:0 9px 0 0;
	overflow:hidden;
	margin:-1px 0 0 -5px;
	position:relative;
}
#content .content-box .placeholder{
	float:right;
	padding-left:5px;
	overflow:hidden;
}
#content .content-box .holder-type{
	width:200px;
}
#content .content-box .text-box{
	height:1%;
	overflow:hidden;
}
#content .content-box .title{
	background:#208697;
	padding:2px 0 1px 11px;
	margin-bottom:13px;
	height:1%;
	overflow:hidden;
}
.content-box .title h2{
	margin:0 0 0px;
	font-size:18px;
	font-weight:normal;
	color:#fff;
}
#content .content-box .image{
	float:left;
	padding:2px 9px 0 0;
}
#content .content-box .text-holder{
	height:1%;
	overflow:hidden;
	font-size:12px;
}
.content-box .box{
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #d4dae8;
	padding:0 0 0px;
	margin:0 0 5px 10px;
}
.content-box .box-type{
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
.content-box .text-holder h2{
	margin:0;
	font-size:18px;
	color:#208697;
	font-weight:normal;
}
.content-box .text-holder .sub-title{
	display:block;
	margin-bottom:10px;
}
.content-box .text-holder .event{
	display:block;
    font-size:14px;
}
.content-box .text-holder .event-time{
	display:block;
	margin-bottom:9px;
}
.content-box .items-list{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.content-box .items-list li{
	float:left;
	padding-right:7px;
}
.content-box .items-list a{
	float:left;
	padding:0 0 3px 20px;
	font-size:12px;
	color:#438320;
}
.content-box .items-list .add,
.content-box .items-list .invite{
	background: url(/images/ico02.gif) no-repeat;
}
.content-box .items-list .calendar{
	background: url(/images/btn-calendar.gif) no-repeat;
}
.content-box .items-list .share{
	background: url(/images/ico03.gif) no-repeat;
}
.content-box .more-times{
	display:inline-block;
	background: url(/images/bg-more02.gif) no-repeat;
	width: 58px;
	height: 20px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 -7px;
}
#content .content-box .ad-box{
	border:1px solid #ffffff;
	margin-bottom:29px;
	width:198px;
	clear:both;
}
/* paging */
#content .paging{
	width:240px;
	margin:10px auto 0;
	list-style:none;
	padding:5px 53px 0 0;
	background: url(/images/bg-paging.gif) no-repeat;
	overflow:hidden;
	position:relative;
}
#content .paging li{
	float:left;
	padding-right:6px;
	font-size:10px;
}
#content .paging a{
	float:left;
	border:1px solid #bbb;
	padding:2px 4px 1px;
	line-height:13px;
}
#content .paging .more{
	border:0;
}
#content .paging a:hover{
	text-decoration:none;
	color:#fff;
	background:#666;
	border-color:#48433F;
}
#content .paging .more:hover{
	border:0;
	text-decoration:none;
	color:#333;
	background:none;
}
#content .paging span{
	float:left;
	border:1px solid #e3e3e3;
	padding:2px 5px 1px 4px;
	color:#e3e3e3;
}
#content .breadcrumbs{
	list-style:none;
	margin:0;
	padding:14px 0 0 5px;
	height:1%;
	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	background: url(/images/bullet02.gif) no-repeat 0 7px;
	padding:0 11px 0 22px;
	color:#f06a00;
	font-size:18px;
}
.breadcrumbs li:first-child{
	background:none;
	padding-left:0;
}
.breadcrumbs li a{
	float:left;
	color:#f06a00;
}
#content .found{
	display:block;
	padding:3px 0 10px 7px;
}
#content .ad-box02{
	border:1px solid #999;
	width:158px;
	margin:0 auto;
	clear:both;
}
.profile-box{
	padding:11px 0 0 ;
	height:1%;
	overflow:hidden;
}
.profile-box .heading-box{
	padding-bottom:21px;
}
.info-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 0 10px;
}
.profile-box .tabset a span{
	padding:10px 13px 8px 8px;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
}
.profile-box .tab-content{
	padding:27px 0 0 9px;
	min-height:1257px;
}
* html .profile-box .tab-content{
	height:1257px;
}
.profile-box .photo-box{
	float:left;
	width:106px;
}
.profile-box .photo-box .image{
	background: url(/images/bg-image.gif) no-repeat;
	width: 100px;
	height: 100px;
	overflow:hidden;
	padding:8px 0 0 6px;
}
.profile-box .photo-box .text-holder{
	padding:8px 0 0 5px;
}
.profile-box .photo-box a{
	color:#208697;
}
.profile-box .photo-box span{
	display:block;
}
.profile-box .personal-box{
	width:361px;
	float:left;
	padding:2px 0 0 15px;
}
.profile-box h2{
	margin:0 0 17px;
	font-size:18px;
	font-weight:normal;
	color:#208697;
}
.profile-box h3{
	margin:0 0 12px;
	font-size:16px;
	color:#f06a00;
}
.profile-box dl{
	margin:0;
	padding-bottom:11px;
}
.profile-box dl dt{
	float:left;
	font-weight:bold;
	width:98px;
	margin:0;
}
.profile-box dl dd{
	margin:0 0 18px;
}
.profile-box .subscribe{
	width:100%;
	overflow:hidden;
	padding-bottom:24px;
}
.profile-box .subscribe span{
	display:block;
}
.profile-box .personal-box .edit{
	float:right;
	background: url(/images/btn-edit.gif) no-repeat;
	width: 114px;
	height: 24px;
	text-indent:-9999px;
	overflow:hidden;
}
.profile-box .favorites-box{
	float:right;
	width:411px;
	padding:38px 0 0;
}
.profile-box p{
	margin:0 0 9px;
}
.favorites-table{
	border-collapse:collapse;
	padding:0;
	margin:0 6px 0 0;
}
.favorites-table thead td{
	font-weight:bold;
	border-bottom:1px solid #d4dae8;
}
.favorites-table thead .category{
	width:290px;
	padding:0 18px 6px 3px;
}
.favorites-table tbody .category{
	width:290px;
	padding:7px 18px 11px 3px;
}
.favorites-table thead .level{
	width:92px;
	padding-bottom:6px;
}
.favorites-table tbody .level{
	width:92px;
	padding:7px 0 11px;
}
.btn-holder{
	border-top:1px solid #d4dae8;
	padding:5px 7px 0 0;
	height:1%;
	overflow:hidden;
}
.btn-holder a{
	margin-left:2px;
	text-indent:-9999px;
	overflow:hidden;
	height: 24px;
	float:right;
}
.favorites-box .edit{
	background: url(/images/btn-edit02.gif) no-repeat;
	width: 113px;
}
.favorites-box .add{
	background: url(/images/btn-add02.gif) no-repeat;
	width: 123px;
}
/* sidebar */
#sidebar{
	width:201px;
	float:left;
	overflow:hidden;
	padding:10px 0 0;
}
.welcome{
	height:1%;
	overflow:hidden;
	padding:0 0 14px;
}
.welcome img{
	display:none;
}
.login .welcome img{
	float:left;
	padding-right:11px;
	display:block;
}
.welcome h2{
	margin:3px 0 0 3px;
	font-size:18px;
	color:#d02b78;
	font-weight:normal;
}
.welcome h2 span{;
}
.welcome .user{
	float:right;
	font-size:18px;
	color:#208697;
	margin:5px 31px 0 0;
	display:inline;
}
#sidebar .promo-title{
	padding:11px 0 4px 8px;
	background:#165f6b;
}
#sidebar .promo-title h2{
	margin:0;
	font-size:22px;
	color:#fff;
	font-weight:normal;
}
#sidebar .promo-c{
	background:#208697;
	padding:5px 10px 12px;
}
.login #sidebar .promo-c{
	display:none;
}
#sidebar .promo-list{
	list-style:none;
	margin:0;
	padding:0 0 4px;
}
#sidebar .promo-list li{
	background: url(/images/bullet.gif) no-repeat 0 8px;
	color:#fff;
	padding:0 0 0 9px;
	font-size:14px;
	line-height:22px;
}
#sidebar .promo-c .sign{
	margin:0 0 9px -6px;
	background: url(/images/btn-sign.gif) no-repeat;
	width: 194px;
	height: 37px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
#sidebar .promo-c .facebook{
	margin:0 auto;
	background: url(/images/btn-facebook.gif) no-repeat;
	width: 150px;
	height: 22px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
#sidebar .search-form{
	height:1%;
	overflow:hidden;
	padding:12px 0 0;
}
#sidebar .search-form .title-box{
	height:1%;
	overflow:hidden;
	padding:0 0 5px 2px;
}
#sidebar .search-form h3{
	float:left;
	margin:0;
	font-size:16px;
	line-height:20px;
	color:#f06a00;
}
#sidebar .search-form .title-box a{
	float:left;
	font-size:11px;
	color:#2d8d9d;
	margin:5px 0 0 6px;
	display:inline;
}
#sidebar .search-form .row{
	width:100%;
	overflow:hidden;
	padding-bottom:7px;
}
#sidebar .search-form .text-wrap{
	float:left;
	background: url(/images/bg-input02.gif) no-repeat;
	width: 168px;
	height: 29px;
	margin-right:5px;
    border:0px;
}
#sidebar .search-form .zip-code{
	background: url(/images/bg-input03.gif) no-repeat;
	width: 80px;
	height: 29px;
    border:0px;
}
#sidebar .search-form .text{
	margin:0;
	padding:5px 4px;
	border:0;
	background:none;
	width:160px;
	float:left;
}
#sidebar .search-form .zip-code .text{
	width:72px;
	padding:6px 4px;
}
#sidebar .search-form .image{
	float:left;
}
#sidebar .search-form .label{
	display:block;
	padding-bottom:2px;
}
#sidebar .search-form .choice-list{
	list-style:none;
	margin:0;
	padding:0 0 11px;
	height:1%;
	overflow:hidden;
}
.search-form .choice-list li{
	float:left;
}
.search-form .choice-list .radio{
	float:left;
	width:15px;
	height:15px;
	margin:1px 3px 0 1px;
	padding:0;
}
.search-form .choice-list label{
	float:left;
	margin:2px 7px 0 0;
	line-height:15px;
}
.search-form .category-list{
	list-style:none;
	margin:-5px 0 0;
	padding:0 0 8px 14px;
}
.search-form .category-list li{
	padding-bottom:1px;
	height:1%;
	overflow:hidden;
	vertical-align:middle;
}
.search-form .category-list .view{
	display:none;
}
.login .search-form .category-list .view{
	display:block;
}
.search-form .category-list .view a{
	font-size:10px;
	color:#57a4b1;
}
.search-form .category-list .calendar{
	float:right;
	background: url(/images/btn-calendar.gif) no-repeat;
	width: 20px;
	height: 19px;
	text-indent:-9999px;
	overflow:hidden;
	margin:2px 0 0 7px;
}
.search-form .category-list .text-holder{
	float:right;
	width:72px;
	height:15px;
	border:1px solid #999;
	margin-top:2px;
}
#sidebar .search-form .category-list .text{
	width:64px;
	font-size:12px;
	padding:0 4px;
}
#sidebar .search-form .log{
	text-align:center;
	color:#57a4b1;
	display:block;
	margin-bottom:20px;
}
.login #sidebar .search-form .log{
	display:none;
}
#sidebar .search-form .add,
#sidebar .search-form .publish{
	background: url(/images/btn-add.gif) no-repeat;
	width: 200px;
	height: 42px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin-bottom:14px;
}
#sidebar .search-form .publish{
	background: url(/images/btn-publish.gif) no-repeat;
	width: 201px;
	height: 67px;
}
#sidebar .placeholder{
	height:198px;
	border:1px solid #ccc;
	background:#0cf;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	background:#48433f;
	margin-top:0px;
    display:block;
}
.footer-holder{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:34px 0 10px;
}
.footer-nav{
	list-style:none;
	margin:0;
	padding:0 0 12px;
	font-size:12px;
}
.footer-nav li{
	display:inline;
	background: url(/images/separator.gif) no-repeat 0 3px;
	padding:0 6px 0 10px;
}
.footer-nav li:first-child{
	background:none;
	padding-left:0;
}
.footer-nav a{
	color:#fff;
}
.footer-nav span{
	color:#fff;
}
.footer-holder .social-box{
	width:379px;
	margin:0 auto 10px;
	overflow:hidden;
}
.footer-holder .social-box span{
	float:left;
	color:#fff;
	font-size:12px;
	padding:4px 18px 0 0;
}
.footer-holder .social-list{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	float:left;
}
.footer-holder .social-list li{
	float:left;
	padding-right:5px;
}
.footer-holder .social-list img{
	display:block;
}

/* Legacy Styles */

.clear {
    margin: 0;
    padding: 0;
    clear: both
}

.pagination {
    padding: 3px;
    text-align: right;
    margin-right: 18px;
}

.pagination span.disabled {
    border: 1px solid #D4DAE8;
    color: #ECEFF6;
    margin: 2px;
    font-size: 12px;
    padding: 2px 5px;
}

.pagination span.current {
    background-color: #666666;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2px;
    font-size: 13px;
    padding: 2px 5px;
}

.pagination a {
    border: 1px solid #AAAAAA;
    color: #666666;
    margin: 2px;
    padding: 2px 5px;
    font-size: 12px;
    text-decoration: none;
}

.marketing-content{
	min-height:400px;
	overflow:hidden;
	padding:25px 25px 25px 25px;
}

.bannerad {
    padding-top: 4px
}

.error {
    background:#DAF2FF url(/images/alert.png) no-repeat scroll 20px 20px;
    margin-top:70px;
    border:1px solid #006B97;
    color:#333333;
    margin-bottom:50px;
    padding:15px 10px 10px 70px;
}
label.form_label {
    font: italic 10pt arial, helvetica, sans-serif;
    color: #0A3D5A;
    display: block;
    text-align: left;
    margin-right:10px;
    
}
div.border {
    border: 1px solid #4e87ac;
    padding: 2px 5px 5px 5px
}
.left-link {
    padding: 0px;
    text-align: left;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.left-link a {
    border: 1px solid #AFC579;
    margin-top: 2px;
    padding: 0px 5px;
    font-size: 12px;
    text-decoration: none;
}
.right-link {
    padding: 0px 5px;
    text-align: right;
    margin-right: 15px;
    margin-top: 2px;
    margin-bottom: 0px;
}
.right-link a {
    border: 1px solid #AFC579;
    margin: 0px;
    padding: 2px 5px;
    font-size: 12px;
    text-decoration: none;
}
 .small_blue a{
	font-size:10px;
	color:#208697;
	padding:2px 2px 0 0;
	margin:5px 0 0 2px;
}
.bold_green a{
	font-size:14px;
    font-weight: bold;
	color:#438320;
	padding:2px 2px 0 0;
	margin:5px 0 0 2px;
}

