@CHARSET "ISO-8859-1";
/* CSS Document for Lightspeed Advertising
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #100d0b url('/images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 30px;
	color: #e4e259;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	font-size: 20px;
	color: #00b2d9;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	font-size: 18px;
	color: #dd8c00;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

a:link, a:visited, a:active {
	color: #dd8c00;
}

p {
	line-height: 1.4em;
	margin: 10px 0 20px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 20px 35px;
	padding: 0;
	list-style: square;
}
	li {
		margin-bottom: 10px;
		line-height: 1.4em;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

.yellow {
	color: #e4e259;
}
.large {
	font-size: 20px;
	font-weight: bold;
}
.standout-text {font-size:16px; font-weight:bold;}
.blue {
	color: #00b2d9;
}
.uppercase {
	text-transform: uppercase;
}
.styled {
	width: 238px;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #00b2d9;
	color: #091e24;
}
.styled_submit {
	width: 238px;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #091e24;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: #dd8c00;
	border: 1px solid #dd8c00;
}
.client-container {
	margin: 10px 0 20px 0;
}
	.client-container blockquote {
		width: 405px;
		float: left;
		line-height: 1.5em;
		font-size: 13px;
	}
	.client-logo {
		width: 150px;
		margin-right: 20px;
		float: left;	
	}
	.client-logo img {
		border: 1px solid #00b2d9;
	}
	.client-info {
		color: #e4e259;
		display: block;
		text-align: right;
		padding-top: 5px;
	}
	
form#loginform {
	display: block;
	width: 250px;	
}
	form#loginform label {
		color: #cbcb55;
		font-size: 12px;
		text-transform: lowercase;
		text-align: left;
		display: block;
		margin: 10px 0 5px 0;
		padding: 0;
	}
	form#loginform .login_input {
		width: 238px;
		padding: 5px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border: 1px solid #00b2d9;
		color: #091e24;
	}
	form#loginform .login_submit {
		width: 100px;
		padding: 1px 5px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border: 1px solid #dd8c00;
		color: #091e24;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		background: #dd8c00;
		float: right;
		margin-top: 15px;
	}
	
.twitter {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #303a44;
}
	span.tweet-text {
		display: block;	
	}
	.twitter span.tweet-text {
		color: #f6f5cd;
	}
	.alt span.tweet-text {
		color: #f4f9ff;
	}
	.tweet-timestamp {
		text-align: left;
		display: block;	
		color: #666;
		margin-top: 5px;
		font-style: italic;
		font-family: Georgia, serif;
	}
	
/* Contact form styles */
.contact-left {
	width:250px;
	margin-right:30px;
	float:left;
}
.contact-right {
	width:250px;
	float:left;
}
.city {
	width: 125px;
}
.state-label {
	margin-left:120px
}
.state {
	width: 30px;
}
.zipcode-label {
	margin-left:15px
}
.zipcode {
	width: 50px;
}
	
/* Containers =========================== */
#container {
	width: 959px;
	margin: 0 auto;
	background: #1b252f;
}
#header {
	background: #202c38 url('/images/header-bg.gif') 0 0 no-repeat;
}
#header.darkbg {
	background-color: #091e24;
}
#logo {
	width: 176px;
	float: left;
	padding: 25px 40px 0 30px;
}

/* Focus ================================ */
#focus {
	background: #202c38 url('/images/focus-bg.gif') 0 0 repeat-x;
	padding: 1px;
}

#slideshow-wrap {
	background: url('/images/slideshow-bg.png') 0 0 no-repeat;
	width: 444px;
	height: 276px;
	float: left;
	margin: 4px 20px 0 40px;
}

#slideshow {
	width: 323px;
	height: 210px;
	position: relative;
	top: 35px;
	left: 106px;
	border: 3px solid #fff;
	z-index: 99;
}

#focus-content-wrap {
	font-size: 16px;
	padding: 10px 18px 0 0;
	height: 257px;
	overflow: hidden;
	width: 435px;
	float: left;
	margin: 0;
	line-height: 1.3em;
	font-weight: bold;
}

#focus-content {
	height: 175px;
	overflow: hidden;
}

#focus-content p {
	margin: 0;
	padding: 0;
}

#mediakit_btn {
	height: 62px;
}

a#mediakit {
	background: url('/images/mediakit.gif') 0 0 no-repeat;
	width: 231px;
	height: 62px;
	display: block;
	margin-left: 120px;
}
a#mediakit:hover {
	background-position: 0 -62px;
}
a#mediakit span {
	display: none;
}

/* Content ============================== */
#content-wrap {
	padding: 20px 0;
	background: #202c38;
}
#content {
	padding: 0px 30px;
	background: #202c38 url('/images/content-bg.gif') 0 0 repeat-y;
}

#main-content {
	width: 585px;
	text-align: justify;
	margin-right: 60px;
	float: left;
}

#sidebar {
	width: 250px;
	float: left;
	text-align: justify;
}

#login {
	border-bottom: 1px solid #444e58;
	padding-bottom: 20px;
	margin-bottom: 20px;	
}
	
/* Footer =============================== */
#footer {
	background: #1b252f;
	padding: 20px 30px;
}

#links {
	width: 500px;	
	float: left;
	padding-top: 5px;
}
	#links ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#links ul li {
			display: inline;
		}
			#links ul li a {
				color: #f1f4da;
				font-size: 12px;
				border-right: 1px solid #f1f4da;
				padding-right: 10px;
				margin-right: 7px;
			}
			#links ul li a.none {
				border: 0;
				padding: 0;
				margin: 0;
			}

#copyright {
	width: 350px;
	float: right;
	text-align: right;
	color: #3c536a;
	font-size: 12px;
	line-height: 1.4em;
}
	#copyright a {
		color: #bdc2b1;
	}
	#copyright a.nodecor {
		color: #3c536a;
		text-decoration: none;
	}