/* CSS Document */
body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/background-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #ffff00;
	text-decoration: underline;
	font-size: 11px;
}
a:visited {
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}
#container {
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: left;
}
#header {
	position: relative;
}
#company-logo {
	margin: 0px;
	padding: 0px 10px 45px 0px;
}
#header-image {
	margin: 0px;
	padding: 0px 0px 20px 10px;
}
#body-content {
	margin: 0px;
	padding: 0px;
	width: 694px; !important
	height: 310px;
		
}
#search-box {
	position: absolute;
	bottom: 20px;
	left: 30px;
}	

#search-box form {
	margin: 0;
	padding: 0;
}

#search-box input {
	margin: 0;
	padding: 0;
	width: 160px;
	color: #888888;
}
#nav-menu {
	color:#FFFF00;
	padding: 0px;
	border: 1px solid #666666;
	background-attachment: scroll;
	background-image: url(images/spacer-black.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 300px;
	width: 230px;
	float: left;	/*display: inline;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	position: absolute;
}

#sidebar li {
	color: #FFFF00;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	left: 0px;
}

#sidebar a:link {
	color: #ffff00;
	text-decoration: none;
	font-size: 11px;
}
#sidebar a:visited {
	color: #ffff00;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:active {
	color: #FFFF00;
	text-decoration: underline;
}
#content {
	border: 1px solid #666666;
	background-attachment: scroll;
	background-image: url(images/content-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	float: right;
	background-color: #333333;
	color: #cccccc;
	position: absolute;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 5px;	
}
#footer {
	width: 100%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	vertical-align: bottom;
	clear: both;
}
#footer-links {
	background-color: #232323;
	width: 694px;
	border: 1px solid #666666;
	height: 20px;
	vertical-align: bottom;
	padding: 5px 0px 0px 0px;
}
#nav-title {
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	background-color: #232323;
	height: 30px;
}
#content-title {
	color: #FFFF00;
	text-align: left;
	font-weight: bold;
	padding: 10px 0px 0px 20px;
	font-size: 12px;
	background-color: #232323;
	height: 30px;
}
.nav-link {
	color: #ffff00;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.footer-link {
	color: #cccccc;
	font-weight: normal;
	margin: 0px;
	padding: 20px 5px 0px 5px;
	margin: 20px 0px 0px 0px;
	vertical-align: text-bottom;
	font-size:11px;
}
#copyright {
	color: #FFFF00;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:10px;
}
