/**infolio group css **/

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #666;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width here */
#menu-top, #header, #header-2, #header-3, #header-4, #header-5, #wrapper-content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/** navigation menu **/
#navwrap{ 
	background: #385776; 
	margin:0; 
	padding:0; 
	border-bottom: 1px solid #000;}
#nav {
	padding:5px 0;
	margin: auto;
	width: 900px;
	height: 50px;
	background:#385776;
	border: 0;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px 25px;
}
#nav ul li {
	display: inline;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font: bold 1em/50px Arial, Helvetica, sans-serif;
	text-decoration: none;	
	letter-spacing: 0px;
}
#nav ul li a:hover {
	color: #d97a28;
}

#nav ul li a.active{
    color: #d97a28;
}


/**banner **/
#wrapper-header {	background: #fff; }

#header { background: #003366 url('images/banner.png') no-repeat; }
#header-2 { background: #003366 url('images/banner2.png') no-repeat; }
#header-3 { background: #003366 url('images/banner3.png') no-repeat; }
#header-4 { background: #003366 url('images/banner4.png') no-repeat; }
#header-5 { background: #003366 url('images/banner5.png') no-repeat; }

#wrapper-header2 { background: transparent url('images/bg02-blue-left.png') top left no-repeat; }

#wrapper-header3 { background: transparent url('images/bg02-blue-right.png') top right no-repeat; }

#header h1 {margin: 0 20px 0 450px;padding: 0;height: 192px;line-height: 2em;color: #FFFFFF;font-size: 130%;}
#header-2 h1 {margin: 0 20px 0 450px;padding: 0;height: 192px;line-height: 2em;color: #FFFFFF;font-size: 130%;}
#header-3 h1 {margin: 0 20px 0 450px;padding: 0;height: 192px;line-height: 2em;color: #FFFFFF;font-size: 130%;}
#header-4 h1 {margin: 0 20px 0 450px;padding: 0;height: 192px;line-height: 2em;color: #FFFFFF;font-size: 130%;}
#header-5 h1 {margin: 0 20px 0 450px;padding: 0;height: 192px;line-height: 2em;color: #FFFFFF;font-size: 130%;}



/** body **/
#wrapper-content { background: #fff url('images/bg02-white-left.png') no-repeat left top; }

* html #wrapper-content { height: 1%; }


#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 50px 5px 40px;
}
#content a {color:#3366CC; text-decoration:underline;}
#content a:hover {color:#d97a28;}

.headlines{font-size:1.2em; color: #3366CC;}

#dctable {text-align:left;}

table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #d97a28;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border: 1px solid #B6D59A;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}

#wrapper-menu-page {
	float: left;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;

}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #d97a28; }
#menu-page a:hover { color: #0066CC; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }
