/*@import url("reset.css");*/
/*
 * Client: 
 * Site Name: 
 * URL: 
 *
 * Author: 
 * URL: http://www.whitespace-creative.com/
 *
 * Created: 
 *
 * --------------------------------------------------------------- */

/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: url(../../elements/skin/bg.jpg) top left repeat-x;
	text-align: center;
}
#wrapper { 
	width: 934px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 115px;
	position: relative;
	z-index: 10;
}
#header .logo {
	position: absolute;
	z-index: 10;
	top: 11px;
	left: 17px;
	background: url(../../elements/skin/logo.jpg) top left no-repeat;
	width: 381px;
	height: 68px;
	display: block;
	text-indent: -9999em;
}
#header .chat {
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 527px;
}
#header ul.navigation {
	height: 27px;
	width: 615px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 15px;
}
/*---------------------------------------*/
/* -------------
 * Main Navigation
 * ------------- */
#header ul.navigation {
	line-height: 1;
}
#header ul.navigation li {
	float:left;
	background:url(../../elements/skin/tab.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	position: relative;
	z-index: 10;
}
#header ul.navigation a {
	float:left;
	display:block;
	width:.1em;
	background:url(../../elements/skin/tab.jpg) no-repeat right top;
	padding:10px 12px 6px 3px;
	text-decoration:none;
	font-weight: bold;
	color:#FFF;
	text-transform: uppercase;
	font-size: 1.08em;
	width:auto;
}
#header ul.navigation > li:first-child {
	background-position: -1px 0px;
}
#header ul.navigation > li:first-child:hover {
	background-position: -1px -28px;
}
#header ul.navigation > li:first-child:hover > ul {
	margin-left: 2px;
}
#header ul.navigation a:hover {
	color:#4c246a;
}

#header ul.navigation li:hover{
	background-position:0% -28px;
	/*color:#fff;*/
}

#header ul.navigation li:hover a {
	background-position:100% -28px;
}
/*---------------------------------------*/
/* Set li to relative for third level */
#header ul.navigation li li {
	position: relative;
	z-index: 10;
	background-image: none;
	padding: 0 0 0 0;
}
#header ul.navigation li li a {
	background-image: none;
	padding: 4px 0 4px 10px;
}
#header ul.navigation ul a {
	font-size: 1.16em;
	line-height: 1.1em;
	border-bottom: 1px solid #c6b9d0;
	width: 141px;
	font-weight: normal;
	text-transform: none;
}
#header ul.navigation ul li:first-child a {
	border-top: 1px solid #c6b9d0;
}
#header ul.navigation ul li:first-child ul a {
	border-top: none;
}
/* Second level links */
#header ul.navigation ul {
	position: absolute;
	z-index: 10;
	left: -999em;
	top: 26px;
	width: 151px;
	margin: 0 0 0 3px;
	border-bottom: 4px solid #dbd3e2;
	border-top: 4px solid #dbd3e2;
}
/* Third level links */
#header ul.navigation ul ul {
	width: 150px;
}
#header ul.navigation ul ul a {
	width: 136px;
	padding: 4px 7px;
	/*color: cc0000;*/
	font-weight: normal;
	text-transform: none;
}
#header ul.navigation ul ul li:first-child a {
	border-top: 1px solid #c6b9d0;
}
#header ul.navigation li:hover, 
#header ul.navigation li.sfhover {
	direction:ltr;
} /* Fix IE7 sticky menus */
#header ul.navigation li ul ul {
	margin: 0 0 0 150px;
	top: -4px;
}
#header ul.navigation li:hover a, 
#header ul.navigation li.sfhover a { color: #4c246a; }

#header ul.navigation li:hover ul ul, 
#header ul.navigation li:hover ul ul ul, 
#header ul.navigation li.sfhover ul ul, 
#header ul.navigation li.sfhover ul ul ul { left: -999em; }

#header ul.navigation li:hover ul, 
#header ul.navigation li li:hover ul, 
#header ul.navigation li li li:hover ul, 
#header ul.navigation li.sfhover ul, 
#header ul.navigation li li.sfhover ul, 
#header ul.navigation li li li.sfhover ul { left: 0; }

#header ul.navigation li:hover ul li a:hover, 
#header ul.navigation li.sfhover ul li a:hover {
	color: #4c246a;
	background-color: #d5c7df;
}
#header ul.navigation li:hover ul li a, 
#header ul.navigation li.sfhover ul li a {
	color: #4c246a;
	background-color: #dbd3e2;
}
#header ul.navigation li:hover ul ul li a:hover, 
#header ul.navigation li.sfhover ul ul li a:hover {
	color: #dbd3e2;
	background-color: #4c246a;
}
#header ul.navigation li ul li:hover a, 
#header ul.navigation li ul li.sfhover a, 
#header ul.navigation li ul a:hover {
	color: #4c246a;
	background-color: #d5c7df;
}
#header ul.navigation li:hover ul ul li a, 
#header ul.navigation li.sfhover ul ul li a {
	color: #4c246a;
	background-color: #d5c7df;
}
/*---------------------------------------*/
#header .searchbox {
	position: absolute;
	z-index: 1;
	top: 92px;
	_top: 90px;
	left: 700px;
	color: #FFF;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}
#header .searchbox .left {
	float: left;
	margin-top: 7px;
	_margin-top: 9px;
	margin-right: 4px;
}
#header .searchbox .search {
	padding: 0 0 0 0;
	height: 18px;
	line-height: 18px;
	border: 1px solid #7c7c7c;
	width: 126px;
	margin-right: 4px;
}
#header .searchbox input {
	vertical-align: middle;
	color: #76797b;
}
#main {
	background: transparent url(../../elements/skin/main-bg.jpg) left top no-repeat;
	padding: 7px 0 0 0;
	margin-top: 11px;
}
#left {
	width: 694px;
	padding-bottom: 14px;
	background: transparent url(../../elements/skin/left-bottom.png) bottom left no-repeat;
	float: left;
}
#left .content {
	background: transparent url(../../elements/skin/left-bg.png) top left repeat-y;
}

#left .content .addthis_button {
	display: block;
	float: right;
	margin: -20px 0 10px 0;
}

#right {
	width: 224px;
	float: left;
	margin-top: -7px;
}

/* Ads */
#right .ads { width: 221px;}
#right .ad,
#right .ad_outer,
#right .ad_inner { background: transparent url(../../elements/skin/ad_bg.png) no-repeat left top; }

#right .ad { background-position: left top; padding-top: 3px; margin-bottom: 10px; }
#right .ad_outer { background-position: right bottom; padding-bottom: 4px; }
#right .ad_inner { background-position: -221px top; background-repeat:repeat-y; padding: 0 5px 0 4px; }


#right .news {
	background: transparent url(../../elements/skin/news-bg.png) top left no-repeat;
	height: 209px;
}
#right .news .content {
	padding: 11px 15px 12px 16px;
}
#right .news .content h4 {
	text-transform: uppercase;
	font-weight: bold;
	color: #65427e;
	padding-left: 12px;
	margin-bottom: 18px;
}
#right .news .content .newsItem {
	margin-bottom: 16px;
	color: #999999;
}
#right .news .content .newsItem .date {
	display: block;
	background: #a7d53f;
	text-decoration: none;
	margin-bottom: 8px;
}
#right .news .content .newsItem .date span {
	display: block;
	background: #e5e5e5;
	color: #8cb530;
	font-weight: bold;
	float: left;
	padding-right: 6px;
}
#right .news .content .newsItem .newsHeadline {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
#right .news .content .newsItem .newsSummary {
	line-height: 1.2em;
}
#right .news .content .newsItem .more {
	color: #8cb530;
	font-weight: bold;
	text-decoration: none;
}
#right .enews {
	background: url(../../elements/skin/enews-bg.gif) top left no-repeat;
	margin-left: 2px;
	margin-top: 14px;
	position: relative;
	z-index: 1;
	padding: 10px;
}
#right .enews h4 {
	font-size: 1.6em;
	color: #fff;
	margin: 0 0 7px 2px;
}
#right .enews .email {
	padding: 0 0 0 0;
	height: 18px;
	line-height: 18px;
	border: 1px solid #c3c3c3;
	width: 164px;
	margin-right: 2px;
}
#right .enews input {
	vertical-align: middle;
	color: #76797b;
}
#footer {
	height: 34px;
	position: relative;
	z-index: 1;
	background: url(../../elements/skin/footer.png) 12px bottom no-repeat;
}
#footer ul {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 30px;
	width: 330px;
}
#footer ul li {
	border-left: 1px solid #797979;
	display: inline;
	line-height: 1;
}
#footer ul li:first-child {
	border-style: none;
}
#footer ul li:first-child a {
	padding-left: 0;
}
#footer ul li a {
	color: #1d1e20;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	font-size: 1.2em;
}
#footer .copyright {
	font-size: .9em;
	position: absolute;
	z-index: 1;
	width: 160px;
	top: 12px;
	right: 15px;
	color: #1d1e20;
}
/* ----- sIFR Styles --------- */
.sIFR-hasFlash #right .enews h4 {
	visibility: hidden;
	letter-spacing: normal;
	font-size: 1.6em;
}
/* ----- End sIFR Styles ----- */

/* -------------
 * Misc.
 * ------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }


.hide { display: none; }
.invisible { visibility: hidden; }
strong { font-weight: bold; }
em { font-style: italic; }
