/* 
	Layout for the different boxes in main.tmpl
*/

/* Header */
#main {
	width:980px;
	background:url(../img/bgBody.gif) left top repeat-y;
}
#header {
	width:980px;
	height:127px;
	display:block;
}
#hLeft {
	width:140px;
	height:87px;
	padding:20px;
	padding-top:0;
	margin-top:20px;
}
#hLeft img {
	position:absolute;
	z-index:1;
}
#hRight {
	width:800px;
	height:110px;
	overflow:hidden;
}
#breadcrumb {
	width:760px;
	height:17px;
	background-color:#707172;
	color:#fff;
	font-size:0.9em;
	line-height:17px;
	padding:0 0 0 40px;
}
#breadcrumb a {
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0;
}
#breadcrumb img {
	margin:0;
	padding:0;
	height:17px;
}
/* Content */
#content {
	width:980px;
	display:block;
}

/* Height of the content-box */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}
/* Height end */

#cLeft {
	width:140px;
	padding:20px;
}

ul.menu  {
	list-style-type:none;
	padding:0;
	margin:50px 0 0 0;
}
ul.menu a {
	color:#002951;
	text-decoration:none;
}
ul.menu a:hover,ul.menu a:focus {
	text-decoration:underline;
}
ul.menu a.active {
	color:#9B061F;
}
ul.secondLevel {
	list-style-type:none;
	margin:0 0 0 10px;
}
ul.thirdLevel {
	list-style-type:circle;
	margin:3px 0 0 14px;
}
ul.secondLevel li {
	font-size:0.85em;
	line-height:1.1em;
	padding:3px 0;
}
ul.thirdLevel li {
	font-size:1em;
}
#cCenter {
	width:520px;
	padding:40px;
}
#cRight {
	width:200px;
	font-size:0.9em;
	overflow:hidden;
}
#cRight p,#cRight h1, #cRight h2, #cRight h3, #cRight h4 {
	padding:0 20px;
}
#cRight ul {
	padding-right:20px;
}
#cRight h2 {
	background-color:#002951;
	color:#fff;
	font-weight:normal;
	font-size:1em;
	line-height:1.4em;
	margin:0;
	padding:3px 20px;
}

#cRight li {
	color:#9C0621;
}
#cRight img {
	max-width:200px;
}

/* Footer */
#footer {
	width:980px;
	display:block;
	height:25px;
}
#fLeft {
	width:160px;
	height:25px;
	padding-left:20px;
}
#fRight {
	width:780px;
	height:25px;
	padding:0 10px 0 10px;
	background-color:#9B061F;
	color:#fff;
	font-size:10px;
	line-height:25px;
}

#footer a {
	color:#fff;
	padding:0;
	background:none;
}


/* HTML */

