/* CSS Document
 * Theme specifics
 * @Created by Angela Jusuf
 * @Last modified: 12 May 2010
 */

/************/
/*  GLOBAL  */
/************/

* html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
}
img {
	behavior: url(themes/filadelfia_testEnv/style/iepngfix.htc);
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
p {
	padding-bottom: 1em;
}


/*********************/
/*  Main Containers  */
/*********************/

#outerMainContainer {
	width: 836px;
	background-color: #FFFFFF;
	font-family: Trebuchet MS;
	margin: auto;
	font-size: 12px;
	line-height: 17px;
}
#innerMainContainer {
	margin: auto;
	width: 800px;
}


/*****************/
/*  Main Blocks  */
/*****************/
#topBlock {
	height: 71px;
	background: url(../images/topBarBackground_black.jpg) no-repeat;
}
#topBlock img {
	width: 100px;
	height: 51px;
	margin: 15px 0 0 30px;
}
a.member_login {
	background: transparent url(../images/Button.jpg) no-repeat scroll 99% 7%;
	width: 8.5em;
	float: right;
	color: #fff;
	margin: 1.9em 1em 0 0;
}
#bannerBlock {
	height: 175px;
}
#middleBlock {
	margin: 0 0 15px 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #AFC7C7;
	background: transparent url(../images/bgshadow.jpg) repeat-y scroll;
}
#contentBlock {
	/*margin-left: 13px;*/
	/* width: 562px;*/
	width: 575px;
	float: left;
	overflow: hidden;
	/*background: url(../images/shadow.gif) left repeat-y;*/
}
#leftHandBlock {
	width: 219px;
	margin-right: 1px;
	float: left;
}


/*****************/
/*  Menu blocks  */
/*****************/

#menuBlock {
	width: 578px;
	_width: 576px;
	height: 30px;
	float: left;
}
#mainMenu li {
	display: inline;
	list-style-type: none;
	background: url(../images/menu_background.jpg) repeat-x;
	margin-right: 1px;
	float: left; /* IE6 fix */
}
#mainMenu li a,  .sideMenu {
	display: block; /* IE6 fix */
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px 18px 6px 18px;
}

#mainMenu div {
	position: absolute;
}

#mainMenu div a {
	background-color:#38ACEC;
	border-top: solid 1px #FFFFFF;
	display: block;
	padding: 6px 18px 6px 18px;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	width: 101px;	
}

#mainMenu div a:hover {
	background-color:#3E3535;
}

/******************/
/* Module Styling */
/******************/
.static_contentArea {
	margin: 0 0.83em 2em 1.75em;
}

.static_title {
	padding: 21px 0 19px 0;
	color: #38ACEC;
	font-size: 2em;
}
.static_contentArea h2 {
	font-size: 1.8em;
	color: #38ACEC;
}

.static_contentArea h3 {
	font-size: 1.1em;
	color: #38ACEC;
	margin-bottom: 5px;
}

/****************/
/*  LeftBlocks  */
/****************/
.mainpage_leftblock {
	margin: 0 0.5em 0 0.5em;
}
.mainpage_leftblock h1,
.static_title_leftblock {
	color: #38ACEC;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.8em 0 0.8em 0;
}
.mainpage_leftblock h2 {
	color: #38ACEC;
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
.sideMenu {
	/*
	background: url(../images/menu_background.jpg) repeat-x;
	*/
	background-color: #FAAD28;
	text-align: left;
	font-size:1.3em;
	font-weight:bold;	
}
.static_content_leftblock li {
	margin-bottom: 0.5em;
}
.static_content_leftblock a {
	color: #38ACEC;
	text-decoration: none;
}
.static_content_leftblock a:hover {
	color: #FBB917;
}
.static_content_leftblock .activelink {
	text-decoration: underline;	
}
.click_off {
	display: none;
}

/*******************/
/*  Footer Blocks  */
/*******************/

#footerBlock {
	/*background-color: #488AC7;*/
	background: url(../images/footer_background.jpg) repeat-x;
	height: 28px;
	width: 100%;
}

#footerContent {
	margin: 0 7px 0 7px;
	padding: 7px 0 7px 0;
	font-size: 0.8em;
	color: #FFFFFF;
}

#left_footer {
	float: left;	
}

#right_footer {
	float: right;
}

#right_footer a{
	color: #FBB917;
	text-decoration: none;
}

/************************/
/* Additional Classes   */
/************************/
/* Clearfix as explained in http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
 	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */