@import "reset.css";
@import "text.css";

html, body{
	background: #2A76C1 url(../images/background.gif) top left repeat-x;
	color: #fff;
	text-align: center;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 45px 0 0 0;
	background: url(../images/bg.jpg) top center no-repeat;
}
a{
	color: #fff;
}
#header{
	height: 103px;
	background: url(../images/header.jpg) top left no-repeat;
}
#logo{
	width: 305px;
	height: 69px;
	float: left;
	margin: 17px 0 0 20px;
}
#logo a{
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.jpg) top left no-repeat;
	width: 305px;
	height: 69px;
}
#navigation{
	margin: 30px 0 0 15px;
	float: left;
	list-style: none;
}
#navigation li{
	float: left;
}
#navigation li a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.desc{
	font-family: "Trebuchet MS", sans-serif;
	color: #8FA8C1;
}
#featured{
	padding: 35px 0 20px 0;
}
#featured h1{
	font-size: 25px;
	font-weight: normal;
}
#intro{
	float: left;
	width: 345px;
	background: url(../images/intro.gif) no-repeat;
	text-indent: -9999px;
	height: 197px;
	background-position: 30px 40px;
}
#content{
	background: #245F9A url(../images/content.jpg) top left no-repeat;
	padding: 15px;
}
.col{
	width: 450px;
	float: left;
	padding: 10px 10px 0 0;
	font-family: Trebuchet MS;
}
.col h3{
}
#about{
	background: url(../images/about.gif) top left no-repeat; 
	margin: 0;
	text-indent: -9999px;
}
#lifestream{
	background: url(../images/tweets.gif) top left no-repeat; 
	margin: 0;
	text-indent: -9999px;
}
.col img{
	float: left;
	 margin: 0 10px 10px 0;
}
.more_link{
	float: right;
	background: url(../images/button.gif) top right no-repeat;
	height: 29px;
	margin: 10px 0 0 0;
}
.more_link a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 20px 0 10px;
}
#footer{
	background: #18406B url(../images/footer.gif) top right no-repeat;
	padding: 40px 25px 10px 0;
	text-align: right;
	color: #8F8F8F;
	margin: 0 0 30px 0;
	border-top: 1px solid #3F8CD5;
}
.carousel{
	margin: 0 20px 0 30px;
	float: left;
	height: 170px;
}
.carousel ul li img{
	width: 259px;
	height: 145px;
	border: 3px solid #fff;
}
.carousel ul li{
	background: url(../images/shadow.gif) bottom left no-repeat;
	padding-bottom: 15px;
	height: 170px;
	margin: 0 10px;
	padding: 0;
}
.prev{
	float: left;
	background: url(../images/prev.gif);
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	border: 0px solid;
	margin: 60px 0 0 0;
	cursor: pointer;
}
.next{
	float: right;
	background: url(../images/next.gif);
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	border: 0px solid;
	margin: 60px 0 0 0;
	cursor: pointer;
}
.carousel{
	float: left;
}

.clear {
	clear: both;
}

#twitter_update_list li{
	list-style: none;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #4978A7;
	border-top: 1px solid #235585;
	background: #20588E;
}
#twitter_update_list li a{
	display: block;
	color: #A8CBEC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	text-align: right;
	width: 430px;
}
#twitter_update_list li span a{
	display: inline;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}
#work-menu{
	position: fixed;
	left: auto;
	top: 280px;
	width: 150px;
	float: left;
}
#work-menu li{
	list-style: none;
	margin: 0;
	padding: 7px;
	border-bottom: 1px solid #4978A7;
	border-top: 1px solid #235585;
	background: #20588E;
}
#work-menu li a{
	color: #A8CBEC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Trebuchet MS;
}
#work-content{
	float: right;
	width: 760px;
}
.meta{
	float: left;
	width: 450px;
}
.portfolio-item img{
	border: 3px solid #fff;
	float: right;
}
.portfolio-item{
	margin: 0 0 50px 0;
	border-bottom: 1px solid #4978A7;
	padding: 0 0 10px 0;
}
.portfolio-item h2{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
}
#work{
	background: url(../images/work.gif) top left no-repeat; 
	margin: 0;
	text-indent: -9999px;
}
#services{
	background: url(../images/services.gif) top left no-repeat; 
	margin: 0;
	text-indent: -9999px;
}
#testimonials{
	background: url(../images/testimonials.gif) top left no-repeat; 
	margin: 0;
	text-indent: -9999px;
}
#bio{
	background: url(../images/bio.gif) top left no-repeat; 
	margin: 0;
	text-indent: -9999px;
}