/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.8em/1.35em helvetica, arial, sans-serif;
background: url(../images/back-sub.jpg) repeat-x top center #fff;
color: #595a5a;
}

.home {
background: url(../images/back-home.jpg) repeat-x top center #595a55;
color: #fff;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
font-family: helvetica, arial, sans-serif;
margin:0;
padding:0;
font-weight:normal;
color: #595a5a;
}

.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
color: #fff;
}

h1 {
padding:45px 0 12px 0;
letter-spacing:-2px;
font-size: 3.4em;
font-weight: bold;
border-bottom: 2px #eee solid;
margin: 0 0 20px 0;
}

h2 {
padding: 10px 0 15px 0;
letter-spacing:-1px;
font-size: 1.7em;
font-weight: bold;
}

h3 {
font-size: 1.3em;
font-weight:bold;
padding: 5px 0 3px 0;
margin: 0 0 5px 0;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:square;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #595a5a;
}

.home a, .home a:visited {
color: #fff;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em helvetica, arial, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:968px;
margin:0 auto;
}

/***** Header *****/

#header h1 {
float:left;
display:block;
padding: 10px 0 0 39px;
margin: 0;
text-indent:-2000px;
border: none;
}
	
	#header h1 a {
	width:197px;
	height:186px;
	display:block;
	background:url(../images/logo2.png) no-repeat;
	_background:url(../images/logo2-ie6.png) no-repeat;
	}
	
#navigation {
float: right;
display: block;
width: 700px;
text-align: right;
margin: 32px 0 0 0;
font-weight: bold;
text-transform: uppercase;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li {
padding: 40px 25px;
border-right: 1px solid #cedce2;
float: left;
display: block;
}

#navigation a {
color: #7b7c78;
text-decoration: none;
}

#navigation a:hover {
color: #3e3e3e;
}

#tagline h2 {
float: right;
display: block;
margin: 40px 0 0 0;
padding: 0;
width: 675px;
font-size: 1.8em;
font-weight: normal;
font-family: Futura, Helvetica, Arial, sans-serif;
color: #595a5a;
}

/***** Home *****/

#flash {
background: url(../images/flash-back.png) no-repeat top center;
_background: none;
width: 960px;
height: 336px;
margin: 18px 0 18px 0;
padding: 4px;
}

.slideshow {
width: 960px;
height: 336px;
}

#homecolumn1, #homecolumn2, #homecolumn3, #homecolumn4 {
width: 225px;
float: left;
display: block;
margin: 0 20px 25px 4px;
}

.home h3 {
border-bottom: 2px solid #767772;
text-decoration: none;
}

#homecolumn1 a, #homecolumn2 a, #homecolumn3 a, #homecolumn4 a {
text-decoration: none;
}

#homecolumn1 h3:hover, #homecolumn2 h3:hover, #homecolumn3 h3:hover, #homecolumn4 h3:hover {
color: #ccc;
}

#homecolumn2 {
margin: 0 20px 0 0;
}

#homecolumn3 {
margin: 0 20px 0 0;
}

#homecolumn4 {
margin: 0 0 0 0;
}

/***** Subpage *****/

#subcontent {
float: left;
display: block;
width: 715px;
margin: 42px 0 15px 4px;
}

#subimage {
width: 715px;
}

#subnav {
float: right;
display: block;
margin: 42px 4px 15px 0;
width: 226px;
font-size: .95em;
}

#subnav ul {
list-style: none;
margin: 0;
padding: 0;
}

#subnav li a {
color: #848585;
text-decoration: none;
background: #f0efef;
width: 202px;
padding: 3px 12px;
margin: 0 0 2px 0;
display: block;
}

#subnav a:hover {
background: #e1e9ed;
}

.subnavbox {
display: block;
width: 210px;
margin: 0;
background: #ebf0f3;
padding: 8px;
}

/***** Subpage Full Width *****/

#subcontent-full {
float: left;
display: block;
width: 960px;
margin: 42px 0 15px 4px;
}

#services1, #services2, #services3, #services4 {
float: left;
display: block;
width: 218px;
margin: 0 7px 0 0;
background: #ebf0f3;
padding: 8px;
height: 327px;
overflow: hidden;
}

#services4 {
margin: 0 0 0 0;
}

.clients {
width: 250px;
float: left;
display: block;
margin: 0 30px 0 0;
line-height: 1.9em;
}

/***** Contact Form *****/

#contactform {
position: relative;
display: block;
}

#contactform input {
padding: 5px;
}

#contactform .inputbg {
position: relative;
width: 100%;
}

#contactform label.error {
	position: absolute;
	display: block;
	top: -25px;
	right: 328px;
	padding: 3px;
	color: #da3939;
	font-size: .9em;
	text-align: right;
	font-weight: normal;
}

/***** Footer *****/

.home #footer-top, #footer-top {
background: url(../images/footer-top.png) no-repeat top center;
width: 960px;
margin: 0 auto;
height: 7px;
margin-top: 15px;
}

#footer-top {
background: url(../images/footer-top-sub.png) no-repeat top center;
}

#footer {
background: #3d3d3b;
border-left: 1px solid #242423;
border-right: 1px solid #242423;
width: 928px;
margin: 0 auto;
_margin-top: -10px;
padding: 5px 15px;
color: #cacbc7;
font-size: .9em;
line-height: 1.4em;
}

#footer a {
color: #cacbc7;
}

#footer h1, #footer h2, #footer h3 {
color: #cacbc7;
border-bottom: none;
padding-top: 0;
}

#f1 {
float: left;
display: block;
width: 306px;
margin: 0 22px 0 0;
}

#f2 {
float: left;
display: block;
width: 300px;
margin: 0 0 0 0;
}

#f3 {
float: right;
display: block;
width: 207px;
margin: 0 0 0 0;
text-align: right;
}

.home #footer-bottom, #footer-bottom {
background: url(../images/footer-bottom.png) no-repeat top center;
width: 960px;
margin: 0 auto;
height: 7px;
margin-bottom: 30px;
}

#footer-bottom {
background: url(../images/footer-bottom-sub.png) no-repeat top center;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }