body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

h3{
	font-size:120%;	
}

ul, ol {
	list-style: none;
 }

body {
	text-align: left;
	color: #ef6a39;
	background-color: #c9c9c9;
	font-family: "Myriad Pro", tahoma, helvetica, sans-serif;	
}

a, a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #912c05;
	text-decoration: underline;
}

a img {
	border: none;
}

.clear_fix {
	clear: both;
}

p {
	font-size: 14px;
	line-height: 17px;
	color: #6b7171;
}

p#main{
	color:#000;
}


/*CONTENT-------------------------*/

#logo{
	background-image:url(/img/logo.png);
	width:120px;
	height:291px;
	float:left;
	left:-107px;
	top:0px;
	position:absolute;
}

#wrapper {
	position: relative;
	background: url('/img/bg-cityscape.jpg') center bottom no-repeat;
	padding-left:4px;
}

#main_box {
	position: relative;
	top: 25px;
	background: url('/img/bg_main_box_top_shell.png') left top no-repeat;
	padding-top: 98px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 853px;
}

#main_box_inner-default{
	background: url('/img/bg_main_box_mid_shell.png') left 88px repeat-y;
	padding-left: 13px;
	height:365px;
}

#main_box_inner-login{
	background: url('/img/bg_main_box_mid_shell.png') left 88px repeat-y;
	padding-left: 13px;
	height:313px;
	padding-top:5px;
}

#content {
	float: left;
	margin-top: -87px;
	width: 835px;
}

#content h1 {
	font-size:16px;
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight:100;
	text-transform:capitalize;
}

#content_inner {
	padding: 0 18px 0 9px;
}

#title_box {
	background: url('/img/bg_title_line_shell.png') 8px bottom no-repeat;
	margin-bottom: 5px;
}

#content_left {
	float: left;
	width: 500px;
}

#content_right {
	float: left;
	width: 300px;
}

#content_right div#ad_zone_4 {
	height: 250px;
	width: 300px;
	margin-bottom: 15px;
	margin-top:10px;
	border:1px #333 solid;
}

#content_right div#ad_zone_5 {
	height: 117px;
	width: 300px;
	border:1px #333 solid;
}

#content_main {
	position: relative;
	min-height: 400px;
}

#content_main #login_form p{
	margin-bottom: 5px;
	color:#000;
}

#content_left img.ad_bot_left_308 {
	margin-left: 3px;
	margin-top: 5px;
	border-top: 1px solid #0c1926;
	border-right: 1px solid #03416f;
	border-left: 1px solid #03416f;
	border-bottom: 2px solid #2f5e8c;
}

/*----------login form------------*/
form#login {
  position:relative;
}

form#login input {
	border: 1px solid #d4d4d4;
}

form#login #submit input {
	border: none;
	float: left;
	margin-left: -4px;
}

div#email,
div#password {
  position:relative;
  float:left;
  margin-bottom: 7px;
  margin-right:3px;
}

input#email-field,
input#password-field {
  width:246px;
}

label {
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	position:relative;
	top:5px;
	left:-30px;
	color:#000;
	letter-spacing:1px;
}

label.overlabel {
  position:absolute;
  top:3px;
  left:5px;
  z-index:1;
  color: #b7609b;
}

label.overlabel {
    color: #b7609b;
  }

label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color: #b7609b;
}

#subscribe_form_main{
	position:relative;
	float:right;
	right:23px;
	padding:7px 0px;
	top:4px;
}
#subscribe_form_left {
	background: url('/img/signup-grey-box-left.jpg') left top no-repeat;
	padding-left: 43px;
	margin-left: 80px;
	width: 465px;
	height: 28px;
}

#subscribe_form_right {
	background: url('/img/signup-grey-box-right.jpg') right top no-repeat;
	padding-right: 10px;
	height: 28px;
}

#subscribe_form_inner {
	background: url('/img/signup-grey-box-middle.jpg') left top repeat-x;
	height: 28px;
}

#subscribe_form {
	color: #565656;
	position: relative;
}

#subscribe_form input#sign-up-field {
	position: relative;
	top: -19px;
	left: 160.5px;
	width: 265px;
	margin-top: 4px;
	padding: 3px 25px 0 10px;
	height: 19px;
	border: none;
	background-color: none;
	background: url('/img/bg_sign_up_form.png') left top no-repeat;
}

#subscribe_form input#sign_up_button{
	position: relative;
	top: -20px;
	left: 138px;
	width: 11px;
	height: 5px;	
}

/*MAIN BOX BOTTOM------------------------------------------------------------*/

#main_box_bottom_default {
	background: url('/img/bg_main_box_bottom_shell.png') left bottom no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	height: 55px;
}

#main_box_bottom_login {
	background: url('/img/bg_main_box_bottom_shell.png') left bottom no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	height: 25px;
}

ul#social-network{
	float:left;
	font-size:13px;
	position:relative;
	top:6px;
}

ul#social-network li{
	float:left;
	padding-right:12px;
}

ul#social-network img{
	margin-right:6px;
	bottom:-8px;
	position:relative;
}

ul#social-network li a{
	color:#000;
	position:relative;
	bottom:9px;
	text-decoration:none;
}

#social-network a:hover{
	color:#ef6a39;
}

#button_browse_web {
	background-image:url(/img/button-browse-internet.jpg);
	width:214px;
	height:35px;
	position: relative;
	float:right;
	right:28px;
	bottom:3px;
	cursor:pointer;
}

#button_browse_web:hover{
	background-image:url(/img/button-browse-internet-over.jpg);
}

/*------------footer--------------*/

#footer {
	clear: both;
	width: 845px;
	text-align: center;
	padding-bottom: 20px;
}

#footer p {
	color: #000;
	font-size: 10px;
	line-height: 12px;
	padding: 25px 80px 0 80px;
	font-weight: normal;
}

#footer ul {
	margin: 7px auto 0 auto;
	padding-top: 5px;
	background: url('../images/bg_footer_ul.png') 50% top no-repeat;
	
}

#footer ul li {
	display: inline;
	font-size: 9px;
	padding: 0;
	text-transform: uppercase;
	color: #000;
}

#footer ul li a {
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}

#footer ul li a:hover {
	color: #ef6a39;
	text-decoration: underline;
}

/*MAP--------------------------------------------------------------*/

#map_categories{
	float:right;
	background-image:url(../img/bg_map_nav.png);
	background-repeat:repeat-y;
	width:175px;
	height:357px;
}
#mc_content{
	padding: 0px 0px 0px 10px;
	font-size:11px;
	line-height:13px;
	color:#333333;
}
#mc_content h3{
	margin:7px 5px 1px -5px;
	text-transform:uppercase;
	padding:1px 0px 1px 5px;
	background-color:#666666;
	font-weight:bold;
	color:#ffffff;
	font-size:10px;
}
#near_you_list{
	height:190px;
	overflow-y:auto;
	overflow-x:hidden;
}
#map_categories a{
	color:#5e0557;
	text-decoration:none;
	font-size:11px;
}
.map_popup{
	color:#5e0557;
	font-size:11px;
}
.map_pop_title{
	color:#333333;
	font-weight:bold;
	font-size:11px;
}

.photo_row {
	text-align:center;
}

/*???--------------------------------------------------------------*/

#btm_nav{
	padding:2px 15px 2px 20px;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:11px;
	background-image:url('/img/bg_nextPrev.gif');
	
}
#btm_nav a{
	font-weight:normal;
	text-decoration:none;
}
#btm_nav a:hover{
	color:#fff;
}
#btm_nav_left{
	float:left;
	width:10%;
}
#btm_nav_right{
	float:right;
	width:10%;
	text-align:right;
}
#btm_nav_center{
	text-align:center;
	color:#fff;
}

/*EVENTS/CITY GUIDE---------------------------------------------------------*/

#event_items{
	text-align:center;
}

#event_items tr{

}

#event_items td{
	text-align:left;
	padding:4px;
	border-bottom:1px #000 dotted;
	color:#000;
	font-size:12px;
}

#event_items a{
	color:#ef6a39;
	font-size:12px;
	padding-top:5px;	
}

#event_items h2{
	color:#000;	
	font-size:22px;
	font-weight:normal;
}

#event_items img{
	border:1px solid #000;
}

/*GALLERY---------------------------------------------------------*/

#gallery_images{
	text-align:center;	
}

#gallery_images h2{
	color:#FFF;
	text-align:left;
	margin: 6px 5px 0px 6px;
	background-color:#333333;
	padding:10px 6px;
	font-size:14px;
}

#gallery_images h2#v2-services{
	color:#FFF;
	text-align:left;
	margin: 5px 4px 1px 4px;
	background-color:#f15c1a;
	padding:6px 6px 3px 9px;
	font-size:14px;
}

#gallery_images h2#v2-insiderpicks{
	color:#000;
	text-align:left;
	margin: 5px 4px 1px 4px;
	background-color:#c8c7cc;
	padding:6px 6px 3px 9px;
	font-size:14px;
}

#galleryImage{
        border:2px #fff solid;
        cursor:pointer;
        height:100px;
        width:100px;
        margin:0px 0px 5px 5px;
        background-position: center;
}

#galleryMainImage{
        border:1px #333 solid;
        cursor:pointer;
        height:200px;
        width:200px;
        margin-top:10px;
        margin-bottom:10px;
        background-position: center;
}

#BackButton{
        width:auto;
        position: relative;
		float:right;
		top:-25px;
		right:10px;
        text-align: left;
        font-size: 12px;
        color:#ffffff;
        border:0px #990000 double;
        cursor: pointer;
}

#BackButton:hover{
	color:#EF6A39;
}

#BackButton img{
	float:left;
	margin-right:3px;
	position:relative;
	top:-4px;
}

#projectImage{
	border:1px #333 solid;
	cursor:pointer;
	height:100px;
	width:220px;
	margin:3px 0px 2px 3px;
	display:inline-block;
}

#projectImage-v2-services, #projectImage-v2-insiderpicks{
	border:1px #333 solid;
	cursor:pointer;
	height:100px;
	width:229px;
	margin:4px 2px 1px 3px;
	display:inline-block;
}

#gallery_images a{
	text-decoration:none;
}
#projectImage p{
	width:97%;
	margin:0px;
	font-weight:bold;
	font-size:11px;
	padding:4px;
	text-align:right;
	color:white;
	background-color:#333333;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#projectImage-v2-services p{
	width:97%;
	margin:0px;
	font-weight:bold;
	font-size:11px;
	padding:4px;
	text-align:right;
	color:white;
	background-color:#f15c1a;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#projectImage-v2-insiderpicks p{
	width:97%;
	margin:0px;
	font-weight:bold;
	font-size:11px;
	padding:4px;
	text-align:right;
	color:black;
	background-color:#c8c7cc;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}