/* BROWSER RESET */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
	
/* GBDN Specific Rules */

/* HTML Overrides */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 100.01%;
	background: #111;
	color: #eee;
	margin: 60px 0;
}

/* LAYOUT */

#wrapper {
	min-width: 760px;
	width: 760px;
	margin: 0 auto;
	border: 1px solid #fff;
	position: relative;
}

#links {
	color: white;
	font-size: 9px;
	text-align: center;
	min-width: 760px;
	width: 760px;
	margin: 0 auto;
	position: relative;
}
#links A {
	color: white;
	text-decoration: none;
}

#links A:hover {
	text-decoration: underline;
}

#links > #current {
	color: #f90;
	font-weight: bold;
}

#header {
	background: url('../images/header_logo.jpg') no-repeat 0 0;
	height: 137px;
}

#header h1 {
	font-size: 2em;
	color: #7a9fb2;
	text-indent: -3000em;
}
#header p {
	font-size: 0.8em;
	color: #7a9fb2;
	text-indent: -3000em;
}
#container {
	background: #040606 url('../images/content_bridge.jpg') no-repeat 0 0;
}
#content {
	float: right;
	width: 540px;
	padding: 16px 1em 1em 1em;
	font-size: 0.8em;
}
#content p {
	font-size: 1em;
	margin: 0 0 1em 0;
	line-height: 1.5;
}
#content p strong {
	font-weight: bold;
	color: #f90;
}
#content .chart {
	margin-top: -1em;
	text-align: center;
}
#content ul {
	list-style: disc;
	color: #f90;
	margin: 0 2em 1em;
}
#content ul li {
	line-height: 1.4;
	color: #eee;
}

#content a,
#content a:link,
#content a:visited {
	color: #eee;
}
#content a:hover,
#content a:focus {
	color: #f90;
}

#content .team {
	list-style: none;
}
#content h2, #content h3 {
	font-size: 1.2em;
	color: #f90;
	font-weight: bold;
	margin-bottom: 1em;
}
#content .address {
	float: left;
}
#content .contacts {
	float: left;
	padding: 58px 0 0 70px;
}
#navigation {
	float: left;
	width: 190px;
	padding: 16px 0 1em;
	background: transparent;
	_background: #040606 url('../images/content_bridge.jpg') no-repeat 0 0;
}

#footer {
	clear: both;
}
#footer p {
	display: none;
}
/* Sidenav */

#navigation ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	list-style: none;
	margin: 0 1em;
	background: none;
	_display: inline-block;
}
#navigation .subnav {
margin: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	background: transparent url('../images/navborder.gif') repeat-x 0 bottom;
}
#navigation ul.subnav li {

}
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited {
	color: #eee;
	font-size: 0.8em;
	display: block;
	line-height: 40px;
	margin: 0;
	text-decoration: none;
	_padding-bottom: 0;
	_height: 25px;
}
#navigation ul.subnav li a {
line-height: 1.4;
padding: 10px 0 10px 5px;
font-size: 11px;
}
#navigation ul li a:hover,
#navigation ul li a:focus {
	color: #f90;
}

#navigation ul li #current {
	color: #f90;
	font-weight: bold;
}
/* Classes */

.animation {
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
}
.animation img {
	padding-left: 54px;
}
.seperator {
	display: none;
	height: 0;
}