@charset "utf-8";
/* ------------------------------------- GLOBAL */
body {
	background: url(../../images/global/body-bg.gif) top left repeat-x #000;
	color: #fff;
	font: 0.75em Arial, Helvetica, sans-serif;
}
.ie6 body {
	behavior: url("includes/htc/csshover.htc");
}
h1 {

}
h2 {

}
h3 {

}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.tl {
	clear: both;
	left: 0;
	position: absolute;
	top: 0;
}
.tr {
	clear: both;
	position: absolute;
	right: 0;
	top: 0;
}
.br {
	clear: both;
	bottom: 0;
	position: absolute;
	right: 0;
}
.bl {
	clear: both;
	bottom: 0;
	left: 0;
	position: absolute;
}
/* MINIMUM HEIGHT EXAMPLE */
/*.classname {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}*/
/* VERTICAL ALIGN EXAMPLE */
/*.classname * {
	vertical-align: middle;
}*/
/* PRELOAD HOVER IMAGES EXAMPLE */
/*
a {
	background: url(image_hover.gif);
}
a:link {
	background: url(image_default.gif);
}
a:hover, a:focus {
	background: url(image_hover.gif);
}
*/
/* ------------------------------------- LAYOUT */
#container {
	margin: 0px auto;
	width: 950px;
	padding: 90px 15px 0px 15px;
	min-height: 722px;
	height: auto !important;
	height: 722px;
	background: url(../../images/global/content-bg.gif) top left no-repeat;
}

#container .text {
	float: left;
	width: 310px;
	padding: 0px 0px 0px 61px;
}

#container .text img {
	float: left;
}

#container .text h1  {
	float: left;
	width: 100%;
	padding: 40px 0px 20px 0px;
	line-height: 1.3em;
	font-size: 1.6em;
}

#container .text p  {
	float: left;
	font-size: 1.4em;
}

#container .logo {
	float: right;
	padding: 0px 61px 0px 0px;
	width: 378px;
}

#container .panels {
	float: right;
	display: inline;
	width: 482px;
	padding: 5px 25px 40px 0px;
	margin: 0px 0px 0px 0px;
}

#container .panels .division {
	float: left;
	display: inline;
	width: 136px;
	min-height: 146px;
	height: auto !important;
	height: 146px;
	margin: 0px 36px 36px 0px;
	padding: 29px 34px 0px 35px;
	background: url(../../images/global/logo-bg.png) top left no-repeat;
}

#container .panels .division span {
	float: left;
	margin: 13px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	border-top: 1px solid #303030;
}

#container .panels .division a {
	float: left;
}

#container .panels .division a:hover {
	cursor: pointer;
}

#header {
}
#leftcolumn {
}
#centrecolumn {
}
#rightcolumn {
}
/* ------------------------------------- MAIN MENU */
#nav {
}
#nav ul {
}
#nav li {
}
#nav a {
}
#nav a:hover,
#nav .selected {
}
/* ------------------------------------- SUB NAV MENU */
#subnav {
}
#subnav ul {
}
#subnav li {
}
#subnav a {
}
#subnav a:hover,
#subnav .selected {
}
/* ------------------------------------- CONTENT */
.row {
	float: left;
}
.pagecontent {
}
.pagecontent p {
}
.pagecontent ul,
.pagecontent ol {
}
.pagecontent ul li {
}
.pagecontent ol li {
}
/* ------------------------------------- FOOTER */
#footer {
	float: left;
	width: 100%;
	background: url(../../images/global/footer-bg.gif) top left repeat-x;
	padding: 22px 0px 0px 0px;
	width: 828px;
	margin: 0px 0px 0px 61px;
	display: inline;
	font-size: 0.9em;
}

#footer ul {
	float: left;
	width: 100%;
}

#footer ul li {
	float: left;
	margin: 0px 10px 0px 0px;
}

#footer ul li a {
	float: left;
	padding: 3px 5px;
	background: #121212;
	color: #575757;
}

#footer ul li a:hover {
	color: #00acd4;
}
