@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
	background-image:url(../images/bg_pattern.gif);
	orphans: 4;
	
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto;
	width:949px;
	background-image:url(../images/shadow_both.png);
}
#contentWrapper {
	width:925px;
	background-color:#FFFFFF;
	margin-left:12px;
}

#footer {
	background-color:#c7c3bd;
	height: 30px;
	clear: both;
	position: relative;
	width:925px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	padding-top:15px;
}
#nudge {
	height: 100px;
	clear: both;
}



/**********NAVIGATION************/

#navWrapper {
	height:210px;
	width:925px;
	background-color:#FFFFFF;
	margin-left:12px;
}
#topLine {
	height:8px;
	background-color:#d3cfcb;
}

#logo {
	background-image:url(../images/logo.gif);
	width:186px;
	height:121px;
	margin-top:25px;
	margin-left:75px;
	float:left;
}
#navCont {
display: inline;
float:left;
margin-left:331px;
margin-top:-28px;
}


#subNavBar {
	height:25px;
	background-color:#90877c;
	padding:3px;
	margin-top:172px;
}

#subNavLink{
	display: inline;
	float:left;
	padding:0px 20px;
}

#subNavContAbout{
	display: inline;
	float:left;
	margin:3px 0px 0px 480px;
}
#subNavContServices{
	display: inline;
	float:left;
	margin:3px 0px 0px 365px;
	/*margin:3px 0px 0px 5px;*/
}
#subNavContClients{
	display: inline;
	float:left;
	margin:3px 0px 0px 480px;
}

