html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*End CSS Reset*/

*{padding:0; margin:0;}
img{border:none;}
.clear{clear:both;}
html{margin:0; padding:0;}
a{outline:none;}
.fleft{float:left;}
.fright{float:right;}
.whitetxt{color:#fff;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	background:url(../images/bodybg.jpg);
}

#header{
	width:100%;
	height:117px;
	background:url(../images/headerbg.jpg) repeat-x;
}

#headerwrap{
	width:936px;
	height:117px;
	margin:0 auto;
}

#navigation{
	width:721px;
	height:38px;
	/*background:url(../images/navbg.png) no-repeat;*/
	float:right;
	margin:79px -2px 0 0;
}

#navigation span{ display:none;}

.btn1bg{
	width:82px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/home.gif) no-repeat bottom left;
}
.btn2bg{
	width:86px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/shops.gif) no-repeat bottom left;
}
.btn3bg{
	width:73px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/map.gif) no-repeat bottom left;
}
.btn4bg{
	width:87px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/hotels.gif) no-repeat bottom left;
}
.btn5bg{
	width:92px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/events.gif) no-repeat bottom left;
}
.btn6bg{
	width:111px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/mallinfo.gif) no-repeat bottom left;
}
.btn7bg{
	width:116px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/direction.gif) no-repeat bottom left;
}
.btn8bg{
	width:74px;
	height:38px;
	display:block;
	float:left;
	background:url(../images/nav/jobs.gif) no-repeat bottom left;
}

a.btn1{
	width:82px;
	height:38px;
	display:block;
	background:url(../images/nav/home.gif) no-repeat top left;
}
a.btn2{
	width:86px;
	height:38px;
	display:block;
	background:url(../images/nav/shops.gif) no-repeat top left;
}
a.btn3{
	width:73px;
	height:38px;
	display:block;
	background:url(../images/nav/map.gif) no-repeat top left;
}
a.btn4{
	width:87px;
	height:38px;
	display:block;
	background:url(../images/nav/hotels.gif) no-repeat top left;
}
a.btn5{
	width:92px;
	height:38px;
	display:block;
	background:url(../images/nav/events.gif) no-repeat top left;
}
a.btn6{
	width:111px;
	height:38px;
	display:block;
	background:url(../images/nav/mallinfo.gif) no-repeat top left;
}
a.btn7{
	width:116px;
	height:38px;
	display:block;
	background:url(../images/nav/direction.gif) no-repeat top left;
}
a.btn8{
	width:74px;
	height:38px;
	display:block;
	background:url(../images/nav/jobs.gif) no-repeat top left;
}


.btn1:hover,
.btn2:hover,
.btn3:hover,
.btn4:hover,
.btn5:hover,
.btn6:hover,
.btn7:hover,
.btn8:hover{
	background-position:bottom left;
}

body.overview #navigation a.btn1,
body.shops #navigation a.btn2,
body.map #navigation a.btn3,
body.hotels #navigation a.btn4,
body.events #navigation a.btn5,
body.mallinfo #navigation a.btn6,
body.direction #navigation a.btn7,
body.jobs #navigation a.btn8{
	background-position:bottom left;
}
#adminnav{
	margin:5px 0 15px 15px;
}
body #adminnav a{
	padding:4px 7px;
	background-color:#EEEEEE;
	color:#999999;
	border:1px solid #D8D8D8;
	margin:0 5px 0px 0;
	text-decoration:none;
}
body #adminnav a:hover{
	background-color:#eee;
	color:#0066FF;
	border:1px solid #0066FF;
}

#content{
	width:100%;
	background:url(../images/contentbg.jpg) repeat-x #fff;
}

#contentwrap{
	width:936px;
	min-height:400px;
	_height:400px;
	margin:0 auto;
	text-align:left;
}

#contentleftbg{
	background:url(../images/leftmiddle.gif) repeat-y;
	min-height:400px;
	_height:400px;
}

#leftcolumn{
	width:222px;
	float:left;
	position:relative;
}

.sidecontent{
	background:url(../images/leftboreder.jpg) no-repeat bottom;
}

#leftcolumn p{
	font-size:1.2em;
	padding:15px 20px;
}

#leftcolumn p em{
	text-decoration:underline;
	font-style:oblique;
}

.stretcher em{
	text-decoration:underline;
	font-style:oblique;
	font-size:1.1em;
}

#leftcolumn p i{
	font-style:oblique;
	font-size:.9em;
}

.learnmore{
	display:block;
	float:right;
	width:112px;
	height:20px;
	margin:-10px 15px 10px 0;
	_margin:-7px 10px -3px 0;
}

a.learnmore{
	width:112px;
	height:20px;
	display:block;
	background:url(../images/findoutmore.jpg) no-repeat top left;
}

a.learnmore:hover{
	width:112px;
	height:20px;
	display:block;
	background:url(../images/findoutmore.jpg) no-repeat bottom left;
}

.learnmore span{
	display:none;
}

/*.roadconstruction{
	display:inline-block;
	width:147px;
	height:82px;
	margin: -10px 15px 10px 0;
	_margin: -7px 10px -3px 0;
	position: absolute;
	top: 410px;
	left: 60px;
	z-index: 1;
}*/

a.roadconstruction{
	width:147px;
	height:36px;
	display:block;
	background:url(../images/roadconstruction.jpg) no-repeat top left;
}

a.roadconstruction:hover{
	width:147px;
	height:36px;
	display:block;
	background:url(../images/roadconstruction.jpg) no-repeat bottom left;
}

a.roadconstruction2{
	width:200px;
	height:82px;
	display:block;
	background:url(../images/roadconstructionDetour.jpg) no-repeat top left;
}

a.roadconstruction2:hover{
	width:200px;
	height:82px;
	display:block;
	background:url(../images/roadconstructionDetour.jpg) no-repeat bottom left;
}

a.facebook{
	width:126px;
	height:30px;
	display:block;
	background:url(../images/findonFacebookSmall.jpg) no-repeat;
	margin:5px 0;
}

a.facebook:hover{
	width:126px;
	height:30px;
	display:block;
	background:url(../images/findonFacebookSmall02.jpg) no-repeat;
}

a.twitter{
	width:126px;
	height:30px;
	display:block;
	background:url(../images/followonTwitterSmall.jpg) no-repeat;
}

a.twitter:hover{
	width:126px;
	height:30px;
	display:block;
	background:url(../images/followonTwitterSmall02.jpg) no-repeat;
}



.roadconstructionb span{
	display:none;
}


.roadconstructionb{
	display:inline-block;
	width:147px;
	height:36px;
	margin: -10px 15px 10px 0;
	_margin: -7px 10px -3px 0;
	position: absolute;
	top: 410px;
	left: 60px;
	z-index: 1;
}

a.roadconstructionb{
	width:147px;
	height:36px;
	display:block;
	background:url(../images/roadconstruction2.jpg) no-repeat bottom left;
}

a.roadconstructionb:hover{
	width:147px;
	height:36px;
	display:block;
	background:url(../images/roadconstruction2.jpg) no-repeat top left;
}


.roadconstructionc span{
	display:none;
}


.roadconstructionc{
	display:inline-block;
	width:200px;
	height:82px;
	margin: -10px 15px 10px 0;
	_margin: -7px 10px -3px 0;
	position: absolute;
	top: 400px;
	left: 11px;
	z-index: 1;
	cursor: pointer;
}

.roadconstructionc1{
	display:inline-block;
	width:200px;
	height:82px;
	margin: -10px 15px 10px 0;
	_margin: -7px 10px -3px 0;
	position: absolute;
	top: 500px;
	left: 11px;
	z-index: 1;
	cursor: pointer;
}

a.roadconstructionc1{
	width:200px;
	height:82px;
	display:block;
	background:url(../images/roadconstruction.png) no-repeat bottom left;
	cursor: pointer;
}

a.roadconstructionc1:hover{
	width:200px;
	height:82px;
	display:block;
	background:url(../images/roadconstruction.png) no-repeat top left;
}

.roadconstructionc1 span{
	display:none;
}

a.roadconstructionc{
	width:200px;
	height:82px;
	display:block;
	background:url(../images/roadconstruction.png) no-repeat bottom left;
	cursor: pointer;
}

a.roadconstructionc:hover{
	width:200px;
	height:82px;
	display:block;
	background:url(../images/roadconstruction.png) no-repeat top left;
}



.roadconstruction span{
	display:none;
}

.constrSymbol {
	
}

.detour{
	top: 385px;
	left: 5px;
	z-index: 4;
	background: url(../images/detour.png) no-repeat top left;
	height: 97px;
	width: 119px;
	position: absolute;
	cursor: pointer;
}

.detour2{
	top: 460px;
	left: 5px;
	z-index: 4;
	background: url(../images/detour.png) no-repeat top left;
	height: 97px;
	width: 119px;
	position: absolute;
	cursor: pointer;
}



#logobg{
	width:222px;
	height:117px;
	background:url(../images/logobg.png) no-repeat top center;
	position:absolute;
	top:-90px;
	left:0;
	text-align:left;
}

#logo{
	margin:20px 0 0 15px;
	display:inline;
	float:left;
}

#leftcolumncontent{
	width:222px;
	background:url(../images/leftcolbg.gif) no-repeat top center;
	text-align:left;
	min-height:275px;
	_height:275px;
	margin-top:27px;
	float:left;
}

body.shops #leftcolumncontent{
	width:222px;
	_background:url(../images/leftcolbg.gif) no-repeat;
	_background-position:2px 0;
	text-align:left;
	min-height:275px;
	_height:275px;
	margin-top:27px;
	float:left;
}

#leftcolumncontent a{
	color:#005994;
	text-decoration:underline;
}

#leftcolumncontent a:hover{
	color:#005994;}

#rightcolumn{
	width:712px;
	text-align:left;
	float:right;
	margin-top:8px;
	
}

#rightcolumncontent{
	width:712px;
	background:url(../images/contentbg.gif) no-repeat;
	position:relative;
	min-height:390px;
	_height:390px;
}

#rightcolumncontent img{
	margin:10px;
}

#rightcolumncontentbottom{
	position:absolute;
	bottom:0;
	left:0;
	width:712px;
	height:17px;
	background:url(../images/contentbottom.gif) no-repeat;
}

h1{
	color:#0067a6;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 20px 0px 20px;
}	

#rightcolumn p{
	font-size:1.2em;
	padding:0px 0px 20px 15px;
}

#rightcolumn p strong{
	font-size:1.2em;
	color:#005994;
}

#rightcolumn a{
	color:#005994;
	text-decoration:underline;
}

#rightcolumn a:hover{
	color:#005994;
	text-decoration:none;
}

#rightcolumn h2{
	width:500px;
	height:32px;
	display:block;
	margin:0px 0px 5px 10px;
}

body.direction #rightcolumn h2{background:url(../images/title/directions.jpg) no-repeat top left;}
body.mallinfo #rightcolumn h2{background:url(../images/title/mallinfo.jpg) no-repeat top left;}
body.hotels #rightcolumn h2{background:url(../images/title/hotels.jpg) no-repeat top left;}
body.events #rightcolumn h2{background:url(../images/title/events.jpg) no-repeat top left;}
body.shops #rightcolumn h2{background:url(../images/title/shops.jpg) no-repeat top left;}
body.tour #rightcolumn h2{background:url(../images/title/tour.jpg) no-repeat top left;}
body.jobs #rightcolumn h2{background:url(../images/title/jobs.jpg) no-repeat top left;}
body.admin #rightcolumn h2{background:url(../images/title/admin.jpg) no-repeat top left;}

#rightcolumn h2 span{
	display:none;
}

#shopmap{
	width:712px;
	position:relative;
}

#rightcolumn .imageborder{
	padding:6px;
	display:block;
	background:#f3f3f3;
	margin:0 10px 0 0;
}

#rightcolumn a.imageborder{
	padding:6px;
	display:block;
	background:#f3f3f3;
	margin:0 10px 0 0;
}

#rightcolumn a.imageborder:hover{
	padding:6px;
	display:block;
	background:#b2d4e7;
	margin:0 10px 0 0;
}

#rightcolumn .imageborder img{
	padding:0;
	margin:0;
}

.clicktoenlarge{
	margin:3px 10px 0 0;
	font-size:.5em;
}

#shopmapbottom{
	position:absolute;
	bottom:0;
	left:0;
	width:712px;
	height:17px;
}

#mainimg{
	width:712px;
	height:292px;
	background:url(../images/mainareabg.png) no-repeat;
	position:relative;
}

#mainimgoverlay{
	position:absolute;
	width:688px;
	height:257px;
	top:12px;
	left:12px;
	display:block;
	background:url(../images/mainimgoverlay.png) no-repeat;
	z-index:3;
}

#slideshow{
	position:absolute;
	width:688px;
	height:257px;
	top:12px;
	left:12px;
	display:block;
	z-index:2;
}

#mainbottom{
	text-align:center;
	margin:-2px 0 3px 0;
}

#leftbutton{
	float:left;
	width:233px;
	height:190px;
	background:url(../images/bottombuttons.png) no-repeat;
	display:block;
	padding-top:12px;
}

#rightbutton{
	float:right;
	width:233px;
	height:190px;
	background:url(../images/bottombuttons.png) no-repeat;
	display:block;
	padding-top:12px;
}

#middlebutton{
	width:233px;
	height:190px;
	background:url(../images/bottombuttons.png) no-repeat;
	display:block;
	margin-left:240px;
	padding-top:12px;
}

#buttonmargin{
	margin:12px;
	padding-top:12px;
	display:block;
}

#jobbreak{
	margin:-5px 0 15px 15px;
	width:385px;
	border-bottom:1px solid #999999;
	float:left;
}

#jobstrechers{
	width:385px;
	float:left;
}

#jobsright{
	width:275px;
	_margin-right:-175px;
	padding:0 15px 0 0;
	border-left:1px solid #999999;
}

#jobsright ul li{
	list-style:none;
}

#jobsright ul li p{
	margin:0 0 3px 15px;
	padding:0;
	font-size:1.4em;
}

#jobsright h3{
	font-size:1.4em;
	padding:0px 0px 5px 15px;
	width:400px;
	color:#005994;
	font-weight:normal;
}

h3{
	font-size:1.6em;
	padding:0px 0px 5px 15px;
	width:400px;
	color:#005994;
	text-decoration:underline;
	font-weight:normal;
}


h4{
	font-size:1.6em;
	padding:0px 0px 5px 15px;
	width:400px;
	float:left;
	color:#005994;
}

.jobposting{	
}

h5{
	font-size:1.4em;
	padding:0px 0px 2px 15px;
}


#footer{
	width:100%;
	height:40px;
	background:url(../images/footerbg.jpg) repeat-x;
	xposition: absolute;
}

#footerwrap{
	width:930px;
	height:40px;
	margin:0 auto;
	position:relative;
}

#footerwrap p{
	font-size:1.1em;
	color:#fff;
	margin-bottom:3px;
}

#footerwrap p a{
	font-size:1.1em;
	color:#fff;
	text-decoration:underline;
}

#footerwrap p a:hover{
	text-decoration:none;
}

#footerleft{
	float:left;
	text-align:left;
	width:200px;
	margin-top:10px;
}

#footerright{
	float:right;
	text-align:right;
	width:600px;
	margin-top:10px;
}

#flashstoreholder{
	width:692px;
	height:490px;
	display:block;
	position:relative;
}

#flashstoreholder{
	width:900px;
	height:550px;
	display:block;
	position:absolute;
	top:5px;
	left:7px;
	z-index:10;
}

a.buttonshops{
	width:209px;
	height:170px;
	display:block;
	background: url(../images/findastore.jpg) no-repeat top left;
	margin:0 12px 0 12px;
}

a.buttonshops:hover{
	background-position:bottom left;
}

a.buttondirections{
	width:209px;
	height:170px;
	display:block;
	background: url(../images/getdirections.jpg) no-repeat top left;
	margin:0 12px 0 12px;
}

a.buttondirections:hover{
	background-position:bottom left;
}

a.buttonevents{
	width:209px;
	height:170px;
	display:block;
	background: url(../images/upcomingevents.jpg) no-repeat top left;
	margin:0 12px 0 12px;
}

a.buttonevents:hover{
	background-position:bottom left;
}

a.buttonshops span,
a.buttondirections span,
a.buttonevents span{ display:none;}

#leftcollogo{
	position:absolute;
	margin-left:8px;
	margin-top:-165px;
	_margin-left:-252px;
	z-index: 0;
}

body.shops #leftcollogo{

}

body.events ul{
	margin:0 0 10px 15px;
}

body.events ul li{
	margin:0 0 2px 15px;
	padding:0;
	font-size:1.2em;
}

body.admin table{
	margin:0px 20px 0px 20px;
	font-size:11px;
}

body.admin table td{
	padding:0 0 3px 0;
}

.dash{
	padding:0 0 0 14px;
}
.altRow{
	background-color:#F1F1F1;
}

/*vv GOOGLE AMENITIES vv*/

#gmaps_container{
	width: 685px;
	height:344px;
	display:block;
	font-size:1.2em;
	position:relative;
	z-index:4;
}

#googlebg{
	width: 698px;
	height:352px;
	display:block;
	margin:-6px 0 15px 6px;
	padding:4px;
	background:url(../images/googlebg1.jpg) no-repeat;
	position:relative;
}

.cabecera{
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
}

.cabecera a{
	margin-bottom: 10px;
	z-index: 10000;
	position: absolute;
}

.cabecera a:link,
.cabecera a:visited{
	height:20px;
	color:#fff;
	text-align:left;
	font-size:1.3em;
	background:url(../images/availbtn.jpg) no-repeat;
	height:31px;
	width:176px;
	text-decoration:none;
	display:block;
	padding-top:0px;
	position:relative;
}

#leftcolumncontent a{
	text-decoration: none;
}

#leftcolumn .cabecera p{
	padding-top: 5px;
	padding-left: 5px;
}


.cabecera .large:link,
.cabecera .large:visited{
	background:url(../images/availbtn2.jpg) no-repeat;
	height:53px;
	width:176px;
}

.cabecera a:hover{
	color:#CCCCCC;
}

.cabecera .boxes a:link,
.cabecera .boxes a:visited{
	width:100%;
	height:20px;
	color:#fff;
	text-align:left;
	font-size:1.1em;
	background:none;
	padding:0;
	margin:0;
}

.cabecera .boxes a:hover{
	background:url(../images/amenitiesarrow.jpg) no-repeat 10px 0;
}

.mapspacer{
	display:block;
	height:10px;
	width:1px;
}

#reload{
	position:absolute;
	bottom:-16px;
	right:13px;
	display:block;
	z-index:7;
	background:url(../images/mapreload.jpg) no-repeat;
	width:100px;
	height:26px;
}

.icon{
	position:absolute;
	top:4px;
	right:2px;
}
	

/*^^^^^^^^^^^^^^^^^^^^^^*/