/** page defaults **/
* {
	margin: 0;
	background: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
}
body {
	background: #fff;
	color: #333;
	font-size: 76%;
	line-height: 1.3em;
}
img {
	border: none;
}

/** css image preloader **/
#Preload {
	height: 0px;
	overflow: hidden;
	display: none;
}

/** master container **/
#master {
/*  border: 1px dotted #FF0;  for debug */
  width: 1000px;
  margin: auto;
}


/** vertical spacing **/
#Feature, #announce, #menubar, #header, #iconBar {
	/*border-bottom: 10px solid #fff;*/
}


/** header area **/
#header {
  width: 100%;
}
#header:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
}
#topright {
  float: right;
  clear: right;
  height: 2em;
}
#service_times {
  font-size: 1em;
  line-height: 2em;
  text-align: left;
  float: left;
  height: 2em;
/*  border: 1px dotted #F0a;*/
  padding: 0 8px;
  position: relative;
}
#service_times h6 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  display: inline;
  margin-right: 5px;
  letter-spacing: 0;
}
#login {
	float: left;
	height: 2em;
	line-height: 2em;
	padding: 0 0 0 8px;
}
#Login {
	text-decoration: none;
	padding-right: 4px;
}
#Search {
	float: left;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	position: relative;
	padding-right: 8px;
}
#search {
  display: block;
  background: none;
  font-size: 12px;
  padding: 3px 4px;
  margin: 0;
  color: #ccc;
  width: 110px;
  border: none;
  text-align: center;
}
#Calendar_link {
	display: inline-block;
	cursor: pointer;
}
#Calendar_icon {
	margin: 0 5px;
}
#Search_icon, #Calendar_icon, #Directions_icon {
	vertical-align: middle;
}

/** rounded corners **/
.corner_ul, .corner_ur, .corner_ll, .corner_lr {
	position: absolute;
}
.corner_ul, .corner_ur {
	top: 0;
}
.corner_ll, .corner_lr {
	bottom: 0;
}
.corner_ul, .corner_ll {
	left: 0;
}
.corner_ur, .corner_lr {
	right: 0;
}

/** corner spots **/
#CornerBanner {
	position: fixed;
	height: 150px;
	width: 150px;
	left: 0;
	top: 0;
	z-index: 5;
}


/** menu area **/
#menubar {
	clear: both;
	overflow: hidden;
}
#menu {
	width: 100%;
	text-align: right;
	position: relative;
}
#menu ul {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#menu li {
	list-style: none;
	display: inline;
	position:relative;
	float: left;
	height: 100%;
}
#menu li.separator {
	width: 1px;
	display: inline-block;
}
#menu a {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
}
#subMenusContainer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}
.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}
.smOW ul {
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	display:inline-block;
}
.smOW li {
  list-style: none;
  padding: 0;
  margin: 0;/* 0 0 -40px;*/
}
.smOW li:hover {
  padding-left: 2px;
}
.smOW a, .smOW a:visited {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 7px; 
}



/** feature area **/
#Feature {
  clear: both;
/*  border: 1px dashed #F00; for debug */
  width: 1000px;
  height: 300px;
  background-position: top right;
}
#Feature div.feature a img.feature {
	z-index: 0;
	position: absolute;
	border: 0;
	width: 1000px;
	height: 300px;
}
div.feature {
}
div.feature.off {
	display: none;
}

#Feature div.feature.on {
/*	display: block;*/
}

#Feature {
	position: relative;
}
#Spots {
	position: absolute;
	top: 50%;
	height: 300px;
	/* replaced with above hack (along with dynamic negative top margin) since ie7 is teh dumm
	display: table-cell;
	vertical-align: middle;
	*/
}
#spotList {
	z-index: 2;
 	width: 200px;
 	float: left;
 	margin: 0px;
 	font-size: .9em;
/* 	letter-spacing: .2em;*/
	position: relative;
	margin-left: 20px;
}
#spotsTop, #spotsBottom, li.spot, li.spot_separator {
	list-style: none;
	margin: 0;
	padding: 0;
}
#spotsTop, #spotsBottom {
	height: 8px;
}
#spotsTop, #spotsBottom, li.spot_separator {
	font-size: 1px;
	line-height: 1px;
	line-height: 1px;
}
li.spot_separator {
	height: 1px;
}
li.spot {
	text-align: center;
	height: 35px;
/*	background: url('skins/milestone/images/spot.png');*/
/*	letter-spacing: 2px;*/
	line-height: 35px;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
li.spot a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 1.2em;
  vertical-align: bottom; /* hack for IE - http://phonophunk.com/articles/ie-fix-for-gaps-between-list-items.php */
	text-align: left;
	padding-left: 20px;
}
li.spot.on a {
/*	font-size: 1.4em;*/
/*	font-weight: bold;*/
	text-shadow: 1px 1px 2px #aaa;
}

div.feature div.summary {
	position: relative;
}

div.feature div.summary div.anchor {
/*  border: 1px dotted #0F0; for debug */
	float: right;
	bottom: -300px;
/*  background: #000;*/
	text-align: right;
	color: #ccc;
	font-size: 1em;
	color: #fff;
	letter-spacing: 1px;
	z-index: 3;
	position: absolute;
	right: 0;
	padding: 5px 15px;
	background: url(/skins/milestone/images/Corners/summary_ul.png) no-repeat;
}




/** icon bar **/
#iconBar {
  clear: both;
  text-align: center;
  font-size: 1px;
  line-height: 1px;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 0;
  position: relative;
}
#iconBar a.icon {
	display: inline-block;
}


/** bottom left footer **/
#contact {
  float: left;
  clear: left;
  font-size: .7em;
  line-height: 1.3em;
  letter-spacing: .1em;
  width: 225px;
}
#contact a {
  color: #333;
  text-decoration: none;
}
#contact .pipe {
	font-size: 1.4em;
	line-height: .7em;
	font-weight: bold;	
}
.gap {
	margin: 0 5px;
}

/** bottom left sitemap link **/
#sitemap {
	float: left;
}
#sitemap a {
	color: #888;
	font-size: .8em;
}

/** bottom right social networking **/ 
#social {
    float: right;
    clear: right;
    width: 225px;
    text-align: right;
} 
#social a {
	display: inline-block;
    border: none;
	text-decoration: none;
	height: 16px;
	width: 16px;
	background: url(/images/_INTERNAL/sprites/social.png) no-repeat;
}

div.tipper {
  width: 180px;
}
div.tipper .tip-top, div.tipper .tip-bottom {
	height: 7px;
	width: 180px;
}
div.tipper div.tip-title {
  border-bottom: 1px solid;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
}
div.tipper div.tip-text {
  font-size: .8em;
  padding: 2px 5px;
  text-align: center;
  width: 160px;
  margin: 0 auto;
}


/** announcements **/
#announce {
	font-size: .85em;
	line-height: 27px;
	color: #ddd;
	width: 100%;
	height: 27px;
	overflow: hidden;
	margin: auto;
	position: relative;
	letter-spacing: 1px;
	background: #000000 url(/000000x333333.h-20.w-1.gradient) repeat-x bottom;
}
#announce div {
	height: 27px;
	float: left;
}
#announce a.icon {
	float: left;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: 5px; /* per 27px height */
	margin-left: 5px;
	background: url(/images/_INTERNAL/sprites/social.png) no-repeat 0 0;
}
#announce a.title {
	float: left;
	margin-left: 4px;
	text-align: right;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 1px;
}
#announce span {
	display: block;
	position: absolute;	
}
#announce .pipe {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 5px;
}
#announce a {
	color: #ddd;
}
.tiny {
	font-size: .8em;
}

/** search box **/
.hide {
	display: none;
}
.search_form label {
	font-size: .9em;
	font-weight: bold;
}
.search_form input {
	font-size: 1.4em; 
	background: #ddd;
	font-weight: bold;
}


/** copyright footer **/ 
#copyright {
    font-size: .8em;
    color: #999;
    margin: auto;
    width: 400px;
    text-align: center;
    clear: none;
} 
#copyright a {
    color: #999;
}


span.pipe {
	font-weight: bold;
	margin: 0 2px;
}

/** quiet admin login **/
#adminLogin {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 5px;
}


/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */ 
 #sbox-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    zoom: 1;
} 
#sbox-window {
    position: absolute;
    background-color: #fff;
    text-align: left;
    overflow: visible;
    padding: 10px;
    /* invalid values, but looks smoother! */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
} 
#sbox-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    background: url(/skins/milestone/images/modal/closebox.png) no-repeat center;
    border: none;
} 
.sbox-window-ie6 #sbox-btn-close {
    background-image: url(/skins/milestone/images/modal/closebox.gif);
} 
.sbox-loading #sbox-content {
    background-image: url(/skins/milestone/images/modal/spinner.gif);
    background-repeat: no-repeat;
    background-position: center;
} 
#sbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    height: 100%;
    width: 100%;
	text-align: center;
} 
.sbox-content-image#sbox-content {
    overflow: visible;
} 
#sbox-image {
    display: block;
} 
.sbox-content-image img {
    display: block;
    width: 100%;
    height: 100%;
} 
.sbox-content-iframe#sbox-content {
    overflow: visible;
}

/* Hides scrollbars */ 
.body-overlayed {
    overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */ 
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
    visibility: hidden;
} 
#sbox-window embed, #sbox-window object, #sbox-window select {
    visibility: visible;
}

/* Shadows */ 
.sbox-bg {
    position: absolute;
    width: 33px;
    height: 40px;
} 
.sbox-bg-n {
    left: 0;
    top: -40px;
    width: 100%;
    background: url(/skins/milestone/images/modal/bg_n.png) repeat-x;
} 
.sbox-bg-ne {
    right: -33px;
    top: -40px;
    background: url(/skins/milestone/images/modal/bg_ne.png) no-repeat;
} 
.sbox-bg-e {
    right: -33px;
    top: 0;
    height: 100%;
    background: url(/skins/milestone/images/modal/bg_e.png) repeat-y;
} 
.sbox-bg-se {
    right: -33px;
    bottom: -40px;
    background: url(/skins/milestone/images/modal/bg_se.png) no-repeat;
} 
.sbox-bg-s {
    left: 0;
    bottom: -40px;
    width: 100%;
    background: url(/skins/milestone/images/modal/bg_s.png) repeat-x;
} 
.sbox-bg-sw {
    left: -33px;
    bottom: -40px;
    background: url(/skins/milestone/images/modal/bg_sw.png) no-repeat;
} 
.sbox-bg-w {
    left: -33px;
    top: 0;
    height: 100%;
    background: url(/skins/milestone/images/modal/bg_w.png) repeat-y;
} 
.sbox-bg-nw {
    left: -33px;
    top: -40px;
    background: url(/skins/milestone/images/modal/bg_nw.png) no-repeat;
} 
#sbox-window .sbox-content-swf {
    overflow: hidden;
}