@import url('reset.css');

body {
	background-color: #000;
	font-family: Arial, Verdana, sans-serif;
}

.hide { display: none;}

#wrapper {
	background: transparent url('img/bg-wrapper.gif') no-repeat top center;
	width: 1024px;
	margin: 20px auto;
}

#header {
	height: 206px;
	background: transparent url('img/header-alt.jpg') no-repeat top center;
	border: 1px solid #000;
	margin-left: -1px;
	margin-top: -1px;
}

#header h1, #header h2 {
	font-size: 1px;
	text-indent: -9999px;
}

/* End Global Styles */

#navigation {
	width: 130px;
	margin-top: 15px;
	float: left;
}

#navigation ul {
	background: transparent url('img/separator-navigation.gif') no-repeat top right;
}

#navigation ul li {
	display: block;
	padding: 15px;
	font-size: 12px;
	background: transparent url('img/separator-navigation.gif') no-repeat bottom right;
}

#navigation ul li.active {
	background: transparent url('img/bg-nav-active.gif') repeat-y top left;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #aaa;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #fff;
}

/* Center Column Styles */

#center-column {
	width: 520px;
	padding-top: 25px;
	margin-left: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: -1px;
	float: left;
	border-right: 1px solid #232323;
}

#center-column a:link, #center-column a:visited {
	color: #aa0e1e;
}

#center-column a:hover {
	color: #ff0000;
}

#center-column h3 {
	color: #eee;
	font-size: 15px;
	margin-bottom: 15px;
}

#center-column .flash-carousel {
	margin-bottom: 20px;
}

#center-column p {
	font-size: 12px;
	line-height: 16px;
	color: #565857;
	margin-bottom: 15px;
}

#center-column p strong {
	font-weight: bold;
	color: #ccc;
}

#center-column .testimonial p {
	font-size: 14px;
	color: #fff;
	width: 480px;
}

#center-column .testimonial p.source {
	margin-top: 10px;
	font-size: 11px;
	color: #aaa;
	text-align: right;
	font-style: italic;
}

#center-column #carousel {
	margin: 20px 0 50px 0;
	font-size: 24px;
	width: 460px;
	float: left;
}

#center-column #carousel img {
	border: 2px solid #222;
}

#center-column .carousel-control {
	float: left;
	width: 50px;
	margin-top: 120px;
}

#center-column a.carousel-control:link, #center-column a.carousel-control:visited {
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url('img/icon-right-arrow.gif') no-repeat;
}

#center-column a#prev:link, #center-column a#prev:visited {
	background: transparent url('img/icon-left-arrow.gif') no-repeat;
}

#center-column a#prev:hover {
	background: transparent url('img/icon-left-arrow-hover.gif') no-repeat;
}

#center-column a#next:hover {
	background: transparent url('img/icon-right-arrow-hover.gif') no-repeat;
}

#center-column .about {
	margin-right: 20px;
}

#center-column .about h3 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}

#center-column .about p {
	font-size: 12px;
	color: #777;
	line-height: 14px;
	text-align: justify;
}

#center-column .list-left, #center-column .list-right {
	width: 200px;
	float: left;
	margin-top: 40px;
}

#center-column .list-left li, #center-column .list-right li {
	margin-bottom: 8px;
	font-size: 11px;
}

#center-column ul a:link, #center-column a:visited {
	color: #bbb;
}

#center-column ul a:hover {
	color: #fff;
}

#center-column h6 {
	color: #eee;
	font-size: 13px;
	margin-bottom: 5px;
}
/* End Center Column Styles */

/* Right Column Styles */

#right-column {
	width: 240px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}

#right-column .info-item p {
	font-size: 12px;
}

#right-column h4 {
	color: #eee;
	font-size: 15px;
	margin: 10px 0;
}

#right-column h5 {
	color: #666;
	font-size: 11px;
	margin-bottom: 10px;
}

#right-column .bio p {
	color: #565857;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}

#right-column .bio p.contact {
	color: #bbb;
}

#right-column .info-item h4, .service-type h4 {
	background: transparent url('img/bg-heading.gif') repeat-y top left;
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

#right-column .info-item p {
	font-size: 12px;
	color: #777;
	line-height: 18px;
}

#right-column .medium-images img {
	margin-bottom: 10px;
}
/* End Right Column Styles */

/* Start Vertical Bar Styles */

#vertical-bar {
	clear: both;
	background: transparent url('img/bg-front-bar.gif') no-repeat bottom left;
	height: 165px;
	border-top: 1px solid #232323;
}

#vertical-bar #partners {
	height: 42px;
	padding: 15px;
}

#vertical-bar #partners h5 {
	font-size: 12px;
	line-height: 14px;
	padding-top: 14px;
	width: 100px;
	color: #bbb;
	font-weight: normal;
	float: left;
}

#vertical-bar .partner-icons {
	margin-left: 60px;
	float: left;
}

#vertical-bar .partner-icons li {
	display: inline;
	margin-right: 40px;
}

#vertical-bar #twitter {
	clear: both;
	height: 90px;
	padding-left: 160px;
}

#twitter .tweet_list li {
	display: block;
	float: left;
	font-size: 10px;
	width: 166px;
	height: 77px;
	padding: 10px;
	padding-top: 5px;
	margin: 0 10px 15px 0;
	background: transparent url('img/bg-twitter-balloon.gif') no-repeat center center;
	line-height: 12px;
}

#twitter a:link, #twitter a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #444;
}

#twitter a:hover {
	color: #333;
}

#vertical-bar #twitter .tweet ul {
	margin-bottom: 10px;
}

#vertical-bar #twitter .tweet ul li {
	display: inline;
	font-size: 10px;
	color: #252224;
}
#vertical-bar #twitter .tweet p {
	font-size: 10px;
	line-height: 14px;
	color: #252224;
}

/* End Vertical Bar Styles */

.full-width {
	margin-left: 180px;
	margin-top: 20px;
}

.full-width ul li {
	display: block;
	width: 100px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.full-width ul li a:link, .full-width ul li a:visited {
	font-size: 11px;
	color: #999;
}

/* Start Footer Styles */

#footer {
	clear: both;
	border-bottom: 50px solid #000;
	padding: 10px 0;
	background: transparent url('img/bg-footer.gif') no-repeat bottom center;
	height: 50px;
	border-top: 1px solid #232323;
}

#footer.sitemap .sitemap-links {
	width: 500px;
	font-size: 12px;
	float: left;
	padding-left: 15px;
	color: #444;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #444;
}

#footer a:hover {
	color: #bbb;
}

#footer .social-icons {
	margin-left: 160px;
	float: left;
	width: 200px;
}

#footer .contact {
	float: right;
	width: 300px;
	font-size: 12px;
	color: #444;
	text-align: right;
	padding-right: 20px;
}

/* End Footer Styles */

/* Global Styles */

.clear { clear: both; }

a.read-more {
	display: block;
	text-align: right;
	margin-top: 10px;
}

a.read-more:link, a.read-more:visited {
	background: transparent url('img/icon-red-arrow.gif') no-repeat center right;
	color: #aa0e1e!important;
	font-size: 10px;
	padding-right: 12px;
}

a.read-more:hover {
	color: #ff0000;
}