@charset "ISO-8859-1";
/* CSS Document */


body {
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #F5F6E8;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;	
}




.accesskeys
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -1000px;
	font-size: 0.1em;
	line-height: 1px;
	color: #039;
	
}


.outerwrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 986px;
	display: block;

	
}

/* hack for proper expansion of float wrapper */
.outerwrapper:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.innerwrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 980px;
	display: block;
	

	
}

/* hack for proper expansion of float wrapper */
.innerwrapper:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header
{
	margin: 0;
	padding: 0;
	float: left;
	height: 171px;
	width: 980px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;}
	
.bookmark {
margin: 20px 0 0 10px;
padding: 0;
float: left;

	
	}

.logo{
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	height: 171px;
	width: 200px;}

.slogan{
	
	margin: 29px 0 0 210px;
	padding: 0;
	float: left;
	height: 90px;
	width: 400px;}

.header_stripe{
	margin: 0;
	padding: 0;
	float: left;
	height: 15px;
	width: 100%;
	background-image: url(../images/header_stripe.png);
	background-repeat: repeat-x;}



/* BREADCRUMBS START */


ul#breadcrumbs
{
	display: block;
	padding: 0 0 0 0;
	margin: 15px 0 8px 180px;
	float: left;
	width: 800px;
	clear: both;
}

ul#breadcrumbs li
{
	display: block;
	float: left;
	font-weight: normal;
	font-size: 0.655em;
	margin: 0;
	padding: 0 5px 0 0;
	color: #563703;
	}
	
ul#breadcrumbs li.selected {
margin: 0;
padding: 0;
color: #8D8D87!important;}

ul#breadcrumbs li a.selected {
margin: 0;
padding: 0;
color: #8D8D87!important;}

ul#breadcrumbs li a, ul#breadcrumbs li a:link, ul#breadcrumbs li a:visited
{
	display: block;
	float: left;
	padding: 0 10px 0px 10px;
	margin: 0;
	text-decoration: underline;
	white-space: nowrap;
	font-weight: normal;
	color: #B8B708;}

ul#breadcrumbs li a.active{
color: #B8B708;
padding: 0 10px 0px 10px;
margin: 0;
text-decoration: underline;}


ul#breadcrumbs li a:hover{
    text-decoration: none;
	color: #666;
	padding: 0 10px 0px 10px;
	margin: 0;}



/* BREADCRUMBS ENDS */

/* LOGIN PAGE STARTS */

body.login {
	margin: 0 auto;
	padding: 0 0 0 0;
	background-color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	background-image: url(../images/login_body_bg.png);
	background-repeat: repeat-x;	
}

.login_header {
	margin: 0;
	padding: 0;
	float: left;
	height: 215px;
	width: 980px;
	background-image: url(../images/login_top.png);
	background-repeat: no-repeat;}

.login_lhs {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 400px;
	height: auto;
	min-height: 400px;
}

.holding_lhs {
	margin: 40px 0 0 10px;
	padding: 0;
	float: left;
	width: 400px;
	height: auto;
	min-height: 400px;
}


.holding_lhs ul {
	font-size: 0.755em;
	list-style-position: outside;
	margin: 0 0 15px 20px; padding: 0;
	clear: both;
}

.holding_lhs ul li {
	
    
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: circle;
}

.holding_lhs ul li a, .holding_lhs ul li a:link, .holding_lhs ul li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
}

.holding_lhs ul li a, .holding_lhs ul li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
}

.holding_lhs ul li a, .holding_lhs ul li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
}


.holding_lhs ol {
	font-size: 0.755em;
	list-style-position: outside;
	margin: 0 0 15px 20px; padding: 0;
	clear: both;
}

.holding_lhs ol li {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: decimal;
}

.holding_lhs ol li a, .holding_lhs ol li a:link, .holding_lhs ol li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
}

.holding_lhs ol li a, .holding_lhs ol li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
}

.holding_lhs ol li a, .holding_lhs ol li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
}








.go_btn {
margin: 15px 38px 0 0;
padding: 0;
float: right;
border: none;
}




.login_box{
	margin: 0;
	padding: 0;
	float: left;
	width: 359px;
	height: 205px;
	background-image: url(../images/login_box.png);
	background-repeat: no-repeat;
	position: relative;
	top: -20px;
}

.login_username input{
margin: 70px 0 0 37px;
padding: 0;
float: left;
width: 270px;
font-size: 1em;
border: none;
}

.login_password input{
margin: 18px 0 0 37px;
padding: 0;
float: left;
width: 270px;
font-size: 1em;
border: none;
}




.holding_rhs {
	margin: 40px 0 0 60px;
	padding: 0;
	float: left;
	width: 450px;
	height: auto;
	min-height: 400px;
}
.holding_rhs h1{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	clear: both;
	width: 450px;
	color: #654104;
	border-bottom: none!important;
	
}

.holding_rhs p{
	margin: 0 0 30px 0;
	padding: 0;
	color: #545252;
	font-size: 0.855em;
	line-height: 16pt;
}

.holding_rhs input{
	margin: 50px 0 0 0;
	padding: 0;
	border: none;
	float: right;
}











.login_rhs {
	margin: 90px 0 0 17px;
	padding: 0;
	float: left;
	width: 530px;
	height: auto;
	min-height: 400px;
	position: relative;
}
.login_rhs h1{
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	clear: both;
	width: 560px;
	color: #654104;
	border-bottom: none!important;
	
}

.login_rhs p{
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	font-size: 0.755em;
	line-height: 14pt;
}

.login_rhs input{
	margin: 50px 0 0 0;
	padding: 0;
	border: none;
	float: right;
}








.login_thumbs_wrapper {
	margin: 25px 0 0 0;
	padding: 0;
	width: 100%;
	height: 301px;
	clear: both;
	float: left;
	background-image: url(../images/login_footer_bg.png);
	background-repeat: repeat-x;	
}

.login_thumbs {
	margin: 0 auto;
	padding: 0;
	
	width: 980px;
	height: 301px;
	
	
	background-image: url(../images/login_footer.png);
	background-repeat: no-repeat;	
}


.login_footer {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #ACAB11;
	width: 100%;
	clear: both;
	float: left;
	
}

.login_footer_inner{
	margin: 0 auto;
	padding: 0;
	background-color: #ACAB11;
	height: 159px;
	width: 980px;

	
}


/* LOGIN PAGE ENDS */



.lhs_col {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 154px;
	height: auto;
}

.mid_col {
	margin: 0 0 0 9px;
	padding: 0;
	float: left;
	width: 660px;
	height: auto;
	min-height: 450px;
}

.rhs_col {
	margin: 0 0 0 17px;
	padding: 0;
	float: left;
	width: 125px;
	height: auto;
	
}



.content {
margin: 10px 10px 0 10px;
padding: 0 0 0 0;
float: left;
height: auto;
}

.content_lhs_col {
width: 330px;
margin: 10px 0 0 0;
padding: 0;
float: left;
min-height: 220px;
}


.content_rhs_col {
width: 320px;
margin: 10px 0 0 0;
padding: 0;
float: left;
min-height: 220px;

}


.content_full_col {
width: 640px;
margin: 10px 0 0 0;
padding: 0;
float: left;
min-height: 140px;
}



.content_lhs_inner_col {
width: 300px;
margin: 10px 0 0 0;
padding: 0;
float: left;
min-height: 220px;

}

.content_rhs_inner_col {
width: 300px;
margin: 10px 0 0 0;
padding: 0;
float: left;
min-height: 220px;

}



.member_thumb {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 66px;
	height: 66px;
	background-image: url(../images/card_details_thumb.png);
	background-repeat: no-repeat;
}

.member_thumb img{
	margin: 0 auto;
	padding: 6px 0 0 0;
	border: none;
	display: block;
	width: 50px;
	height: 50px;
}



.member_details {
margin: 0;
padding: 0;
float: left;
width: 220px;
}

.member_details p{
margin: 0;
padding: 0;
font-size: 0.7em;
line-height: 12pt;
}

.full_card {
	margin: 0;
	padding: 7px 0 0 6px;
	float: left;
	width: 645px;
	height: 371px;
	background-image: url(../images/card_background.png);
	background-repeat: no-repeat;
}

img.card {
    margin: 10px auto 10px auto;
    display: block;
     }


.comments_section  {
margin: 0 0 20px 0;
padding: 0;
float: left;
clear: both;
}

.member_comments_details {
margin: 0;
padding: 0;
float: left;
width: 320px;
font-size: 0.7em;
}

.member_comments_info {
margin: 0;
padding: 0;
text-align: right;
float: right;
width: 220px;
font-size: 0.655em;
color: #B7B7B7;
}





.member_comments {
margin: 7px 0 0 0;
padding: 0;
float: left;
width: 540px;
hiehgt: auto;
font-size: 0.7em;
}




.box_top {
background: url(../images/box_top.png) no-repeat;
float: left;
height: 7px;
width: 317px;
}

.box_content {
	background-color: #E3E394;
	height: auto;
	width: 299px;
	float: left;
	padding: 30px 0 0 18px;
	margin: 0px;
	background-image: url(../images/trakker_id_title.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.box_bottom {
background: url(../images/box_bottom.png) no-repeat;
float: left;
height: 7px;
width: 317px;
}

.info_box{
margin: 0 0 15px 0;
padding: 10px;
float: left;
width: 620px;
height: min-height: 150px;
background-color: #f2f5c7;
border: 1px solid #dde0b5; 
}

.info_box p{
margin: 0;
padding: 0;
float: left;
clear: both;
}

.recent_cards {
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/recent_cards_bg.png);
	background-repeat: no-repeat;
	width: 648px;
	height: auto;
	min-height: 226px;
}

.recent_cards p{
	margin: 0;
	padding: 0;
	float: left;
    font-size: 0.7em;
}


.recent_cards h3 {
margin: 80px 0 0 15px;
color: #6B4504;
padding: 0;
float: left;
font-size: 1em;
font-weight: normal;
}



ul#recent_cards
{
	display: block;
	padding: 0 0 0 0px;
	margin: 10px 0 25px 15px;
	text-align:left;
	float: left;
	width: 648px;
	
}

ul#recent_cards li
{
	display: block;
	float: left;
	font-weight: normal;
	width: 95px;
	height: 97px;
	margin: 0 0 0 0;
	padding: 0px 9px 0px 0px;
}

ul#recent_cards li p
{
	display: block;
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	color: #996600;
	position: relative;
	top: -10px;
}


ul#recent_cards li a, ul#recent_cards li a:link, ul#recent_cards li a:visited
{
	display: block;
	float: left;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg.png);
	background-repeat: no-repeat;
}

ul#recent_cards li a.active{
color: #fff;
padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg.png);
	background-repeat: no-repeat;
}


ul#recent_cards li a:hover{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px top;
    position: relative;
	z-index: 10;
}

ul#recent_cards li a.selected {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	 position: relative;
    z-index: 10;
}












ul#recent_cards_login
{
	display: block;
	padding: 0 0 0 0px;
	margin: 40px 0 25px 15px;
	text-align:left;
	float: left;
	width: 965px;
	
}

ul#recent_cards_login li
{
	display: block;
	float: left;
	font-weight: normal;
	width: 95px;
	height: 97px;
	margin: 0 0 0 0;
	padding: 0px 9px 0px 0px;
}

ul#recent_cards_login li p
{
	display: block;
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	color: #996600;
	position: relative;
	top: -10px;
}


ul#recent_cards_login li a, ul#recent_cards_login li a:link, ul#recent_cards_login li a:visited
{
	display: block;
	float: left;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg.png);
	background-repeat: no-repeat;
}

ul#recent_cards_login li a.active{
color: #fff;
padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg.png);
	background-repeat: no-repeat;
}


ul#recent_cards_login li a:hover{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px top;
    position: relative;
	z-index: 10;
}

ul#recent_cards_login li a.selected {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	 position: relative;
    z-index: 10;
}





/* TABS STARTS */


ul#tabnav
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	text-align:left;
	float: right;
	width: 560px;

	
}

ul#tabnav li
{
	display: block;
	float: left;
	font-weight: normal;
	height: 29px;
	width: 80px;
	margin: 0;
	padding: 0px 12px 0px 1px;
	
	background-position: right center;

	font-size: 0.8em;
	text-align: center;
}


ul#tabnav li a, ul#tabnav li a:link, ul#tabnav li a:visited
{
	display: block;
	float: left;
	padding: 3px 3px 0px 1px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	width: 89px;
	height: 29px;
	background-image: url(../images/tabnav.png);
	background-repeat: no-repeat;
}

ul#tabnav li a.active{
color: #fff;
padding: 3px 3px 0px 1px;
margin: 0;
width: 89px;
	height: 29px;
background-image: url(../images/tabnav.png);
	background-repeat: no-repeat;
}


ul#tabnav li a:hover{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 6px 3px 0px 1px;
	margin: 0px 0 0 0;
	background-image: url(../images/tabnav_hover.png);
	background-repeat: no-repeat;
	width: 89px;
	height: 29px;
	background-position: 0px top;
    position: relative;
	z-index: 10;
}

ul#tabnav li a.selected {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: 6px 3px 0px 1px;
	margin: 0px 0 0 0;
	background-image: url(../images/tabnav_hover.png);
	background-repeat: no-repeat;	
	width: 89px;
	height: 29px;
	background-position: 0px top;
	 position: relative;
    z-index: 10;
}



/* standard styles */

p {
margin: 0 0 15px 0;
padding: 0;
float: left;
font-size: 0.755em;
line-height: 16pt;



}

h1 {
	margin: 0 0 0.4em 0;
	padding: 0;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	clear: both;
	width: 648px;
	color: #654104;
	border-bottom: 1px solid #C0BF0C;
}

h2 {
margin: 0 0 15px 0;
padding: 0;
float: left;
color: #654104;
	font-weight: normal;
font-size: 1em;
}

h3 {
margin: 0;
padding: 0;
float: left;
font-size: 0.9em;
font-weight: normal;
color: #654104;
}

h4 {
margin: 0;
padding: 0;
float: left;
font-size: 0.855em;
font-weight: normal;
color: #654104;
}

h5 {
margin: 0;
padding: 0;
float: left;
font-size: 0.8em;
font-weight: normal;
color: #654104;
}

/* standard styles */





a, a:link, a:visited {color: #6DF9616; text-decoration: none; margin: 0; padding: 0;}
a, a:hover {color: #DF9616; text-decoration: underline; margin: 0; padding: 0;}
a, a:active {color: #DF9616; text-decoration: none; margin: 0; padding: 0;}

a.green, a.green:link, a.green:visited {color: #690; text-decoration: none; margin: 0; padding: 0;}
a.green:hover {color: #690; text-decoration: underline; margin: 0; padding: 0;}
a.green:active {color: #690; text-decoration: none; margin: 0; padding: 0;}

a.red, a.red:link, a.red:visited {color: #900; text-decoration: none; margin: 0; padding: 0;}
a.red:hover {color: #900; text-decoration: underline; margin: 0; padding: 0;}
a.red:active {color: #900; text-decoration: none; margin: 0; padding: 0;}

.divider {
margin: 15px 0 15px 0;
padding: 0;
float: left;
clear: both;
border-top: 1px solid #C0BF0C;

width: 99%;


}

div.clear {clear: both; } 
div.clear5 {margin: 0; padding: 0; height: 5px; clear: both; }
div.clear10 {margin: 0; padding: 0; height: 10px; clear: both; }
div.clear15 {margin: 0; padding: 0; height: 15px; clear: both; }
div.clear20 {margin: 0; padding: 0; height: 20px; clear: both; }
div.clear30 {margin: 0; padding: 0; height: 30px; clear: both; }
div.clear35 {margin: 0; padding: 0; height: 35px; clear: both; }
div.clear40 {margin: 0; padding: 0; height: 40px; clear: both; }
div.clear50 {margin: 0; padding: 0; height: 50px; clear: both; }
div.clear60 {margin: 0; padding: 0; height: 60px; clear: both; }
div.clear70 {margin: 0; padding: 0; height: 70px; clear: both; }





.lhs_nav_middle {
	margin: 0;
	padding: 0;
	float: left;
	width: 154px;
	height: auto;
	min-height: 353px;
	background-image: url(../images/lhs_col_nav_middle.png);
	background-repeat: repeat-y;
}

.lhs_green_middle  {
	margin: 0;
	padding: 0;
	float: left;
	width: 154px;
	height: auto;
	min-height: 150px;
	background-color: #C0BF0C;
	background-image: url(../images/lhs_green_bg.png);
	background-repeat: no-repeat;
	background-position: center top;	
}


.profile_thumb {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 72px;
	height: 74px;
	background-image: url(../images/profile_thumb.png);
	background-repeat: no-repeat;
}

img.profile_thumb_pic {
margin: 0 auto;
padding: 6px 0 0 0;
display: block;
border: none;
width: 58px;
height: 58px;
}


img.profile_thumb_pic_large {
margin: 0 auto;
padding: 7px 0 0 0;
display: block;
border: none;
width: 140px;
height: 140px;
}




.profile_welcome {
margin: 0 0 6px 15px;
	padding: 0;
	float: left;
	width: 120px;
	font-size: 0.7em;
	color: #A1A009;
}


/* LHSNAV STARTS */


ul#lhsnav
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0 0 0 10px;
	text-align:left;
	float: right;
	width: 140px;
	
}

ul#lhsnav li
{
	display: block;
	float: left;
	font-weight: normal;
	width: 110px;
	margin: 0;
	padding: 0px 12px 0px 12px;
	background-position: left center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.755em;
	text-align: left;
	background-image: url(../images/lhsnav_bullet.png);
	background-repeat: no-repeat;
}

ul#lhsnav li.space-after
{
	border-bottom: 1px dotted #333;
}

ul#lhsnav li a, ul#lhsnav li a:link, ul#lhsnav li a:visited
{
	display: block;
	float: left;
	padding: 3px 3px 0px 1px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #4F3002;
	width: 110px;
	height: 20px;
	
}

ul#lhsnav li a.active{
color: #4F3002;
padding: 3px 3px 0px 1px;
margin: 0;
width: 110px;
	height: 20px;

}


ul#lhsnav li a:hover{
	text-decoration: none;
	color: #A6A50F;
	font-weight: normal;
	padding: 3px 3px 0px 1px;
	margin: 0;
	
width: 110px;
	height: 20px;
	background-position: 0px top;
    position: relative;
	z-index: 10;
}

ul#lhsnav li a.selected {
	text-decoration: none;
	font-weight: normal;
	color: #A6A50F;
	padding: 3px 3px 0px 1px;
	margin: 0;
	
	width: 110px;
	height: 20px;
	background-position: 0px top;
	 position: relative;
    z-index: 10;
}

/* LHSNAV ENDS */


/* LHSNAV GREEN STARTS */


ul#lhsnav_green
{
	display: block;
	padding: 0 0 0 0px;
	margin: 20px 0 0 10px;
	text-align:left;
	float: right;
	width: 140px;
	
}

ul#lhsnav_green li
{
	display: block;
	float: left;
	font-weight: normal;
	width: 110px;
	margin: 0;
	padding: 0px 12px 0px 12px;
	background-position: left center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.755em;
	text-align: left;
	background-image: url(../images/lhsnav_green_bullet.png);
	background-repeat: no-repeat;
}


ul#lhsnav_green li a, ul#lhsnav_green li a:link, ul#lhsnav_green li a:visited
{
	display: block;
	float: left;
	padding: 3px 3px 0px 1px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	width: 110px;
	height: 20px;
	
}

ul#lhsnav_green li a.active{
color: #fff;
padding: 3px 3px 0px 1px;
margin: 0;
width: 110px;
	height: 20px;

}


ul#lhsnav_green li a:hover{
	text-decoration: none;
	color: #F1F018;
	font-weight: normal;
	padding: 3px 3px 0px 1px;
	margin: 0;
	
width: 110px;
	height: 20px;
	background-position: 0px top;
    position: relative;
	z-index: 10;
}

ul#lhsnav_green li a.selected {
	text-decoration: none;
	font-weight: normal;
	color: #F1F018;
	padding: 3px 3px 0px 1px;
	margin: 0;
	
	width: 110px;
	height: 20px;
	background-position: 0px top;
	 position: relative;
    z-index: 10;
}

/* LHSNAV GREEN ENDS */




/* CONTENT BOX STARTS */

.content_box_middle {
	margin: 0;
	padding: 0;
	float: left;
	width: 673px;
	height: auto;
	min-height: 500px;
	background-image: url(../images/content_box_middle.png);
	background-repeat: repeat-y;
}

/* CONTENT BOX ENDS */




/* ADVERT BOX STARTS */

.advert_box_middle {
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
	float: left;
	width: 122px;
	height: auto;
	min-height: 522px;
	background-image: url(../images/advert_middle.png);
	background-repeat: repeat-y;
}

/* ADVERT BOX ENDS */



.content ul {
	font-size: 0.755em;
	list-style-position: outside;
	margin: 0 0 15px 20px; padding: 0;
	clear: both;
}

.content ul li {
	
    
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: circle;
}

.content ul li a, .content ul li a:link, .content ul li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
}

.content ul li a, .content ul li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
}

.content ul li a, .content ul li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: none;
}


/*level2*/
.content ul li ul { 
list-style-position: inside;

	margin: 0 0 0 20px;
	padding: 2px 0 0px  0;
	font-size: 100%;
}

.content ul li ul li { 
list-style-position: inside;
	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ul li ul li a { 
	margin: 0;
	padding: 0;
}


/*level 3*/
.content ul li ul li ul{ 
list-style-position: inside;
	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ul li ul li ul li { 
list-style-position: inside;
		
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content p .content ol {
	font-size: 1em;
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
}


.content ol {
	font-size: 0.755em;
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
	clear: both;
}

.content ol li 
{ 
    list-style-position: outside;
	list-style-type: decimal;	
	margin: 0;
	padding: 2px 0 2px  0;
}

.content ol li a, .content ol li a:link, .content ol li a:visited { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
}

.content ol li a, .content ol li a:hover { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
	text-decoration: underline;
}

.content ol li a, .content ol li a:active { 
  
   font-size: 1em;
	margin: 0;
	padding: 2px 0 2px  0;
}



/*level2*/
.content ol li ol { 
list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 2px 0 2px  0;
	font-size: 100%;
}

.content ol li ol li { 
list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

/*level 3*/
.content ol li ol li ol{ 
list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}

.content ol li ol li ol li { 
    list-style-position: outside;
	list-style-type: decimal;	
	margin: 0 0 0 20px;
	padding: 0px 0 2px  0;
}



/* USER PROFILE START */

.user_profile_pic {
	margin: 0;
	padding: 0;
	float: left;
	height: 159px;
	width: 159px;
	background-image: url(../images/user_profile_pic.png);
	background-repeat: no-repeat;
	float: right;
}

.google_map {
margin: 0 0 0 2px;
padding: 0;
float: left;
border: 1px solid #666;
width: auto;
height: auto;
}

.content ul li.cards_sent {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_cards_sent.gif);
}

.content ul li.cards_received {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_cards_received.gif);
}

.content ul li.distance_sent {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_distance_sent.gif);
}

.content ul li.last_online {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_last_online.gif);
}

.content ul li.swops_no {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_swops_no.gif);
}


.content ul li.cards_sent {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_cards_sent.gif);
}






.content ul li.distance {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_distance.gif);
}

.content ul li.travel_time {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_travel_time.gif);
}


.content ul li.comments {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_comments.gif);
}

.content ul li.favourited {
	margin: 0;
	padding: 2px 0 2px  0;
	list-style-type: none;
	list-style-image: url(../images/icon_favourited.gif);
}









.profile_cards {
	margin: 0;
	padding: 0;
	float: left;
	
	width: 648px;
	height: auto;
	min-height: 226px;
}

.profile_cards p{
	margin: 0;
	padding: 0;
	float: left;
    font-size: 0.7em;
}


.profile_cards h3 {
margin: 80px 0 0 15px;
color: #6B4504;
padding: 0;
float: left;
font-size: 1em;
font-weight: normal;
}



ul#profile_cards
{
	display: block;
	padding: 0 0 0 0px;
	margin: 10px 0 25px 15px;
	text-align:left;
	float: left;
	width: 648px;
	
}

ul#profile_cards li
{
	display: block;
	float: left;
	font-weight: normal;
	width: 95px;
	height: 97px;
	margin: 0 0 0 0;
	padding: 0px 9px 0px 0px;
}

ul#profile_cards li p
{
	display: block;
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	color: #996600;
	position: relative;
	top: -10px;
}


ul#profile_cards li a, ul#profile_cards li a:link, ul#profile_cards li a:visited
{
	display: block;
	float: left;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg.png);
	background-repeat: no-repeat;
}

ul#profile_cards li a.active{
color: #fff;
padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg.png);
	background-repeat: no-repeat;
}


ul#profile_cards li a:hover{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px top;
    position: relative;
	z-index: 10;
}

ul#profile_cards li a.selected {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: 6px 0 0 8px;
	margin: 0 0 0 0;
width: 95px;
	height: 97px;
	background-image: url(../images/gallery_thumb_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	 position: relative;
    z-index: 10;
}

/* USER PROFILE ENDS */




.content strong {font-weight: bold;}
.content u {text-decoration: underline}
.content em {font-style: italic}

/******************** image alignment start */

.img-float-left {
	float: left;
	margin: 2px 10px 0px 2px;
	padding: 0;
	
}

.img-float-left-border {
	float: left;
	margin: 2px 10px 0px 2px;
	padding: 0;
	
	border: 1px solid #ccc;
}
.img-float-right {
	float: right;
	margin: 2px 2px 5px 10px;
	padding: 0;
}




/******************** image alignment end */




/* table-with-header */
.content table.plain {
    clear: both;
	border-collapse: collapse;
	padding: 0;
	width: 96%;
	font-size: 0.815em;
	margin: .6em 0em 1.3em 0em;
	border-bottom: 1px solid #000;
}

.content table.plain th {	
	
	font-weight: bold;
	padding: 3px 5px 2px 4px;
	margin: 0 0 0 0;
	font-size: 0.815em;
	color: #D7BA83;
	border-color: #000;
    border-width: 0;
    border-style: 0;
	text-align: left;
	line-height: normal;
}

.content table.plain th p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	color: #fff;
}

.content table.plain td {
	border: 1px solid #000;
	padding: 6px 6px 5px 4px;
	margin: 0 0 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 95%;
	line-height: normal;
}

.content table.plain td p {
	font-size: 100%;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}






/* table-with-header */
.content table.info_table {
    clear: both;
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 0;
	width: 100%;
	font-size: 0.815em;
	margin: .6em 0em 1.3em 0em;
	
}

.content table.info_table th {	
	
	font-weight: bold;
	padding: 3px 5px 2px 4px;
	margin: 0 0 0 0;
	font-size: 0.9em;
	color: #666;
    border-bottom: 1px solid #ccc;
   
	text-align: left;
	line-height: normal;
}

.content table.info_table th p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	font-size: 95%;
	font-weight: bold;
	line-height: normal;
	color: #fff;
}

.content table.info_table td {
	border-bottom: 1px solid #ccc;
	padding: 6px 6px 5px 4px;
	margin: 0 0 0 0;
	vertical-align: top;
	text-align: left;
	font-size: 85%;
	line-height: normal;
}







/*FORM ELEMENTS START */

label {
margin: 4px 0 0 3px;
padding: 0 0 0 0;
float: left;
width: 120px;
font-size: 0.8em;
color: #000;


}

label.terms {
margin: 4px 0 0 3px;
padding: 0 0 0 0;
float: left;
width: 600px;
font-size: 0.7em;
color: #000;


}

label.trakker_code {
margin: 4px 0 0 6px;
padding: 0 0 0 0;
float: left;
width: 120px;
font-size: 0.755em;
color: #000;

}


textarea {
font-size: 0.755em;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color: #000;
width: 400px;
min-height: 130px;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #CCCACA;
float: left;
background-color: none!important;

}

textarea.message {
font-size: 0.755em;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
color: #000;
width: 220px;
min-height: 130px;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #CCCACA;
float: left;
background-color: none!important;

}

radio {
width: auto!important;
border: none!important;
background-color: none!important;
margin: 5px 0 5px 0px;
width: 20px;
}


fieldset {
	margin: 0;
	padding: 5px;
	float: left;
	width: auto;
	border: none;
	clear: both;
	}

input {
font-size: 0.755em;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
width: auto;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #ccc;
float: left;
background-color: none!important;

}

select{
	list-style: none;
	padding: 2px;
	margin: 5px 0 5px 0px;
	width: auto;
	border: 1px solid #ccc;
	float: left;
	
}


input.signup_holding  {
font-size: 0.9em;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
width: auto;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #ccc!important;
float: left;
background-color: none!important;

}

select.contact{
	list-style: none;
	padding: 1px;
	margin: 5px 0 20px 10px;
	width: 255px;
	border: 1px solid #926620;
	color: #5F6E6E;
	
}


#home_search_q {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border-color:#EEEEEE;
border-style:solid;
border-width:1px 0 1px 1px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
outline-width:0;
padding:8px 10px 9px 10px;
width:205px;
float: left;}

#home_search_submit:hover, #home_search_submit:focus {
background:#BBBBBB url(../images/bg-btn-search_hover.png) repeat-x scroll 0 0;
color:#666;
cursor:pointer;
}

.firefox-windows #home_search_submit {
padding:9px 10px 8px;
}

#home_search_submit {
float: left;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
-x-system-font:none;
background:#BBBBBB url(../images/bg-btn-search.png) repeat-x scroll 0 0;
border:1px solid #EEEEEE;
color:#fff;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin-left:-0.5em;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:8px 15px;
text-decoration:none;
text-shadow:0 1px 0 #000;}

input.checkbox {
width: 15px!important;
height: 15px!important;
margin: 7px 7px 5px 0px;
border: 1px solid #926620!important;
float: left;
color: #fff;
background-color: #735F3E!important;
}

input.search {
font-size: 0.8em;
width: 235px;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #C7C7A9;
float: left;
color: #000;
background-color: #fff;
}


input.small {
font-size: 0.755em;
width: 70px;
margin: 5px 0 5px 0px;
padding: 2px;
border: 1px solid #926620;
float: left;
color: #fff;
background-color: #735F3E;
}

.age_text {
margin: 5px 22px 0 13px;
padding: 0;
float: left;
font-size: 0.755em;
}




input.standard_btn  {
	font-size: 0.755em!important;
	font-family: "trebuchet ms", verdana;
	color: #fff;
	background-image: url(../images/bg-btn-search.png);
	background-color: #411F06;
	border: 1px solid #8E5E0D!important;
	background-repeat: repeat-x;
	display: inline;
	cursor: pointer;
	margin: 7px 90px 7px 0;
	padding: 5px!important;
	width: auto!important;
    clear: both;
	float: right;

	
	
}

input:hover.standard_btn  {
	
	color: #583804;
		margin: 7px 90px 7px 0;
	padding: 5px!important;
	width: auto!important;
	background-image: url(../images/bg-btn-search_hover.png);
	display: inline;
	cursor: pointer;
    background-color: #3765E79;
     clear: both;

	width: auto!important;
	float: right;
}





input.messages_btn  {
	font-size: 0.755em!important;
	font-family: "trebuchet ms", verdana;
	color: #fff;
	background-image: url(../images/bg-btn-search.png);
	background-color: #411F06;
	border: 1px solid #8E5E0D!important;
	background-repeat: repeat-x;
	display: inline;
	cursor: pointer;
	margin: 7px 7px 7px 0;
	padding: 5px!important;
	width: auto!important;
 

	
	
}

input:hover.messages_btn  {
	
	color: #583804;
	margin: 7px 7px 7px 0;
	padding: 5px!important;
	width: auto!important;
	background-image: url(../images/bg-btn-search_hover.png);
	display: inline;
	cursor: pointer;
    background-color: #3765E79;

	width: auto!important;
}


/********MESSAGE START**********/

.message_listing {
	margin: 0em 0 1em 0;
	padding: 0;
	float: left;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	width: 100%;
}





.message_to {
margin: 0 0 0 1em;
padding: 0;
height: 1.6em;
width: 16em;
}



.delete_message  {
margin: 8px;
padding: 3em;

}


.message_body {
margin: .5em 0 1em 6em;
padding: 2px;
float: left;
font-size: 0.755em;
width: 46.5em;
height: 15em;
font-family: verdana;
}






.header_spacer {
	float: right;
	margin: 0;
	padding: 0;
	background-image: url(../images/messaging_top_bar_line.jpg);
	background-repeat: no-repeat;
	width: 2px;
	height: 29px;
}


a.message {
	color: #6b4506!important;
	text-decoration: none;
font-size:0.755em;
	message_topbar

	margin-left: .5em;
	}

a.message:visited  { 
color: #6b4506!important;
text-decoration: none;

font-size:0.755em;
	margin-left: .5em;}

a.message:hover  { 

text-decoration: underline;

font-size:0.755em;
margin-left: .5em;}

a.message:active  {
	color: #6b4506!important;
	text-decoration: underline;
	font-size:0.755em;
	
	margin-left: .5em;
}

a.message_read {
	
	text-decoration: none;
	
	font-size:0.755em;
	font-weight:normal; margin-left: .5em;}

a.message_read:visited  { 

text-decoration: none;

font-size:0.755em;
font-weight:normal;	margin-left: .5em;}

a.message_read:hover  { 

text-decoration: underline;

font-size:0.755em;
font-weight:normal;	margin-left: .5em;}

a.message_read:active  { 

text-decoration: underline;

font-size:0.755em;
font-weight:normal;	margin-left: .5em;}





tr.message_topbar{
	background-image: url(../images/bg-btn-search_hover.png);
	background-repeat: repeat-x;
	font-weight: normal;
	color: #000;	
}





th{
	font-weight: normal;
	background-position: left center;
	text-align: left;
	font-size: 0.8em;
	height: 29px;
		padding-left: .5em;
		border-right: 1px solid #fff;
	
}

th.none{
	font-weight: normal;
	background-position: left center;
	text-align: left;
	font-size: 0.8em;
	height: 29px;
		padding-left: .5em;
		border-right: none!important;
	
}

tr.m1{
background-color: #F7F7F7;
margin: 5px 0 5px 0;
}
tr.m2{
background-color: #fff;
}


.message_listing h2 {float: left; font-size: 0.9em; margin: 0 0 0 0; padding: 0;}

.message_listing p {float: left;  margin: 0; padding: 0; font-size: 0.7em; line-height: 12pt; }


/********MESSAGE END**********/



/**FORM ELEMENTS END */


.float_right {
margin: 0;
padding: 0;
float: right;
}

.float_left {
margin: 0;
padding: 0;
float: left;
}

.float_right_18 {
margin: 0 18px 0 0;
padding: 0;
float: right;
}

p.red
{
    font-size: 0.755em; 
    line-height: 17pt; 
    margin: 0 0 0 0px; 
    padding: 6px 0px 6px 0px!important;
	float: left;
	color: #FF3333;
	clear: both;
}

/*FOOTER START*/


.footer {
	margin: 40px 0 0 0;
	padding: 0;
	background-color: #ACAB11;
	width: 100%;
	clear: both;
	float: left;
	
}

.footer_inner{
	margin: 0 auto;
	padding: 0;
	background-color: #ACAB11;
	height: 159px;
	width: 980px;

	
}


.footer_links {
margin: 20px 0 0 0;
padding: 0;
float: right;
width: 305px;
}

.footer_links p{
margin: 0 0 0 15px;
padding: 0;
font-size: 0.7em;
color: #7E900F;
}

.footer_links a, .footer_links a:link, .footer_links a:active, .footer_links a:visited {
	display: block;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.755em;
	color: #fff;
	}
	
	.footer_links a, .footer_links a:hover {
	display: block;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.755em;
	color: #7E900F;
	}

* html .footer_links {
margin: 0;
padding: 0;
float: left;
}





ul#footernav
{
	display: block;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	width: 400px;
	float: left;
}

ul#footernav li
{
	display: block;
	float: left;
}


ul#footernav li a, ul#footernav li a:link, ul#footernav li a:visited
{
	display: block;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.755em;
	color: #fff;
	}

ul#footernav li a.active{
	color: #fff;
}

ul#footernav li a:hover{
    text-decoration: none;
	color: #7E900F;

}


/*FOOTER END*/

/*PAGINATION START */
#pagination {
 	float: right;
	margin: 0px 0px 0 0;
	padding: 0;
}
 
/* current page */
#pagination p { 
 	font-weight: normal;
 	padding: 0px;
 	margin: 0px;
 	color: #694507;
}
 
#pagination ul {
 	list-style: none!important;
 	list-style-type: none!important;
 	margin: 0em 0.5em 0.5em 0.5em;
 	padding: 0em;
 	float: left;
 	clear: both;
}
 
#pagination ul li {
 	padding: 0em;
 	float: left;
 	padding: 0em 0em 0.3em 0em;
 	margin: 0em 0.6em 0em 0em;
 	height: 15px;
 	width: 15px;
	list-style: none!important;
 	list-style-type: none!important;
	background-image: none!important;
	border: 1px solid #6B4506;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	 background-color: #fff;
}
 

#pagination li p {
list-style: none!important;
 	list-style-type: none!important;
 	padding: 2px 0 0 0!important;
 	margin: 0em!important;
 	color: #fff;
	display: block;
 	height: 16px;
	width: 15px;
 	text-align: center;
  	line-height: 14px;
  	font-size: 0.8em!important;
	font-weight: normal;
    background-color: #C0BF0C;
}


#pagination ul li a, 
#pagination ul li a:link, 
#pagination ul li a:visited, 
#pagination ul li a:active {
	padding: 2px 0 0 0!important;
 	margin: 0em!important;
 	display: block;
 	height: 17px;
 	width: 15px;
 	text-align: center;
  	line-height: 14px;
  	color: #694507;
  	text-decoration:none;
  	font-weight: normal;
  	font-size: 0.8em!important;
	list-style-type: none!important;
}
 
#pagination ul li a:hover {
	padding: 2px 0 0 0!important;
 	margin: 0em!important;
 	display: block;
  	height: 17px;
  	width: 15px;
  	text-align: center;
  	line-height: 15px;
  	color: #fff;
  	text-decoration:none;
  	background-color: #ccc;
  	font-weight: normal;
	
	  background-color: #C0BF0C;
}
 
#pagination ul li.dotted,  
#pagination ul li.dotted a, 
#pagination ul li.dotted a:link, 
#pagination ul li.dotted a:visited, 
#pagination ul li.dotted a:active, 
#pagination ul li.dotted a:hover {
   	width: 40px;
}
 


 
/* PAGINATION END  */

ul#cardImageList {
float:left;
margin: 0 0 15px 0;
overflow: hidden;
padding: 0 0 1em 0;
list-style-type: none;
}



ul#cardImageList li {
	float:left;
	height:120px;
	margin-left:10px;
	margin-right:30px;
	margin-bottom: 30px;
	width:120px;
	list-style-type: none!important;
	display: block;
}


.avatar{
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;
border: 1px solid #CCC;
float:left;
width: 120px;
height: 120px;
margin:15px 0 5px 0px !important;}

.avatar img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin: 10px auto;
max-height: 100px;
max-width: 100px;
}

.avatar:hover img {
border:1px solid gray; margin:- 0 auto;}

.avatar:active img {
border:1px solid black; margin:- 0 auto;}
 


#select-categories {

background-color: #ecece3;
	-moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;

color:#000;
float:left;
font-size:95%;
margin:0px 0 20px 0;
padding:5px;
width: 630px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}


#select-categories ul {

margin: 0!important;
padding: 0!important;
}

#select-categories ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}

#select-categories li a:hover, #select-categories li a:focus {

background:#acab11 none repeat scroll 0 0;
color:#FFFFFF;
margin: 0 15px 0 0;
padding: 3px;
}


#select-categories li a {

background:#EBFFAC none repeat scroll 0 0;
border:1px solid #acab11;
color:#6e4707;
display:block;
float:left;
font-size:90%;
font-weight:bold;
margin: 0 15px 0 0;
padding: 3px;
text-decoration:none;
width:auto;}

/* TOPNAV STARTS */


.toplinks{
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	
}


ul#toplinks
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0;
	float: left;
	width: auto;
	clear: both;
}

ul#toplinks li
{
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;	
	
}



ul#toplinks li a, ul#toplinks li a:link, ul#toplinks li a:visited
{
	display: block;
	float: left;
	padding: 10px 70px 0px 25px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-family: arial;
	font-weight: normal;
		font-size: 0.9em;
	color: #999;
	height: 23px;
	
}

ul#toplinks li a:active{
color: #999;
padding: 5px 70px 0px 25px;
margin: 0;
height: 23px;
}


ul#toplinks li a:hover{
    text-decoration: none;
	color: #999;
	padding: 5px 70px 0px 25px;
	margin: 0;
	height: 23px;
}




ul#toplinks li.view_topics
{
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	margin: 0;
	background-image: url(../images/view_topics_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}

ul#toplinks li.view_topics a:hover{
    text-decoration: none;
	color: #ccc;
	padding: 10px 70px 0px 25px;
	margin: 0;
	height: 23px;
}




ul#toplinks li.view_threads a:hover{
    text-decoration: none;
	color: #ccc;
	padding: 10px 70px 0px 25px;
	margin: 0;
	height: 23px;
}









ul#toplinks li.view_threads
{
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	margin: 0;
	background-image: url(../images/view_threads_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}











ul#toplinks li.create_blog
{
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	margin: 0;
	background-image: url(../images/create_blog.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}



ul#toplinks li.create_blog a:hover{
    text-decoration: none;
	color: #ccc;
	padding: 5px 70px 0px 25px;
	margin: 0;
	height: 23px;
}







ul#toplinks li.post_topics
{
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	margin: 0;
	background-image: url(../images/post_a_thread_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}




ul#toplinks li.post_topics a:hover{
    text-decoration: none;
	color: #ccc;
	padding: 10px 25px 0px 25px;
	margin: 0;
	height: 23px;
}






/* TOPNAV ENDS */



table.forum_wrapper {
margin: 0;
padding: 0;
border: 1px solid #DFDDDE;
border-collapse: collapse;
float: left;
clear: both;

}

table.forum {
margin: 0;
padding: 0;
border: 1px solid #fff;
border-collapse: collapse;

}

table.forum th{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #000;
	background-image: url(../images/bg-btn-search_hover.png);
	background-repeat: repeat-x;
	height: 36px;
	font-weight: normal;
	font-size: 0.8em;
}

table.forum td{
margin: 0;
padding: 6px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.755em;

}

.title {
margin: 0;
padding: 0 0 3px 0;
font-size: 1.2em;
}

table.forum td a:link, table.forum td a:active, table.forum td a:visited{
margin: 0;
padding: 0;
color: #c28012;
text-decoration: none;

}

table.forum td a:hover{
margin: 0;
padding: 0;
color: #c28012;
text-decoration: underline;

}

table.forum tr{
margin: 0;
padding: 0;
background-color: #fff;
color: #666666;}

table.forum tr.even{
margin: 0;
padding: 0;
background-color: #F7F5F6;
color: #666666;
}


table.forum th.topic{
margin: 0 0 0 0;
padding: 6px;
width: 50%;
font-weight: bold;
}

table.forum th.author{
margin: 0;
padding: 6px;
width: 10%;
font-weight: bold;
}

table.forum th.created{
margin: 0;
padding: 6px;
width: 15%;
font-weight: bold;
}

table.forum th.threads{
margin: 0;
padding: 6px;
width: 10%;
font-weight: bold;
}

table.forum th.last{
margin: 0;
padding: 6px;
width: 15%;
font-weight: bold;
}


/*   RHC START  */
 
.rhc_box_wrapper {
margin: 0;
padding: 0;
}
 
.rhc_box_top {
	margin: 0;
	padding: 0;
	height: 14px;
	width: 186px;
	background-image: url(../images/block_top.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.rhc_box_middle {
	margin: 0;
	padding: 0;
	width: 186px;
	height: auto;
	min-height: 61px;
	background-image: url(../images/block_middle.jpg);
	clear: both;
}

.rhc_box_middle h1 {
margin: 0;
padding: 0 6px 4px 6px;
color: #666668;
font-size: 1.2em;
font-weight: normal;
float: left;
}


.rhc_box_middle input {
margin: 0 0 0 6px;
padding: 0 0 0 0;
color: #666668;
width: 126px;
height: 18px;
font-weight: normal;
float: left;
}

.rhc_box_middle input.btn {
	margin: 0 5px 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	width: 43px;
	height: 20px;
	font-weight: normal;
	float: left;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #1BB4DD;
}

.rhc_box_middle input:hover.btn {
	margin: 0 5px 0 2px;
	padding: 0 0 0 0;
	color: #fff;
	width: 43px;
	height: 20px;
	font-weight: normal;
	float: left;
	background-image: url(../images/btn_bg_hover.jpg);
	background-repeat: repeat-x;
	border: 1px solid #1BB4DD;
}


.rhc_box_bottom {
margin: 0;
padding: 0;
height: 14px;
width: 186px;
background-image: url(../images/block_bottom.jpg);
background-repeat: no-repeat;
clear: both;
}



ul#login
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	float: left;
	width: 180px;
	clear: both;
}

ul#login li
{
	display: block;
	float: left;
	font-weight: normal;
    padding: 0 0 0 0;
	margin: 0 0 0 10px;
	background-image: url(../images/login_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}



ul#login li a, ul#login li a:link, ul#login li a:visited
{
	display: block;
	float: left;
	padding: 0 0 0px 25px;
	margin: 0;
    text-decoration: none;
	white-space: nowrap;
	font-family: arial;
	font-weight: normal;
	font-size: 0.755em;
	color: #000;
	
	
}

ul#login li a:active{
color: #000;
padding: 0 0 0px 25px;
	margin: 0;
height: 23px;
}


ul#login li a:hover{
    text-decoration: none;
	color: #999;
	padding: 0 0 0px 25px;
	margin: 0;
	
}














ul#addthis
{
	display: block;
	padding: 15px 0 0 0px;
	margin: 0 0 0 0;
	float: left;
	width: 180px;
	clear: both;
}

ul#addthis li
{
	display: block;
	float: left;
	font-weight: normal;
    padding: 0 0 0 0;
	margin: 0 0 0 10px;
	background-image: url(../images/addthis_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	width: 180px;
	
}



ul#addthis li a, ul#addthis li a:link, ul#addthis li a:visited
{
	display: block;
	float: left;
	padding: 0 0 0px 25px;
	margin: 0;
    text-decoration: none;
	white-space: nowrap;
	font-family: arial;
	font-weight: normal;
	font-size: 0.755em;
	color: #000;
	width: 180px;
	
	
}

ul#addthis li a:active{
color: #000;
padding: 0 0 0px 25px;
	margin: 0;

width: 180px;
}


ul#addthis li a:hover{
    text-decoration: none;
	color: #999;
	padding: 0 0 0px 25px;
	margin: 0;
	width: 180px;
	
}

 
 /*   RHC END */
 

/* THREAD DETAIL START */

.thread_header {
	margin: 0px 7px 0px 0;
	padding: 10px 0 0 7px;
	color: #000;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-btn-search_hover.png);
	background-repeat: repeat-x;
	height: 36px;
	width: auto;
	min-width: 99.8%;
	float: left;
	clear: both;
}

.thread_header a{
	margin: 0;	padding: 0;
	color: #fff;

}

.thread_odd {
margin: 2px 0 2px 0;
padding: 8px;
border: 1px solid #DEDEDE;
width: auto;
min-width: 98.5%;
min-height: 145px;
float: left;
clear: both;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #676767;
}

.thread_odd p {
margin: 10px 0 0 0;
padding: 0;
float: left;
line-height: 15pt;
font-size: 0.9em;
}

.thread_odd h2 {
margin: 0;
padding: 0;
font-size: 1em;
clear: both;
}


.thread_even {
margin: 2px 0 2px 0;
padding: 8px;
border: 1px solid #DEDEDE;
width: auto;
min-width: 98.5%;
min-height: 145px;
float: left;
clear: both;
background-color: #F5F5F5;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #676767;
}

.thread_even p {
margin: 10px 0 0 0;
padding: 0;
float: left;
line-height: 15pt;
font-size: 0.9em;
}

.thread_even h2 {
margin: 0;
padding: 0;
font-size: 1em;
float: left;
clear: both;
}


.posted {
margin: 0;
padding: 0;
font-size: 0.7em;
color: #BFBFBF;
float: left;
clear: both;
}


.user a, .user a:link, .user a:active, .user a:visited {
color: #DF9616;
text-decoration: none;
margin: 0;
padding: 0;
font-size: 0.8em;
float: left;
clear: both;
}

.user a, .user a:hover {
color: #DF9616;
text-decoration: underline;
margin: 0;
padding: 0;
font-size: 0.8em;
float: left;
clear: both;
}




.reply{
	margin: 0px 0 0 0;
	padding: 0;
	float: right;
	width: auto;
	
}


ul.reply
{
	display: block;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0;
	float: right;
	width: auto;
	clear: both;
	position: relative;
	top: 0px;
}

ul.reply li
{
	display: block;
	float: left;
	font-weight: normal;
	height: 20px;
	margin: 0;
	background-image: url(../images/reply_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}

ul.reply li.report
{
	background-image: url(../images/cross_shield_2.png);
	margin-left: 1em;
}


ul.reply li a, ul.reply li a:link, ul.reply li a:visited
{
	display: block;
	float: left;
	padding: 3px 0 0 24px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-family: arial;
	font-weight: normal;
		font-size: 0.9em;
	color: #DF9616;
	height: 23px;
	
}

ul.reply li a:active{
color: #DF9616;
padding: 3px 0 0 24px;
	margin: 0;
height: 20px;
}


ul.reply li a:hover{
    text-decoration: underline;
	color: #DF9616;
	padding: 3px 0 0 24px;
	margin: 0;
	height: 20px;
}



/* THREAD DETAIL END */


.post_comment {
	margin: 0;
	padding: 0;
	min-height: 325px;
	background-image: url(../images/post_comment_bg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.subject_label label{
margin: 0;
padding: 7px 0 0 10px;
float: left;
  width:60px;
  text-align: right;
    font-size: 1em;
}

.subject_input input {
 padding: 0;
  width: 85%;
 margin: 10px 0 0 5px;
 float: left;
  font-size: 1em;

  }

.message_label label{
margin: 0;
padding: 7px 0 0 10px;
float: left;
  width:60px;
  text-align: right;
  clear: both;
  font-size: 1em;
}

.message_input input {
 padding: 0;
  width:85%;
  min-height: 200px;
 margin: 10px 0 0 5px;
 float: left;
 font-size: 1em;
  }
  
  
.comment_label label{
margin: 0;
padding: 7px 0 0 10px;
float: left;
  width:100px;
  text-align: right;
  clear: both;
}

.comment_input input {
 padding: 0 0 0 10px;
  width: 90%;
  min-height: 200px;
 margin: 10px 0 0 20px;
 float: left;
 clear: both;
}

.add_image {
	margin: 10px 4em 0 0;
	padding: 0;
	float: right;
	background-image: url(../images/add_image.gif);
	height: 17px;
	width: 16px;
}

.checkboxes {
margin: 0 0 0 75px;
padding: 0;
float: left;
clear: both;

}

/* NOTIFICATIONS */

.ct, .ct1, .ct2, .ct3, .ct4, .ct5, .ct6 {
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size:12px;
font-weight:bold;
padding:10px;
}


.ct5 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFEBE8 none repeat scroll 0 0;
border:1px solid #DD3C10;
color:#333333;}

/* NOTIFICATIONS */

.friends_wrapper{
margin: 0 0 10px 0;
padding: 7px;
float: left;
clear: both;
width: 629px;
border-bottom: 1px solid #ccc;

	}
	
.friends_thumb{
margin: 0 7px 0 0;
padding: 0;
float: left;
width: 50px;

	}

.friends_name{
margin: 0;
padding: 0;
float: left;
width: 535px;

	}
	
.friends_name a{
margin: 0;
padding: 0;
float: left;
font-size: 0.8em;

	}
	
.friends_town{
margin: 0;
padding: 0;
float: left;
font-size: 0.7em;
width: 535px;
}


.friends_delete{
margin: 0;
padding: 0;
float: left;
font-size: 0.7em;
position: relative;
top: -15px;
}







:focus {
	outline: 0;
}


ul#nav {
	position:relative;
	z-index:3 !important; /* This keeps the dropdown buttons visible above jQuery slideshows, Flash components or any absolute positioned elements below them (as long as those elements' Z-Index is less than 3) */
	width: 560px;
	padding: 0;
	margin: 0;
	list-style:none;
	float: right;
	height: 29px;
}

	ul#nav li {
		float:left;
		background-image: url(../images/tabnav.png);
	    background-repeat: no-repeat;
		padding: 0;
	    margin: 0;
		height: 29px;
	    width: 80px;
	}

		ul#nav li.parent {
		font-weight: normal;
	    color: #fff;
	    width: 89px;
	    height: 29px;
		background-image: url(../images/tabnav.png);
	    background-repeat: no-repeat;
	    padding: 2px 3px 0px 1px;
	    margin: 0;
		}
		


		ul#nav li:hover {
	position:static;  /* This fixes an occasional IE7 error */
	color: #fff;
	height: 30px;
	padding: 3px 3px 0px 1px;
	margin: 0;
	background-image: url(../images/tabnav_hover.png);
	background-repeat: no-repeat;
		}

		ul#nav li a {
			color: #fff;
			display:block;
			width: 89px;
	        height: 29px;
			padding: 3px 3px 0px 1px;
	        margin: 0;;
			text-align:center;
			text-decoration:none;
			font-size: 0.7em;
	        font-weight: normal;
		}

			ul#nav li.parent a {
				width: 89px;
	            height: 29px;
				padding: 3px 3px 0px 1px;
	             margin: 0;
			}
			
   ul#nav li ul li.parent {
	background-color: #a7a60e;
	background-position: 160px -82px;
				}
			
		
			
			
		
	ul#nav li ul {
		position: absolute;
		left: -9999em;
		z-index:1;
		width: 89px;
	    height: 29px;
		list-style:none;
		padding: 3px 3px 0px 1px;
	             margin: 0;
	}
	
		ul#nav li:hover ul {
			left: auto;
			padding: 3px 3px 0px 0px;
	        margin: 0;
		
		}
		
		
		ul#nav li.sub {
	font-weight: normal;
	color: #fff;
	width:150px;
	height: 29px;
    background-image: none!important;
	background-color: #a7a60e;
	padding: 2px 3px 0px 10px;
	margin: 0;
		}
		
		
		ul#nav li.sub a {
				width: 153px;
	            height: 29px;
				padding: 3px 3px 0px 8px;
	             margin: 0;
			}




		ul#nav li ul li {
			position:relative;
			top: -12px;
			left: -1px;
			margin: 0;
			padding: 3px 3px 0px 1px;
	     
		}

		ul#nav li ul li a {
						width: 152px;
				padding: 2px 3px 0px 8px;
	             margin: 0;
					
					color:#fff;
					line-height: normal;
					text-align:left;
					text-decoration:none;
					font-size: 0.7em;
					font-weight:normal;
				}

			ul#nav li ul li:hover {
				position:relative;
				
				width: 150px;
				
				background-color: #9d9d28;
			
				
			}
			
			ul#nav li ul li.sub a:hover {
					
				padding: 3px 3px 0px 8px;
	             margin: 0;
				color: #492e03;	
				
				}
#highlightsignup
{
	position: absolute;
	top: -70px;
	right: -20px;	
}

.content ul.pagination,
ul#journeylinks
{
	margin: 15px 0;
	overflow: hidden;
}

.content ul.pagination li,
ul#journeylinks li
{
	background: #C0BF0C;
	border: 1px solid #654104;
	color: #fff;
	font-size: 0.9em;
	list-style-type: none;
	float: left;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
}

.content ul.pagination li.noshade
{
	background: #fff;
	color: #654104;	
}

.content ul.pagination li a,
.content ul.pagination li a:link,
.content ul.pagination li a:visited,
ul#journeylinks li a,
ul#journeylinks li a:link,
ul#journeylinks li a:visited
{
	background: #fff;
	color: #654104;
	display: block;
	margin: -0.3em -0.5em;
	padding: 0.3em 0.5em;
	text-decoration: none;
}

.content ul.pagination li a:hover,
.content ul.pagination li a:active,
ul#journeylinks li a.here,
ul#journeylinks li a:hover,
ul#journeylinks li a:active
{
	background: #C0BF0C;
	color: #fff;	
}
			
#journeys
{
	clear: both;
	overflow: hidden;
}