/* Basic */
body {
	font: 77%/1.5 Trebuchet MS, Arial, sans-serif;
	color: #53586b;
}
body * {
	font: 1em/1.5 Trebuchet MS, Arial, sans-serif;

}

a {
	color: #53586b;
	font-size: .9em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #222d5b;
	margin: 0 0 .5em 0;
}
h1 {
	font-size: 145%;
}

h2 {
	font-size: 130%;
}

h2 a {
	text-decoration: none;
	font-size: 1em;
	color: #222d5b;
	font-weight: bold;
}

h2 span a {
	font-weight: normal;
}

h3 {
	font-size: 127%;
}

h3 a {
	color: #FFF;
	text-decoration: none;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h5 a {
	font-weight: bold;
	color: #222d5b;
}

p, dt, dd, cite {
	font-size: .97em;
	margin: .5em 0;
}

blockquote,
em,
blockquote * {
	font-style: italic;
}

blockquote {
	padding-right: 240px;
}

p a { 
	font-size: 1em;
}

a.follow {
	font-weight: bold;
	color: #222d5b;
}

a:hover {
	color: #007cc2;
}

strong {
	font-weight: bold;
	color: #222d5b
}

label {
	color: #222d5b;
	float: left;
	clear: left;
	margin: .5em 0;
	padding: 2px 2px;
}

input {
	margin: .5em 0;
	padding: 4px 2px;
	border: 1px solid #c2c2c2;
	float: right;
}

input.submit {
	float: right;
	cursor: pointer;
}

sup {
	vertical-align: text-top;
	font-size: .6em;
}

ol {
	list-style: decimal;
	margin: 1em 0 1em 2.5em;
}

dl {
	margin-top: .5em;
}

dt {
	color: #222d5b;
	margin: 0;
}

dd {
	color: #53586b;
	margin: 0 0 .75em 0;
}

ul.sitemap {
	margin: 1em 0 1em 1.5em;
	list-style: disc;
}

ul.sitemap ul {
	margin: 0 2em .5em 2em;
	list-style: disc;
}

.formatted {
	padding: 2em 1.5em;
	text-align: left;
}

.formatted dl ul li {
	list-style-type: square;
	margin-left: 1.5em;
}

.formatted.float {
	float: left;
	width: 696px;
	position: relative;
	display: inline;
	height: 1%;
}

.formatted.shadow {
	background: url('../images/shadow.png') repeat-x left bottom;
}

.column {
	float: left;
}

/*---------------------------------------------------------------------------------------------------------*/

#container,
#contentWrap,
#footerWrap {
	position: relative;
}

#header div,
#nav ul,
#nav ul ul,
#footerText,
#secondaryNav ul,
#textNav,
#contentWrap,
#footerWrap,
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
}

#contentWrap,
#footerWrap {
	padding: 0 12px;
	background: #FFF url('../images/bodyShadow.png') repeat-y;
}

#header div {
	padding: 1.4em 0;
	height: 65px;
}

#header h1 a {
	background: url('../images/gsLogo.png') no-repeat;
	height: 60px;
	text-indent: -1000em;
	float: left;
	width: 200px;
	margin: 0 0 0 14px;
}

#nav,
#secondaryNav {
	height: 49px;
	background: #1f2135 url('../images/navBkg.png') repeat-x;
	z-index: 1000;
	font-size: 1em;
}

#ie.v7 #nav,
#ie.v7 #secondaryNav {
	float: left;
	position: relative;
}

#nav {
	height: 98px;
	clear: both;
}

#nav ul,
#secondaryNav ul {
	height: 49px;
	background: transparent url('../images/navItems_border.png') no-repeat left top;
	position: relative;
	width: 936px;
}

#nav ul {
	position: relative;
}

#nav ul li,
#secondaryNav ul li {
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width: 114px;
	line-height: 49px;
	background: url('../images/navItems_border.png') no-repeat top right;
	float: left;
}

#nav ul li li { background: none; }

#nav ul a,
#secondaryNav ul a {
	display: block;
	height: 49px;
	line-height: 49px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

/*.hidden{
	display: none !important;
}*/

#nav ul li.selected a,
#secondaryNav ul li.selected a {
	font-weight: bold;
}

#nav ul li.selected li a {
	font-weight: normal;
}

#nav ul li li.selected a {
	color: #FFF;
}

#nav ul a:hover,
#secondaryNav ul a:hover,
#nav ul li:focus a,
#secondaryNav ul li:focus a {
	background: url('../images/navItemHover.png') no-repeat center top;
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 11px;
	margin: 0 auto;
	width: 960px;
	background: none;
	z-index: 500;
	font-size: .9em;
}

#nav ul li:hover ul,
#nav ul li:focus ul,
#nav ul li.hover ul {
	display: block;
	z-index: 750;
	background: #1f2135;
}

#nav ul li.selected ul {
	display: block;
}

#nav ul ul li,
#nav ul ul a {
	color: #9195a4;
	white-space: nowrap;
}

#nav ul ul li {
	width: 0;
}

#nav ul ul a {
	padding: 0 1em;
	font-size: .95em;
}

#nav ul ul > li {
	width: auto;
}

#nav ul ul a:hover {
	text-decoration: none;
	background: none;
	color: #FFF;
}

#nav ul li:focus ul a {
	text-decoration: none;
	background: none;
}

/* ------------- END NAV ---------------- */
/* ------------Start Breadcrumbs ---------*/
.breadcrumbs {
	height: 45px;
	position: relative;
	padding: 1em 0 0 1em;
	clear: both;
}

.breadcrumbs.bottom #site-search {
	background: none;
	position: absolute;
	top: 17px;
	right: 5px;	
}

.breadcrumbs.bottom {
	padding: 1em 0 1em 0;
	background: #FFF url('../images/searchBkg.png') no-repeat right;
}

.breadcrumbs strong {
	float: left;
	line-height: 3;
}

.breadcrumbs.bottom strong {
	padding-left: 33px;
}

.breadcrumbs ul {
	line-height: 3;
	float: left;
	margin: 0 4em 0 0;
}

.breadcrumbs ul li {
	list-style: none;
	float: left;
	margin: 0 .5em;
	line-height: 3;
}

.breadcrumbs ul li a {
	text-decoration: none;
	font-size: .9em;
	line-height: 3;
}

/*#ie .breadcrumbs ul li a {
	line-height: 3.5;
}*/

.top {
	border-bottom: 7px solid #222d5b;
	clear: both;
	width: 940px;
	margin-left: 10px;
	margin-top: -45px;
	position: relative;
}

.top a {
	margin-left: 227px;
	font-weight: bold;
	color: #222d5b;
	padding: 1em .75em;	
	top: -7px;
	border-top: 7px solid #E3E3E3;	
	display: block;
}

/* --------- END BREADCRUMBS -------- */

	#limelight {}
		#cta-payment {
			width: 225px;
			background: url('../images/dottedBorder.png') repeat-y right;
			position: relative;
		}		
		#footerWrap #cta-payment {
			background: none;
			margin-top: 1.5em;
			font-size: .8em;
		}

		#cta-payment .formatted {
			padding: 1em 1em .4em 1em;
			background: #FFF;
			margin-top: -7px;
		}		
		#footerWrap #cta-payment .formatted {
			background: none;
			border-left: 1px dotted #383c4d;
			border-right: 1px dotted #383c4d;
		}
		
			#cta-payment h3 {
				height: 40px;
				line-height: 40px;
				color: #FFF;
				text-transform: uppercase;
				font-size: .9em;
				font-weight: normal;
				padding-left: 10px;
				background: #FFF url('../images/headerBkg.png') repeat-x;
			}
			#footerWrap #cta-payment h3 {
				background: transparent url('../images/headerBkg.png') repeat-x 0 -2px;
			}

			#cta-payment legend {
				display: none;
			}

			#cta-payment label {
				width: 30%;
				margin: .75em 0;
				font-size: .9em;
			}

			#cta-payment p.loginerror {
				color:#cc3300;
				background: #cc3300;
				color: white;
				text-align: center;
				padding: 3px;
			}
			
			#cta-payment a.cta-button {
				color: white;
				font-size: inherit;
			}
			
			#cta-payment input {
				width: 60%;
			}

			#cta-payment input.submit {
				width: 123px;
				height: 31px;				
				border: none;
				background: url('../images/buttons.png') no-repeat center 0;
			}
			
			#footer #cta-payment input.submit {
				background-position: center -64px;
				text-indent: -1000em;
			}		
			#footer #cta-payment input.submit:hover,
			#footer #cta-payment input.submit.hover {
				background-position: center -96px;
			}
			
			a.forgotPassword {
				clear: both;
				display: block;
				float: left;
				width: 70px;
				font-size: .9em;
				margin: .7em 0;
				color: #c2c2c2;
			}

			a.forgotPassword:hover {
				color: #53586b;
			}

			#cta-image {
				position: absolute;
				bottom: 0;
			}

		#news {
			width: 345px;
			height: 350px;
			margin-left: 5px;
			position: relative;
		}

		#news .formatted {
			padding: .5em;
			position: absolute;
			top: 0;
			left: 0;
		}

		#news img {
			border: 1px solid #2b2f3f;
			margin: -.5em -.5em 0;
		}

		#contact {
			background: #2b2f3f url('../images/ctaBkgBottom.png') repeat-x bottom;
			margin-bottom: 1em;
		}

		#contact h3,
		#experience-meter h3 {
			color: #FFF;
			font-weight: normal;
			padding: 6px 10px ;
			margin: 0;
			font-size: 140%;
		}
		#experience-meter{
			height: 100px;
		}
		#experience-meter div.years{
			width: 100px;
			font-size: 32pt;
			color: #fff;
			float: left;
			margin: 0;
			padding: 0;
		}
		#experience-meter span.years{
			font-size: 10pt;
			color: #C2C2C2;
			display: block;
			margin: -15px 0 0 55px;
			padding: 0;
		}
		#experience-meter span.colon{
			font-size: 32pt;
			color: #fff;
			display: inline;
			float: left;
			margin: 0 5px 0 0;
			padding: 0;
		}
		#experience-meter div.months{
			width: 55px;
			font-size: 32pt;
			color: #fff;
			float: left;
			margin: 0;
			padding: 0;
		}
		#experience-meter span.months{
			font-size: 10pt;
			color: #C2C2C2;
			display: block;
			margin: -15px 0 0 0;
			padding: 0;
		}
		
		
		#clock {
			padding: 6px 10px ;
			background: url('../images/ctaBkgBottom.png') repeat-x bottom;
			height: 70px;
		}

			#clock p,
			#experience-meter p {
				color: #c2c2c2;
				margin: 0;
				background: transparent;
			}
			
			#clock p.time,
			#clock p.time span {
				color: #FFF;
			}

			#clock p.time {
				font-size: 1.7em;
				font-weight: bold;
			}

			#clock p.time span {
				font-size: .8em;
				padding: 0 .2em;
			}

			#clock p.day {
				text-transform: uppercase;
			}

		#weather,
		#weather ul,
		#weather li,
		#weather img {
			float: left;
		}

			#weather ul {
				width: 200px;
				font-size: .9em;
			}

			#weather li {
				clear: left;
				width: 210px;
				padding-top: 15px;
				background: url('../images/shadow.png') repeat-x bottom;
				border-bottom: 1px solid #E3E3E3;
			}

			#weather a {
				display: block;
			}

			#weather strong {
				width: 74px;
			}

			#weather img {
				padding: 5px;
				margin-right: 8px;
				border-right: 1px solid #F0F0F0;
			}

			#weather span.temperature {
				font-size: 2em;
				color:  #222d5b;
				float: right;
				margin-right: 5px;
				font-weight: bold;
			}
			
			#experience-meter h3 {
				padding: 0;
			}
			div#experience-meter {
				padding: 6px 10px ;
				background: url('../images/ctaBkgBottom.png') repeat-x bottom;
				margin: -1em 0 1em 0;
			}

	#lowlight {}

		#sidebar {
			width: 224px;
			border-right: 1px dotted #E3E3E3;
		}

		#sidebar .formatted {
			padding: 0 0 1em 1em;
		}
		
		/* RSS */
		h5.rssFooter {
			margin: 1.25em 0 0 0;
			background: url('../images/rssIcon.png') no-repeat;
			height: 20px;
			padding-left: 25px;
			font-size: .85em;
		}

		h5.rssFooter a,
		#sidebar div.news ul li a {
			text-decoration: none;
		}
		
		div#rssFloat {
			position: absolute;
			right: 2em;
			width: 15.5em;
		}		

		#sidebar div.news,
		#sidebar div.careerOpportunities {
			padding: 0 2px 1em 0;
			background: url('../images/shadow.png') no-repeat bottom center ;
		}

		#sidebar div.careerOpportunities {
			padding-top: 1em;
		}

		#sidebar li {
			padding: .5em 0;
		}

		#sidebar a.follow,
		#sidebar div.news a:hover {
			text-decoration: underline;
		}

		#sidebar div.careerOpportunities a{
		}
		#sidebar div.careerOpportunities strong a{
			text-transform: uppercase;
			color: #007cc2;
			text-decoration: none;
			font-size: 12px;
		}

		#content {
			width: 733px;
			border-left: 1px dotted #E3E3E3;
			border-top: 7px solid #E3E3E3;
			margin-left: -1px;
			padding-bottom: 45px;
		}

			#content p {
				line-height: 1.7;
			}

			ul.columns,
			ul.tiled {
				float: left;
				background: url('../images/dottedBorder.png') repeat-y 364px;
				padding: 0 0 1em 12px;
			}

			ul.columns a,
			ul.tiled a {
				display: block;
			}

			ul.tiled {
				background: #FFF;
			}

			ul.columns h2 {
				font-weight: normal;
			}
			
			ul.columns ul {
				margin: 1em 0 0 0;
				width: 55%;				
			}

			ul.columns li {
				float: left;
				width: 345px;
				margin: 1em 14px 0 0;
				padding: .25em 0 .5em 0;
				background: url('../images/shadow.png') repeat-x bottom;
				position: relative;			
			}
			
			ul.columns.team {
				height: 225px;
				margin: 0 14px 0 0;
			}
			
			.clients ul.columns li,
			.team ul.columns li {
				height: 200px;
			}	
			
			div#contentWrap ul.columns ul li {
				height: auto;
			}
			
			ul.columns li .formatted,
			ul.tiled li .formatted {
				padding: 1em 1.5em;				
			}
			
			ul.columns a.follow {
				clear: both;
			}

			div.column.team a.follow {
				clear: none;
				width: 150px;
			}

			ul.tiled li {
				float: left;
				width: 175px;
				text-align: center;
				padding: .75em 0;
				background: url('../images/shadow.png') repeat-x left bottom;
				border-right: 1px solid #ccc;
			}

			ul.columns li li,
			ul.tiled li li {
				background: transparent;
				width: auto;
				float: none;
				margin: auto;
				padding: auto;
			}
			
			ul.columns.documents,
			ul.columns.links {
				margin-top: -2em;
				text-align: center;
			}
			ul.columns.documents li {
				height: 185px;
				overflow: hidden;
				vertical-align: middle;
			}			

			ul.tiled li a {
				padding: 1.2em 0;
			}
			
			ul.widelist {
				float: left;
			}

			ul.widelist,
			ul.widelist li.item {
				width: 700px;
			}

			ul.widelist cite {
				float: left;
				height: 2em;
				line-height: 2em;
			}

			ul.widelist ul.related {
				clear: left;
				margin-top: 1em;
				height: 1em;
				font-size: .9em;
			}
			
			#ie ul.widelist ul.related {
				margin-top: 1.25em;
			}

			ul.widelist li.item {
				float: left;
				background: url('../images/shadow.png') repeat-x left bottom;
			}
			
/*			ul.widelist li.item dd, ul.widelist li.item dt,
			ul.widelist li.item dd *, ul.widelist li.item dt *{*/
/*			ul.widelist li.item dd span, ul.widelist li.item dd span a{
				float: left;
			}*/
			
			dt.office-address{
				width: 90px;
				margin-right: 0 !important;
			}

			div.imageRiver {
				float: right;
				margin: -2.5em 0 0 1em;
				padding: 0 1em;
				width: 215px;
				height: 1%;
				display: inline;
				position: relative;
			}
			
			.float div.imageRiver {
				margin: 0;
			}
			
			.padded .imageRiver {
				margin: .5em 0 0 1em;
			}

				div.imageRiver img {
					display: inline;
					margin: 0 0 1em 0;
					position: relative;
				}

			div.contentCascade,
			div.contentStub {
/*				background: url('../images/shadow.png') repeat-x left bottom;*/
				float: left;
				padding: 1em 0 2em 0;
			}			
			
			div.contentCascade ul li {
				list-style-type: disc;
				margin-left: 2em;
				font-size: .97em;
			}
			
			div.contentCascade {
				padding: 0 240px 0 0;
				float: left;
			}
			
			div.contentCascade.noshadow {
				background: transparent;
			}			
			
			li div.contentCascade,
			li div.contentStub {
				background: transparent;
				padding: 1em 0;
			}
			
			div.contentStub {
				width: 100%;
			}
			
			li div.contentStub {
				width: auto;
				float: right;
				margin-top: -4.5em;
			}
			
			div.contentCascade strong { 
				font-size: .9em;
			}
			
			div.contentCascade h2,
			div.contentCascade h3,
			div.contentCascade h4,
			div.contentCascade h5 {
				margin: .25em 0;
			}

			div.contentStub ul.column {				
				color: #222d5b;
				padding: 1em 4em 1em 0;
			}

			div.contentStub ul a {
				text-decoration: none;
			}

			#secondaryContent .contentInfoPanel,
			.tabbed .contentInfoPanel,
			.widelist .contentInfoPanel {
				float: right;
				width: 120px;
				margin: .5em 0 1.5em 1em;
				text-align: right;
			}
			
			.tabbed .contentInfoPanel,
			.widelist .contentInfoPanel {
				margin: 0;
			}

			#secondaryContent .contentInfoPanel img,
			.tabbed .contentInfoPanel img,
			.widelist .contentInfoPanel img {
				display: block;
				margin: 0 -2px 1em 0;
				float: right;
			}

			.widelist .contentInfoPanel {
				width: 230px;
				margin-top: 0;
			}
			
			.widelist .contentInfoPanel.map {
				height: 175px;
				width: 175px;
			}
			
			.widelist .contentInfoPanel.map a {
				text-align: left;
				display: block;
			}
			
			.widelist .contentInfoPanel.map img {
				margin-bottom: .5em;
			}

			div.column.testimonials .contentInfoPanel{
				width: 200px;
			}
			
			li dl.inline {
				width: 430px;
			}

			dl.inline dt {
				float: left;
				clear: left;
				margin-right: 5px;
				font-weight: bold;
			}
			
			dl.inline dd {
				float: left;
				display: inline;
			}
			
			dl.inline dd a {
				font-size: 1em;
			}
			
			/* ------ Hint Nav ----- */
			ul.hint-nav {
				margin-left: 3em;
				list-style-type: disc;
				font-size: 1em
			}
			
			/* ------ File Type Icons ---- */
			.msword,
			.pdf,
			.plain,
			.rtf {
				text-decoration: none;
			}
			.msword span,
			.pdf span,
			.plain span,
			.rtf span {
				background: url('../images/icons.png') no-repeat 103% -18px;
				padding: 1px 20px 1px 0;
			}

			.pdf span {
				background-position: 103% -50px;
			}

			.plain span,
			.rtf span{
				background-position: 103% -34px;
			}

/* ------- TABS ---------- */
	.tabbed .tab {
		display: none;
	}
	.tabbed .tab.active {
		display: block;
	}
	.tabbed .tabs {
		width: 100%;
		clear: both;
		height: 34px;
	}
	
	.tabbed .bottom {
		padding-bottom: 10px;
		background: none;
	}

	.tabbed .tabs li {
		float: left;
		margin: 0 1px 0 0;
		line-height: 24px;
		text-align: center;
		height: 32px;
		overflow: hidden;
	}
	
	.tabbed .tabs li.last {
		margin: 0;
	}
	
	.tabbed .tabs li a {
		display: block;
		color: #222d5b;
		background: #FFF url('../images/tabbedItemsTop.png') repeat-x bottom;
		line-height: 24px;
		text-transform: uppercase;
		font-size: .8em;
		text-decoration: none;
		padding: .5em 1.5em .5em;
		width: auto;
	}
	.tabbed .bottom li a {
		background: #FFF url('../images/tabbedItems.png') repeat-x;
	}
	.tabbed .tabs li a.active {
		background: #FFF;
		font-weight: bold;
	}
	.tabbed .tabs li a:hover {
		color: #007cc2;
	}

/* ----- END TABS ------- */

/* ----- RELATED LIST --------- */
	.related {
		height: 2em;
		margin: 1em 0;
	}
	
	.related li {
		float: left;
		margin: 0 5px 0 0;
	}

	.related li a {
		font-size: .9em;
		height: 1%;
	}

	li.highlight {
		color: #222d5b;
	}
	
	#content li.highlight {
		color: #297C9E;
	}

/* ---- END RELATED ----- */
#site-search {
	margin: 2em 0 0;
	float: right;
	width: 410px;
	height: 37px;
	background: #FFF url('../images/searchBkg.png') no-repeat right;
}

.breadcrumbs #site-search {
	margin: 0 2em 0;
}

#site-search label,
#site-search legend {
	display: none;
}

#site-search input {
	float: left;
	margin-left: 100px;
}

a.cta-button,
#site-search .submit,
input.submit {
	text-transform: uppercase;
	text-align: center;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: .95em;
	letter-spacing: 0.5px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	text-indent: 10px;
	padding: 8px 0 0 0;
	border: none;
}

#site-search .submit {
	display: block;
	width: 122px;
	height: 31px;
	background: url('../images/buttons.png') no-repeat center 0;
	float: right;
	margin: 0.5em 0.5em 0 0;
	padding-top: 5px;
	
}
a.cta-button {
	background: url('../images/buttons.png') no-repeat -33px 0;
	height: 24px;
	width: 93px;
	display: inline-block;
	margin: 0 .5em 0 0;
	text-indent: 0px;
}

#site-search .submit:hover,
#site-search .submit.hover,
#cta-payment input.submit:hover,
#cta-payment input.submit.hover {
	background-position: center -32px;
	color: #FFF;
}

a.cta-button:hover {
	background-position: -33px -32px;
	color: #FFF;
}

a.cta-button.large {
	width: 114px;
	background-position: -21px -128px;
	text-indent: 0px;
}

a.cta-button.large:hover {
	background-position: -21px -160px;
}

span.suggestion {
	font-size: .9em;
}

#ie .middle {
	vertical-align: 6px;
}

#secondaryNav,
#footer {
	clear: both;
}

	#footer {
		background: #1F2135;
		text-align: center;
		color: #a0a3b0;
	}
	
	#footer a,
	#footerWrap label {
		color: #a0a3b0;
	}
	
	#footer a:hover {
		color: #FFF;
	}

	#footerWrap {
		height: 200px;
		background: #1F2135;
		text-align: left;
		padding: 0 0 1.5em 27px;
	}

	#footerText {
		padding: 1em 2em;
		font-size: .9em;	
	}

	#footerWrap #footerText {
		width: 650px;
		margin-top: 0.5em;
	}
	
	#footerWrap #textNav {
		width: 650px;
		margin: 0;
	}
	
	#textNav li {
		display: inline;
		width: auto;
		padding: 0 .5em 0 0;
	}
	
/* ----- FORMATTED TABLE --------- */

.formatted table {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}

.formatted table td,
.formatted table th {
	padding: 0.69em;
	border: 1px solid #eee;
}

.formatted table th {
	background: #2b2f3f url('../images/ctaBkgBottom.png') repeat-x bottom;
	color: white;
	width: 120px;
}

#back-confirm-button {
	float: left;
	clear: none;
}

#confirm-button {
	float: right;
}
/* ----- END FORMATTED TABLE --------- */

/* ----- BULLITENS --------- */

#bulliten {
	padding: 1px 13px;
	position: relative;
	top: -7px;
	background: #951632;
	color: white;
}

/* ----- END BULLITENS --------- */


/*----------------------------------
	IE Fixes
----------------------------------*/

  /*ie 8*/
	#ie.v8 #lowlight #content{
		padding-bottom: 0 !important;
	}
	
	#ie.v8 #content{
		padding-bottom: 0 !important;
	}
	
	#ie.v8 .breadcrumbs ul li a {
		line-height: 3.5;
	}

	#ie.v7 .breadcrumbs ul li a{
		line-height: 3.3em;
	}
	
/*--------------------------------------------------------------------
	Search Page
--------------------------------------------------------------------*/
	body.search div.list{
		margin: 0;
		padding: 0;
		margin-top: -20px;
	}
	
	ul.search-list li.item .formatted {
	padding: 1.5em 0;
	text-align: left;
}

	
	ul.search-list .formatted h3.search a{
		color: #222D5B;
	}
	ul.search-list .formatted h3.search a:hover{
		color: #007cc2;
	}
	
	
	
	
	div.back{
		width: 100%;
		display: block;
		clear: both;
		float: left;
		margin: 30px 20px 0;
	}
	
	
/*--------------------------------------------------------------------
	Pagination
--------------------------------------------------------------------*/
	.paging{
		float: left;
		margin: 0 15px;
	}

	ul.pagination {
	    margin: 2em 0 0 0;
		clear: both;
	}
	
	ul.pagination li {
	    list-style-type: none;
	    display: inline;
	}
	
	ul.pagination li a {
	    padding: 2px 5px;
	    margin-right: 3px;
	    color: #112E46;
	}
	
	ul.pagination li span {
	    float: left; 
	    margin-right: 4px;
	}
	
	ul.pagination li span.first {
	    margin-right: 4px;
	}
	
	ul.pagination li a.page:hover {
	    text-decoration: none;
	    color: #000;
	}
	
	ul.pagination li.selected a.page {
	    background-color: #112E46;
	    color: #fff;
	}
	
	ul.pagination li.disabled a {
	    color: #ddd;
	    cursor: default;
	}
	.clientlist{
		
	}
	.clientlist ul{
		float: left;
	    margin: 0 5% 0 0;
	    width: 45%;
	}
	.clientlist ul li{
		clear: both;
		 margin-bottom: 7px;
		 
	}
	.clientlist ul li.even{
		clear: none;
		margin-right: 0;
	}
	.clientlist ul li a{
		 text-decoration: none;
	}
	
