@charset "utf-8";
/* CSS Document */
body{
	padding: 15px 0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background: #4A86DF url(../images/siteBackground.jpg) top left repeat-x;
}
p {
}
#site-container{
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/contentBackground.jpg) top repeat-y;
}
#header{
	height: 92px;
	text-align: right;
	background: url(../images/headerBackground.jpg) top no-repeat;
	overflow: hidden;
}
#header #header-logo{
	margin: 9px 0 0 31px;
	float: left;
	border: none;
}
#menu{
	float: right;
	width: 374px;
	margin-top: 36px;
	text-align: right;
}
#menu a{
	padding-top: 5px;
	margin-left: 29px;
	display: block;
	float: left;
}
#menu a#first{
	margin-left: 0;
}
#menu a:hover{
	padding-top: 2px;
	border-top: 3px solid #FF9900;
	/* background: url(../images/menuHoverBackground.gif) top center no-repeat; */
}
#menu a img{
	border: none;
}
#page-banner{
	width: 798px;
	margin: 0 auto;
}
#page-content{
	min-height: 500px;
	width: 758px;
	margin: 0 auto;
	padding: 10px 20px;
}
#footer{
	background: url(../images/footerBackground.jpg) top no-repeat;
	padding-top: 16px;
	width: 800px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Header Styles */
h1 {
	margin: 8px 0;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}
h2 {
	margin: 4px 0;
	font-size: 16px;
	color: #4885DF;
	font-weight: bold;
}
h3 {
	margin: 2px 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0;
}
img.header {
	margin: 20px 0 8px;
	display: block;
}
.clearer {
	clear: both;
}
.centered {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
/* pod styles */
.pod{
	border: 1px solid #999;
	margin-bottom: 20px;
	background: url(../images/podBackground.jpg) top left repeat-x;
}
.pod h2{
	margin: 0 0 4px;
}
.pod .pod-cap{
	height: 20px;
	background: url(../images/podCapBackground.jpg) top right no-repeat;
	margin: 4px 4px 0 0;
}
.pod .pod-body{
	padding: 10px;
	/* background: url(images/podBodyBackground.jpg) top left repeat-x; */
}

/* Portfolio page styles */
.client {
	border: 1px solid #C5C5C5;
	padding: 10px;
	height: 125px;
	text-align: left;
}

.client-column {
	width: 350px;
	float: left;
}
.client-column .client{
	margin-top: 15px;
}

.right {
	float: right !important;
}

.featured-client {
	background: url(../images/featuredClientBackground.jpg) top left repeat-x;
	margin-top: 10px;
	overflow: visible;
	height: auto !important;
}
.client-name {
	font-weight:bold;
}
.client img.client-image{
	float: left;
	margin-right: 10px;
}
.client .content{
	float: left;
}
.client .content p{
	margin: 4px 0;
}
.client ul.feature-list {
	padding: 0;
	margin: 6px 15px 4px;
}
.client .client-img {
	float: right;
}