body {
	background: #000;
	margin: 0; 
	padding: 0; 
	font-family:"Georgia", Times Roman, serif;
}

#wrapper {
	width: 940px; 
	margin: auto; /* CENTERS CONTAINER TO BROWSER WINDOW */
	padding: 0;
	background-color:#fff;
}

#header {
	width: 940px;
	height: 100px;
	background:  url(../../site/img/ofs_header2.gif) no-repeat #000;
	float:left;
	display: inline;
}

#navbar {
	width: 902px;
	height: 30px;
	padding-left: 38px;
	background: #3D3D3D;
	float:left;
	display: inline;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 28px;
}

#navbar li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}

#navbar li a, #navbar li a:visited {
	text-decoration: none;
	padding: 0 12px;
	color: #8C8C8C;
	letter-spacing: .1em;
}

#navbar li a:hover {
	color:#7ACAFF;
}

/* GENERAL LEFT SIDE NAVIGATION */

#sidenav {
	width: 200px;
	float: left;
}

a.sidenav {
	color: #666;
	display: block;
	padding: 10px 0 10px 10px; 
	background: #fff; 
	width: 190px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dashed #7ACAFF;
	text-transform: uppercase;
	letter-spacing: .2em;

}

a.sidenav:hover, a.sidenav:focus, a.sidenav:active { 
	color: #0099FF;
	text-decoration: none;
	background: #C7E9FF;
}

#sidenav ul, #sidenav li {
	margin-bottom: 0; 
	padding:0; 
	list-style-type:none; 
}

#sidenav a, #sidnav a:visited {
	text-decoration:none; 
	color: #666;
}

#columnone {
	width: 200px;
	float:left;
	background: transparent;
}

#columntwo {
	width: 500px;
	float:left;
	background: transparent;
	padding-left: 30px;
	
}

#portfolio {
	width: 840px;
	height: 450px;
	background: #fff;
	text-align: left;
	padding: 50px;
	float:left;
}

#bodycontent {
	width: 840px;
	background: #fff;
	padding: 50px;
	float:left;
}


p, li {
	font-size: 13px;
	color: #3D3D3D;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	color: #3D3D3D;
	text-transform: uppercase;
	letter-spacing: .2em;
}
h2 {
	font-size: 14px;
	color: #7ACAFF;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}

a, a:visited {
	color: #7ACAFF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

#indexad {
	float: left;
	width: 420px;
	height: 445px;
	background:  url(../../site/img/index_leftcolumn_bg.gif) no-repeat;
	}

#indexfeaturedclient {
	float:left;
	width: 520px;
	height: 445px;
}
#indexbanner {
	float:left;
	width: 940px;
	height: 100px;
}

#indexbanner img {
	float:left;
	border:none;
}

#copyright {
	clear:left;
	width: 840px;
	margin:auto;
	padding-top: 10px;
	padding_left: 50px;
	color:#666;
	font-size: .75em;
}