/*--------------------------------------------------------------------
Global CSS

Author:			Ryan Brill <ryan [at] solutionset.com>
				Irina Goreva <igoreva [at] solutionset.com>

Methods: 		RULES ORGANISATION WITHIN CSS FILES
				Should mirror the html document flow:
				General
					Container
						Header
							Nav
						Body
							Layout Setup
								Modules
						Footer
					Hacks
					(other)
----------------------------------------------------------------------*/
@import url(globalReset.css);

/* Global Styles
----------------------------------------------------------------------*/
body {
	color: #036;
	background: #8b8b6e url(../i/body_bgrd.jpg) 0 0 repeat-x;
}

/* Links
----------------------------------------------------------------------*/
a, a:visited {
	color: #093;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Text
----------------------------------------------------------------------*/
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #093;
}
h2 {
	font-size: 20px;
	color: #036;
	text-transform:	uppercase;
	font-weight: normal;
	margin: 0 0 10px 22px;
}
h3 {
	font-size: 20px;
	color: #093;
	margin-bottom: 10px;
}
h4 {
	font-size: 13px;
	color: #093;
	margin-bottom: 3px;
}

/* Often Used Classes
----------------------------------------------------------------------*/
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}
/*e.g. for accessibility quick links*/
.hide {
	height: 			0;
	width: 				0;
	overflow: 			hidden;
	position: 			absolute;
}
/* Lists
----------------------------------------------------------------------*/

/* Tables
----------------------------------------------------------------------*/
table,
table td,
table th {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 0 5px;
}
table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table th {
	font-weight: bold;
	vertical-align: middle;
}
table td {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Form Elements
----------------------------------------------------------------------*/
fieldset {
	border: 			none;
}
label {
	font-weight: normal;
	cursor:				pointer;
}
input.type_text {
	width:				280px;
	padding: 			2px 0px 2px 3px;	
	margin:				0 0 0 0;
	border:				1px solid #69c;
}
.form input.type_text_sm {
	width:				145px;
	padding: 			2px 0px 2px 3px;	
	margin:				0 0 0 0;
	border:				1px solid #69c;
}
select.type_text {
	width:				150px;
	border:				1px solid #69c;
}
input.submit {
	border:				1px solid #69c;
	margin-right: 		25px;
	float: 				right;
	cursor:				pointer;
}
input.checkbox,
input.radio {
	_height: 13px;
	_width: 13px;
}
textarea {
	border: 1px solid #ccc;
	padding: 2px;
	width: 394px;
	height: 75px;
}
.form label em {	
	font-style: 		normal;
	color: #093;
}
/* Form Layout */
.form p {
	margin-bottom:		10px;
}
.form div {
	padding-left: 140px;
	margin-bottom: 10px;
}
.form div.iefix {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}
.form div div {
	padding: 0;
	margin: 0;
}
.form div label {
	float: left;
	display: inline;
	margin-left: -140px;
	width:		135px;
}
.form div div label {
	float: none;
	display: block;
	margin-left: 0;
	margin-bottom:	4px;
}
.form div ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.form div ul li label {
	float: none;
	display: block;
	margin-left: 0;
	margin-bottom:	4px;
	width:		295px;
}
.form div ul.checkbox li,
.form div ul.radio li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	margin-bottom: 3px;
	display:	inline;
}
.form div ul.checkbox li label,
.form div ul.radio li label {
	display: inline;
	font-weight: normal;
	width:		auto;
}

/* Containers
----------------------------------------------------------------------*/
#container {
	width: 959px;
	margin: 0 auto;
}
#body {
	width: 959px;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	background: transparent url(../i/content_bgrd.gif) 100% 0 repeat-y;
}
#home #body {
	background: none;
}
#leftSash {
	float: left;
	display: inline;
	width: 235px;
	overflow: hidden; /* don't let wide content break the layout */
	padding: 10px 0;
}

/* Header
----------------------------------------------------------------------*/
div#header {
	position: relative;
	height: 90px;
}
div#header h1#logo {
	position: absolute;
	top: 24px;
	left: 23px;
}
div#header h1#logo a {
	display:			block;
	width:				292px;
	height:				47px;
    outline: 			none;
	text-indent:		-5000px;
	text-decoration:	none;
	background:			url(../i/logo.png) top left no-repeat;
}
div#header p#tagLine {
	position: absolute;
	top: 70px;
	left: 20px;
}
div#quote 
{
	position:relative;
	color: White;
}

div#quote div#quoteContainer
{
	position: absolute;
	left: 492px;
	width: 190px;
}
	

/* Navigation
----------------------------------------------------------------------*/
div#header ul#mainNav {
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#header ul#mainNav li {
	float: left;
	display: inline;
}
div#header ul#mainNav li a {
	display: block;
 	color: #036;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 12px 12px 12px;
	line-height: 30px;
	text-transform:	uppercase;
	text-decoration: none;
}
div#header ul#mainNav li a:hover {
	color: #093;
	text-decoration: none;
}
div#header ul#mainNav li.selected a,
div#header ul#mainNav li.selected a:hover {
	color: #fff;
	background-color: #093;
}

/* SiteAids Navigation
----------------------------------------------------------------------*/
ul#siteaids {
	position: absolute;
	top: 20px;
	right: 17px;
	color: #036;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type: none;
}
ul#siteaids li {
	float: left;
	font-size: 12px;
	margin-left: 5px;
}
ul#siteaids li a {
	float: left;
	display: inline;
 	color: #036;
	margin-right: 5px;
}
ul#siteaids li a:hover {
	color: #093;
	text-decoration: none;
}
/* SiteAids Navigation
----------------------------------------------------------------------*/
#subnav  {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type: none;
}
#subnav li {
	height: 			1%; /* IE6 fix */
	display:			inline;
}
#subnav li a,
#subnav li a:visited {
	display:			block;
	font-size:			12px;
	font-weight: 		bold;
	text-transform:		uppercase;
	text-decoration:	none;
	color: 				#fff;
	background: 		#036;
	padding: 			11px 5px 11px 22px;
	overflow: 			hidden;
	border-bottom: 		1px solid #369;
}
#subnav li a:hover {
	color: 				#093;
}
#subnav li.last a,
#subnav li.last a:visited {
	border-bottom: 		0px solid #fff;
}
#subnav li.selected a,
#subnav li.selected a:hover, 
#subnav li.selected a:visited {
	color: 				#fff;
	background: 		#093;
	border-bottom: 		0px solid #fff;
}
#subnav li ul {
	display: 			none;
	margin:				0 0 0 22px;
	padding:			18px 0;
	background: #fff url(../i/subnav_bgrd.gif) 100% 0 repeat-y;
}
#subnav li.selected ul {
	display: 			block;
}
#subnav li.selected  li a,
#subnav li.selected  li a:visited {
	font-weight: 		normal;
	text-transform:		none;
	color: 				#036;
	background: 		none;
	padding: 			1px 5px 2px 22px;
}
#subnav li.selected  li a:hover {
	color: 				#093;
	background: 		none;
}
#subnav li.selected  li.selected a,
#subnav li.selected  li.selected a:visited,
#subnav li.selected  li.selected a:hover {
	color: 				#093;
	font-weight: 		bold;
}
/* Content area
----------------------------------------------------------------------*/
#content {
	float: right;
	display: inline;
	width: 450px;
	padding: 10px 254px 20px 20px;
	position: relative;
	overflow: hidden; /* don't let wide content break the layout */
	
	min-height:600px;
	height: auto;
}
/* Banner */
#banner {
	width: 682px;
	min-height: 0;
	background-color: #fff;
	margin-right: -233px;
	margin-bottom: 28px;
	padding: 0;
}
#banner p {
	font-size: 22px;
	line-height: 29px;
	letter-spacing: -1px;
	padding: 10px 20px 10px 0;
	margin-bottom: 10px;
}
.management #banner p,
.consultants #banner p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	padding: 30px 20px 0 230px;
	margin-bottom: 10px;	
	height: 90px;
	font-family: Tahoma, Geneva, Verdana;
	font-weight: 		bold;
	color: #036;
}
#banner p.name {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0;
	padding: 0 20px 0 230px;
	margin-bottom: 0px;
	height: auto;
	font-weight: normal;
	color: #28537e;
}
#banner p.title {
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	letter-spacing: 0;
	padding: 0 20px 0 230px;
	margin-bottom: 0px;
	height: auto;
	font-weight: normal;
	color: #28537e;
}
/* Backgrounds */
.redex {
	background: transparent url(../i/logo_redex.jpg) 100% 0 no-repeat;
}
.matek {
	background: transparent url(../i/logo_matek.jpg) 100% 0 no-repeat;
}
.hisco {
	background: transparent url(../i/logo_hisco.jpg) 100% 0 no-repeat;
}
.services01 {
	background: transparent url(../i/img_services_bgrd_01.jpg) 100% 0 no-repeat;
}
.services01 #banner {
	background: transparent url(../i/img_services_01.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.services02 {
	background: transparent url(../i/img_services_bgrd_02.jpg) 100% 0 no-repeat;
}
.services02 #banner {
	background: transparent url(../i/img_services_02.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.services02 h3 {
	letter-spacing: -1px;
}
.services03 {
	background: transparent url(../i/img_services_bgrd_03.jpg) 100% 0 no-repeat;
}
.services03 #banner {
	background: transparent url(../i/img_services_03.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.services04 {
	background: transparent url(../i/img_services_bgrd_04.jpg) 100% 0 no-repeat;
}
.services04 #banner {
	background: transparent url(../i/img_services_04.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.services05 {
	background: transparent url(../i/img_services_bgrd_05.jpg) 100% 0 no-repeat;
}
.services05 #banner {
	background: transparent url(../i/img_services_05.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.services06 {
	background: transparent url(../i/img_services_bgrd_06.jpg) 100% 0 no-repeat;
}
.services06 #banner {
	background: transparent url(../i/img_services_06.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.services07 {
	background: transparent url(../i/img_services_bgrd_07.jpg) 100% 0 no-repeat;
}
.services07 #banner {
	background: transparent url(../i/img_services_07.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}

.clients {
	background: transparent url(../i/img_clents_bgrd.jpg) 100% 0 no-repeat;
}
.clients #banner {
	background: transparent url(../i/clients.jpg) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}
.clients.adobe #banner {
	background: transparent url(../i/img_clients_adobe.gif) 0 0 no-repeat;
	height: 182px;
	text-indent:		-5000px;
}

.management {
	background: transparent url(../i/img_partners_bgrd.jpg) 100% 0 no-repeat;
}
.management #banner {
	background: transparent url(../i/partners.jpg) 0 0 no-repeat;
	height: 182px;
}
.management.conine #banner {
	background: #fff url(../i/Tom%20Conine.jpg) 0 0 no-repeat;
	height: 182px;
}
.management.peratoner #banner {
	background: #fff url(../i/Carlo%20Peratoner.jpg) 0 0 no-repeat;
	height: 182px;
}
.management.obrien #banner {
	background: #fff url(../i/AJ%20OBrien.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants {
	background: transparent url(../i/img_consultants_bgrd.jpg) 100% 0 no-repeat;
}
.consultants #banner {
	text-indent:		0;
}
.consultants.benson #banner {
	background: #fff url(../i/Brad%20Benson.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.boisjoly #banner {
	background: #fff url(../i/Russell%20Boisjoly.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.brown #banner {
	background: #fff url(../i/Julie%20Brown.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.clark #banner {
	background: #fff url(../i/Spencer%20Clark.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.couchman #banner {
	background: #fff url(../i/Todd%20Couchman.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.devroe #banner {
	background: #fff url(../i/Phillip%20de%20Vroe.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.encarnation #banner {
	background: #fff url(../i/Dennis%20Encarnation.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.engle #banner {
	background: #fff url(../i/Stephen%20G%20Engle.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.gerstenfeld #banner {
	background: #fff url(../i/Debra%20Gerstenfeld.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.gregory #banner {
	background: #fff url(../i/Jerrold%20W.%20Gregory.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.isaac #banner {
	background: #fff url(../i/Maurice%20Isaac.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.johnson #banner {
	background: #fff url(../i/Denise%20Johnson.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.leskin #banner {
	background: #fff url(../i/Barry%20Leskin.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.mahoney #banner {
	background: #fff url(../i/Linda%20Mahoney.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.mattia #banner {
	background: #fff url(../i/Gerry%20Mattia.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.mercer #banner {
	background: #fff url(../i/Stephen%20Mercer.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.ognibene #banner {
	background: #fff url(../i/Joseph%20Ognibene.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.oxendine #banner {
	background: #fff url(../i/Lydia%20Oxendine.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.pengue #banner {
	background: #fff url(../i/Kate%20Pengue.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.ranney #banner {
	background: #fff url(../i/Greg%20Ranney.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.samorukova #banner {
	background: #fff url(../i/Anna%20Samorukova.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.sims #banner {
	background: #fff url(../i/David%20Sims.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.slingsby #banner {
	background: #fff url(../i/Todd%20Slingsby.jpg) 0 0 no-repeat;
	height: 182px;
}
.consultants.wilhelm #banner {
	background: #fff url(../i/Warren%20Wilhelm.jpg) 0 0 no-repeat;
	height: 182px;
}
.awards {
	background: transparent url(../i/img_awards_bgrd.jpg) 100% 0 no-repeat;
}

/* Home
----------------------------------------------------------------------*/
#services {
	float: left;
	display: inline;
	position: relative;
	width: 200px;
	height: 110px;
	padding: 18px 14px 8px 22px;
	background: #036;
}
#services h3 {	
	font-size: 12px;
	color: #fff;
	text-transform:	uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#services p {	
	color: #8099b3;
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	margin: 0 0 10px 0;
}
.more {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 11px;
}
#services .more,
#services .more:visited {
	color: #fff;
}
#clients .more,
#clients .more:visited {
	color: #036;
}
#clients .more:hover,
#services .more:hover {
	color: #093;
	text-decoration: none;
}
#clients {
	float: left;
	display: inline;
	position: relative;
	width: 700px;
	height: 110px;
	padding: 18px 0px 8px 22px;
}
#clients h3 {	
	font-size: 12px;
	color: #036;
	text-transform:	uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#clients #clientLogos img {
	margin: 0 20px 0 20px;
	display: inline;
	height: 50px;
}
/* boxes
-----------------------------------------------------*/
#home #content {
	padding: 0;
	min-height: 415px;
	height: auto !important;
	height: 415px;
	width: 959px;
}
#box p,
#box a.more,
#box .more:visited {
	color: #fff;
	font-size: 17px;
	margin: 0;
}
#box .more:hover {
	color: #093;
	text-decoration: none;
}
#home.img1 #box {
	position: relative;
	height: 75px;
	width: 450px;
	margin: 245px 0 0 490px;
}
#home.img3 #box,
#home.img2 #box {
	position: relative;
	height: 75px;
	width: 450px;
	margin: 115px 0 0 490px;
}
#home.img1 #content {
	background: url(../i/img_home1.jpg) no-repeat 0 0;
}
#home.img2 #content {
	background: url(../i/img_home2.jpg) no-repeat 0 0;
}
#home.img3 #content {
	background: url(../i/img_home3.jpg) no-repeat 0 0;
}

/* Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 12px 22px;
	color: #036;
}
#footer p {
	clear: both;
	margin-bottom: 0;
	font-size: 11px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	float: 				left;
	display:			inline;
	margin-right:		7px;
	padding-bottom:		5px;
	text-transform:		uppercase;
	font-size: 11px;
}
#footer ul li a {
	margin-right:		5px;
}
#footer a:link, #footer a:visited {
	color: #036;
	text-decoration:	none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #036;
	text-decoration:	underline;
}