@import 'menu.css';

/*  allow body to span entire window height	*/
HTML, BODY {
	height: 100%;
}

/* Setup defaults for body	 */
BODY {
/*	background: url('../res/bg/body.gif') top left;*/
	background-color: #3A3A3A;
	margin: 0px;
	padding: 0px;
}

/*	Font styles for the whole site	 */
TD, P, BODY {
	color: #a5a5a5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:   11px;
	line-height: 16px;
}

/*	Link styles	*/
A {
	font-size:   11px;
	line-height: 16px;
}

A:link		{	color: #666666;	text-decoration: none;		}
A:visited	{	color: #666666;	text-decoration: none;		}
A:hover		{	color: #EE5414;	text-decoration: underline;	}

/*	Container	*/
.container	{	position: relative;	}

.cMainBody {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding-top: 50px;
}

.cTopBar {
	width: 850px;
	background: url('../res/bg/top.gif') no-repeat top center;
	padding-top: 22px;
}

.cTop {
	height: 100px;
	background-color: white;
	
}

.cLogo {
	background-color: white;
	width: 192px;
	height: 100px;
	float: left;
}

.cMetaMenu {
	background-color: white;
	height: 90px;
	padding-top: 10px;
	padding-right: 27px;
	
	text-align: right;
	color: black;
}

.cMainContainer {
	clear: both;
	background-color: white;
	width: 820px;
	padding: 10px 15px 0px 15px;
}

.cBottomBar {
	background: url('../res/bg/bot.gif') no-repeat center top;
	width: 790px;
	height: 41px;
	text-align: right;
	padding-top: 15px;
	padding-right: 60px;
	color: #a4a4a4;
}

.cBottomBar A:link		{	color: #ee5414;	}
.cBottomBar A:visited	{	color: #ee5414;	}
.cBottomBar A:hover		{	color: #ff7525;	}


.cMainMenu {
	background-color: black;
	padding: 0px 22px 0px 22px;
	height: 103px;
	border-bottom: 1px solid #1E1E1E;
}

.cSubMenu {
	background-color: #353535;
	padding:  0px 20px 0px 30px;
}

.cSubMenu table tr td {
	background-color: #353535;
	padding-left:  30px;
}

.cLeft {
	float: left;
	width: 270px;
	margin: 35px 22px 15px 25px;
}

.cRight {
	padding: 35px 30px 15px 45px;
	float: left;
	width: 415px;
}

.cRight a img {
	border: 0px;
}

.cContent {
	background-color: #1e1e1e;
	min-height: 355px;
/* 	zoom : 1; */
}

.cMCS {
	background-color: #1e1e1e;
	clear: both;
/* 	border: 2px solid red; */

}

.cCopyright {
	padding-top: 30px;
	color: white;
	font-size: 10px;
	text-align: center;
	width: 850px;
}

.cTopTeaser {
	height: 85px;
	text-align: right;
	/*	Sync with menu	*/
	padding: 0px 22px 0px 22px;
}

.cLeftTopIB, .cLeftBotIB {
	background: url('../res/bg/LIBTop.gif') no-repeat top left;
	width: 270px;
	height: 18px;
}

.cLeftBotIB	{	background-image: url('../res/bg/LIBBot.gif');	}


.cLeftContent {
	padding: 20px 35px 20px 35px;
	color: #AEAEAE;
	background-color: #353535;
	min-height: 109px;
}

.cLeftContent H1 {
	color: #ef6632;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
line-height: 16px;
}

.cLeftContent A:link	{	color: #AEAEAE;	text-decoration: underline;	}
.cLeftContent A:visited	{	color: #AEAEAE;	text-decoration: underline;	}
.cLeftContent A:hover	{	color: #FFFFFF;	text-decoration: underline;	}


.cMainBodyPopup {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding: 30px 0px 30px 0px;
	width: 450px;
}

.cMainBodyPopup A:link		{	color: #ef5519;	}
.cMainBodyPopup A:visited	{	color: #ef5519;	}
.cMainBodyPopup A:hover		{	color: #ff884b;	}

H1 {
  line-height: 32px;
  color: #ef6632;
  font-size: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial;
  font-weight: normal;
}

.cLeftContent H2 {
	color: #ef6632;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
line-height: 16px;
}

#main H2 {
	color: #EAEAEA;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
