@charset "UTF-8";

/* CSS Document */

* {
	font-family: "ff-dax-web-pro-1","ff-dax-web-pro-2",sans-serif;
	}

body {
	background: #5b5959 url(images/overlay2.png);
	}
#wrapper {
	width:960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#mini-wrapper {
	background: #456382 url(images/overlay2.png);
	}
	
#header {
	width:720px;
	height:125px;
	background: #fbfbfb;
	padding: 15px 10px 25px 10px;
	margin-left: 220px;
	border-bottom: 3px solid #c3160e;
	}
#header h1 {
	font-size: 13em;
	font-weight: bold;
	color:#5b5959;
	padding:0px 10px 10px 30px;
	margin-top:-50px;
}
#logo {
	position: absolute;
	height: 250px;
	width:200px;
	background: #456382;
}
#sidebar {
	width: 200px;
	position:absolute;
	top:0px;
	left:0px;
	background: #456382 url(images/overlay2.png);
	padding: 10px 10px 10px 10px;
	}
#name {
	padding: 33px 0 0 10px;
	color:#fbfbfb;
}
#name dt{
	font-size: 1.75em;
	padding:10px 0 0 0;
	margin:0;
}
#name dd {
	font-size: 1em;
	margin-top:-5px;
	padding:0 0 0 5px;
}
#content {
	margin:0 0 0 220px;
	width:682px;
	background: #fbfbfb;
	padding:20px 10px 10px 48px;
	}

#content h2 {
	color: #c3160e;
	font-size:3.3em;
	font-weight:bold;
	font-style: italic;
	margin: 0;
	}
#content h3 {
	margin:0;
	color:#5b5959;
	font-size: 2.5em;
}
#content p {
	padding:10px 10px 0 0;
	font-size: 1.1em;
}
#content ul {
	padding: 10px 10px 10px 25px;
	margin-bottom:0;
	}
#content li {
	list-style-image: url(images/red_bullet.png);
	font-size:1.7em;
	height:50px;
	}
#content ul li span {
	font-size: .7em;
	font-style: italic;
}
#content a:link {
	color:#456382;
}
#content a:hover {
	background-color: #c3160e;
	text-decoration: none;
	color:#fbfbfb;
}
#content a:visited {
	color:#456382;
	text-decoration: none;
}
#content a:visited:hover {
	color:#456382;
	text-decoration: none;
}
#footer {
	background: #c3160e url(images/overlay2.png);
	height:70px;
	width:100%;
	margin-top: 0
	}
#footer p {
	color:#fbfbfb;
	font-size: .8em;
	padding:30px 10px 10px 15px;
}

#footer a:link {
	color:#fbfbfb;
}
#footer a:hover {
		background-color: #fbfbfb;
		color:#c3160e;
}
#content a:visited:hover {
	background-color: #fbfbfb;
	color:#c3160e;
}
#footer a:visited {
	color:#fbfbfb;
}

.w3c_icons {
	text-align: center;
}
.w3c_icons img {
	padding: 10px 20px 20px 10px;
}