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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	display: none;
	z-index: 71;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(images/fancybox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(images/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
  background: transparent;
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: -40px; 
}

a#fancy_right {
	right: -40px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(images/fancybox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(images/fancybox/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(images/fancybox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancybox/fancy_title_right.png) repeat-x;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index:	1190;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:	1199;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#13a;*/
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	/*background:		#AABDE6;*/
}
.sf-menu li li li {
	/*background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Fashion Central */
/* http://fashioncentral.ca */
/* Styles by Carbon Media Design */
/* http://carbonmedia.ca */

/* Global ----------------------------------------------------------------- */
body {
	background: #f3f3f3 url( images/bg_body.gif ) repeat-y scroll left top;
	color: #888;
	font-family: "Helvetica Neue", Helvetica, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 0.75em;
}
a, a:focus {
  color: #ee1c25;
  cursor: pointer;
  outline-color: -moz-use-text-color !important;
  outline-style: none !important;
  outline-width: medium !important;
  text-shadow: 1px 1px 1px rgba( 150,150,150,0.25 );
}
a:hover {
  background: #fff;
  color: #a50209;
  text-shadow: 2px 2px 2px rgba( 150,150,150,0.3 );
}
a span.hover {
  display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	width: 100%;
}
dl {
  margin: 0;
}
dl.column1,
dl.column2 {
  float: left;
  margin: 0 20px 10px 0;
  width: 200px;
}
dt {
  font-size: 0.875em;
}
dd {
  font-size: 1em;
  margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #303133;
  font-family: "Helvetica Neue", Helvetica, Verdana, Tahoma, Arial, Sans-Serif;
  font-weight: normal;
  margin: 0.25em 0;
}
h1 {
  margin-top: 0;
  font-size: 2.25em;
}
h1.following {
  padding-top: 80px;
}
h1 span {
  font-size: 0.75em;
  text-transform: lowercase;
}
h1 a {
  padding: 0 4px 2px;
}
h1 a:hover {
  background: #ee1c25;
  color: #fff;
}
h2 {
  color: #444;
  font-size: 1.5em;
}
h2 a {
	text-decoration: none;
}
h3 {
  color: #666;
  font-size: 1.375em;
}
h4, h5, h6 {
  font-weight: bold;
}
h4 {
  color: #aaa;
  font-size: 1.25em;
}
h5 {
  color: #999;
  font-size: 1.125em;
}
h6 {
  color: #aaa;
  font-size: 1em;
}
hr {
  background: #f1f1f1 none repeat scroll 0 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  clear: both;
  color: #f1f1f1;
  float: none;
  height: 1px;
  margin: 0 0 16px 0;
  padding: 0;
  width: 100%;
}
img {
	border: 0;
}
object {
  display: block;
  outline: none;
}
sup, sub {
  line-height: 0.2;
}
sup {
  font-size: 0.625em;
  line-height: normal;
  vertical-align: super;
}
ul {
  list-style-type: circle;
  margin: 0.25em 0 0.75em 0;
}
ul.inline li {
  display: inline;
  margin: 0 12px 0 0;
}

/* Wrapper ----------------------------------------------------------------- */
#wrapper {
  margin-top: 50px;
  text-align: left;
  width: 960px;
}

/* Header ------------------------------ */
header {
  background: #181819 url( images/bg_header.png ) no-repeat scroll left top;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 60;
}
header img {
  display: block; 
}

/* Logo -------------------------------- */
#logo {
  float: left;
  height: 72px;
  width: 272px;
}
#follow {
  color: #fff;
  float: left;
  font-size: 1.25em;
  padding-top: 12px;
  margin-left: 133px;
  text-transform: uppercase;
}
#follow ul {
  left: 562px;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 12px;
  width: 420px;
}
#follow ul li {
  display: inline;
  float: left;
  margin: 0 37px 0 0;
}
#follow a {
  color: #fff;
  padding: 1px 2px;
  text-decoration: none;
}
#follow a:hover {
  color: #ee1c25;
}

/* Banner ------------------------------ */
#banner,
#ssp_photo_viewer {
  float: left;
  height: 550px;
  margin-left: 160px;
  overflow: hidden;
  position: relative;
  width: 780px;
}
#ssp_photo_viewer {
  height: 640px;
}
.ui-tabs-panel { 
  display: block; 
  position: relative;
  z-index: 0;
}
#banner h1 {
  text-shadow: 1px 1px 10px rgba( 150,150,150,0.5 );
  
  color: #fff;
  bottom: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  text-align: left;
  width: 720px;
}
#banner div.ui-tabs-hide,
.ui-tabs-hide {
  display: none; 
}
#banner div {
	float: left;
  height: 550px;
  width: 780px;
}
#banner ul {
	bottom: 2px;
	height: 20px;
  list-style: none;
	opacity: 0.7;
	position: absolute;
	right: 10px;
  z-index: 100;
}
#banner ul:hover {
	opacity: 1;
}
#banner ul li {
  background: transparent;
  float: left;
  margin: 0;
}
#banner ul li a {
  background: transparent url( images/sprite_banner_circles.png ) no-repeat scroll 0 -17px;
	display: block;
	float: left;
	height: 17px;
	margin: 3px;
	overflow: hidden;
	text-indent: -9999px;
	width: 17px;
}
#banner ul li.ui-tabs-selected a {
	background-position: 0 0;
}

/* Navigation -------------------------- */
/* Dynamic w/ Superfish ---- */
.sf-menu a {
  border-left: 0 !important;
  border-top: 0 !important;
}
nav {
  background: transparent url( images/bg_navigation.gif ) no-repeat scroll right top;
  display: block;
  left: 0;
  height: 330px;
  margin-top: 40px;
  position: absolute;
  top: 40px;
  width: 160px;
  z-index: 40;
}
nav ul#dynamic {
  margin: 6px 0 0 0;
}
nav ul#dynamic li {
  height: 24px;
  margin: 0 0 6px 0;
  position: relative;
  width: 160px;
}
nav ul#dynamic li a {
  border: 0;
  color: #ee1c25;
  display: block;
  height: 16px;
  font-size: 1.375em;
  overflow: hidden;
  padding: 4px 12px;
  text-align: right;
  text-decoration: none;
  text-transform: lowercase;
  width: 137px;
}
nav ul#dynamic li a:hover,
nav ul#dynamic li.sfHover a {
  background: #303133;
  color: #ee1c25;
}
/* Sub Menus ---------- */
nav ul#dynamic li ul {
  left: 160px;
  top: 0;
  width: 225px;
}
nav ul#dynamic li ul li {
  background: #303133;
  height: 24px;
  margin: 0;
  width: 225px;
}
nav ul#dynamic li ul a {
  background: #303133 !important;
  color: #fff !important;
  height: 16px;
  padding: 4px 30px;
  text-align: left;
  text-indent: 0;
  width: 195px;
}
nav ul#dynamic li ul a:hover {
  background: #ee1c25 !important;
  border: 0;
}

/* Main ----------------------------------------------------------------- */
#main {
  clear: both;
  font-size: 0.875em;
  margin-left: 46px;
  min-height: 100px;
  padding-top: 25px;
  position: relative;
  width: 900px;
}
#main ul {
  margin-bottom: 16px;
}
#left, #right {
  float: left;
  margin-right: 20px;
  width: 224px;
}
#left {
  margin-left: 114px;
}
#right {
  margin-right: 0;
  width: 536px;
}
.polaroid {
  background: transparent url( images/bg_polaroid.gif ) no-repeat scroll left top;
  height: 174px;
  margin-left: -6px;
  padding: 25px;
  width: 193px;
}
span.twitter-details,
.twitter-details a {
  color: #c1c2c4;
  text-decoration: none;
}
.twitter-details a:hover {
  color: #c50209;
}

/* Resources ------------------------------ */
.resource {
  background: #f8f8f8;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  min-height: 131px;
  width: 220px;
}
.resource:hover {
  background: #f4f4f4;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.resource h2 {
  line-height: 1.4;
  margin: 4px 0 3px 0;
}
.resource h2 a {
  border-bottom: 1px solid #e4e4e4;
  color: #303133;
  text-decoration: none;
}
.resource h2 a:hover {
  border-bottom: 1px solid #888;
  color: #ee1c25;
}
div.image {
  margin-bottom: 20px;
  max-height: 200px;
  overflow: hidden;
  width: 420px;
}
.resource div.image {
  background: #fff;
  height: 133px;
  margin-bottom: 12px;
  width: 220px;
}
.resource .copy {
  height: 120px;
  padding: 6px;
}
#tenant-listing .resource div.image {
  height: 80px;
  margin-bottom: 0;
}

/* Tenants ------------------------------------------------------ */
#share {
  background: transparent url( images/sprite_map_tenant_share.png ) no-repeat scroll left top;
  height: 120px;
  margin-bottom: 20px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 220px;
}
#share:hover {
  background-position: 0 -120px;
}
#share ul {
  margin: 40px 0 0 30px;
}
#share ul li {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
}
#share ul li a {
  background: transparent url( images/sprite_map_tenant_share.png ) no-repeat scroll -222px 0;
  display: block;
  height: 45px;
  overflow: hidden;
  text-indent: -10000px;
  width: 45px;
}
a.share_twitter:hover {
  background-position: -222px -139px !important;
}
a.share_facebook {
  background-position: -222px -46px !important;  
}
a.share_facebook:hover {
  background-position: -222px -185px !important;
}
a.addthis_button {
  background-position: -222px -92px !important;  
}
a.addthis_button:hover {
  background-position: -222px -231px !important;
}
.tenant ul.photos {
  margin-top: 150px;
}
span.tenant-site a {
  font-size: 0.75em;
}
.tenant div.image {
  height: 120px;
}

ul#suggestions {
  list-style: none;
  height: 100px;
  width: 940px;
}
ul#suggestions li {
  float: left;
  height: 100px;
  margin: 0;
  overflow: hidden;
  width: 230px;
}

#calendar-options {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	
	background: #fff;
	border: 2px solid #333;
	padding: 14px 22px;
	position: relative;
	width: 380px;
}
ul#calendars {
	list-style: none;
	margin: 20px 0 0 0;
}
ul#calendars li {
	float: left;
	height: 62px;
	margin: 0 20px 20px 0;
	width: 180px;
}
ul#calendars li a {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -2px;
	display: block;
	height: 59px;
	overflow: hidden;
	text-indent: -10000px;
	width: 180px;
}
ul#calendars li a#google-link {
  background-position: -310px -244px;
}
ul#calendars li a#yahoo-link {
  background-position: -310px -378px;
}
ul#calendars li a#ical-link {
  background-position: -310px -121px;
}
ul#calendars li a:hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -62px;
}
ul#calendars li a#google-link:hover {
  background-position: -310px -309px;
}
ul#calendars li a#yahoo-link:hover {
  background-position: -310px -434px;
}
ul#calendars li a#ical-link:hover {
  background-position: -310px -182px;
}
#close_x {
  background: transparent url( images/spritemap.png ) no-repeat scroll -67px -254px;
	height: 24px;
	position: absolute;
	text-indent: -10000px;
	top: 3px;
	right: 3px;
	width: 26px;
}
#close_x:hover {
	background-position: -37px -254px !important;
}

/* Pagination --------------------------------------------------------- */
.pagination {
  clear: both;
  list-style: none;
  margin: 16px 0;
}
.pagination li,
.pagination a,
.pagination a:visited {
  display: inline;
}
.pagination .disabled,
.pagination .current,
.pagination a,
.pagination a:visited {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.pagination a:hover {

}
.pagination .disabled,
.pagination .gap,
.pagination .current,
.pagination a,
.pagination a:visited {
  padding: 2px 3px;
}
.pagination .gap {
  color: #45A22E;
}
.pagination .current {
  border: 0;
  color: #ccc;
}
.pagination .disabled,
.pagination .current {
  color: #aaa;
}

/* Photos ----------------------------------------------------------------- */
ul.photos {
  list-style: none;
}
ul.photos li {
  margin: 0 0 20px 0;
}

/* Footer ----------------------------------------------------------------- */
footer {
  background: #f3f3f3 url( images/bg_footer.gif ) no-repeat scroll left top;
	clear: both;
	color: #8a8787;
  display: block;
	height: 300px;
	padding: 80px 0 8px 45px;
	text-align: left;
	width: 992px;
}
footer dl {
  width: 160px;
}
footer dt,
footer dd {
  padding: 0 8px;
}
footer dt {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);

  background: #7a7a7a;
  color: #fff;
  font-size: 0.825em;
  font-weight: bold;
  height: 17px;
  margin-top: 16px;
}
footer dd,
footer dd a {
  color: #777;
  text-decoration: none;
}
footer dd {
  font-size: 0.825em;
  margin-top: 6px;
}
footer h1 {
  color: #797979;
  font-size: 1.75em;
}
footer p {
	font-size: 0.875em; 
	margin: 12px 0 0 0;
}
footer ul {
  font-size: 0.825em;
	list-style: none;
  margin: 4px 0 0 0;
}
footer ul li {
	margin: 0;
}
footer .column {
  float: left;
  display: inline;
  /*margin: 0 60px 0 0;*/
  margin: 0 50px 0 0;
  position: relative;
  width: 180px;
}
#footer1, #footer2, #footer3, #footer4 {
  float: left;
}

/* Site Credits --------------------------------------------------------- */
#site-credits {
	right: 24px;
  position: absolute;
	top: 45px;
}
#site-credits a {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 -186px !important;
	border-bottom: 0 !important;
  display: block;
  height: 31px;
  overflow: hidden;
	padding: 0 !important;
  text-indent: -10000px;
  width: 157px;

	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
#site-credits a span.hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 -220px;
}

/* Sub-Navigation ------------------------------ */
#subnavigation ul {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
	margin: 8px 0;
	text-transform: uppercase;
}
#subnavigation ul li {
  margin: 0 10px 0 0;
}
#subnavigation ul li span {
  margin-left: 20px;
  margin-right: 14px;
}

/* Misc ----------------------------------------------------------------- */
.push-down {
	margin-top: 12px;
}
::-moz-selection{
  background: #d9d9d9;
  color: #454545;
} 
::selection {
  background: #d9d9d9;
  color: #454545;
}

/* Link Overlays --------------------------- */
.overlay {
  border: 0;
  cursor: pointer;
  height: 88px;
  left: 34px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 10px;
  width: 470px;
}
.overlay:focus {
  border: 0;
}
/* Hides flash replaced content */
.alt {
  display: none;
}
.more {
  color: #aaa;
  text-decoration: none;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0
}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

#_mcePaste {
	margin: 10px 0;
}

/* Misc ------------------------------ */
/* The prepended body tags overrides any lower scoring selectors */
body .cl-b {
	clear: both;
}
body .cl-l {
	clear: left;
}
body .cl-r {
	clear: right;
}
body .no-border,
body .no-border:hover {
  border: 0;
}
body .no-margin {
  margin: 0;
}
body .underline {
	text-decoration: underline;
}
body .center {
	text-align: center;
}
body .right {
	text-align: right;
}
body .last {
	margin-right: 0 !important;
}

/* Font Sizes ------------------------------ */
.small {
  font-size: 80%;
}
.large {
  font-size: 120%;
}

/* Clearfix ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}