@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html,body {height:100%;}

body {
	font-family:"Myriad Roman", Arial, Helvetica, sans-serif;
	font-size:100.1%;
	color:#665C39;
	text-align:center;
	background:#7da7d8;
}
p {
	font-size:80%;
	line-height:1.4;
/*	padding:.4em 0px;*/
}
p.nopadbot {
	padding-bottom:0px;
}
div#container {
	position:absolute;
	width:100%;
	height:598px;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-50%;
	background:#fff;
}
#subclients #container {
	position:absolute;
	width:100%;
	height:591px;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-50%;
	background:#fff;
}
div#subPageHeader {
	position:relative;
	width:100%;
	height:50px;
	background:url(../images/Everett_Main_brown_bar_swat.gif) repeat-x;
	border-bottom:3px solid #7da7d8;
}
#subclients #subPageHeader {
	position:relative;
	width:100%;
	height:50px;
	background:url(../images/Everett_Main_brown_bar_swat.gif) repeat-x;
	border-bottom:3px solid #7da7d8;
}
.headerContainer {
	position:relative;
	width:752px;
	height:50px;
	text-align:center;
	margin:0 auto;
}
#logo {
	float:right;
	padding-top:11px;
	padding-right:20px;
	width:256px;
	background-color:transparent;
}
#logo h1 {
	text-indent:-5000px;
	background:url(../images/Everett-Logo_2.gif) no-repeat;
	width:256px;
	height:27px;
}
#testyourbrand #content, #companybkgd #content, #contactus #content, #clients #content {
	position:relative;
	text-align:center;
	margin:0 auto;
	width:752px;
	height:432px;
	background:#fff;
}
#subclients #content {
	position:relative;
	text-align:center;
	margin:0 auto;
	width:752px;
	height:376px;
}
#subclients #content div {
	margin-top:8px;
}
#subclients #flash {
	float:left;
	width:450px;
	height:350px;
	text-align:left;
	margin-right:30px;
}
#subclients #flash-copy {
	float:left;
	width:250px;
	height:350px;
	text-align:justify;
}
#subclients #flash-copy p {
	padding-bottom:1em;
}
#testyourbrand #content #text, #contactus #content #text {
	float:left;
	width:350px;
}
#companybkgd #content #text {
	float:left;
	width:360px;
}
#clients #content #text {
	float:left;
	width:752px;
/*	background:pink;*/
}
#companybkgd #content #text div, #clients #content #text div {
	padding-top:.8em;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
#clients #content #text div #logogallery{
	position:relative;
	margin:0px;
	padding:0px;
	margin-top:30px;
	width:712;
	height:170px;

}
.noleftimgpad {
	padding-left:0px;
}
#testyourbrand #content #text div {
	padding-top:.8em;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}
#contactus #content #text div{
	padding-top:.8em;
	padding-left:20px;
	text-align:justify;
}
#testyourbrand #content #image {
	float:left;
	width:362px;
}
#testyourbrand #content #image div {
	padding-left:176px;
	text-align:left;
}
#contactus #content #text div dl {
	margin:0px;
	paddng:0px;
}
#contactus #content #text div dl dd {
	font-size:80%;
	line-height:1.4;
}
#contactus #content #image {
	float:left;
	width:402px;
}
#contactus #content #image div {
	padding-top:39px;
	text-align:right;
}
#companybkgd #content #rtCol {
	float:left;
	text-align:left;
	width:300px;
}
#companybkgd #content #rtCol div {
	padding-top:.8em;
	padding-left:40px;
}
#companybkgd #content #rtCol div p {
	padding:0px;
	margin:0px;
}
#companybkgd #content #rtCol div dl {
	margin-top:.8em;
}
#companybkgd #content #rtCol div dl.nomargintop {
	margin-top:0px;
}
#companybkgd #content #rtCol div dt {
	font-size:80%;
	font-weight:bold;
	line-height:1.3;
}
#companybkgd #content #rtCol div dd {
	font-size:80%;
	line-height:1.3;
}
#contactus #content #text div h2 {
	font-size:80%;
}
div#content div p {
	padding-bottom:1em;
}
.textLink a:link {
	color: #3B2712;
	font-weight:bold;
	text-decoration: none;
}
.textLink a:visited {
	text-decoration: none;
	color: #3B2712;
	font-weight:bold;
}
.textLink a:hover {
	text-decoration: underline;
	color: #3B2712;
	font-weight:bold;
}
.textLink a:visited:hover {
	text-decoration:underline;
	color:#3B2712;
	font-weight:bold;
}
.textLink a:active {
	text-decoration: none;
	color: #3B2712;
	font-weight:bold;
}
#menu * {/*removes margin and padding off all list elements*/
	margin:0;
	padding:0;
}
#menu {
	float:left;
	width:430px;
	padding-top:16px;
	padding-left:10px;
	behavior:url(../lib/js_tools/csshover.htc);
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:75%;
	font-weight:bold;
	background-color:transparent;
}
#menu ul {
	display:inline; /*fixes margin-doubling bug in IE6 */
	float:left;
	width:430px;
	background-color:transparent;
}
#menu li {
	background-color:transparent;
	border-right:1px solid #7da7d8; /*creates dividing lines to the right of each horizontal level 1 menu item*/ /*set to 0px to remove*/
	float:left;
	list-style-type:none;
}

#menu li.noBorder {
	border-right:none;
}
#menu li:hover {
	background-color:transparent;
	color:#7da7d8;
}
#menu a {
	color:#fff; /*sets the color of all menu text*/
	padding:.2em 10px; /*creates space top/bottom and right/left respectively around each menu item's text - set vert height in ems*/
	text-decoration:none;
}
#menu a:hover {
	color:#7da7d8;
}

#testyourbrand #menu .tyb a, #companybkgd #menu .coback a, #contactus #menu .contact a, #clients #menu .clnt a, #subclients #menu .clnt a {
	color:#7da7d8;
}
div#footer {
	position:relative;
	width:100%;
	height:110px;
	border-top:3px solid #7da7d8;
	background-image: url(../images/Brown-Swatch-100x110.jpg);
	background-repeat: repeat-x;
	background-color: #3B2712;
}
#subclients #footer {
	position:relative;
	width:100%;
	height:172px;
	border-top:3px solid #7da7d8;
	background-image:url(../images/footer-bkgrd.gif);
	background-repeat: repeat-x;
	background-color: #3B2712;
}
#subclients #footer #center {
	text-align:center;
	width:752px;
}
#subclients #footer div {
	position:relative;
	width:752px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:110px;
	padding-top:10px;
}
#subclients #footer div p {
	color:#fff;
	font-size:60%;
}
#copyright {
	width:752px;
	height:98px;
	text-align:center;
	margin:0 auto;
}
#copyright p {
	text-align:right;
	color:#fff;
	font-size:60%;
	padding-top:90px;
	padding-right:20px;
}
#logogallery img {
	border:none;
}
#subClientsNav img {
	border:none;
}
