/* GLOBAL STYLES */
h1, h2, h3, h4,h5, h6, fieldset, input, form, table, td, tr, thead, ul, ul li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	background: #D5E3EF url(../img/global/bg.jpg) top no-repeat fixed;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #333333;

}

a {
	color: #000000;

}

a:hover {

}

a img {
	border: 0;
}

p {

}

.print {
	display: none;
}

.last {
	border: 0 !important;
}

.clear {
	height: 1px;
	width: 100%;
	clear: both;
}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 820px;
}

#header {
	background: url('../img/global/shadow_head.png') no-repeat 0 0;
	height: 99px;
	padding: 0 21px;
	position: relative;

}

#logo {
	height: 60px;
	width: 315px;
	position: absolute;
	top: 0;
	left: 21px;
	display: block;
}

#nav {
	background: url('../img/global/shadow_body.png') center repeat-x;
	height: 30px;
	padding: 0 21px;
}

#nav ul {
	background: url('../img/global/nav.jpg') no-repeat 0 0;
	width: 778px;
	height: 30px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	height: 30px;
}

#nav .n1 { width: 81px; }
#nav .n2 { width: 219px; }
#nav .n3 { width: 165px; }
#nav .n4 { width: 208px; }
#nav .n5 { width: 105px; }

#nav ul li a:hover, #nav ul li.active a {
	background: url('../img/global/nav.jpg') no-repeat; 
}

#nav .n1:hover, #nav .active .n1 { background-position: 0 -30px; }
#nav .n2:hover, #nav .active .n2 { background-position: -81px -30px; }
#nav .n3:hover, #nav .active .n3 { background-position: -300px -30px; }
#nav .n4:hover, #nav .active .n4  { background-position: -465px -30px; }
#nav .n5:hover, #nav .active .n5  { background-position: -673px -30px; }

#nav .navkill {
	background: url('../img/global/nav.jpg') no-repeat; 
	background-position: -673px -60px;
	width: 105px;
	height: 30px;
}

.content {
	background: url('../img/global/shadow_body.png');
	padding: 0 21px;
}

.content .background { background: #ffffff; }

.content .page {
	padding: 20px 0 20px 40px;
}

/* GRIDS */
.content .lcol {
	float: left;
	width: 163px;
	background: #ffffff;
}

.content .rcol {
	float: right;
	width: 615px;
	background: #ffffff;
}

/* FOOTER */
#footer {
	height: 50px;
	background: url('../img/global/shadow_footer.png') no-repeat 0 0;
	padding: 0 21px;
	clear: both;
}

#footer div {
	background: url('../img/global/footer.jpg') no-repeat;
	height: 41px;
	
}

#footer div div { background: none; }

#footer #bdlogo {
	height: 41px;
	width: 150px;
	float: left;
}

#footer .copyright {
	height: 41px;
	float: left;
	padding: 10px 12px;
	line-height: 120%;
}

#footer .utilities {
	float: right;
	padding: 15px 0 0 0;
}

#footer .utilities li {
	float: left;
	border-right: 1px solid #000000;
	padding: 0 7px;
}
