@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}

body {
	background: url(../images/page_bg.jpg) repeat-x #111111; 
	font-family: "Trebuchet MS", sans-serif;
	color: #CCCCCC;
	font-size: 62.7%;
}

#wrapper {
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 90px 0px;
	position:relative;
}

#logo {
	width: 435px;
	height: 135px;
	position: absolute;
	left: 241px;
	top: 0px;
	z-index: 1000;
}

h1 {
	font-size: 2.1em;
	margin: 60px 0px 20px 0px;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}

p {
	font-size: 1.4em;
	margin-bottom: 20px;
	padding: 0px 25px 0px 25px;
}

p.big {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 0px;
}

p.big a {
	font-style: italic;
	font-size: 1.1em;
}

img.mb, #multimedia-image {
	display: block;
	margin-bottom: 40px;
}

p a, p a:visited {
	color: #ee691f; /*orange*/
}

p a.blue, p a.blue:visited {
	color: #00b6bd; /* blue-green */
}

p a:hover, p a.blue:hover {
	color: white;
}

.clear {
	clear: both;
}

/* footer styles */
#footer {
	width: 920px;
	margin: 0 auto 0 auto;
}

#address {
	width: 100%;
	text-align: center;
	background: url(../images/footer_bg_top.gif) no-repeat;
	height: 30px;
	padding-top: 20px;
}

#address p {
	font-weight: bold;
	font-size: 1.6em;
	color: black;
}

#tl_wrapper {
	width: 100%;
	background: url(../images/footer_bg_middle.gif) no-repeat black;
}

#text_links {
	background: url(../images/footer_bg_inner.gif) no-repeat #575757;
	width: 859px;
	border: 1px solid black;
	margin: 0 auto 0 auto;
	padding: 10px 10px 0 10px;
}

.tl_panel {
	width: 286px;
	float: left;
	text-align: center;
}

.tl_panel h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: black;
}

.tl_panel p {
	font-size: 1.4em;
	margin-bottom: 0px;
	font-weight: lighter;
}

.tl_panel p a, .tl_panel p a:visited {
	font-weight: normal;
	color: #d7d7d7;
}

.tl_panel p a:hover {
	color: #00b6bd; /* blue-green */
}

#bottom_links {
	background: url(../images/footer_bg_bottom.gif);
	width: 100%;
	height: 34px;
	padding-top: 5px;
	text-align: center;
}

#bottom_links p {
	font-size: 1em;
}

#bottom_links p a, #bottom_links p a:visited {
	color: #999999;
	text-decoration: underline;
}

#bottom_links p a:hover {
	color: white;
}