/*title text for page content sections*/
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;}

/*event description formatting*/
.eventdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #6699CC;}

/*event header*/
.eventheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;}

/*event title bold*/
.eventtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #19212C;}

/*join us header formatting*/
.joinusheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6699CC;
	font-weight: bold;}

/*join us header formatting*/
.searchGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #29AA3A;
	font-weight: bold;}
	a.searchGreen:link {
		text-decoration:none;}
	a.searchGreen:visited {
		text-decoration:none;}

/*join us header formatting*/
.searchGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;}
	
/*join us description formatting*/
.joinus {
	font-size: 12px;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;}

/*search input box*/
.search-inputbox {
	background:#324B5D;
	border:#000000 solid;
	border-width: 1px;
	height: 20px;
	margin: 2px 0;
	width: 200px;
	color:#999999;
	font-weight:bold;
	background-color: #DEEFB5;
	border-color: #C5E265;}
	
/*Borderless input box*/
.search-no-border {
	border:none;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	background-color:#C0E063;}

/*search select box*/
.search-combobox {
	background:#324B5D;
	border:#000000 solid;
	border-width: 1px;
	height: 20px;
	margin: 2px 0;
	width: 200px;
	color:#999999;
	font-weight:bold;
	background-color: #DEEFB5;
	border-color: #C5E265;}

/*top cities link style*/
.topcities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	color: #324B5D;}
	a.topcities:link{
		text-decoration:none;}
	a.topcities:visited{
		text-decoration:none;}
	
/*new members link style*/
.newmembers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	color: #324B5D;}
	a.newmembers:link{
		text-decoration:none;}
	a.newmembers:visited{
		text-decoration:none;}
	
/*new members descriptive text style*/
.newmembersdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;}
	
/*events section container*/
#events {
	border-color:#000000;
	height:103px;
	left:29px;
	position:absolute;
	top:854px;
	width:313px;
	z-index:2;}

/*events header container*/
#events-header {
	border-color:#000000;
	height:28px;
	left:22px;
	position:absolute;
	top:808px;
	width:323px;
	z-index:2;}

/*event join us container*/
#events-signup {
	border-color:#000000;
	height:92px;
	left:363px;
	position:absolute;
	top:857px;
	width:158px;
	z-index:2;}

/*search restaurants cotnainer*/
#find_restaurant {
	border:none;
	height:550px;
	left:20px;
	position:relative;
	width:230px;
	z-index:2;
	top: 20px;}

/*clear container to be used as link in intro header section*/
#submitrestaurant {
	position:absolute;
	height: 41px;
	width: 197px;
	left: 324px;
	top: 271px;}
	
#btn {
	width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../Images/search-back.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

