﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#bodyContainer{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#topContainer{
	height:115px;
}
#topRightContainer{
	float:right;
	margin-left:5px;
	margin-right:10px;
	width:925px;
	height:105px;
	margin-top:5px;
}
#logoContainer{
	margin-left:5px;
	width:326px;
	height:105px;
	float:left;
}
#loginContainer{
	text-align:right;
	font-size:10pt;
	font-style:italic;
}
#loginContainer a{
}
#searchContainer{
	margin-top:5px;
	float:right;
}
#navigationContainer{
	float:right;
}
#navigationContainer ul li{
	float:left;
	list-style-type:none; 
	margin-left:5px;
}
#ctl00_mainContainer{
	padding:10px;
}
#contentContainer{
	padding-bottom:15px;
}
#searchBox{
	width:220px;
	height:26px;
	padding-top:4px;
	padding-left:5px;
	text-align:left;
}
#searchButton{
}
#loginButton{
	vertical-align:bottom;
	margin-left:3px;
}
.banners{
	position:relative;
	height:300px;
	width:940px;
	overflow:hidden;
	display:block;
}
.banners br { 
   display: none;
}
#sharepointLogo{
	margin-top:10px;
	margin-left:15px;
}
#productsContainer{
	padding-top:5px;
	height:250px;
}
.productParent{
	width:228px;
	float:left;
	padding:1px;
	margin-left:4px;
}
.productContainer{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.productContainer h3{
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
	font-size:17pt;
}
.productInfo{
	margin-top:0px;
	margin-bottom:0px;
	font-size:8pt;
	height:170px;
}
.productInfo img{
	float:right;
}
.productLink{
	margin-top:10px;
	margin-bottom:0px;
}
.productLink a{
	font-size:9pt;
}
#footerContainer{
}
#footer{
	height:20px;
}
#footerLinks{
	margin-left:15px;
}
#copyright{
	text-align:right;
	margin-right:15px;
}
#infoConatiner{
	padding:15px;
	font-size:12pt;
	height:95px;
}
#info{
	line-height:1.9;
}
#info h1{
	margin:0px;
	line-height:1;
	color:#606060;
	font-weight:normal;
	font-size:22pt;
}
#info h3{
	margin:0px;
	line-height:1;
	color:#606060;
	font-weight:normal;
	font-style:italic;
	font-size:13pt;
	margin-top:5px;
}
#info img{
	float:left;
	margin-right:10px;
}
#info{
	float:left;
	padding-right:10px;
}
.tweet{
	width:300px;
	float:left;
	text-align:right;
}
#rightInfo{
	margin-top:20px;
	float:right;
	width:900px;
}
#rightInfo blockquote{
	margin-left:15px;
	font-size:14pt;
	color:#999999;
	margin-bottom:15px;
	line-height:1.8;
}
#rightInfo h4{
	margin:0px;
	font-size:17pt;
	font-weight:normal;
}
#rightInfo h5{
	margin: 10px 0px 45px 0px;
	font-size:17pt;
	font-weight:normal;
	color:#6A6A6A;
	padding-left:25px;
}
#about, #facebook, #follow{
	float:left;
	height:75px;
	width:300px;
}
#about img{
	float:left;
	margin-right:10px;
}
#follow img{
	float:left;
}

#rightInfo p{
	margin:0px;
}

#bottomContainer{
	margin-left:15px;
	margin-right:15px;
	padding-bottom:15px;
	background-color:#D1D1D1;
	color:#908F8F;
	font-size:10pt;
	line-height:1.8;
}
#bottomContainer h2{
	color:#333333;
	font-weight:normal;
	margin:0px;
}
#bottomContainer p{
	margin:0px;
}
blockquote{
	margin:0px;
	padding-left:35px;
}
#contactContainer{
	padding: 15px;
	width:210px;
	float:left;
	font-weight:bold;
}
#testimonialContainer{
	padding: 15px;
	width:300px;
	float:left;
}
#testimonialContainer p{
	font-weight:bold;
}
#clientsContainer{
	padding: 15px;
}

.subContentContainer{
	padding:15px;
}
.subContentContainer h1{
	margin:0px;
}
.rightSideContainer{
	background-color:#D1D1D1;
	margin-left:10px;
	padding:10px;
	float:right;
	color:#000000;
}

#legalSideContainer{
	width:440px;
}
#healthSideContainer, #servicesSideContainer{
	width:460px;
}
#teamContainer{
	width:350px;
}
.rightSideContainer h4{
	margin:0px;
}
.teamLeft{
	width:92px;
	height:104px;
	float:left;
}
.teamRight{
	width:92px;
	height:104px;
	float:right;
}
#johnPic{
	background-image:url(../images/avatar_john.png);
	background-repeat:no-repeat;
}
#johnPic:hover{
	background-image:url(../images/avatar_john2.png);
	background-repeat:no-repeat;
}
#patrickPic{
	background-image:url(../images/avatar_patrick.png);
	background-repeat:no-repeat;
}
#patrickPic:hover{
	background-image:url(../images/avatar_patrick2.png);
	background-repeat:no-repeat;
}
#mattPic{
	background-image:url(../images/avatar_matt.png);
	background-repeat:no-repeat;
}
#mattPic:hover{
	background-image:url(../images/avatar_matt2.png);
	background-repeat:no-repeat;
}
#jamesPic{
	background-image:url(../images/avatar_james.png);
	background-repeat:no-repeat;
}
#jamesPic:hover{
	background-image:url(../images/avatar_james2.png);
	background-repeat:no-repeat;
}
#bricePic{
	background-image:url(../images/avatar_brice.png);
	background-repeat:no-repeat;
}
#bricePic:hover{
	background-image:url(../images/avatar_brice2.png);
	background-repeat:no-repeat;
}
#danaPic{
	background-image:url(../images/avatar_dana.png);
	background-repeat:no-repeat;
}
#danaPic:hover{
	background-image:url(../images/avatar_dana2.png);
	background-repeat:no-repeat;
}
#s4-ribbonrow
{
	display:none;
}

