

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.5;
	background: #dcdbce url(../assets/other/bkgd/top-gradient.jpg) repeat-x top left;
}
h1 {
	font-size:2.5em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.1em;
	padding:.2em ;
	text-align:center;
	background: url('../assets/other/titlebkgd_gray.gif') no-repeat top right;
	color:#fff;
}
h4 {
	font-size:1em;
}
td {
	padding:3px;
}
/* links */
a {
	color: #900;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a[href^="http:"] {
	background: url('../assets/other/externallink.gif') no-repeat right top;
	padding-right:10px;
}
a[href^="mailto:"] {
	background: url('../assets/other/maillink.gif') no-repeat right top;
	padding-right:10px;
}
a img {
	border:none;
}
/* WRAPPER */
#wrapper {
	margin:0 auto;
	text-align:left;
	width:850px;
}
/* BRANDING */
#branding {
	width: 100%;
	height:150px;
	padding-top:20px;
}
#brandingl {
	width:185px;
	float:left;
	text-align:center;
}
#brandingl img {
	margin:0 auto;
}
#brandingr {
	width:665px;
	float:right;
}
#brandingr img {
	float:right;
	margin-top:30px;
}
#brandingr p {
	font: 13px Arial, Sans-serif;
	text-align:right;
	width: 545px;
	float:right;
	color:#222;
	line-height:1.4;
	background:#fff url('../assets/other/contact-bkgd.jpg') repeat-y top right;
	margin: 7px 0 0 0;
	padding: 2px 25px 1px 10px;
}
#menu {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	margin-top:10px;
}
/* DROPDOWN */
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* specifically target and set the nav dropdown z-index to 1000 --this avoids ruining the community events list */
#nav li {
	font-weight:bold;
	z-index:1000;
	float: left;
	position: relative;
	width: 16em;
	/*--------------custom--------------*/
	border:1px #666 solid;
	border-left:none;
	background:#fff;
	line-height:25px;
	display:block;
}
#nav li a {
	color: #fff;
	background: #535353 url('../assets/other/tabtop.gif') repeat-x top left;
	text-decoration:none;
	/*--------------custom--------------*/
	display:block;
}
#nav li ul li a {
	color:#333;
	text-decoration:none;
	background: #dcdbce;
}
#nav li a:hover, li a.over {
	display: block;
	color: #333;
	background: #f9f9f9 url('../assets/other/tablightbkgd.gif') repeat-x bottom left;
	text-decoration:underline;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
}

/*--------------custom--------------*/
#nav ul li ul li {
	top: auto;
	left:-1px;
	border-top:none;
	border-left:1px #666 solid;
}
#nav ul li ul li.top {
	border-top:1px #666 solid;
}
#nav li:hover ul, li.over ul{
	display: block;
	color: #111;
	background: #f9f9f9 url('../assets/other/tablightbkgd.gif') repeat-x bottom left;
}


/* CONTENT */
#content {
	width: 100%;
	float:left;
	clear:left;
	background:#fff url('../assets/other/contentbkgd-r.jpg') repeat-y top right;
	
    height: auto !important;      /* for modern browsers */
    height: 500px;                /* for IE5.x and IE6   */
    min-height: 500px;            /* for modern browsers */
}
/* FOOTER */
#footer {
	clear:both;
	margin:0;
	padding:0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border-top:4px solid #aeba85;
	background: #535353 url('../assets/other/footer-bl.jpg') no-repeat bottom left;
	line-height: 3;
}
iframe {
	margin-top:10px;
	margin-bottom:10px;
	border:none;
}
/* IFRAME */
iframe.hiddeniframe {
	width:1px;
	height:1px;
	background:none;
	border:none;
	position:absolute;
	z-index:1;
	bottom:0px;
	right:0px;
}
/* ONLY FOR PRINTS */
.noshow {
	display:none;
}