/*MAIN BODY STYLES */

*{
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	  padding: 0;
	  margin: 0;
	  background: #111111 url(images/background3.jpg) no-repeat center top;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #bcbbbb;
	  text-align: center;}

#container {
	  margin-left: auto;
	  margin-right: auto;
	  text-align: left;
	  width: 848px;	  
}


#header1-container {
	  width: 848px;
	  margin: 15px 0 0 0;
	  padding: 0 0 0 0;
}

#header-logo {
	  float: left;
	  width: 494px;
	  margin: 0;
	  padding: 0;
}

#header-updates {
	  float: right;
	  width: 200px;
	  margin: 25px 5px 0 0;
	  padding: 0;
}

#header2 {
	  float: left;
	  height: 225px;
	  width: 848px;
}

#hello {
	height: 190px;
	float: left;
	margin-top: 70px;
	width: 848px;
}

#hello h1 {
	color: #bcbbbb;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#navigation {
	padding-top: 10px;
	float: left;
	width: 891px;
}

.nav_linkshome ul {
	  margin: 0px;
	  padding: 0px;
}

.nav_linkshome li {
	  list-style: none;
	  display: block;
	  float: left;
}

.nav_linkshome a {
	  font-size: 18px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  text-decoration: none;
	  color: #000000;
	  display: block;
	  padding-right:48px;
	  padding-left: 1px;
	  padding-top: 8px;
	  outline: none;
}

.nav_links ul {
	  margin: 0px;
	  padding: 0px;
}

.nav_links li {
	  list-style: none;
	  display: block;
	  float: left;
}

.nav_links a {
	  font-size: 18px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  text-decoration: none;
	  color: #000000;
	  display: block;
	  padding-right: 48px;
	  padding-left: 48px;
	  padding-top: 8px;
	  outline: none;
}

.withdiv {
	  background-image: url(images/nav_divider.jpg);
	  background-repeat: no-repeat;
}

.nav_links a:hover {
	color: #464646;
}

.nav_linkshome a:hover {
	color: #464646;
}

#content {
	background-color: #000000;
	background-image: url(images/content-bottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 810px;
	padding-top: 5px;
	padding-left: 21px;
	padding-right: 21px;
	margin-bottom: 20px;
	margin-top: 74px;
}

#content_left {
	float: left;
	width: 569px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#content_left h2 {
	color: #ff9933;
	font-size: 20pt;
	font-weight: normal;
	text-transform: capitalize;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
}

#content_left h3 {
	  color: #ff9933;
	  font-size: 14pt;
	  font-weight: normal;
	  line-height: 20px;
}

#content_left h4 {
	  color: #ff9933;
	  font-size: 14px;
	  font-weight: normal;
	  line-height: 16px;
}

#content_left p {
	  line-height: 20px;
	  font-size: 14px;
}

#content_left img {
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_left p img {
	line-height: 20px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content_left ul {
		text-indent: 30px;
		list-style-type: none;
		line-height: 20px;
}

#content_left a {
		color: #ff9933;
		text-decoration: none;
		outline: none;
}

#content_left a:hover {
	color: #bcbbbb;
}

#featured img {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.a-post {
	width: 549px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.a-post-noborder {
	width: 549px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.a-post h1 {
	  color: #bcbbbb;
	  font-size: 20px;
	  font-weight: normal;
	  line-height: 25px;	  
}

.a-post-noborder h1 {
	  color: #bcbbbb;
	  font-size: 20px;
	  font-weight: normal;
	  line-height: 25px;	  
}

.a-post img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.a-post-noborder img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.post-img {
	  float: left;
	  height: 188px;
	  width: 225px;
	  margin-right: 10px;
	  margin-bottom: 0px;
	  padding-bottom: 0px;
}

.post-title {
	  float: left;
	  width: 311px;
	  margin-bottom: 10px;
}

.post-title p {
	  color: #FF9933;
}

.post-desc {
	  float: left;
	  width: 311px;
	  text-align: left;
	  line-height: 16px;
}

.side-bar {
	background-color: #171717;
	background-image: url(images/sidebar-bottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	width: 188px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 15px;
}

.side-bar a {
	  color: #ff9933;
	  text-decoration: none;
}

.side-bar a:hover {
	color: #bcbbbb;
}

.side-bar li {
	  list-style-type: none;
}

.side-bar-content {
	width: 189px;
	float: left;
	margin-bottom: 5px;
	padding: 0px;
}

.side-bar-services {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
}

.side-bar-socialmedia {
	border-top: 1px solid #333;
	margin-top: 30px;
	padding-top: 30px;
}

.side-bar-updates, .side-bar-contact {
	border-top: 1px solid #333;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.side-bar-ads {
	  padding-top: 30px;
	  margin-bottom: 30px;
	  border-top: 1px solid #333;
	  text-align: center;
}

.side-bar h1 {
	color: #ff9933;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 10px;
}

.side-bar p {
	  line-height: 16px;
}

.side-bar li {
	  line-height: 16px;
	  margin-top: 0px;
	  display: block;
}

.side-bar li a {
	  color: #ff9933;
	  line-height: 16px;
	  margin-top: 10px;
	  display: block;
	  text-decoration: none;
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  border-bottom-color: #666666;
}

.side-bar li a:hover {
	  color: #ff9933;
	  line-height: 16px;
	  margin-top: 10px;
	  display: block;
	  text-decoration: none;
}

.side-bar-ads-title h1 {
	  color: #ff9933;
	  text-align: center;
	  font-size: 14pt;
	  font-weight: normal;
	  line-height: 24px;
}

#footer {
	  float: left;
	  clear: both;
	  padding-left: 20px;
	  padding-right: 20px;
	  width: 810px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  border-top: 1px solid #1e1e1e;
}

.footer-bottom {
	  clear: both;
	  float: left;
	  width: 810px;
	  padding-top: 16px;
	  border-top: 1px solid #1e1e1e;
}

.footer-bottom p {
	float: left;
	line-height: 28px;
}

.footer-header {
	font-size: 17px;
	font-weight: normal;
	color: #F93;
	margin-top: 0px;
	margin-bottom: 8px;
}

.footer-columnone {
	  float: left;
	  width: 81px;
	  border-right: 1px solid #1e1e1e;
	  line-height: 22px;
	  margin: 0 20px 20px 0;
}

.footer-links ul {
	  margin: 0px;
	  padding: 0px;	
}

.footer-links li {
	  list-style: none;
}

.footer-links li a {
	  font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  text-decoration: none;
	  color: #bcbbbb;
	  outline: none;
}

.footer-links li a:hover {
	  color: #F93;
}

.footer-columnthree a, .footer-columntwo a {
	text-decoration: none;
	color: #F93;
}

.footer-columnthree a:hover, .footer-columntwo a:hover {
	color: #bcbbbb;
}

.footer-columntwo {
	  float: left;
	  width: 255px;
	  border-right: 1px solid #1e1e1e;
	  line-height: 16px;
	  margin-bottom: 20px;
	  margin-right: 20px;
	  padding-right: 15px;
}


.footer-columnthree {
	  float: left;
	  width: 255px;
	  border-right: 1px solid #1e1e1e;
	  line-height: 16px;
	  margin-bottom: 20px;
	  margin-right: 20px;
	  padding-right: 15px;
}

.footer-columnfour {
	  float: right;
	  width: 125px;
	  line-height: 16px;
	  margin-bottom: 20px;
}

.footer-columnfour-updates {
	line-height: 15px;
	text-align: left;
}

#header-updates {
	float: right;
	width: 200px;
}

#award {
	width: 115px;
	height: 115px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	clear: none;
}

img.floatRight { 
    float: right; 
}

img.floatRightupdates { 
    float: right; 
	margin-top: 30px;
}

img.floatLeft {
	float: left;
}

.fourohfour {
	font-size: 160px;
	font-weight: bold;
	line-height: 123px;
	color: #F93;
	border-bottom: 1px solid #bcbbbb;
}

.fourohfour-text {
	font-size: 10px;
	color: #bcbbbb;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.box {
	width: 559px;
	padding: 0 6px 0 5px;
	margin: 0 0 40px 0px;
	float: left;
}

.box img { 
width:156px;
} 

.right{ 
float:right;  
margin-right:0px;
}

.left{ 
float:left; 
margin-right:45px; 
} 

.center { 
display:inline;
float: left;
} 

.portfolio {
	margin-left: 5px;
}