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

/*----------------Setup---*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url(../odpn-images/page-bgr.jpg) #000 no-repeat top center;
	color: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
}
a {
	color: #5FCF3D;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
}
a:hover {
	color: #FFF;
}
input, select, textarea {
	border: 1px solid #999;
	font-size: 11px;
	padding: 2px;
	color: #AAA;
}
li {
	list-style: none;
}
li span {
	display: none;
}
li img {
	display: block;
}
h2 {
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
}
h2 span {
	display: none;
}
h2 img {
	display: block;
}
h3, h4 {
	font-size: 1.2em;
	color: #5FCF3D;
	text-transform: uppercase;
}
p {
	padding: 0 0 1.2em 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
hr {
	border-top: 1px dotted #333333;
	clear: both;
	height: 1px;
	margin: 0 0 7px;
	width: 100%;
}

/*----------------Page Layout---*/
#page {
	width: 890px;
	margin: 0 auto;
}

/*----------------Header---*/
#header {
	overflow: hidden;
	width: 890px;
	height: 129px;
}

/*----------------Logo---*/
#header h1 {
	float: left;
	margin-top: 54px;
	width: 263px;
	background: url(../odpn-images/odpn-logo.png) no-repeat;
	text-indent: -9999em;
}
#header h1 a {
	display: block;
	height: 75px;
}

/*----------------Header Navlinks---*/
#navlinks {
	float: right;
	margin-top: 82px;
}
#navlinks li {
	float: left;
	display: inline;
}
#navlinks li a {
	height: 50px;
	padding:  0 15px 0 10px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#navlinks li#home, li#company, li#clients, li#results, li#videos, li#contact, li#news {
	background: url(../odpn-images/btn-bg-test.png) no-repeat 0 -.1em;
}
#navlinks li.last a {
	padding-right: 0;
}
#navlinks li.current a {
	color: #FFF;
}

/*----------------Content Home---*/
#content-home {
	clear: both;
	overflow: hidden;
	width: 868px;
	height: 317px;
	margin-top: 38px;
	padding: 11px;
	background: url(../odpn-images/home-content-bgr.gif) no-repeat;
}

/*----------------Content Left---*/
#content-home #left-home {
	float: left;
	overflow: hidden;
	width: 287px;
	height: 317px;
}
#content-home #news-home {
	float: left;
	overflow: hidden;
	width: 287px;
	height: 39px;
}
#content-home #scroll-home {
	float: left;
	overflow: auto;
	width: 250px;
	height: 255px;
	padding: 9px 17px 0 10px;
	margin-top: 9px;
}

/*----------------Latest News---*/
#content-home .latest-news a {
	display: inline-block;
	padding-left: 9px;
	background: url(../odpn-images/link-bg.png) no-repeat 0 .1em;
}
#content-home .latest-news img {
	border: 3px solid #4C4C4C;
	display: block;
}

/*----------------Content Right---*/
#content-home #right-home {
	float: left;
	display: inline;
	width: 545px;
	height: 294px;
	margin: 15px 0 0 22px;
	overflow: auto
}
#flash_video {
	padding-top: 10px;
	text-align: center;
}


/* --------------Bottom Links---*/
#bottomnav {
	clear: both;
	float: left;
	width: 890px;
	height: 188px;
	padding-top: 16px;
}
#bottomnav li {
	float: left;
	display: inline;
	margin-right: 16px;
	background: url(../odpn-images/home-bottom-bgr.png) no-repeat;
	height: 128px;
	padding: 11px;
}
#bottomnav li a {
	display: block;
	width: 264px;

}
#bottomnav li a img	{
	padding-bottom: 10px;
}

#bottomnav li#lastbottom {
	margin-right: 0;
}

/* --------------Footer---*/
#footer {
	clear: both;
	width: 885px;/*885*/
	height: 125px;
}
#leftfooter {
	float: left;
	overflow: hidden;
	width: 485px;
	height: 125px;
}
#leftfooter p {
	float: left;
	color: #5E5E5E;
	padding: 20px 0 0 5px;
}
#rightfooter {
	float: left;
	overflow: hidden;
	width: 205px;
	margin-left: 195px;
	height: 125px;	
	margin-top: 1px;
}
#rightfooter #w3c {
	clear: both;
	padding-top: 15px;
	text-align: right;
}
#footer-float {
	clear: both;
	width: 205px;
	height: 47px;
	position: absolute;
	margin-left: 685px;
	margin-top: -836px;
}

#footer-float #insider {
	float: left;
	background: url(../odpn-images/insider.jpg) no-repeat;
	width: 76px;
	text-indent: -9999em;
}
#footer-float #insider a {
	display: block;
	height: 47px;
}
#footer-float #aldercast {
	float: left;
	background: url(../odpn-images/aldercast.jpg) no-repeat;
	width: 129px;
	text-indent: -9999em;
}
#footer-float #aldercast a {
	display: block;
	height: 47px;
}


/* --------------Inner Pages---*/
#content-inner {
	clear: both;
	overflow: hidden;
	width: 890px;
	height: 505px;
	margin: 38px 0;
}

/*----------------Inner Content Left---*/
#content-inner #left-inner {
	float: left;
	overflow: hidden;
	width: 288px;
	height: 483px;
	padding: 11px;
	background: url(../odpn-images/leftcol-bgr.gif) no-repeat;
}
#content-inner #header-inner {
	float: right;
	overflow: hidden;
	width: 287px;
	height: 39px;
}
#content-inner #scroll-inner {
	float: left;
	overflow: auto;
	width: 250px;
	height: 420px;
	padding: 0 17px 0 10px;
	margin-top: 12px;
}
#content-inner .leftcol-news a { 
	display: inline-block;
	padding-left: 9px;
	background: url(../odpn-images/link-bg.png) no-repeat 0 .2em;
	font-size: 1.2em;
}
#content-inner .leftcol-news img {
	border: 3px solid #4C4C4C;
	display: block;
}
/*----------------Company Left Column--*/
#content-inner .leftcol-company a {
	display: block;
	padding-left: 9px;
}
#content-inner .leftcol-company img {
	border: 3px solid #4C4C4C;
	display: block;

}

/*----------------Videos Page (Left Column---*/
#content-inner .leftcol-videos {
	float: left;
	overflow: hidden;
	width: 106px;
	padding-right: 10px;
}
#content-inner .leftcol-videos h3{
	padding-top: .8em;
}

/*----------------Inner Content Right---*/
#content-inner #right-inner {
	float: left;
	overflow: hidden;
	width: 563px;
	height: 505px;
	margin-left: 17px;
	background: url(../odpn-images/rightcol-bgr.gif) no-repeat;
}
#content-inner #right-inner-content {
	overflow: auto;
	width: 540px;
	height: 473px;
	margin: 19px 11px 11px 11px;	
}

/*----------------Company Page---*/
#content-inner #right-inner-content .company{
	padding: 23px 0 0 27px;
}

/*----------------Content Main---*/
#content-inner #right-inner-content .content-main {
	overflow: hidden;
	padding: 10px 11px;
}
#content-inner #right-inner-content .content-main *.first {
	padding-top: 1em;
}

/*----------------Contact Page---*/
#content-inner #right-inner-content .contact-page{
	padding: 10px 11px;
	font-size: 1.2em;
}
#content-inner #right-inner-content .contact-page h2{
	font-size: 1em;
}
#content-inner #right-inner-content .contact-page  *.first {
	padding-top: 1em;
}

/*----------------Clients Page---*/
#clients-page {
	clear: both;
	float: left;
	overflow: hidden;
	width: 890px;
	height: 505px;
	margin: 38px 0 38px 0;
	background: url(../odpn-images/clients-bgr.gif) no-repeat;
}
#clients-page #header-client {
	float: left;
	overflow: hidden;
	padding: 10px 0 0 12px;
}
#clients-page #scroll-client {
	clear: both;
	float: left;
	overflow: auto;
	width: 826px;
	height: 424px;
	padding: 0 20px 0  22px;
}

#clients-list li {
	float: left;
	display: inline;
	text-indent: -9999em;
	margin-top: 14px;
	margin-right:7px;
	background: url(../odpn-images/clients-bgr.png) no-repeat;
}
#clients-list li a {
	display: block;
	width: 183px;
	height: 112px;
	padding: 6px;
}

/*----------------Images Border---*/
.gray-border img {
	border: 3px solid #4C4C4C;
	display: block;
}
.green h2{
	color: #5FCF3D;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

/*---------------- Recent News ---*/
.recent-news li {
	font-size: 1.1em;
	margin-bottom: 1.1em;
	list-style-type: square;
	margin-left: 13px;
}
.recent-news li a {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
}
.recent-news-date {
	margin-bottom: 2px;
}

/*---------------- RSS Feed ---*/
.rss-feed {
	margin-left: 12px;
}
.rss-feed li {
	float: left;
	display: inline;
	margin-right: 10px;
}

/*---------------- Global ---*/
#main_content ul {
	margin-bottom: 1em;
}
#main_content li {
	list-style: square;
	margin-left: 25px;
}
