/* Grid Properties Styles */

body {
	margin-top: 0px;
	background-color: #000000;
	background-position:center;
	background-position:top;
	color:#bbb;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight: lighter;
}

a img:hover	{ 
	border-bottom: none;
}

a, a:visited, a:active {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #0082d7;
	text-decoration: none;
}

a.blue, a.blue:visited, a.blue:active {
	color: #0082d7;
	text-decoration: none;
}

a.blue:hover {
	color: #ff0000;
	text-decoration: none;
}

a.name, a.name:visited, a.name:active {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

a.name:hover {
	color: #0082d7;
	text-decoration: none;
}

a.view, a.view:visited, a.view:active {
	color: #ff0000;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

a.view:hover {
	color: #0082d7;
	text-decoration: none;
}

a.footer, a.footer:visited, a.footer:active {
	color: #fff;
	text-decoration: underline;
}

a.footer:hover {
	color: #ff0000;
	text-decoration: none;
}

#wrap {
	background:#000;
	margin:0 auto;
	width: 940px;
	padding:0px;
	background-image:url(images/bg-3.jpg);
	background-repeat: no-repeat;
	
}

#top {
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	float:left;
	margin-top: 0px;
	margin-right:0px;
}

#contact {
	float:right;
	padding-top: 39px;
}

#nav {
	clear:both;
	padding-top: 0px;
	padding-bottom: 20px;
}

#main {
	background:#000;
	width:940px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#main-content {
	float:left;
	width:700px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 35px;
}

#header {
	margin-top: 15px;
	margin-bottom: 0px;
}

#subhead {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

#feature {
	margin-top: 30px;
}

#copy {
	margin-top: 35px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

#sidebar {
	float: right;
	width: 220px;
	margin-top: 80px;
	margin-left: 0px;
	margin-bottom: 25px;
}

#sidebar-subhead {
	float: right;
	width: 220px;
	margin-top: 120px;
	margin-left: 0px;
	margin-bottom: 25px;
}

img {
	border: none;
}

input, textarea {
	color: #777;
	font-size:12px;
}

.img-left {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:0px;
	border: 0px;
}

/* -- styles for footer -- */

#footer-home {
	clear:both;
	padding-top: 0px;
	padding-bottom: 100px;
	width: 940px;
	color: #999;
}

#footer {
	clear:both;
	padding-top: 10px;
	padding-bottom: 100px;
	width: 940px;
	border-top-style: solid;
	border-top-color:#2c2c2c;
	border-width: 1px;
}

#info {
	float:left;
	align: left;
}

#design {
	float:right;
	align: right;

}

ul {
	margin-top: 0px;
}

/* -- styles for formatting-- */

.highlight {
	font-size: 18px;
	color: #0082d7;
}

.client {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

.leader {
	font-style: bold;
	color: #FFF;
}

#title {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

#quote {
	margin-top: 10px;	
	font-size: 18px;
	line-height: 24px;
}

#quote-2 {
	margin-top: 10px;	
	padding-left: 20px;
	font-size: 18px;
	line-height: 24px;
}

#col {
	padding-left: 5px;
	padding-right: 20px;
}



#spacer {
	margin-bottom: 400px;
}

