/* RESET */

*, html {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	background: #FFF url('images/top.jpg') repeat-x top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-top: 7px solid #d6dee4;
	border-bottom: 7px solid #e7e7e7;
}

h1 { 
	font-size: 3em;
	background: url('images/intro.png') no-repeat;
	width: 744px;
	height: 101px;
	text-indent: -99000em;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-top: 26px;
}

h2 {
	color: #333;
	font-size: 1.50em;
	margin-bottom: 16px;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

p, ul {
	color: #777;
	line-height: 1.5;
}

a {
	color: #e22187;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* HEADER */

#header {
	height: 230px;
	background: url('images/lighten.png') top no-repeat;
	margin: 0 auto;
	width: 896px;
	text-align: center;
	padding-top: 48px;
	position: relative;
}

#header a {
	color: #4295c6;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header #links {
	position: absolute;
	right: 0;
	top: 16px;
	color: #4295c6;
}

#header #links ul { 
	list-style: none; 
}

#header #links ul li {
	display: inline;
	margin-left: 20px;
}

#linkedin {
	position: absolute;
	float: left;
	display: block;
	height: 60px;
	width: 60px;
	background: url('images/linkedin.png') no-repeat;
	text-indent: -9999em;
	text-decoration: none;
	cursor: pointer;
	top: 0;
	overflow: hidden;
	color: #4295c6;
}


/* LAYOUT */

#wrapper {
	width: 100%;
}

#content {
	background: transparent url('images/overlay.png') no-repeat;
	margin: 0 auto;
	width: 940px;
	padding-top: 54px;
}

#container {
	float: left;
	width: 493px;
	padding-left: 82px;
}

#about {
	width: 214px;
	margin-right: 65px;
	float: left;
}

#services {
	width: 214px;
	float: right;
}

#services ul, ul#twitter_update_list {
	list-style-type: none;
}

#services ul li {
	display: block;
	padding-left: 25px;
	background: url('images/tick.gif') no-repeat;
	background-position: left;
	margin-bottom: 3px;
}

.clearfix {
	clear: both;
}


/* TWITTER */

#twitter {
	float: right;
	width: 164px;
	padding-right: 84px;
	margin-top: 3px;
}

#twitter a.follow {
	background: url('images/twitter.jpg') no-repeat top;
	width: 164px;
	height: 33px;
	text-indent: -99000em;
	overflow: hidden;
	display: block;
	margin-bottom: 16px;
}

#twitter a.follow:hover {
	background: url('images/twitter.jpg') no-repeat bottom;
}

#twitter ul li {
	font-size: 1.20em;
	color: #333;
	line-height: 1.30em;
}

#twitter ul li span {
	display: block;
	margin-bottom: 2px;
}

#twitter ul li span a {
	color: #e22187;
}

#twitter ul li a {
	color: #777;
}


/* FOOTER */

#footer {
	color: #333333;
	font-size: 1.25em;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 50px;
	clear: both;
	width: 784px;
}

#footer a.contact {
	background: url('images/contact.jpg') no-repeat top;
	width: 222px;
	height: 33px;
	text-indent: -99000em;
	overflow: hidden;
	display: block;
	position: relative;
	bottom: 8px;
	float: right;
}

#footer a.contact:hover {
	background: url('images/contact.jpg') no-repeat bottom;
}

#footer span.email {
	float: left;
	width: 385px;
	margin-right: 7px;
}

#footer span.tel { 
	float: right;
	width: 385px;
	margin-left: 7px;
}

#footer p {
	clear: both;
	font-size: 0.75em;
	padding-top: 37px;
	text-align: center;
}


/* SHOWCASE */

#showcase {
	margin-left: 78px;
	margin-right: 78px;
	margin-bottom: 22px;
	border-bottom: 1px dotted #e5e5e5;
}

.coda-slider, .coda-slider .panel { 
	width: 783px;
	overflow: hidden;
	height: 170px;
} 

.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}

.coda-slider-wrapper { 
	clear: both; 
	overflow: auto; 
}

.coda-slider { 
	float: left; 
	overflow: hidden; 
	position: relative; 
}

.coda-slider .panel { 
	display: block; 
	float: left;
}

.panel-wrapper ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.panel-wrapper ul li { 
	display: block; 
	background: url('images/caption-bg.jpg') no-repeat;
	float: left; 
	margin-right: 13px; 
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.panel-wrapper ul li.last { 
	margin-right: 0; 
}

.panel-wrapper li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 130px;
	width: 146px;
	padding: 20px;
	font-size: 1.50em;
	line-height: 1.2;
}

.panel-wrapper li a:focus, .panel-wrapper li a:hover { 
	text-decoration: none;
}

.panel-wrapper li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 170px;
	width: 186px;
	border: 0;
}

.coda-nav ul { 
	clear: both;
	display: block; 
	margin: auto; 
	overflow: hidden; 
	padding-top: 27px;
	padding-bottom: 25px;
	padding-left: 8px;
}

.coda-nav ul li { 
	display: inline;
	float: left;
}

.coda-nav ul li a { 
	background: url('images/panel.jpg'); 
	width: 16px; 
	height: 16px; 
	display: block; 
	float: left; 
	margin-right: 4px; 
}

.coda-nav ul li a.current, .coda-nav ul li a:hover { 
	background: url('images/panel-active.jpg'); 
	width: 16px; 
	height: 16px; 
	display: block; 
}

#screens { 
	display: none;
	visibility: hidden;
}

