/* @override http://www.sharewellgroup.com/css/basic.css */

/* ------------------------------------------
Sharewellgroup.com Redesign
Master Stylesheet

author: Jamison lottering
version: 1.2
Website: http://sharewellgroup.com
Last Updated On: 1-25-2008
Notes: /* @group lines are for CSSEdit usage, please don't remove them, it makes it easier for me to find my way around.
------------------------------------------ */

/* @group HTML Selectors */

* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #333333 url(../images/watermark2.gif) repeat;
	color: #aaaaaa;
	font-family: Helvetica,"Lucida Grande", Arial;
	font-size: 11px;
	line-height: 20px;
}

img {
	border: none;
}

strong {
	border-bottom: 1px dotted #555;
	font-weight:normal;
}
/* @end */

/* @group Misc Classes */

.green {
	color: #93c83d;
}

.blue {
	color: #6e99e6;
}

.imgLeftBorder {
	background: #3d3d3d;
	border-bottom: 1px solid #272727;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

.clearThis {
	clear: both;
	height: 10px;
}

.image-left {
	float: left;
	padding-right: 20px;
}

.image-right {
	float: right;
}

.serviceType {
	float: left;
	margin-top: 15px;
}

.serviceText {
	margin-left: 65px;
}

/* @end */

/* One div to rule them all, One div to find them, One div to bring them all and in the darkness bind them */
#wrapper {
	margin: 0 auto;
	width: 100%;
}

/* @group Header */

#header {
	background: #2a2b2a;
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
}

#headerContents {
	color: #a0a0a0;
	height: 50px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: right;
	width: 800px;
}

#headerContents img {
	display: block;
	float: left;
	position: relative;
	top: -10px;
}
#headerContents img.namm{
	float: right;
}

#headerContents h2 {
	font-family: Arial, Verdana, Tahoma;
	font-size:	20px;
	font-weight: bold;
}

#headerContents input {
	background: #444;
	color: #999;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 12px;
	margin-top: 5px;
	padding: 5px;
	width: 150px ;
}

#headerContents .submit_button {
	background: transparent;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	padding: 0;
	margin-top: 5px;
	width:35px;
}
#header p{
}
.submit_button:hover {
	cursor: pointer;
	text-decoration: underline;
}
/* @end */

/* @group Navigation */

#navigationMain {
	background: #242424;
	/*border-top: 1px solid #343434;*/
	border-bottom: 10px solid #333;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#navigationContents {
	margin: 0 auto;
	padding-left: 0;
	width:800px;
}

#midContent {
	background: #3d3d3d;
	height: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

/* @end */

/* @group Banner */

#banner {
	margin: 0 auto;
	width: 800px;
}

#banner h1 {
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 96.74px;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 30px;
}

#banner p {
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 36px;
	font-weight: normal;
	margin-top: 10px;
	text-align: left;
}

#banner h1 strong {
	border: none;
	color: #93c83d;
	font-style: italic;
	font-weight: bold;
}

#banner h2 {
	color: #aaa;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: justify;
}

#banner h3 {
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 36px;
	font-weight: normal;
	margin-top: 10px;
	text-align: left;
}

#banner .image-right {
	padding-top: 28px;
	padding-left: 20px;
}

/* @end */

/* @group Main Content */

#mainContent {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 800px;
}

#mainContent h1 {
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#mainContent h2 {
	color: #7d9fdb;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

#mainContent p {
	text-align: justify;
	font-size: 12px;
}

#mainContent #secondaryContent p {
	padding-bottom: 10px;
}

#mainContent #secondaryContent ul {
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent p:hover strong {
	border-bottom: 1px dotted #555;
	color: #fff;
	font-weight:normal;
}
marquee{
	color: #6fb0bd;
	font: bold 14px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
	background: #3d3d3d url(../images/box_bg.jpg) repeat-x left center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #242424;
	text-transform: capitalize;
	border-top: 1px solid #93c83d;
}
/* @end */

/* @group ShareportLogin */

#shareportLogin {
	background: #232323;
	float: right;
	margin-left: 10px;
	padding: 10px;
	width: 270px;
}

#shareport-fields {
	width: 250px;
	padding: 10px;
}

/* @end */

/* @group Left content */

#mainContent #left {
	float: left;
	width: 500px;
}

#left p {
	padding-bottom: 15px;
}

#left .image-right {
	background: #3d3d3d;
	border-bottom: 1px solid #272727;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

/* @end */

/* @group RightContent */

#mainContent #right {
	background: url(../images/side_bg.png) repeat;
	float: right;
	margin-top: 25px;
	margin-left: 10px;
	width: 290px;
}

#home #mainContent #right {
	background: url(../images/side_bg.png) repeat;
	float: right;
	margin-left: 10px;
	width: 290px;
	margin-top: 0;
}

#right p {
	color: #888888;
	line-height: 16px;
}

#right #top {
	background: url(../images/sidebg_top.png) no-repeat top left;
	height: 9px;
	width: 290px;
}

#right #bottom {
	background: url(../images/sidebg_bottom.png) no-repeat top left;
	height: 9px;
	width: 290px;
}

#right .company {
	background: url(../images/smallflap.png) no-repeat 0 2px;
	padding-left: 30px;
	margin-left: 10px;
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#testimonial h3 {
	background: url(../images/chatbub.png) no-repeat 0 2px;
	padding-left: 30px;
		color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#testimonial_noBorder h3 {
	background: url(../images/chatbub.png) no-repeat 0 2px;
	padding-left: 30px;
		color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#right #jobopps {
	margin: 0 auto;
	padding-top: 15px;
	width: 270px;
}

#jobopps h3 {
	background: url(../images/badge.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#jobopps p {
	text-decoration: underline;
}

#jobopps ul {
	list-style-type: circle;
}

#jobopps ul li {
	color: #fff;
	list-style-type: circle;
}

#jobopps ul li a, #jobopps ul li a:link, #jobopps ul li a:visited {
	color: #888888;
	font-size: 11px;
	font-style: normal;
	margin-left: 0;
	padding-left: 0;
	text-decoration: none;
	text-indent: 0;
}

#jobopps ul li a:hover {
	color: #fff;
	font-style: normal;
	font-size: 11px;
	margin-left: 0;
	padding-left: 0;
	text-decoration: underline;
	text-indent: 0;
}

#featuredClient {
	border-bottom: 1px solid #000;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 270px;
}

#featuredClient h3 {
	background: url(../images/folder.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#featuredClient h2 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	line-height: 12px;
	text-indent: 10px;
}

#featuredClient p.companyType {
	text-indent: 10px;
}

#featuredClient a {
	background: url(../images/featured_arrow.gif) no-repeat center right;
	color: #93c83d;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 14px;
	margin-left: 10px;
	padding-right: 15px;
	padding-bottom: 2px;	
	text-decoration: underline;
}

#featuredClient a:hover {
	padding-right: 25px;
}

#featuredClient p.description {
	clear: left;
	color: #fff;
	padding-top: 5px;
}

#featuredClient .readMore {
	text-align: right;
}

#featuredClient .readMore a {
	background: url(../images/readmore_arrow.gif) no-repeat right 10px;
	color: #6e99e6;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 20px;
	text-decoration: underline;
}

#featuredClient .readMore a:hover {
	color: #fff;
}

#featuredClient img {
	background: #fff;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	float: left;
	height: 42px;
	width: 72px;
	padding: 5px 5px;
}

#right #testimonial {
	border-top: 1px solid #444;
	margin: 0 auto;
	padding-top: 15px;
	width: 270px;
}

#right #testimonial_noBorder {
	border-top: none;
	margin: 0 auto;
	width: 270px;
}

#right #testimonial p {
	padding-bottom: 10px;
}

#right .name {
	color: #fff;
	text-align: right;
}

#right ul {
	list-style-type: none;
	margin-left: 10px;
}

#right ul li {
	list-style-type: none;
	width: 270px;
}

#right ul .top {
	border-bottom: 1px solid #000;
}

#right ul .mid {
	border-top: 1px solid #474747;
	border-bottom: 1px solid #000;
}

#right ul .bot {
	border-top: 1px solid #474747;
	text-indent: -5000px;
}

#right ul li a {;
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-style: italic;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#right ul li a:hover {
	text-decoration: underline;
}

#right ul li .active {
	background: url(../images/arrowright.gif) no-repeat center left;
}

/* @end */

/* @group WhitePapers */

#whitePapers {
	background: #3d3d3d url(../images/box_bg.jpg) repeat-x top left;
	border-bottom: 2px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	float: left;
	padding: 10px;
	width: 370px;
}

#whitePapers h3 {
	background: url(../images/whitepaper.gif) no-repeat center left;
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial;
	font-weight: normal;
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 10px;
}

#whitePapers h2 {
	background: url(../images/readmore.gif) no-repeat right 10px;
	color: #6e99e6;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20px;
	text-decoration: underline;
	text-align: right;
}

#whitePapers h2 a {
	color: #6e99e6;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
}

#whitePapers h2 a:hover {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

#whitePapers ul {
	list-style-type: none;
	margin: 0 auto;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 29px;
}

#whitePapers ul li {
	background: #5d5d5d;
	margin-bottom: 2px;
	padding: 2px;
	width: 365px;
	color: #6fb0bd;
	text-indent: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
}

#whitePapers ul li a {
	background: url(../images/bullet.gif) no-repeat 10px 1px;
	color: #fff;
	padding-left: 30px;
	text-decoration: underline;
}
#whitePapers ul li span {
	background: url(../images/bullet.gif) no-repeat 10px 1px;
	color: #fff;
	padding-left: 30px;
	
}

#whitePapers ul li a:hover {
	text-decoration: none;
}

#right #blogCats {
	border-top: none;
	margin: 0 auto;
	width: 270px;
}

#blogCats h3 {
	background: url(../images/blogCats.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

#blogCats p {
	padding-bottom: 10px;
}

#blogCats ul {
	margin-bottom: 15px;
	margin-left: 0;
	text-align: left;
}

#blogCats ul li {
	background: url(../images/arrowright.gif) no-repeat center right;

	border-bottom: 1px solid #333;
	margin-left: 0;
	width: 270px;
}

#blogCats ul li a {
	display: block;
	padding: 0;
	width: 270px;
}

#blogCats ul li a:hover {
	background: #333 url(../images/arrowright.gif) no-repeat center right;
	text-decoration: none;
}

/* @end */

/* @group PressRelease */

#pressRelease {
	background: #3d3d3d url(../images/box_bg.jpg) repeat-x top left;
	border-bottom: 2px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	float: right;
	
	margin-bottom: 10px;
	padding: 10px;
	width: 370px;
}

#pressRelease h3 {
	background: url(../images/pin.png) no-repeat center left;
	color: #fff;
	font-family: Georgia,"Trebuchet MS", Helvetica,Arial;
	font-weight: normal;
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 10px;
}

#pressRelease p {
	line-height: 14px;
	text-align: justify;
}

#pressRelease h2 {
	background: url(../images/readmore.gif) no-repeat right 10px;
	color: #6e99e6;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20px;
	text-decoration: underline;
	text-align: right;
}

#pressRelease a {
	color: #6e99e6;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
}

#pressRelease a:hover {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

/* @end */
/* @group PressRelease2 */

#pressRelease2 {
	background: #3d3d3d url(../images/box_bg.jpg) repeat-x top left;
	border-bottom: 2px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
	float: right;
	
	margin-bottom: 10px;
	padding: 10px;
	width: 370px;
}

#pressRelease2 h3 {
	background: url(../images/whitepaper.gif) no-repeat center left;
	color: #fff;
	font-family: Georgia,"Trebuchet MS", Helvetica,Arial;
	font-weight: normal;
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 10px;
}

#pressRelease2 p {
	line-height: 14px;
	text-align: justify;
}

#pressRelease2 h2 {
	background: url(../images/readmore.gif) no-repeat right 10px;
	color: #6e99e6;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20px;
	text-decoration: underline;
	text-align: right;
}

#pressRelease2 a {
	color: #6e99e6;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
}

#pressRelease2 a:hover {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

/* @end */

/* @group BlogPost */

.blogPost {
	border-bottom: 1px dotted #444;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.blogPost h1 {
	padding: 0;
}

.blogPost p {
	clear: both;
	font-size: 12px;
	padding-top: 10px;
	margin: 0;
}

.blogPost a {
	background: url(../images/featured_arrow.gif) no-repeat center right;
	color: #93c83d;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 0px;
	padding-right: 15px;
	text-decoration: underline;
}

.blogPost a:hover {
	color: #fff;
}

.blogPost ul {
	background: url(../images/tag.gif) no-repeat top left;
	display: inline;
	float: right;
	list-style-type: none;
	padding: 5px 0 5px 15px;
	line-height: 0px;
}

.blogPost ul li {
	display: inline;
	font-size: 11px;
	line-height: 0px;
	padding-right: 0;
}

.blogPost ul li a {
	background: none;
	color: #fff;
	font-size: 11px;
	line-height: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.blogPost ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Calendar */

#calendar {
	background: url(../images/small-icons/stone.gif) no-repeat 0 0;
	color: #333333;
	float: left;
	height: 19px;
	margin-right: 10px;
	padding: 25px 9px 16px 11px;
	text-align: center;
	width: 40px;
}

#calendar p.date {
	color: #333333;
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
}

#calendar p {
	color: #3c65ae;
	font-family: "Lucida Grande", Arial;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
}

#calendar .blue {
	color: #3c65ae;
}

/* @end */

/* @group ClientList */

#clientList {
	clear: both;
	height: 75px;
	margin: 0 auto;
	width: 800px;
	
}

/* @end */

/* @group Footer */

#footer {
	background: #2f2f2f url(../images/footer_bg.png) repeat-x left;
	font-size: 10px;
	line-height: 15px;
	margin: 0 auto 10px auto;
	padding-top: 10px;
	text-align: right;
	width: 100%;
}

#footerContents {
	margin: 0 auto;
	width: 800px;
}
#footer ul {
	color: #fff;
	display: inline;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: underline;
}

#footer ul li a:hover {
	color: #555;
	text-decoration: none;
}

#footer_phone {
	float: left;
	padding-top: 10px;
}

#footer_phone p {
	font-size: 16px;
	font-weight: bold;
}

/* @end */

/* @group ContactForm */

#contactForm {
	width: 800px;
}

#contactForm label {
	color: #fff;
	display: block;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 19px;
	margin-bottom: 5px;
}

#contactForm textarea {
	background: #3d3d3d;
	border: none;
	clear: both;
	color: #fff;
	display: inline;
	height: 150px;
	font-size: 14px;
	padding: 5px;
	width: 790px;
}

#contactForm #left label {
	clear: both;
	padding-top: 15px;
}

#contactForm #right label {
	clear: both;
	padding-top: 15px;
}

#contactForm input {
	background: #3d3d3d;
	border: none;
	color: #fff;
	display: inline;
	font-size: 14px;
	padding: 5px;
	width: 380px;
}

#contactForm .right {
 	float: right;
}

#contactForm .left {
	float: left;
}

#contactForm .button {
	background: #333 url(../images/sendIcon.png) no-repeat top left;
	clear: both;
	float: right;
	margin-top: 10px;
	padding-left: 20px;
	width: 160px;
}

.button:hover {
	cursor: pointer;
}

/* @end */

/* @group Shareport */

.form_buttons {
	margin: 10px 10% 0 10%;
	width:220px;
}

.form_buttons ul {
	display: inline;
	list-style-type: none;
}

.form_buttons ul li {
	display: inline;
	list-style-type: none;
}

.form_buttons .submit {
	background: url(../images/login_submit.jpg) no-repeat 0 0;
	margin-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.form_buttons .forgot {
	background: url(../images/forgotpass.jpg) no-repeat 0 0;
	padding-left: 25px;
	padding-bottom: 15px;
}

.textbtn {
	background: none;
	border: none;
	color: #fff;
	font: 12px Arial, Verdana, Tahoma;
	text-decoration: none;
}

.textbtn:hover{
	color: #6e8fce;
	text-decoration: underline;
	cursor: pointer;
}

.textbtn a:visited {
	text-decoration: none;
	font-style: normal;
}

.form {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #585757;
	border: 0;
	color: #fff;
	font: 12px "lucida grande", arial;
	margin-bottom: 5px;
	width: 260px;
}

/* @end */

/* @group ClientsPage */

#clientContent {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	width: 840px;
}

.onRight {
	text-align: right;
}

.clientBox {
	color: #fff;
	display: inline;
	float: left;
	width: 400px;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right: 10px;
}

.clientBox p {
	color: #fff;
	font-size: 12px;
	
}

.clientBox_right {
	float: right;
	width: 350px;
	padding-bottom: 25px;
}

#clients_right {
	float: right;
	width: 380px;
}

#clients_left {
	float: right;
	width: 380px;
}

.clientBox img, .clientBox_right img, .clientBox_left img {
	background: url(../images/side_bg.png) repeat;
	height: 170px;
	margin-bottom: 5px;
	padding: 10px;
	width: 380px;
}

.clientBox p.clientTitle, .clientBox_right p.clientTitle, .clientBox_left p.clientTitle {
	color: #fff;
	font-family: Georgia,"Trebuchet MS",Helvetica, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;

	margin-bottom: 5px;
	padding-bottom: 0;
}

.clientBox p.clientServices, .clientBox_right p.clientServices, .clientBox_left p.clientServices {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

.clientBox .onRight a, .clientBox_right .onRight a, .clientBox_left .onRight a {
	background: url(../images/featured_arrow.gif) no-repeat center right;
	color: #93c83d;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 30px;
	padding-right: 15px;
	text-decoration: underline;
}


/* @end */

/* @group Breadcrumb_navigation */

#breadcrumb{
	margin-bottom: 15px;
}

/* @end */

/* @group currentClient */

#currentClient {
	margin: 0 auto;
	width: 270px;
}

#currentClient img {
	background: #fff;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	float: right;
	height: 42px;
	width: 72px;
	padding: 5px 5px;
}

#currentClient p {
	color: #aaa;
	margin-left: 5px;
}

#currentClient ul {
	padding-left: 0;
	margin-left: 5px;
}

#currentClient ul li {
	color: #aaa;
	margin-left: 0;
}

/* @end */

/* @group Flexibanner */

#flexiBanner img {
	width: 800px;
}

/* @end */

/* @group What We Do Best */

#what_we_do_best {
	background: transparent;
}

#what_we_do_best a, #what_we_do_best a:link, #what_we_do_best a:visited  {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	color: #6fb0bd;
}

#what_we_do_best h2 {
	color: #fff;
	text-transform: none;
	padding-left: 10px;
	padding-top: 0;
	margin-top: 0;
	font: bold 16px Helvetica, Arial, Geneva, Verdana, Lucida, Trebuchet;
}

#what_we_do_best strong {
	border: none;
	color: #93c83d;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#what_we_do_best #ul_right {
	float: right;
	padding-right: 10px;
	width: 130px;
}
#what_we_do_best #ul_right li {
	line-height: 15px;
	padding-left: 50px;
	padding-top: 1px;
	margin-top: 10px;
	width: 75px;
}

#what_we_do_best #ul_left {
	float: left;
	width: 130px;
}

#what_we_do_best #ul_left li {
	line-height: 15px;
	padding-left: 50px;
	padding-top: 1px;
	margin-top: 10px;
	width: 75px;
}

li.web_and_development {
	background: url(../images/small-icons/cutter.gif) no-repeat 0 0;
	height: 30px;
} 

li.search-engine-marketing {
	background: url(../images/small-icons/cutter.gif) no-repeat 0 0;
	height: 30px;
}

li.affiliate-marketing {
	background: url(../images/small-icons/cutter.gif) no-repeat 0 0;
	height: 30px;
}

li.e-commerce {
	background: url(../images/small-icons/cutter.gif) no-repeat 0 0;
	height: 30px;
} 

li.online-lead-generation {
	background: url(../images/small-icons/cutter.gif) no-repeat 0 0;
	height: 30px;
}

li.branding-identity {
	background: url(../images/small-icons/cutter.gif) no-repeat 0 0;
	height: 30px;
}
/* @end */