@charset "utf-8";

*{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

}
html {
                height:101%;
}
body {
	background-color: #105386;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

dt
{
	margin-top:15px;
	}
#container {
	float: left;
	width: 100%;
	position: relative;
	background: #FFF url(../images/body-bg.png) top left repeat-x;
}
#wrapper {
	width: 950px;
	height:auto;
	position: relative;
	margin: 0px auto;
}
#logo {
	float: left;
	width: 134px;
	height:84px;
	padding-top: 20px;
	padding-bottom:18px;
}

#branding
{	
	width:950px;
	float:left;
	height:350px;
	padding-bottom:18px;
	position:relative;
	overflow:hidden;
	}
	
#homecontent {
	float: left;
	width: 706px;
	position: relative;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:25px;
}

#homecontent p
{
margin-bottom:5px;
}
#homecontent a, #newsHome a {
	color: #27b1d6;
	text-decoration: none;
}

#homecontent a:hover, #newsHome a:hover {
	color:#464646;
}




#chat {
	margin-left:0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	margin-top:3px;
}

#chat-content-wrap {
	background:#fff;
	border:solid 5px #27b1d6;
	display:none;
	float:left;
	height:auto;
	position:relative;
	width:415px;
	z-index:2000;
}

#chat-content {
	display:none;
	padding:25px 58px 25px 33px;
}

#chat-content h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6e6e6e;
	font-weight:bold;
	margin-bottom:1px;
	}

#chat-content p {
	font-size:13px;
	color:#000;
	margin-bottom:18px;
}

#chat-btn {
	background:url(../images/formclose-btn.png) no-repeat;
	width:14px;
	height:79px;
	cursor:pointer;
	float:left;
}

#chat-btn.close {
	background:url(../images/formpop-btn.png) no-repeat;
	}

#chat .formContainer {
	margin-left:65px !important;
	text-align:left;
	width:265px !important;
}
	
#chat .formContainer td.input {
	padding:3px;
}	

#chat .formContainer td.required label.inputLabel {
	font-weight:normal !important;
}
#chat .formContainer.labelTop label.inputLabel {
	display:block;
}

#chat .formContainer.labelTop label.inputLabel {
	display:inline !important;
	float:left !important;
	width:50px !important;
	margin-top:6px;
}
	
#chat .inputText
{
	width:195px !important;
	height:25px !important;
	border:1px solid #ccc;
	}

#chat .formContainer .submitRow {
	padding:0px !important;
	text-align:center;
	width:96px !important;
}

#chat .formContainer .submitButton {
	display:block !important; 
	margin-top:3px !important;
	margin-left:56px !important;
	padding:0px !important;
	width:96px;
	height:26px;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center !important;
	line-height:26px;
	background:#27b1d6 !important;
	cursor:pointer;
	float:left;
	margin-bottom:9px !important;
	
}

#chat-content .formContainer .validationSummary {
background:#fff !important;
border:0px !important;
font-weight:bold;
margin:0px !important;
padding:0px !important;
text-align:left;
}

.canceltoggle
{
	float:left;
	width:90px;
	height:26px;
	margin-left:9px;
	margin-bottom:9px;
	}

#chat a {
	color:#27b1d6;
	cursor:pointer;
}

#chat a:hover
{
	color:#464646;
}

#chat .btn-default {
	background:#27b1d6 !important;
}


.hometitle
{
	float:left;
	width:674px;
	height:82px;	
	margin-left:26px;
}

h1
{
	font-size:48px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:34px;
	height:34px;
	padding-bottom:9px;
}

.dkblue
{
	color:#105386;

}
.ltblue
{
	color:#27b1d6;

}

.hometeaserleft
{
	width:335px;
	height:auto;
	float:left;
	padding-right:25px;
	padding-top:20px;
}

.hometeaserright
{
	width:335px;
	height:auto;
	float:left;
	padding-top:20px;
	}
	
.homework
{
	float:left;
	padding-top:15px;
}

.singlefeature {
	float:left;
	height:121px;
	width:211px;
	background:#eeeeee;
	padding:7px;
	margin-right:10px;
}

.singlefeature a{
	text-decoration:none;
}

.singlefeature div.holder {
	background:url(../images/thumb-hover.png) top left no-repeat;
	color:#FFFFFF;
	display:none;
	position:absolute;
	text-decoration:none;
	width:212px;
	height:39px;
	margin-left:-7px;
	margin-top:-7px;
	padding-top:96px;
	padding-left:13px;
	font-weight:normal;
	cursor:pointer;
}

.singlefeature div.name
{
	margin-bottom:2px;
	}

.singlefeature .linkTitle
{
	background:url(../images/blue-arrow.png) left bottom no-repeat;
	color:#27b1d6;
	text-decoration:none;
	padding-left:10px;
	}
	


	
#newsHome
{
	float:right;
	width:244px;
	padding-bottom:25px;
	font-size:13px;
	}
	
.newslist
{
	background:url(../images/latest-bg.png) 0px 0px no-repeat;
	width:244px;
}

#newsHome h2
{
	font-size:22px;
	color:#12588c;
	font-weight:normal;
	margin-bottom:6px;
	text-transform:uppercase;
	margin-left:3px;
	}
	
#newsHome .newsitem
{
	border-bottom:1px dotted #c4c4c4;
	height:auto;
	padding:5px;
	width:234px;
	line-height:15px;
	cursor:pointer;

}


.blogitem
{
	border-bottom:1px dotted #c4c4c4;
	background:url(../images/blog-bubble.png) 6px 7px no-repeat;
	height:auto;
	padding:5px 5px 5px 40px;
	width:199px;
	line-height:15px;
	cursor:pointer;
}

	
#newsHome .newsitem a,  #newsHome .blogitem a
{
	color:#000;
	text-decoration:none;
}

#newsHome .newsitem.hover a,  #newsHome .blogitem.hover a
{
	color:#464646;
}	
	
.date
{
	color:#6e6e6e;
	font-style:italic;
}

.bloglink
{
	float:left;
	width:120px;
	height:15px;
	padding-top:10px;
}

.newslink
{
	float:right;
	width:120px;
	height:15px;
	text-align:right;
	padding-top:10px;
}

.arrow
{
	background:url(../images/blue-arrow.png) right bottom no-repeat;
	padding-right:10px;
	color: #27b1d6;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}


.arrow:hover
{
	background:url(../images/grey-arrow.png) right bottom no-repeat;
	color:#464646;
	cursor:pointer;

}

#innercontent
{
	width:950px;
	float:left;
	padding-bottom:50px;
	}

#innerleft
{
	width:216px;
	float:left;
	padding-right:0px;
	padding-top:54px;
}

#innerleft ul
{
	list-style:none;
	margin-bottom:80px;
	}


#innerleft ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:6px;
	margin-top:6px;
	color:#12588c;
	display:block;
	background:url(../images/dottedborder.png) left bottom repeat-x;
	width:197px;
	}
	
#innerleft ul li.last a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:6px;
	margin-top:6px;
	color:#12588c;
	display:block;
	background:none;
	}
	
#innerleft ul li.select a
{
	color:#000;
	}
	
	
#innerleft ul li a:hover
{
	color:#6e6e6e;
	}
	
#innerleft ul ul
{
	list-style:none;
	margin-bottom:8px;
	position:relative;
	top:-9px;
	background:#fff;
	z-index:5;
	padding-top:8px;
	}
	
#innerleft ul ul li a, #innerleft ul li.select ul li a, #innerleft ul ul li.last a

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#6e6e6e;
	height:auto;
	line-height:15px;
	width:197px;
	background:url(../images/dottedborder.png) left bottom repeat-x;
	display:block;
	margin-bottom:0px;
	margin-top:8px;
	padding-bottom:8px;
}


#innerleft ul ul li.select a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000 !important;
	height:auto;
	line-height:15px;
	width:197px;
	background:url(../images/dottedborder.png) left bottom repeat-x;
	display:block;
	margin-bottom:0px;
	margin-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}



#innerleft ul ul li a:hover
{
	color:#000;
	}


.careersleft
{
	background:url(../images/career-left-bg.png) top left no-repeat;
	width:182px;
	height:195px;
	padding:18px 14px 0px 18px;
	}

.careersleft h2
{
	font-size:24px;
	color:#105386;
	font-weight:normal;
	margin-bottom:8px;
	line-height:20px;
	}
	
.careersleft p
{
	color:#12588c;
	font-size:16px;
	line-height:16px;
}

.bluebubble
{
	background:url(../images/blue-bubble.png) bottom left no-repeat;
	width:187px; 
	height:auto;
	padding-bottom:60px;
	padding-left:12px;
	padding-right:12px;
	font-size:18px;
	color:#12588c;
	}

#innerright
{	
	padding-left:19px;
	width:715px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;

}

.map
{
	padding-bottom:15px;
	}
	
.smallcol
{
	width:185px;
	height:105px;
	float:left;
}

.largecol
{
	width:335px;
	height:105px;
	float:left;
}

hr
{
	padding-top:10px;
	color: #fff; background-color: #fff; border: 1px solid #b2b2b2; border-style: none none solid;
	margin-bottom:16px;
	float:left;
	width:100%;
	margin-right:60px;	
	}
#workright
{
	width:734px;
	float:left;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;


}


.title
{
	width:243px;
	height:60px;
	float:left;
	margin-left:20px;

}

.portfoliolist
{
	padding-bottom:15px;
	float:right;
	width:732px;
	}
	
.portfoliolist hr
 {
    background-color: #FFFFFF;
    border-color: #B2B2B2;
    border-style: none none solid;
    border-width: 1px;
    color: #FFFFFF;
    float: left;
    margin-bottom: 16px;
    margin-right: 60px;
    padding-top: 10px;
    width: 715px;
	margin-left:19px;
}

.clientintro
{
	float:left;
	margin-left:20px;
	width:712px;
}

.clientintro hr
{
	width:712px;
	}

#innerright h1
{
	font-size:48px;
	color:#105386;
	font-weight:normal;
	margin-bottom:17px;
	}

#innerright a
{
	color:#27b1d6;
	text-decoration:none;
	}
	
#innerright a:hover

{
	color:#464646;
	text-decoration:none;
	}


.introcopy
{
	width:470px;
	float:left;
	height:60px;
}

	
#workright h1
{
	font-size:48px;
	color:#105386;
	font-weight:normal;
	margin-bottom:0px;
	}

	
.portfoliolist .singlefeature
{
	margin-left:19px;
	margin-bottom:19px;
	margin-right:0px;
	}
	
#portfolioitem
{
	float:left;
	width:950px;	
}	
	
#portfoliogallery
{
	width:410px;
	float:left;
	height:auto;
	padding-right:40px;
	padding-bottom:40px;
}

.sf_BigImage
{
	width:410px;
	height:auto;
	padding-bottom:10px;
}

.sf_BigImage img
{
	border:1px solid #afafaf;

}

ol.sf_photoListBigImg {
	clear:both;
	float:right !important;
	line-height:1.3;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:auto !important;
}

ol.sf_photoListBigImg li
{
	float:left;
	margin:0;
	overflow:hidden;
	padding:0px !important;
	width:19px !important;
	height:19px !important;
	
}

ol.sf_photoListBigImg li a
{
	background:url(../images/gallery-off.png) top left no-repeat;
	display:block;
	width:19px;
	height:19px;
}

ol.sf_photoListBigImg li a:hover
{
	background:url(../images/gallery-selected.png) top left no-repeat;
}

ol.sf_photoListBigImg li.sf_bigImgSelected a
{
	background:url(../images/gallery-selected.png) top left no-repeat;
	display:block;
	width:19px;
	height:19px;

}

ol.sf_photoListBigImg li a img
{
	display:none;
	}

.sf_viewBigImg
{

}

.sf_image
{

}

#portfoliotext
{
	width:500px;
	float:right;
	height:auto;
	position:relative;
	z-index:50;
}

#portfoliotext h1
{
	color:#12588c;
	text-transform:none;
	font-size:30px;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:0px;
	height:auto;
	line-height:25px;
	
	}


#portfoliotext h2, #workright h2
{
	color:#27b1d6;
	text-transform:none;
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
	}
	
.portfoliohook
{
	background:url(../images/portfolio-hook-bg.png) 0px 0px repeat-x;
	width:500px;
	padding-top:20px;
	
	}
	
.portfoliohook p 
{
	color:#7d7d7d;
	font-size:14px;
	}
	
.portfoliohook a
{
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	height:26px;
	line-height:26px;
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
	background:#27b1d6;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
}

.portfoliohook a:hover
{
	text-decoration:underline;
	}


#innerright h2
{
	color:#12588C;
	text-transform:none;
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
	}
#portfoliotext h3, #ctl00_RightColumn_SearchResult1 h2
{
	color:#6a6a6a;
	text-transform:none;
	font-size:18px;
	font-weight:normal;
	margin-bottom:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#portfolioNav
{
	float:right;
	margin-top:-35px;
	}
	
	.workprevlink
	{
		width:13px;
		height:21px;
		float:left;
		background:url(../images/work-left.png) no-repeat;
		text-indent:-9999px;
		font-size:0px;
		color:#b2b2b2;
		margin-right:9px;
		display:block;
		margin-top:2px;
	}
	
	.worklink
	{
		width:34px;
		height:23px;
		float:left;
		background:url(../images/work-link.png) no-repeat;
		text-indent:-9999px;
		font-size:0px;
		color:#b2b2b2;
		display:block;
	}
	
	.worknextlink
	{
		width:13px;
		height:21px;
		float:left;
		background:url(../images/work-right.png) no-repeat;
		text-indent:-9999px;
		font-size:0px;
		color:#b2b2b2;
		margin-left:10px;
		display:block;
		margin-top:2px;
	
	}
		
	
#innercontent h3
{
	color:#6a6a6a;
	text-transform:none;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	}

#innercontent h5
{
	color:#6a6a6a;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

	
#innercontent .portfoliolist h3
{
	color:#6a6a6a;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:19px;
	}

	
#portfoliotext h4
{
	color:#000;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#innercontent h4
{
	color:#464646;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#innercontent h4.blue
{
	color:#105387;
	}
	
#portfoliotext p, #innercontent p
{
	margin-bottom:18px;
	font-size:14px;
	}
	
.portfoliobackground
{
	float:right;
	height:auto;
	min-height:100px;
	position:relative;
	width:500px;
	z-index:500;
}

.portfoliobackground img
{
	float:right;
		}

#innerright ul
{
	list-style-type:none;
	margin-bottom:30px;
}

#innerright li
{
	color:#105386;
	font-size:15px;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	display:block;
	padding-left:20px;
	margin-bottom:3px;
}

#innerright ol.sf_pager li
{
	background:none;
}

#innerright ol.sf_pager li a.sf_PagerSelItem
{
	color:#464646;
}

#innercontent legend
{
	display:none;
	}
	
#innercontent #ctl00_RightColumn_SingleForm1_SingleForm1Fieldset0
{
	float:left;
	width:275px;
	height:165px;

}

#innercontent #ctl00_RightColumn_SingleForm1_SingleForm1Fieldset1
{
	float:right;
	width:390px;
	height:165px;
	margin-top:-165px;
}
	
#innercontent .inputRow
{
}

#innercontent td.input
{
	width:321px;
	text-align:right;
	padding-bottom:3px;
	vertical-align:top;
}

#innercontent .inputLabel
{
	margin-right:5px;
	line-height:25px;
	vertical-align:top;
}

#innercontent .inputText 
{
	width:188px;
	height:25px;
	border:1px solid #ccc;
	line-height:25px;
	padding-left:7px;
	color:#464646;
	margin-left:0px;
}

#innercontent .inputCombo
{
	width:197px;
	height:25px;
	border:1px solid #ccc;
	margin-left:5px;
	line-height:25px;
}

#innercontent textarea.inputText 
{
	width:188px;
	height:58px;
	border:1px solid #ccc;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

#innercontent .submitRow
{
	float:right;
	width:390px;
	margin-top:-34px;
	margin-right:19px;
}

#innercontent .formContainer .submitButton {
	display:block !important; 
	margin-top:0px !important;
	padding:0px !important;
	width:96px;
	height:26px;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center !important;
	line-height:26px;
	background:#27b1d6 !important;
	cursor:pointer;
	float:right;
	margin-bottom:9px !important;
	margin-right:48px;
}

#bios
{
	float:left;
	padding-top:35px;
}

.bio
{
	width:711px;
	float:left;
	padding-bottom:24px;
	margin-bottom:19px;
	position:relative;
	border-bottom:1px solid #b2b2b2;

}

.biophoto
{
	width:235px;
	height:145px;
	float:left;
	position:relative;
	
}

.biocopy
{
	float:right;
	width:435px;
	height:auto;
	position:relative;
	min-height:143px;
	}
	
.linkedin
{
	float:right;
	width:20px;
	height:20px;
	display:block;
	}
	

#innercontent .bio h4
{
	color:#105387;
	text-transform:uppercase;

}

#innercontent .bio h5
{
	font-weight:normal;
	color:#6e6e6e;
	font-style:italic;
	margin-bottom:10px;
}

div.trigger
{
	margin-top:15px;
	}

div.trigger a
{
	display: block;
	background: url(../images/more.png) 0px 0px no-repeat;
	width:84px;
	height:12px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#news
{
	width:660px;
	padding-top:40px;
	}
	
#news .newsitem
{
	width:660px;
	height:auto;
	float:left;
	line-height:auto;
	margin-bottom:15px;
	
	}

#news .newsdate
{
	width:70px;
	height:auto;
	float:left;
	color:#6e6e6e;
	font-style:italic;
	}

#news .newscopy
{
	width:590px;
	float:right;
	height:auto;
	border-bottom:1px solid #b2b2b2;
	padding-bottom:10px;
	}

#innercontent #news h4 a
{
	color:#000;
	font-weight:bold;
	text-transform:none;
	margin-bottom:0px;
	text-decoration:none;
	}

#innercontent .newscopy p
{
	color:#6e6e6e;
	margin-bottom:0px;
}

.newsarticle
{
	width:715px;
	}
	
#innercontent .newsarticle h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#12588c;
	font-weight:normal;
	margin-bottom:20px;
}

#innercontent .newsarticle .newsdate
{
	color:#6e6e6e;
	font-style:italic;
	margin-bottom:15px;
}

#innercontent .newsarticle p.sf_postBookmark
{
	text-align:right;
	}
	
.serviceitem
{
	height:136px;
	width:715px;
	float:left;
	margin-bottom:10px;
}

.servicephoto
{
	background:#eee;
	width:211px;
	height:121px;
	padding:7px;
	float:left;
	margin-right:40px;
}

.servicetext
{
	float:right;
	width:450px;
	height:121px;
	border-bottom:1px solid #b2b2b2;
	padding-top:15px;
}

#innerright .servicetext h2
{
	margin-bottom:3px;
	}

#innerright .servicetext h2 a
{
	color:#27b1d6;
	font-size:20px;
	font-weight:normal;
}

#innerright .servicetext p
{
	margin-bottom:10px;
	width:300px;

}

#innerright .sitemapcolumn
{
	width:178px;
	float:left;
	min-height:100px;
	padding-top:15px;
	}

#innerright .sitemapcolumn .rmSlide
{
	margin-left:-20px !important;	}

	
div.active a 
{
    background: url(../images/less.png) 0px 0px no-repeat;
                  } /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 0px;
	padding: 0;
	border-top: 0px solid #b6c5d3;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
	padding-bottom:15px;
}



#divFooterContainer {
	float: left;
	height: 205px;
	width: 100%;
	position: relative;
	background:url(../images/footer-bg.png) top left repeat-x;
}
#divFooter {
	width: 950px;
	margin: 0px auto;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;

}

.footercolumnleft {
	float: left;
	width: auto;
	padding-right: 55px;
}



.footercolumn {
	float: left;
	width: auto;
	padding-right: 40px;
}


#divFooter p
{
line-height:14px;
margin-bottom:8px;
}

#divFooter h3 {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size:12px;
}
#divFooter  ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#divFooter    a    {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}


#divFooter  a.rmLink {
	margin-bottom:4px;
	line-height:14px;
	display:block;

}

#divFooter a:hover
{
	color:#27b1d6;
	}

.footercolumnRight {
	float: right;
	width: 285px;
	text-align: right;
}

#divSearch
{
float:right;
background:#316085;
width:181px;
height:25px;
padding-top:4px;
padding-bottom:3px;
padding-left:6px;
margin-left:97px;
margin-bottom:20px;
}

.sf_searchText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	border:1px solid #316085;
	background:#316085;
	width:149px;
	height:23px;
	line-height:23px;
	float:left;
}

.sf_searchSubmit
{
	width:27px;
	height:25px;
	background:url(../images/searchbtn.png) no-repeat;
	border:none;
	text-indent:-9999px;
	color:#fff;
	font-size:0px;
	cursor:pointer;
	float:left;

}

.facebook
{
	float:right;
	margin-right:8px;
	}
	
.twitter
{
	float:right;
	margin-right:8px;
	}
	
.linkedin
{
	float:right;
	margin-right:8px;
	}
	
.youtube {
    float: right;
    height: 23px;
    width: 22px;
}

.footerbottom
{
	float:left;
	width:950px;	
	padding-top:20px;
	}
	
.rightlinks
{
	float:left;
	width:400px;
	margin-top:5px;
	}
	
.separator
{
	margin-left:5px;
	margin-right:5px;
	}

.copyright
{
padding-top:5px;
float:right;
}

.clear {
	clear: both;
}


.rmSlide
{
	visibility:visible !important;
	display:block !important;
	}
	
.facebook-like
{
float:right;
margin-top:-10px;
margin-right:2px;
}	
	
.fan_box .profileimage 
{	display:none !important;
	}
	
.connect_widget_vertical_center
{
	color:#fff !important;
	}	

.unlike_span 
{
		margin-left:8px !important;
}


.unlike_span a
{
	color:#fff !important;
	text-decoration:underline !important;
	}
	
.name_block a
{
	color:#fff !important;
	text-decoration:none !important;
	}	
	
#twittershare
{
	float:left;
	width:115px;
	height:25px;
	
}

#facebookshare
{
	float:left;
	width:150px;
	height:25px;
	

}

.form
{
	width:175px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:24px;
	border:1px inset #737373;
	padding-left:5px;
	float:left;
	}
	
.formSubmit {
    background: none repeat scroll 0 0 #105386;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
	line-height:26px;
    text-indent: 0;
    text-transform: uppercase;
    width: auto;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	float:left;
	margin-left:5px;
}

.formSubmit:hover
{
	text-decoration:underline;
	}
	
#innerright .sf_listItemTitle a, #innerright .sf_listItemTitleexp a {
    font-size: 15px !important;
	font-weight:bold;
	
}	

#innerright .sf_listItemTitleexp a {
 
}	

#clientlist
{
	float:left;
	width:732px;
	margin-left:20px;
	}

#clientlist li
{
	width:341px;
	height:20px;
	line-height:20px;
	background:url(../images/gray-bullet.png) 0px 5px no-repeat;
	float:left;
	display:block;
	padding-left:15px;
}

#clientlist li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#27b1d6;
	text-decoration:none;
	}
	
#clientlist li a:hover
{
	color:#464646;
	}
