*{
  margin: 0;
  padding: 0;
}
/*
colors
dark 5c7a1f
mid 99cc33
light
*/
body {
	font-size: 100%;
	font-family: Arial, san-serif;
	text-align: center;
	color: #666;
	background-color: #eee;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

a{
	color: #ff3300;
	text-decoration: none;
}
a:hover{
	color: #ff3300;
	text-decoration: underline;
}
img {
	border: 0;
	}
#page {
	clear: both;
}
#content {
  width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 138px;
	float: left;
	background-color: #fff;
}
#headerL{
  float: left;
  margin: 15px 30px;
  width: 200px;
  height: 75px;
}
#headerR{
  float: right;
  margin: 15px 50px;
  text-align: left;
  width: 130px;
}
#headerR input{
  width: 125px;
  border: 1px solid #ddd;
  color: #666;
}
#headerR p{
  font-size: 70%;
  margin-bottom: 8px;
  font-weight: bold;
}
#header img {
	border:0;
	padding: 0;
	float: right;
	margin: 10px 15px;
}
/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}

.login {color: #666;
font-size:11px;
padding: 5px;}

.login a:link, .login a:visited {text-decoration: none;
font-weight: bold;
color: #666;}

.login a:hover {text-decoration:none;
color: #FF0000;}

/* =Main Nav
-----------------------------------------------------------------------------*/
#topMenu{
	background-image: url('../images/nav_bkg.gif');
	background-repeat: no-repeat;
	width: 760px;
	height: 25px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
}

#topMenu ul {
  margin: 0; 
  padding: 0; 
  position: relative; 
  display: inline;
  }
#topMenu li {
  float: left; 
  list-style-type: none; 
  text-align: center; 
  width: 122px; 
  font-family: Arial; 
  font-weight: bold;
  position: relative;
  color: #ff3300;
  }
#topMenu li.sml{
	font-size: 75%;
}

#topMenu a {
  text-decoration: none;
  padding-top: 4px;  
  color: #666; 
  display: block;
  }
#topMenu a:hover{
  text-decoration: underline; 
  }

#topMenu li ul {
  display: none;
  width: 90px;
  margin: 0 0 0 35px;
  padding: 4px;
  position: absolute; 
  top: 100%;
  left: 0;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #fff;
  z-index: 10;
  font-size: 75%;
  }

#topMenu li ul li {
  padding: 0 2px;
  display: block;
  text-align: left; 
  background-image: none;
  font-size: 100%;
}
#topMenu li ul li a {
  color: #333;
  }
#topMenu li ul li a:hover {
  color: #ff3300;
  }
#topMenu li:hover ul, #topMenu li.over ul { 
  display: block; 
}

#container{
  float: left;
  clear: both;
  width: 760px;
  padding-bottom: 20px;
  }

#mainBkg {
	background-image: url('../images/diag_top.jpg');
	background-repeat: no-repeat;
	width: 760px;
	clear: both;
	float: left;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}
#mainCell {
  float: left;
  width: 619px;
	border-right: 1px solid #ccc;
}
#mainCell font{
	font-family: Arial, san-serif !important;
}
#main{
	font-size: 72%;
	float: left;
	width: 450px;
	text-align: left;
	padding-left: 5px;
	border-left: 1px solid #ccc;
}
#main p{
  margin-bottom: 10px;
  clear: both;
  line-height: 150%;
}
#main h3{
		margin: 10px 0;
		font-size: 115%;
}
#userContent img{
  margin: 2px 5px;
  border: 2px solid #343434;
}

#breadcrumbs {
	font-weight: bold;
	margin-bottom: 5px;
}

#menuCell {
	width: 130px;
	float: left;
	font-weight: bold;
	font-size: 75%;
	color: #999;
	margin-right: 5px;
}
#menuCell a{
	color: #999;
}
#menuCell ul {
	padding: 10px 0 10px 25px;
}
#menuCell li {
	margin-bottom: 4px;
	list-style: disc;
}
#menuCell li a{
	color: #999;
	}

#loginMenu{
	margin-left: 15px;

}
#loginMenu input{
	border: 1px solid #ff3300;
	width: 105px;
	clear: both;
	margin-top: 7px;

}
#login{
	color: #fff;
	background-color: #ff3300;
}
#signup{
	color: #fff;
	background-color: #00aa00;
	border: 1px solid #00aa00 !important;
}
#signup:hover,#login:hover{
	text-decoration: underline;
	background-color: #ccc;
}
#forgot, #notmember{
	font-size: 80%;	
	margin: 4px 0; 
}
#junkWarn{
	color:#ff3300; 
	border: 1px solid #ff3300; 
	background-color: #eee; 
	padding: 5px; 
	font-size: 110%;
}

#on1 a, #on a,#menu li a:hover,#menu li a:hover {
	color: #ff3300 !important;
	text-decoration: none;
}
.noBull{
	padding-left: 15px !important;
}
.noBull li{
	list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}

#right{
  width: 140px;
  float: right;
	font-weight: bold;
	font-size: 75%;
	color: #999;
	text-align: left;
}
#rightInner{
	padding: 5px 5px 5px 10px;;
}
#right a{
	color: #999;
}
#right ul {
	padding: 10px 0 10px 5px;
	list-style: none;
}
#right li {
	margin-bottom: 4px;
}
#right li a{
	color: #999;
	}	
#rad, #lad{
	margin: 5px 0 10px 0;
	clear: both;

}
#rad img, #lad img{
	padding-bottom: 15px;
	clear: both;
}
#lad{
	margin-left: 8px;
	float: left;
}
	
#footer {
	font-size: 66%;
	margin-top: 10px;
	padding-top: 10px;
  clear: both;
	width: 100%;
}
#footer ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#footer li{
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	float: left;
}

label{
	display: block;
	margin-bottom: 3px;
}
.town_icon{
	float: left;
	height: 70px;
	width: 75px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
#list {
	/*background-color: #eee;*/
	width: 470px;
	float: left;
}
#sectionInfo{
}
#message{
	margin: 5px 0;
	float: left;
}
.itemPlain{
	float: left;
	width: 460px;
}
.itemLeft{
	float: left;
	width: 110px; 
	margin-left: 10px;
}
.item {
	background-image: url(../images/diag.gif);
	background-repeat: repeat-y;
	margin: 5px 0;
	float: left;
	width: 460px;
}
.item h3 a{
	color: #666;
}
.memberH3{
	font-size: 133% !important;
}
.itemInc {
	background-image: url(../images/diag.gif);
	background-repeat: repeat-y;
	margin: 5px 0;
	float: left;
	width: 460px;
}
/*.item h3{
		margin: 10px 0;
}*/
.itemR{
	float: left;
	width: 320px;
}
.itemR p{
	padding-left: 5px;
}
.item img,  #message img{
		float: left;
		margin: 10px;
}
.itemInc img{
		float: left;
		margin: 5px;
}
.itemL{
	float: left;
	width: 120px;
	text-align: center;
}

.itemM{
	float: left;
	width: 85px;
	margin-top: 10px;
	font-size: 75%;
}
.itemR1{
	float: left;
	width: 280px;
}
.smallList {
	border-bottom: solid 1px #ccc;
	background-color: #fff;
	margin: 2px 3px;
	float: left;
}
.smallListL {
	float: left;
	width: 120px;
}
.smallListR {
	float: left;
	width: 120px;
}
#event_inc{
	float: left;
	clear: both;
	border-bottom: 1px dotted #ccc;
	width: 530px;
}
#event_incL {
	float: left;
	width: 240px;
}
#event_incL img{
	float: left;
	margin: 5px;
}
#event_incR {
	float: left;
	width: 240px;
}
#eventPics{
	margin-left: 12px;
}
.eventPic{
	float: left;
	margin-left: 0 !important;
}


#icon_title{
	float: left;
	height: 35px;
	background-image: url('../images/stripes.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	margin-bottom: 10px;
}
#icon_title h1{
	 margin: 0 0 0 202px;
	 padding: 0;
	 font-size: 160%;
	 text-align: left;
	}
#news{
	float: left;
	clear: both;
	width: 475px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
#news h3{
	float: left;
	height: 25px;
	background-image: url('../images/stripes_sml.gif');
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 80px;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
#news ul{
	clear: both;
	margin-left: 15px;
	padding: 0;
}
#news li{
	color: #ff3300;
}

#home{
	width: 475px;
	float: left;
	clear: both;
}
#home h3{
	float: left;
	height: 25px;
	background-image: url('../images/stripes_sml.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	text-indent: 80px;
	padding: 0;
	font-size: 100%;
}
#home h3 a{
		color: #666;
}
.homeRow{
	float: left;
	clear: both;
	width: 475px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
}
.homeL{
	width: 210px;
	float: left;
}

.homeR{
	width: 265px;
	float: left;
}
	
#detail{
	width: 460px;
	float: left;
	clear: both;
}
#detail h2{
}

#detailL{
	background-image: url(../images/diag.gif);
	background-repeat: repeat-y;
	width: 225px;
	float: left;
	padding: 10px 0;
}
#detailL p{
	margin: 10px 8px;
}
#mainImg{
	margin-left: 5px;
	border: 7px solid #fff;
}
#detailR{
	/*background-color: #eee;*/
	width: 220px;
	float: right;
	line-height: 130%;
}
#address{
	margin-bottom: 15px;
}
#detailR h3{
	margin-top: 12px;
	clear: both;
	float: left;
}
.detailRow{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 8px;
}
.detailRowL{
	float: left;
	width: 73px;
}
.detailRowR{
	float: right;
	color: #ff3300;
	width: 137px;
	word-wrap: break-word;
}

#detail ul{
	list-style: none;
	margin-left: 8px;
}
#members, #events {
	float: left;
	clear: both;
	width: 100%;
}
#members h3,#events h3{
	width: 100%;
	background-color: #eee;
	margin-bottom: 5px;
	clear: both;
	text-align: center;
}
.member{
	float: left;
	width: 60px;
	text-align: center;
}
.member img{
	margin-top: 5px;
}
#features{
	float: left;
	clear: both;
	margin-top: 6px;
	width: 100%;
}
#features li{
	float: left;
	width: 44%;
	background-image: url(/public/frontend/images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 12px;
}

#gallery {
	float: left;
	width: 100%;
	clear: both;
}
.photo {
	float: left;
	width: 110px;
	text-align: center;
	padding: 5px 0;
	height: 140px;
}
.botPhoto{
	float: left;
	width: 110px;
	text-align: center;
	padding: 5px 0;
}
.photo img,.botPhoto img{
	border: 1px solid #ccc;
	padding: 2px;
}
#photo img {
	border: 2px solid #333;
	padding: 2px;
}
.smlPhoto{
	float: left;
	width: 75px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 8px;
	font-size: 90%;
}
.smlMember{
	float: left;
	width: 50px;
	text-align: center;
  margin-right: 20px;
  font-size: 90%;
  margin-bottom: 8px;
  overflow: hidden;
  word-wrap: break-word;
}
.smlEvent{
	float: left;
	width: 120px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 90%;
}
.smlEvent img{
	float: left;
	margin-right: 8px;
}
.smlListing{
	float: left;
	/*width: 185px;*/
	width: 90%;
	margin-bottom: 15px;
	font-size: 90%;
}
.smlListing img{
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}

.iconBox{
	width: 200px;
	height: 250px;
	float: left;
	margin: 10px 11px;
}
.iconDesc{
	background-color: #ff3300;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 200%;
	text-align: center;
	padding-top: 10px;
}
.iconDesc a{
	color: #fff;
}

.iconBoxSml{
	width: 218px;
	float: left;
	margin: 5px 0 0 5px;
	border: 1px solid #ff3300;
	background-image: url(../images/diag.gif);
}
.iconBoxSml img{
	float: left;
	margin: 5px;
}
.iconDescSml{
	width: 98px;
	margin-right: 10px;
	margin-top: 5px;
	color: #fff;
	float: right;

}
.iconDescSml a{
}

.checkList{
	float: left;
	width: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#reg{
	margin-top: 10px;
}
#regButton{
	background-color: #ff3300;
	color: #fff;
	width: 125px;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	font-size: 100%;
	border: 1px solid #333;
}
#regButton a{
	color: #fff;
	width: 119px;
	display: block;
}

#memberSearchForm{
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/diag.gif);
	border: 1px solid #ff3300;
	padding: 6px 0;
	margin-bottom: 8px;
}
#memberSearchForm input, #memberSearchForm select{
	border: 1px solid #999;
	width: 85px;
	float: left;
}
.nameBox{
	width: 83px !important;
}
#memberSearchForm label{
	float: left;
	width: 60px;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	margin-right: 2px
}
#sexy_hits{
	margin-top: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
}
#sexy_hits h3{
	margin: 0;
}
/*--PAGINATION------------------------------------------*/

ul#pagination{
	border:0; 
	margin: 0; 
	padding:10px 0 0 0; 
	font-size: 100%;
	width: 100%;
	clear: both;
	float: left;
	}

#pagination li{
border:0; 
 float: left;
padding:0;
list-style:none;
margin-right:3px !important;
}
#pagination a{
border: solid 1px #ccc;
margin-right:2px;
}
#pagination .first a,#pagination .last a{
border:solid 1px #DEDEDE;
color:#888888 !important;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
}
#pagination .active{
background:#ccc;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination a:hover{
	background:#ccc;
	color:#FFFFFF !important;
}
#pagination a {
color:#ff3300;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #ccc;
}

/*---------------------------------------*/