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

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

/*****************End Reset***************************************/

body {
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:none;
	color:#fff;
}
ul {
	list-style-type:none;
}
li {
	display:inline;
}
img, a, a:link, a:hover, a:visited {
	border:none;
	text-decoration:none;
	outline:none;
}
#container {
	background:url(images/otcbg.jpg) top center #000;
	width:1024px;
	height:800px;
	margin:auto;
	margin-top:10px;
}
#header {
	background:url(images/logo.png) top left no-repeat;
	width:1024px;
	height:87px;
	margin:0;
}
/*********NAV INFO*******************/
#nav {
	width:1024px;
	height:28px;
}

#nav ul {
	margin:0 0 0 40px;
	list-style-type:none;
}

#nav ul li {
	margin:10px 0;
	display:inline;
}

#nav li a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:100;
	margin-right:35px;
	letter-spacing:1px;
}
#nav li a:hover {
	color:#6dcff6;
}
body#home a#websitesnav, 
body#about a#aboutusnav,
body#objective a#objectivesnav,
body#contact a#contactnav {
	color:#6dcff6;
}

body

/*********SITE INFO*******************/

.siteinfo {
	width:1025px;
	height:410px;
}
.sitedesc {
	margin: 0 0 0 37px;
	width:350px;
	height:300px;
}

.sitedesc h1 a{
	color:#6dcff6;
} 

.siteinfo h1 {
	margin:0 0 15px 4px;
	font-size:24px;
	font-weight:300;
	letter-spacing:3px;
	padding-top:10px;
}
.siteinfo p {
	margin:0 0 0 5px;
	font-size:12px;
	font-weight:100;
	letter-spacing:.5px;
	text-align:justify;
	text-indent:36px;
	line-height:24px;
}
.sitedesc p a{
	color:#6dcff6;
} 
.siteinfo .signature {
	text-align:right;
	margin-top:20px;
	color:#6dcff6;
	font-weight:100;
}
.sitethumbs {
	margin:15px 0 0 45px;
	width:305px;
	height:70px;
}

.sitethumbs ul li{
	display:inline;
}
.siteimg {
	float:right;
	clear:right;
	padding:0;
	height:370px;
	width:493px;
	margin:15px 50px 0 0;
}
.siteimg_home {
	float:right;
	clear:right;
	padding:0;
	height:415px;
	width:600px;
	margin:0 2px 1px 0;
}

/************Scrolling NAV*************/
#scrollingnav {
	width:1024px;
	height:125px;
	margin:18px 0;
	padding:0;
	overflow:hidden;
}
#scrollingnav table {
	border-spacing:0 10px 0 10px;
	margin:auto;
	padding:0 5px;
	height:128px;
}
#scrollingnav table td {

padding:0 5px 0 0;
}
/*
#scrollLinks {
	margin:auto;
	margin-top:20px;
	text-align:center;
}*/
#scrollLinks {
	width:67px;
	height:125px;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#scrollLinks2 {
	width:69px;
	height:125px;
	margin:0;
	padding:0;
	text-align:center;
	
}
#wn	{ 
    position:relative; 
	margin: 0 0 15px 0;
    width:820px; 
	height:125px; 
    overflow:hidden;
	float:left;	
	}

#footer {
	height:21px;
	margin:103px auto 0 auto;
	text-align:center;
	font-size:10px;
}
