* { padding:0; margin:0; outline:0; }
body {
	font-family: Arial, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#CCCCCC;
	background:#000 url(images/body-t.jpg) repeat-x center 0;
}

a img { border:0; }

.notext { font-size:0; line-height:0; display:block; text-indent: -4000px; background-position:0 0; background-repeat:no-repeat; }

a {
	color:#CCCCCC;
	text-decoration: underline;
	cursor:pointer;
}
a:hover { color:#114868; text-decoration: none; }

.left, .alignleft { float:left; display:inline; }
.right, .alignright { float:right; display:inline; }

.cl { font-size:0; line-height:0; height:0; display:block; clear:both; }

h2 { font-size:25px; font-weight: bold; line-height:28px; }
h3 {
	font-size:12px;
	font-weight: bold;
	line-height:normal;
	color: #FFFFFF;
}
h4 {
	font-size:14px;
	font-weight: bold;
	line-height:17px;
	text-transform: uppercase;
	color:#CCCCCC;
}

.shell { width:966px; margin:0 auto; }



#header {
	height:100px;
	overflow:hidden;
}
#header .shell{ padding:20px 0 0 0;}
#header .left{ width:410px; }
#header .right{ width:495px; }


#footer {
	height:340px;
	color:#CCCCCC;
}
#footer h2{ padding-bottom:5px; }
#footer .left{ width:550px; }
#footer .right{ width:350px; }
#footer p{ padding-bottom:15px; }
#footer p.copy{
	font-size:11px;
	color:#CCCCCC;
	text-align: center;
	padding-top:8px;
	margin-top:25px;
}
#footer p.copy a{
	color:#CCCCCC;
}

#footer .shell{ padding:15px 0; }

#container {
	height: 425px;
}
#container-b {
	background-color: #666666;
}
#container .shell{
	padding:20px 0;
	min-height:400px;
}

h1#logo { font-size:0; line-height:0; width:256px; height:36px; }
h1#logo a{
	display:block;
	height:36px;
	text-indent: -4000px;
}

p.site-info {
	color:#CCCCCC;
	font-size:14px;
	line-height:19px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:10px;
}

#navigation { text-align: right; font-weight: bold; text-transform: uppercase; font-size:14px; line-height:18px; height:70px;}
#navigation ul{ list-style-type: none; }
#navigation ul li{ display:inline; padding-left:15px; }
#navigation ul li a{
	text-decoration: none;
	color:#CCCCCC;
}
#navigation ul li a:hover,
#navigation ul li a.active {
	color:#CCCCCC;
}

#twitter {
	width:465px;
	height:234px;
	margin:0 0 0 auto;
}

.twitts {
	font-size:12px;
	line-height:17px;
	color:#CCCCCC;
	font-family: Georgia, serif;
	font-style: italic;
	position:relative;
	padding:45px 10px 0 0;
	margin-left:85px;
}
.twitts ul{ list-style-type: none; }
.twitts ul li{ padding-bottom:5px; }
.twitts ul li span{
	color:#CCCCCC;
}
.twitts ul li small{
	font-size:10px;
	color:#CCCCCC;
}

a.follow-button {
	position:absolute;
	top:-40px;
	left:-109px;
	width:174px;
	height:50px;
}

.projects { position:relative; }
.projects ul{
	list-style-type: none;
	height:425px;
	overflow:hidden;
	width:800px;
	position:relative;
	background-color: #999999;
}
.projects ul li{
	float:left;
	width:950px;
	height:425px;
	padding:8px;
}
.projects ul li .project-info{
	float:left;
	width:276px;
	padding:10px;
}
.projects ul li .project-image{
	float:right;
	width:650px;
	height:450px;
	position:relative;
	overflow:visible;
	font-size:0;
	line-height:0;
	background-image: url(imgs/1teammates.jpg);
}
.projects p { padding-bottom:15px; }
.projects h4 { padding:5px 0 10px 0; }

/** jCarousel **/
.projects .jcarousel-clip {
	width:966px;
	height:450px;
	overflow:hidden;
	position:relative;
}

.jcarousel-prev,
.jcarousel-next { font-size:0; line-height:0; width:49px; height:49px; cursor:pointer; position:absolute; top:106px; z-index:2;}
.jcarousel-prev {
	left:-10px;
	background:url(images/prev-button.png);
}
.jcarousel-next {
	right:-10px;
	background:url(images/next-button.png);
}

/*
.jcarousel-prev-disabled,
.jcarousel-next-disabled { display:none !important;}
*/

