/* Basic Website Styles - Screen and Projection Media Types */

/* Color Pallette:

*/

/*--------------------------------------------
Reset
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------
	Boilerplate
-------------------------------------------*/
html {
	font-size: 125%;
	font-family: Verdana, Arial, sans-serif;
}

body {
	font-size: 50%;
	background: #EFD894;
	/* Placing bg tile on body mis-aligns in IE causing further column alignment issues cross-browser */
	background: #EFD894 url("../_images/_global/bg/bg_tile.gif") center top repeat-y;
	text-align: center;
}

a img { border: none; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

span.nowrap {
	white-space: nowrap;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

.hidden 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden; 
} 

/*-------------------------------------------
	Structural
-------------------------------------------*/

div#wrapper {
	width: 740px;
	margin: 0 auto;
	color: #000;
	text-align: left;
	background: #EFD894 url("../_images/_global/bg/bg_tile.gif") center top repeat-y;
}

div.row {
	clear: both;
}
/* Main col structure */
div.col1 {
	float: left;
	width: 158px;
	width: 159px;
	margin: 0 0px 0 0;
	display: inline;
}
div.col2 {
	float: left;
	width: 580px;
	/* width: 740px - 159px = 581px */
}

div#photo_montage {
	border-bottom: 1px solid #000;
}

div#main_content {
	float: left;
	width: 536px;
	padding: 28px 22px 30px;
	background: #893C4F;
	border-bottom: 1px solid #000;
}

/* Box model hack for IE5/Win */
* html div#main_content  {
	width: 580px; /* For IE5/Win (width - padding - border) */
	w\idth: 536px; /* For the other IE's that get it right */
}

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*-------------------------------------------
	Type
-------------------------------------------*/

a:link, a:visited {

}

a:hover {

}

div#main_content a:link, div#main_content a:visited {
	color: #EFD894;
}

div#main_content a:hover {
	color: #fff;
}

h1, h2, h3, h4, h5, h6, p, address, pre, ol, ul, dl {
	margin-bottom: 1em;
}
h2 {
	font: bold 1.5em/1.6 Verdana, sans-serif;
	color: #EFD894;
	margin-bottom: .5em;
}
p + h2 {
	margin-top: 2em;
}
p {
	font: 1.3em/1.6 Verdana, sans-serif;
	color: #fff;
}
div.news_item h2 {
	color: #DF9A10;
	margin-bottom: .5em;
	margin-top: 0;
}
p.item_date {
	margin-bottom: .5em;
}

/*-------------------------------------------
	Image-Replaced Headlines
-------------------------------------------*/


h1#merchant_directory {
	background: url(../_images/headlines/merchant_directory.gif) no-repeat left top;
	height: 35px;
	width: 193px;	
}
h1#news_and_events {
	background: url(../_images/headlines/news_and_events.gif) no-repeat left top;
	height: 35px;
	width: 154px;	
}

h1#info_and_directions {
	background: url(../_images/headlines/info_and_directions.gif) no-repeat left top;
	height: 35px;
	width: 170px;	
}


/*-------------------------------------------
	Logo
-------------------------------------------*/
/* Typical Image Replacement */
/* Use span.hidden to hide text content */

div#logo {
	height: 377px;
	width: 136px;
	margin: 11px 0 26px 12px;
	margin: 11px 0 26px 11px;
}
div#logo h1 {
	background: url(../_images/_global/creekside_town_center_logo.gif) no-repeat left top;
	height: 377px;
	width: 136px;
	margin-bottom: 0;
}

div#logo h1 a {
	display: block;
	height: 377px;
	width: 136px;
}



/*-------------------------------------------
	Main Navigation
-------------------------------------------*/

div#main_nav {}

div#main_nav ul {
	text-align: center;
}
div#main_nav ul li {
	height: 23px;
	margin: 0 auto 13px;
}
div#main_nav ul li a {
	display: block;
	height: 23px;
}

/* Merchant Directory  */
li#btn_directory {
	background: url(../_images/_global/main_nav/merchant_directory.gif) center top no-repeat;
	width: 118px;
}
li#btn_directory a:link, 
li#btn_directory a:visited {
	background: url(../_images/_global/main_nav/merchant_directory_OVER.gif) center top no-repeat;
	width: 118px;
}
li#btn_directory a:hover {
	background: url(../_images/_global/main_nav/merchant_directory.gif) center top no-repeat;
	width: 118px;
}
li#btn_directory a.selected {
	background: url(../_images/_global/main_nav/merchant_directory.gif) center top no-repeat;
	width: 118px;
}

/* News & Events  */
li#btn_news {
	background: url(../_images/_global/main_nav/news_and_events.gif) center top no-repeat;
	width: 95px;
}
li#btn_news a:link, 
li#btn_news a:visited {
	background: url(../_images/_global/main_nav/news_and_events_OVER.gif) center top no-repeat;
	width: 95px;
}
li#btn_news a:hover {
	background: url(../_images/_global/main_nav/news_and_events.gif) center top no-repeat;
	width: 95px;
}
li#btn_news a.selected {
	background: url(../_images/_global/main_nav/news_and_events.gif) center top no-repeat;
	width: 95px;
}

/* Info & Directions  */
li#btn_info {
	background: url(../_images/_global/main_nav/info_and_directions.gif) center top no-repeat;
	width: 105px;
}
li#btn_info a:link, 
li#btn_info a:visited {
	background: url(../_images/_global/main_nav/info_and_directions_OVER.gif) center top no-repeat;
	width: 105px;
}
li#btn_info a:hover {
	background: url(../_images/_global/main_nav/info_and_directions.gif) center top no-repeat;
	width: 105px;
}
li#btn_info a.selected {
	background: url(../_images/_global/main_nav/info_and_directions.gif) center top no-repeat;
	width: 105px;
}

/*-------------------------------------------
	Leadin Links
-------------------------------------------*/

p.leadin {
	height: 19px;
	margin-bottom: 13px;
}
p.leadin a {
	display: block;
	height: 19px;
}

/* Merchant Directory  */
p#leadin_directory {
	background: url(../_images/leadins/merchant_directory_OVER.gif) center top no-repeat;
	width: 192px;
}
p#leadin_directory a:link, 
p#leadin_directory a:visited {
	background: url(../_images/leadins/merchant_directory.gif) center top no-repeat;
	width: 192px;
}
p#leadin_directory a:hover {
	background: url(../_images/leadins/merchant_directory_OVER.gif) center top no-repeat;
	width: 192px;
}

/* News & Events  */
p#leadin_news {
	background: url(../_images/leadins/news_and_events_OVER.gif) center top no-repeat;
	width: 255px;
}
p#leadin_news a:link, 
p#leadin_news a:visited {
	background: url(../_images/leadins/news_and_events.gif) center top no-repeat;
	width: 255px;
}
p#leadin_news a:hover {
	background: url(../_images/leadins/news_and_events_OVER.gif) center top no-repeat;
	width: 255px;
}

/* Info & Directions  */
p#leadin_info {
	background: url(../_images/leadins/info_and_directions_OVER.gif) center top no-repeat;
	width: 192px;
}
p#leadin_info a:link, 
p#leadin_info a:visited {
	background: url(../_images/leadins/info_and_directions.gif) center top no-repeat;
	width: 192px;
}
p#leadin_info a:hover {
	background: url(../_images/leadins/info_and_directions_OVER.gif) center top no-repeat;
	width: 192px;
}


/*-------------------------------------------
	What's New
-------------------------------------------*/
div#whats_new {
	float: left;
	width: 536px;
	padding: 28px 22px 30px;
	background: #333374;
	border-bottom: 1px solid #000;
}
/* Box model hack for IE5/Win */
* html div#whats_new  {
	width: 580px; /* For IE5/Win (width - padding - border) */
	w\idth: 536px; /* For the other IE's that get it right */
}
div#whats_new h3#space_available {
	background: url(../_images/home/space_available.gif) center top no-repeat;
	width: 124px;
	height: 22px;
}
div#whats_new h4 {
	font: bold 1.2em/1.3 Verdana, sans-serif;
	color: #A7626E;
	margin-bottom: .5em;
}
div#whats_new p {
	font: 1.1em/1.3 Verdana, sans-serif;
	margin-bottom: .5em;
}
div#whats_new p a:link, 
div#whats_new p a:visited {
	color: #fff;
}
div#whats_new p a:hover {
	color: #A7626E;
}


/*-------------------------------------------
	Footer
-------------------------------------------*/
div#footer {
	clear: both;
	text-align: center;
	padding: 18px 0;
}

h6#creekside_address {
	background: url(../_images/_global/creekside_address2.gif) center top no-repeat;
	width: 565px;
	height: 21px;
	margin: 0 auto 19px;
}
h6#creekside_address a {
	display: block;
	width: 565px;
	height: 21px;
}

p#copyright {
	font: 1.1em/1.3 Verdana, sans-serif;
	color: #955904;
}
