/* CSS Document */

body {
	background-color:#FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1em;
	margin: 0;
}

img {border:0;}

#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:955px;
	height:100%;
	} 
	
#content {
	position:absolute;
	top:76px;
	width:760px;
	}

#banner {
	position:absolute;
	left:0;
	top:0;
	width:760px;
	height:76px;
	background-repeat: repeat-x;
	background-image: url(../imgs/bannerbg.gif);
	}

.bannerad {
	position:absolute;
	right:7px;
	top:5px;
	}


#left {
	position:relative;
	top:0;
	float:left;
	width:120px;
	margin:10px 5px 15px 0;
	/*border:1px solid red;*/
	}

#reviews {
	position:relative;
	top:10px;
	float:left;
	margin:0 5px 15px 10px;
	width:300px;
	}
	
#reviews p {
	margin:5px 5px 5px 5px;
	/*text-align:justify;*/
	}
	
.reviewstop {
	position:relative;
	
	width:300px;
	margin-bottom:10px;
	background-color:#e6e6e6;
	float:left;
	}
	

#newsran {
	position:relative;
	
	width:300px;
	margin-bottom:10px;
    float:left;
	}	
	
#reviewsbottom {
	position:relative;
	
	width:300px;
	margin-bottom:10px;
    float:left;
	}
	
.copy {
	position:relative;
	float:left;
	width:280px;
	padding:0 5px 0 5px;
	border-bottom:1px solid #666;
	margin:0 5px 5px 5px;
	}
.copy p{
	margin:0;
	border:0;
	}
	
#latest {
	position:relative;
	top:0;
	float:left;
	width:300px;
	margin:10px 0 5px 5px;
	}
	
.latestbox {
	position:relative;
	top:10px;
	float:left;
	width:300px;
	margin-bottom:10px;
	margin-right:1px;
	}
.latestbox p {
	margin:5px 5px 5px 5px;
	
	}

#advertising {
	position:absolute;
	right:0;
	width:185px;
	margin:0 5px 5px 5px;
	top: 2px;
	}

#adtop {
	position:relative;
	width:158px;
	margin:0 0 10px 5px;
	border:1px solid gray;
	background-color:#235387;
	}
#adtop p {
	color:#FFF;
	margin:5px;
	text-align:justify;
	}
	
#adbottom {
	position:relative;
	margin:0 0 10px 5px;
	}
	
.adcopy {
	width:159px;
	padding:0 5px 0 5px;
	border-bottom:2px solid #6699CC;
	margin:0 5px 5px 5px;
	}
.adcopy p{
	margin-top:5px;
	margin-bottom:5px;
	border:0;
	color:#FFFFFF;
	}

/*start of nav*/	
.navlist	{	padding: 0 1px 1px;	margin: 0;	font: 300 11px Verdana, sans-serif;	background: white;	width: 11em;	}
.navlist li	{	list-style: none;	margin-bottom: 2px;	border: 1px solid gray;	text-align: left;	}
.navlist li a	{	display: block;	padding: 0.25em 0.5em 0.25em 0.75em;	border-right: .5em solid #6D90AF;	background: #FFF;	text-decoration: none;	}
.navlist li a:link { color: #448; text-decoration:none; }
.navlist li a:visited { color: #667; text-decoration:none;}
.navlist li a:hover {border-color: #99CCFF; color: #fff; background: #235387;}
/*end of nav*/
/*start of nav*/	
.memlist	{	padding: 0 1px 1px;	margin: 0;	font: 300 11px Verdana, sans-serif;	background: white;	width: 11em;	}
.memlist li	{	list-style: none;	margin-bottom: 2px;	border: 1px solid gray;	text-align: left;	}
.memlist li a	{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-right: .5em solid #CC9900;
	background: #FFF;
	text-decoration: none;
	border-top-color: #6D90AF;
}
.memlist li a:link { color: #448; text-decoration:none; }
.memlist li a:visited { color: #667; text-decoration:none;}
.memlist li a:hover {border-color: #99CCFF; color: #fff; background: #235387;}
/*end of nav*/

#footer {
	position:relative;
	width: 760px;
	height: 30px;
	text-align:left;
	float:left;
	border-top:10px solid #336699;
	color: #666666;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}

#login {
	position:relative;
	top:10px;
	width:11em;
	height:150px;
	background-color: #CCC;
	}
.logint {padding:5px 0;margin:5px 0; border:0;}
#search {
	position:relative;
	top:20px;
	width:11em;
	height:100px;
	background-color: #CCC;
	margin-bottom:30px;
	}
	
img {
	border:0;
	}
	
.logo {
	position:absolute;
	left:0;
	}

img.signup {
	margin: 5px 0 5px 7px;
	}

.header1 {
	width:100%;
	height:22px;
	margin:0;
	border:0;
	background-color:#6D90AF;
	}


.header1  a:link, .header1 a:visited, .header1 a:active {
	color: #fff;
	text-decoration: underline;
	}
.header1  a:hover {
	color: #e0e0e0;
	text-decoration: none;
	}

.header1red {
	width:100%;
	height:22px;
	margin:0;
	border:0;
	background-color:#800000;
	}
.header1red  a:link, .header1red a:visited, .header1red a:active {
	color: #fff;
	text-decoration: underline;
	}
.header1red  a:hover {
	color: #e0e0e0;
	text-decoration: none;
	}
.header2 {
	width:100%;
	height:25px;
	margin:0;
	border:0;
	background-color:#CAD7E2;
	}

.nametitle {
	font-size: 13px;
	font-weight: bold;
}


h2 {
	padding:0;
	padding-top:3px;
	margin:0;
	font-size: 13px;
	color:#003399;
	}


h3 {
	padding:0;
	padding-top:3px;
	margin:0;
	margin-left:5px;
	font-size: 13px;
	color:#FFF;
	}

h4 {
	padding:0;
	padding-top:3px;
	margin:0;
	margin-left:10px;
	font-size: 12px;
	color:#003399;
	font-weight:300;
	}
	
/* */

a:link, a:visited, a:active {text-decoration: underline; color: #000; }
a:hover {text-decoration: none; color: #000; }
/* start ------------------------- */
#member {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;
	/* border:1px solid #000; */
	}
	
#member p {
	margin:5px;
	/*text-align:justify;*/
	}
#member img {
	margin:0 10px 10px 0;
	border:0;
	float:left;
	/*text-align:justify;*/
	}

.memberdiv {float:left; width:600px;}
	
#membertop {
	position:relative;
	top:0;
	width:605px;
	margin-bottom:10px;
	background-color:#fff;
	}
	
#aboutus {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;
	/* border:1px solid #000; */
	}
	
#aboutus p {
	margin:5px;
	/*text-align:justify;*/
	}
#aboutus img {
	margin:0 10px 10px 0;
	border:2px solid #235387;
	float:left;
	/*text-align:justify;*/
	}

.aboutdiv {float:left; width:600px;}
	
#aboutustop {
	position:relative;
	top:0;
	width:605px;
	margin-bottom:10px;
	background-color:#fff;
	}
/* start ------------------------- */	
#cityguide {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;
	/* border:1px solid #000; */
	}
	
#cityguide p {
	margin:5px;
	/*text-align:justify;*/
	}	
#cityguidetop {
	position:relative;
	top:0;
	width:605px;
	margin-bottom:10px;
	background-color:#e6e6e6;
	}

.region {
	position:relative;
	float: left;
	top:0;
	width:100%;
	background-color:#6D90AF;
	margin-top: 20px;
	}
	


.city {
	position:relative;
	float: left;
	margin: 5px 0 5px 5px;
	width:15%;	
	color:#fff;}

/* start ------------------------- */
#cityguidedetail p, #regularreviews p, #directorysearch p, #rightsideguide  p {
	margin:5px;
	/*text-align:justify;*/
	}	

#cityguidedetail {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:350px;
	background-color:#e6e6e6;
	}
	
#cityguidedetailtop {
	position:relative;
	top:0;
	width:350px;
	margin-bottom:10px;
	background-color:#e6e6e6;
	}
	
#cityguidecityguidetop img {float:left; margin:5px 5px 0 5px; border:1px solid #000;}

#rightsideguide {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:250px;
	background-color:#e6e6e6;
	visibility: hidden;
	}


/* start ------------------------- */
#directorysearch {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:250px;
	/* border:1px solid #000; */
	
	}
#regularreviews {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;	
	/* border:1px solid #000; */}	
	
.regularreviewsA {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:390px;	
	/* border:1px solid #000; */}	
	
.regularreviewsB {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:205px;	
	/* border:1px solid #000; */}	

.regularreviewsC {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;	
	/* border:1px solid #000; */}	
.regularreviewsM {
	line-height: 34px;
	text-align:right;
	/*border-bottom: solid #ccc 1px;*/
	margin: 5px 0;
	
	position:relative;
	top:10px;
	float:right;
	margin:0 0 15px 10px;
	width:605px;
}	

.ritem  { float:left; width:100%;}
.ritem img {float:left; border:1px solid #000; margin-right:5px;}

.ritem  a:link, .ritem a:visited, .ritem a:active {
	color: #225184;
	text-decoration: none;
		/* display: block; */
	}
.ritem  a:hover {
	color: #000;
	/* background-color:#ccc; */
	text-decoration: none;
	}	
	
	
.ditem  { float:left; width:100%;}
.ditem img {float:left; border:1px solid #000; margin-right:5px;}

.ditem  a:link, .ditem a:visited, .ditem a:active {
	color: #225184;
	text-decoration: none;
		 /* display: block; */
	}
.ditem  a:hover {
	color: #000;
	/* background-color:#ccc; */
	text-decoration: none;
	}	
	
	
/* start ------------------------- */
#events {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;
	}
	
#events p {
	margin:5px;
	/*text-align:justify;*/
	}
	
#eventstop {
	position:relative;
	top:0;
	width:605px;
	margin-bottom:10px;
	
	}	
#eventsdetail {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;
	}
	
#eventsdetail p {
	margin:5px;
	/*text-align:justify;*/
	}
	
#eventsdetailtop {
	position:relative;
	top:0;
	width:605px;
	margin-bottom:10px;
	}	
/* start ------------------------- */
#latestnews {
	position:relative;
	top:10px;
	float:left;
	margin:0 0 15px 10px;
	width:605px;
	/* border:1px solid #000; */
	}
	
#latestnews p {
	margin:5px;
	/*text-align:justify;*/
	}	
#latestnewstop {
	position:relative;
	float:left;
	top:0;
	width:605px;
	margin-bottom:10px;
	
	}

.newscat  { float:left; width:605px;}
.newscat img {float:left; border:1px solid #000; margin-right:5px;}




.newscat  a:link, .newscat a:visited, .newscat a:active {
	color: #225184;
	text-decoration: none;
	/* display: block; */
	}
.newscat  a:hover {
	color: #000;
	/* background-color:#e6e6e6; */
	text-decoration: none;
	}	
.newsart  { float:left; width:605px; border-bottom:1px solid #ccc;}
.newsart img {float:left; border:1px solid #000; margin-right:5px;}

.newsart  a:link, .newsart a:visited, .newsart a:active {
	color: #225184;
	text-decoration: none; /* display: block; */
	}
.newsart  a:hover {
	color: #000;
	/* background-color:#e6e6e6; */
	text-decoration: none;
	}
.newsartmenu {
	line-height: 34px;
	text-align:right;
	border-bottom: solid #ccc 1px;
	margin: 5px 0;
	
}	

.newsarttitle {
	font-size:14px;
	font-weight: bold;

}

.newsarttitledetail {
	font-size:14px;
	font-weight: bold;
	line-height: 34px;
	border-bottom: solid #ccc 1px;
	margin-bottom:5px;
}
/* REVIEW SECTION*/

#latestreviews { position:relative;	top:10px;	float:left;	margin:0 0 15px 10px;	width:605px;	/* border:1px solid #555; */	}
	
#latestreviews p {	margin:5px;	/*text-align:justify;*/	}	
#latestreviewstop {	position:relative;	float:left;		width:430px;	margin-bottom:10px;	}

.reviewsart  { float:left; width:430px; border-bottom:1px solid #ccc;}
.reviewsart img {float:left; margin-right:5px; border:1px solid #000;}

.reviewsart  a:link, .reviewsart a:visited, .reviewsart a:active {	color: #225184;	text-decoration: none;}
.reviewsart  a:hover {	color: #000;	/* background-color:#e6e6e6; */	text-decoration: none;	}
.reviewsartmenu {	line-height: 34px;	text-align:right;	border-bottom: solid #ccc 1px;}
#latestreviewssearch {	position:relative;	float:right;		width:160px;	margin-bottom:10px;	}
.filterreviews {	width:160px;	height: 400px;	overflow: auto;
}


/* front section*/
.frontcatcontainer  {
	float:left;
	width:300px;
	border-bottom: #999999 solid 1px;
	margin-bottom: 5px;}
.frontcat  {	float:left;	width:225px;}
.frontcatimg {float:left; border:1px solid #000;  margin:5px 5px 5px 0; height:65px;width:65px; overflow:hidden;}

.frontcat  a:link, .frontcat a:visited, .frontcat a:active {
	color: #225184;	text-decoration: none;	/* display: block; */	}
.frontcat  a:hover {	color: #000;	text-decoration: none;	}

.reviewsartfrontcon  {
	float:left;
	width:300px;
	border-bottom: #999999 solid 1px;
	margin-bottom: 5px;}

.reviewsartfrontcon img {border:1px solid #000;float:left;margin:5px 5px 5px 0;}
.reviewsartfrontcon  a:link, .reviewsartfrontcon a:visited, .reviewsartfrontcon a:active {
	color: #225184;	text-decoration: none;	/* display: block; */	}
.reviewsartfrontcon  a:hover {	color: #000;	text-decoration: none;	}




.az {font-size:130%; text-align:center; line-height:120%;}
#azbg {background-color:#ccc; margin: 10px; padding:5px;}

#azbg a {padding:3px;}
#azbg a:link {color:#003399; text-decoration: underline; }
#azbg a:visited {color: #666666; text-decoration: none; }
#azbg a:hover, .azbg a:active {color: #555; text-decoration: none; background-color:#ccc; }

.faqquest {
	padding:0;
	padding-top:3px;
	margin:0;
	font-size: 13px;
	color:#003399;
	font-weight: bold;
}

/*Social Bookmark*/

#sBookMarks {position:relative;margin:0 0 15px 10px;float:right;width:605px;}
#sBookMarks  h3 {color:black; text-align:left;}
.sblist{

		clear:both;

		position:relative;

		/* border:1px solid #ccc; */

		padding:3px;

		margin:15px 0 0 0;

	}

	.sblist p {

		padding:0;

		margin:0;

	}

	.sblist p a{

		position:absolute;

		top:0px;

		right:0px;

		padding:3px 5px 0 0;

	}

	.sblist h3{

		padding:0 3px 0 0;

		margin:0;

		margin:0 5px 0 3px;

		font-size:0.88em;

		font-weight:normal;

	}

	.sblist ul{

		text-align:center;

		list-style:none;

		margin:6px 0 4px 0;

		padding:0;

	}

	.sblist ul li{

		text-align:center;

		display:inline;

		padding:0 4px 6px 0 ;

	}

	.sblist ul li.delicious{

		background:url("../imgs/bookmark/delicious.gif")
		no-repeat 0 0;

	}

	.sblist ul li.digg{

		background:url("../imgs/bookmark/digg.gif")
		no-repeat 0 0;

	}

	.sblist ul li.reddit{

		padding:0 0 0 2px;

		background:url("../imgs/bookmark/reddit.gif")
		no-repeat 0 0;

	}

	.sblist ul li.facebook{

		background:url("../imgs/bookmark/facebook.gif")
		no-repeat 0 0;

	}

	.sblist ul li.stumbleupon{

		background:url("../imgs/bookmark/stumbleupon.gif")
		no-repeat 0 0;

	}

	.sblist ul li a{

		padding:0 0 0 18px;

		margin:0 3px 0 0px;

	}