/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background: #293b53 url(../images/bg.png) repeat-x center top;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	color: #150a01; 
	margin-bottom: 16px; 
	font-weight: normal;
}
h1	{ font-size: 2em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.25em; }
h4	{ font-size: 1.125em; }
h5	{ font-size: 1em; }
h6	{ font-size: .875em; }
p	{ 
	font-size: .75em; 
	line-height: 1.25em; 
	margin: 0 0 1.25em;
	color: #150a01;
}

a, a:link, a:visited, a:active { 
	color: #61583b; 
	text-decoration: none;
}
a:hover { color: #150a01; text-decoration: underline; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 0 20px 20px 0; }
.imgRight 	{ float: right; padding: 0 0 20px 20px; }


/*   =======   LAYOUT  =======   */


#wrap {
	width: 960px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	position: relative;
	min-height: 730px;
	text-align: left;
}
#header {
	display: block;
	position: relative;
	z-index: 5;
	height: 101px;
	margin: 0;
	width: 400px;
	overflow: hidden;
}
h1#logo {
	display: block;
	margin: 26px 0 0 76px;
	width: 223px;
	height: 88px;
}
h1#logo a {
	text-indent: -999em;
	background: url(../images/logo-diagonal.png) no-repeat 0 0;
	width: 223px;
	height: 88px;
	display: block;
	cursor: pointer;
}
#main {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 593px;
}
.wide-main #main {
	background: url(../images/bg-paper.png) no-repeat left 18px;
	height: 418px;
	padding-top: 175px;
}
#footer {
	width: 960px;
	margin: auto;
	height: 200px;
	color: #fff;
	padding: 10px 0;
	position: relative;
}
#footer .left {
	width: 210px;
	display: block;
	float: left;
	padding: 0 20px 0 60px;
}
#footer .right {
	width: 600px;
	float: left;
}
#main .leftblock {
	width: 240px;
	float: left;
	margin: 82px 0 0 80px;
	overflow: hidden;
	padding-top: 67px;
}
#main .rightblock {
	width: 460px;
	height: 310px;
	padding: 79px 74px;
	float: left;
	margin: 82px 0 0 -18px;
	background: url(../images/bg-paper-small.png) no-repeat 0 0;
	color: #150a01;
	position: relative;
	z-index: 5;
}


/*   =======   CONTENT  =======   */


#hpflash {
	width: 960px;
	height: 730px;
	display: block;
	position: absolute;
	left: 63px;
	top: 0;
	z-index: 1;
}
#navflash {
	width: 800;
	height: 180px;
	display: block;
	position: absolute;
	left: 76px;
	top: 0;
	z-index: 1;
}

#main .content {
	position: relative;
	z-index: 1000;
	color: #150a01;
	height: 300px;
	display: block;
}
#homeContent {
	display: none;
	width: 620px;
	position: absolute;
	left: 170px;
	top: 275px;
	z-index: 1000;
	margin: 0 auto;
	height: 323px;
} 
.wide-main .content {
	width: 100%;
	margin: 0 0 0 170px;
	position: relative;
}
.wide-main .content.text {
	overflow: auto;
}

.heavy {
	font-size: .9375em;
	margin-bottom: .5em;
	line-height: 1.3em;
	padding: 0 15px;
}
.content .heavy {
	font-weight: bold;
}
h2.header {
	font-size: 2.5em;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-weight: bold;
}
.divider {
	width: 620px;
	height: 8px;
	display: block;
	clear: both;
	margin: 2em 0;
	background: url(../images/divider.png) no-repeat 0 0;
}
.button {
	width: 110px;
	height: 28px;
	line-height: 26px;
	color: #fff !important;
	text-decoration: none;
	font-size: .875em;
	padding: 0 24px 0 10px;
	background: url(../images/button-blank.png) no-repeat 0 0;
	display: block;
	position: relative;
	margin: 1em 0;
}
#ourApproach {
	margin: -40px 0 0 -20px;
}
.scroll-pane {
	overflow: auto;
}
#text-block, #text-block.scroll-pane {
	width: 630px !important;
	height: 295px;
}
#scrollblock {
	display: block;
	margin: 0;
	position: relative;
}
#text-block-short, #text-block-short.scroll-pane  {
	width: 540px;
	height: 310px;
}

.read-more {
	display: block;
	margin-top: -20px;
	color: #333 !important;
	font-size: .875em;
}
#approach-text {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
}
.exit {
	text-align: right;
	display: block;
	margin-bottom: 1.5em;
	background: url(../images/close.png) no-repeat right center;
	padding:  3px 22px 3px 0;
	color: #000 !important;
	font-size: .75em;
	text-transform: uppercase;
	text-indent: 999em;
	cursor: pointer;
}
h4.mini-title {
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #ababab;
	display: block;
	width: 100%;
	font-weight: bold;
}
.text ul, .rightblock ul {
	margin: 0 0 1em;
}
.text li, .rightblock li {
	font-size: .75em;
	list-style: none;
	line-height: 1.25em; 
	margin: 0 0 1em;
	padding-left: 1.5em;
	background: url(../images/bullet.png) no-repeat 7px 2px;
}
.text li a, .rightblock li a {
	color: #150a01;
}

#industries {
	display: block;
}
#industries li {
	list-style: none;
	margin: 0 5px 4px 0 !important;
	padding: 0 0 0 18px !important;
	display: block;
	line-height: 100%;
	position: relative;
	z-index: 101;
	height: 22px;
	width: 180px;
	float: left;
	background: url(../images/bullet-note.png) no-repeat left 4px;
	cursor: pointer;
}
#industries li a {
	padding: 3px 0 !important;
	display: block;
	position: relative;
}
#industries li p.details {
	display: none;
	width: 160px;
	position: absolute;
	left: 50px;
	top: 16px;
	z-index: 100;
	font-size: 13px;
	margin-left: 10px;
	padding: 20px 10px 10px 10px;
	margin: 0 10px;
	border-bottom: 1px solid #a9a199;
	background: url(../images/industry-detail.png) no-repeat 0 0;
}
#industries li:hover {
	z-index: 1002;
}
#industries li:hover .details {
	display: block;
	z-index: 1000
}
.client-block {
	width: 200px;
	display: block;
	float: left;
}
.client-block h6 {
	font-weight: bold;
	margin-bottom: 5px;
}
.client-block li {
	margin-bottom: 2px;
}





/*   =======   SIDE NAV  =======   */


#main .leftblock h2 {
	font-size: 2.625em;
	color: #fff;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-weight: bold;
}

#sidenav h4 a {
	display: block;
	width: 240px;
	height: 29px;
	background: url(../images/sidenav-items.png) no-repeat 0 0;
	color: #f2e1a9;
	font-size: .75em;
	padding: 0 10px;
	line-height: 26px;
	margin-bottom: 5px;
}
#sidenav h4 a:hover, #sidenav h4 a.active {
	background-position: left bottom;
	color: #311702;
	text-decoration: none;
}
#sidenav ul {
	display: block;
	margin: 0 0 1em 10px;
}
#sidenav ul li {
	display: block;
	width: 230px;
	height: 29px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 5px;
}
#sidenav ul li a {
	color: #fff;
	display: block;
	height: 29px;
	line-height: 26px;
	font-size: .875em;
	text-decoration: none;
	padding: 0 10px;
	background: url(../images/sidenav-items.png) no-repeat 0 0;
}
#sidenav ul li a:hover, #sidenav ul li.active a {
	color: #311702;
	background-position: left bottom;
}

#text-desc {
	width: 180px;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	background: url(../images/black-80.png) repeat;
}
#text-desc p {
	color: #fff !important;
	margin: .5em 0;
}



/*   =======   FOOTER  =======   */

#footer p {
	color: #fff;
}
p.phone {
	background: url(../images/icon-phone.png) no-repeat 0 2px;
	padding-left: 15px;
	font-size: 1.25em;
	line-height: 100%;
}
p.small {
	font-size: .6875em;
}
p.credit {
	position: absolute;
	bottom: 0;
}
p.credit a {
	color: #fff;
	text-decoration: none;
}
p.credit a:hover {
	color: #7f8ea1;
}

#contact-form {
	overflow: hidden;
	display: block;
}

#contact-form h3 {
	font-size: 1.5em;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #fff;
	display: inline;
}
#contact-form .required {
	display: inline;
	font-size: .6875em;
	color: #f2e1a9;
	padding-left: 5px;
}

#contact-form .form-block {
	display: block;
	margin: 7px 7px 7px 0;
	float: left;
}
#contact-form .elements { width: 225px; }
#contact-form .elements input {
	width: 211px !important;
	background: url(../images/form-input-bg.png) no-repeat 0 0;
	border: none;
	font-size:14px;
	height:18px !important;
	line-height: 18px;
	line-height:30px;
	margin-bottom:7px;
	padding:7px;
	color: #7f8ea1;
}

#contact-form .elements textarea {
	width: 211px !important;
	height: 55px;
	background: url(../images/form-textarea-bg.png) no-repeat 0 0;
	border: none;
	font-size:14px;
	padding: 7px;
	color: #7f8ea1;
	font-family: Helvetica, Arial, sans-serif;
}
#contact-form .elements input.active {
	background-position: left bottom;
	color: #fff;
}
#contact-form .elements textarea.active {
	color: #fff;
}

#contact-form .send-button {
	display: block;
	width: 69px;
	height: 69px;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	background: url(../images/button-send.png) no-repeat 0 0;
}

#footer-nav {
	display: block;
	margin: 0;
	background: url(../images/footer-bg.png) repeat-x 0 0;
	width: 502px;
	padding: 0 0 0 30px;
	height: 38px;
}
#footer-nav li {
	display: block;
	float: left;
	margin: 0 10px;
}
#footer-nav a {
	display: block;
	float: left;
	padding: 7px 11px;
	font-size: .8125em;
	color: #8394a8 !important;
	text-decoration: none;
	line-height: 24px;
	background: url(../images/footer-nav-button.png) no-repeat center -32px;
}
#footer-nav a:hover {
	color: #fff !important;
	background-position: center 7px;
} 

#footer #bizcard {
	position: absolute;
	top: -75px;
	left: 80px;
}