@charset "utf-8";
/*										*/
/* Economedic Layout Stylesheet 		*/
/* Defines the ground layout and the 	*/
/* basic Elements						*/
/*										*/

/* layout.css							*/

body {
	margin:0;
	padding:0;
	background-color:#e8eaf4;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#515151;
}

.clear {
	clear:both;
}

.main-wrap {
	width:1000px;
	margin:auto;
	margin-top:85px;
	background-color:#fff;
	text-align:left;
}

.header {
	background:url(images/headerBack.jpg) repeat-x #dedede;
	height:124px;
	margin-bottom:50px;
}

.logo {
	float:left;
	width:340px;
	padding-left:60px;
}
.logo img {
	border:0 none;
}

.header-right {
	float:right;
	width:560px;
	padding-right:20px;
}

.language {
	text-align:right;
	margin-top:13px;
	height:14px;
	margin-bottom:20px;
}
.language a , .language {
	text-decoration:none;
	color:#474747;
	font-size:8pt;
}

.main-nav {
	list-style:none;
	margin:0;
	padding:0;
}
.main-nav li {
	display:inline;
	padding:8px;
	padding-bottom:16px;
}
.main-nav a {
	font-size:13pt;
	text-decoration:none;
}
.main-nav .cur {
	background:url(images/navCurBack.jpg) bottom center #03366f no-repeat;
}
.main-nav .cursub {
	background:url(images/navCurSubBack.jpg) bottom center #03366f no-repeat;
}
.cur a {
	color:#fff;
}
.no a {
	color:#000;
}
.no a:hover {
	color:#00346d;
}
.sub-nav {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:20px;
	margin-top:25px;
}
.sub-nav li {
	display:inline;
	padding:5px;
}
.sub-nav .cur {
	background:#00346d;
}
.sub-nav .no a {
	color:#515151;
}
.sub-nav .no a:hover {
	color:#00346d;
}
.sub-nav a {
	font-size:10pt;
	text-decoration:none;
}
.content {
	height:465px;
}
.content, .footer  {
	padding-left:60px;
	padding-right:40px;
}

.col-left {
	float:left;
	width:325px;
}
.col-right {
	width:550px;
	float:right;
}
.left-content , .main-content {
	height:435px;
	overflow:auto;
}

.breadcrumb {
	margin-top:5px;
	margin-bottom:5px;
}
.breadcrumb, .breadcrumb a  {
	text-decoration:none;
	color:#515151;
}

.footer {
	height:45px;
	background-color:#00346d;
}
.footer-menu-left {
	float:left;
	width:320px;
	padding-top:15px;
	margin-right:25px;
}
.footer-search {
	width:350px;
	float:left;
	height:26px;
	margin-top:12px;
}
.footer-menu-right {
	float:right;
	padding-top:15px;
}
.footer-menu-left , .footer-menu-right , .footer-menu-left a , .footer-menu-right a {
	color:#fff;
	text-decoration:none;
}
.footer-search label {
	color:#fff;
	float:left;
	width:50px;
	padding-top:6px;
}
.footer-search input[type=text] {
	background:url(images/inputBack.jpg) repeat-x;
	border:none 0;
	height:22px;
	width:160px;
	font-size:8pt;
	color:#515151;
	padding:2px;
	float:left;
}
.footer-search input[type=image] {
	float:left;
	width:33px;
}
.copy {
	font-size:8pt;
}
.copy a {
	color:#515151;
	text-decoration:none;
}


/* CONTENT FORMAT */
h1 {
	color:#00346d;
	font-size:16pt;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:15px;
}
a {
	color:#6774b7;
}
.browsebox a {
	color:#515151;
	text-decoration:none;
}
.tx-indexedsearch-res .res h4 {
	padding-bottom:5px;
	color:#00346D;
	border-bottom:1px solid #ccc;
}
.tx-indexedsearch-res .res h4 a {
	color:#00346D;
	text-decoration:none;
	font-size:10pt;
}
.tx-indexedsearch-percent {
	margin:0;
}
.csc-sitemap ul {
	list-style:none;
	padding:0;
}
.csc-sitemap ul li {
	display:block;
	margin-bottom:5px;
}
.csc-sitemap ul li a {
	display:block;
	border-left:10px solid #00346D;
	text-decoration:none;
	color:#515151;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
.csc-sitemap ul li ul {
	list-style:circle;
	margin-top:5px;
	padding-left:20px;
}
.csc-sitemap ul li ul li {
	margin:0;
}
.csc-sitemap ul li ul li a {
	border:none;
	padding:0;
	background:url(images/sitemapBack.jpg) left no-repeat;
	border-left:1px solid #515151;
	padding-left:15px;
	height:20px;
}
