/* ---------------------------------------------------------------------------
global
--------------------------------------------------------------------------- */
html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	font-family: Arial, Helvetica,  sans-serif;
	width: 90%;
	}

/* hide sIFR - use html instead */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}

* {
	margin: 0;
	padding: 0;
	}

/* ---------------------------------------------------------------------------
links
--------------------------------------------------------------------------- */
a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}

/* use this if we want to show URLs...
a:link:after,
a:visited:after {
	color: #333;
	content: " (" attr(href) ")";
	font-size: 75%;
	}
a[href^="/"]:after {
	content: " (http://tulanecitycenter.com" attr(href) ")";
	}
*/

/* ---------------------------------------------------------------------------
hidden elements
--------------------------------------------------------------------------- */
.skip,
.hide,
#nav,
#subnav,
#quicknav,
#contact-form,
#footer a {
	display: none;
	}

/* ---------------------------------------------------------------------------
unique divs
--------------------------------------------------------------------------- */
.news-post {
	margin: 0 0 11pt 0;
	}
.news-post p.date {
	margin: 0;
	padding: 0;
	font-size: 9pt !important;
	}
.news-post {

	}


#footer {
	margin-top: 60pt;
	clear: both;
	font-size: 9pt !important;
	}

/* ---------------------------------------------------------------------------
basics
--------------------------------------------------------------------------- */
a img {
	border: none;
	}

h1 {
	font-size: 21pt !important;
	font-weight: normal;
	padding: 0 0 1em 0;
	text-transform: lowercase;
	}
h2 {
	font-weight: normal;
	font-size: 16pt;
	}
h3 {
	font-weight: normal;
	font-size: 13pt;
	font-style: italic;
	}

p {
	padding: 0 0 1em 0;
	line-height: 1.5em;
	}
li {
	font-size: 12pt !important;
	list-style: none;
	}

#copy img,
img.left {
	float: left;
	margin: 0 15pt 15pt 0;
	}
img.right {
	float: right;
	margin: 0 0 15pt 15pt;
	}
