/* Table of Contents:
    1. Reset Styles
    2. Baseline (Default) Styles
    3. Column/Layout Structure
    4. Navigation Styles
    6. Footer Styles
*/

/*---- 1. Reset Styles ----*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---- 2. Baseline (Default) Styles ----*/
body {
	padding: 17px 0 0 0;
	font-family: "Trebuchet MS", Arial, Verdana, san-serif;
	font-size: 93%;
	line-height: 150%;
	background-color: rgb(70,42,11);
	color: rgb(153,153,153);
}
h1 {
	font-size: 110%;
	line-height: 110%;
	padding-bottom: 3px;
	color: rgb(153,153,153);
}
h2, lh {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.2em;
}
h4 {
	padding: 1.0em 0 0 0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.0em;
}
iframe {
	border: 0px;
	/*display: none;*/
	background-color: transparent;
	padding: 0px;
}
p {
	margin: 0 0 1.3em 0;
}
a, a:link, a:hover {
	color: rgb(0,61,125);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: rgb(0,0,0);
	text-decoration: none;
}
sup {
	font-size: 85%;
	vertical-align: 20%;
}
ul {
	font-size: 1em;
}
/*---- 3. Column/Layout Structure ----*/
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	min-width: 1057px;/*
	height: 610px;
	overflow: hidden;*/
	background: white url(../img/rightEdge.gif) top right repeat-y;
	border-top: 3px solid white;
	border-bottom: 3px solid white;

}
#navbar {
	float: left;
	width: 229px;
	height: 610px;
}
#navbar a {
	padding: 0;
	margin: 0;
}
#navbar img {
	float: left;
}
#main {
	position: relative;
	float: left;
	width: 735px;
	padding-right: 10px;/*
	width: 500px;*/
	height: 370px;
	overflow: auto;
}
#home #main {
	min-width: 775px;
}
#contact #main {
}
#launchers {
	float: left;
	margin: 0 25px 0 0;
}
#home #portfolio-nav {
	float: left;
	width: 390px;
}
#home #portfolio-nav img {
	float: left;
	border: 1px solid #ccc;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
}
#home #content {
	position: relative;
	float: left;
	width: 355px;
}
#home #content #verbiage { display:none; }
#wwa { position: relative; }
#wwa #wwa-nav {
	float: left;
	width: 390px;
}
#wwa #wwa-nav img {
	float: left;
	border: 1px solid #ccc;
	margin: 0px 10px 10px 0px;
	cursor: normal;
}
#wwa #content {
	position: absolute;
	left: 370px;
	top: 0px;
	width: 340px;
}
#mediaHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: auto;/*
	background-color: black;*/
	z-index: 10;
	display: block;
}
#mediaLinks {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	width: 390px;
	font-size: 12px;
}
#mediaLinks a {
	color: #6699cc;
	margin-right: 10px;
}
#mediaLinks a:active {
	color: rgb(153,153,153);
}
#portfolio-frame { border: 0px; }
/*---- 4. Navigation Styles ----*/
#topNav {
	height: 58px;
	text-align: right;
	margin: 0 auto;
	width: 100%;
	background: transparent;
}
#topNav ul {
	padding-right: 10px;
}
#topNav li {
	display: inline;
	padding: 0 0 0 10px;
	font-size: 0.7em;
}
#topNav li a img {
	margin-bottom:-8px;
}
#topNav li, #nav li, .subnav li {
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0;
}
#topNav li a:link, #nav {
	color: rgb(102,153,204);
}
#topNav li a:hover {
	color: white;
}
#nav {
	position: relative;
	float: left;
	padding: 14px 0 0 0;
	width: 745px;
	height: 185px;
}
#nav li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
#nav a:link, #nav a:visited, #nav li:hover li a:link, .subnav a:link, .subnav a:visited {
	color: rgb(153,153,153);
	text-decoration: none;
}
#nav li:hover a:link, #topNav a:link, #topNav a:visited {
	color: rgb(102,153,204);
	text-decoration: none;
}
#nav li a:hover, #nav li:hover a:link, #nav li li:hover a:link, .subnav li a:hover, .subnav li:hover a:link {
	color: rgb(102,102,102);
}
.subnav .active {
	text-decoration: none;
	color: rgb(102,153,204);
	cursor: default;
}
.subnav a:hover {
	text-decoration: none;
	color: black;
}
#nav li .subnav {
	position: absolute;
	top: 0;
	left: 11em;
	padding-left: 1em;
	vertical-align: top;
	display: none;
}
#nav li .active, #nav li:hover .active {
	color: rgb(102,153,204);
	cursor: default;
}
#nav li:hover .subnav {
	display: block;	
}
#nav .subnav li {
	font-size: 1.0em;
	line-height: 2.0em;
	vertical-align: top;
}
/*---- 5. Main Content Styles ----*/
div#goHome {
	position: absolute;
	top: 0px;
	left: 0;
	height: 610px;
	width: 145px;
	z-index: 100;
}div#goHome img {
	position: absolute;
	top: 241px;
	left: 0;
	height: 80px;
	width: 150px;
	z-index: 110;
}
div#activeTab {
	position: absolute;
	top: 0px;
	left: 190px;
	height: 610px;
	width: 38px;
	z-index: 100;
}
#home #content p {
	z-index: 1;
}
#main p, #main ul {
	font-size: 0.8em;
	line-height: 1.6em;
	color: rgb(153,153,153);
}
#clients #main {
	width: 769px;
	padding: 0;
}
#cap #main {
	width: 735px;
	padding-right: 20px;
	overflow: hidden;
}
#cap #main ul {
	width: 180px;
	border-right: 3px solid white;
	background-color: rgb(238,238,238);
	float: left;
	margin: 0;
	padding: 0;
	height: 310px;
}
#cap #main li {
	color: rgb(51,51,51);
	padding: 4px 10px;
	line-height: 1.1em;
	font-size: 0.9em;
}
#cap #main li.lh, #clients #main h1, #cases h1 {
	text-transform: uppercase;
	border-bottom: 1px solid white;
	background-color: rgb(102,102,102);
	color: white;
	font-weight: normal;
	padding: 8px 15px;
	margin-bottom: 4px;
	width: 150px;
	letter-spacing: 0.3ex;
}
#cases h1 {
	width: 334px;
	font-size: 0.7em;	
}
#cases #content {
	background-color: rgb(238,238,238);
	width: 364px;
	min-height: 309px;
	padding: 0 0 5px 0;
	margin-right: 20px;
	float: left;
}
#cases #content ul {
	padding: 8px 20px 0 15px;
	font-size: 0.8em;
	line-height: 1.1em;
	list-style-type: disc;
	list-style-position: outside;
}
#cases #content li {
	margin-left: 15px;
	padding: 1px 0 3px 2px;
	color: rgb(102,102,102);
}
#cases #content li.lh {
	color: black;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#cases #main {
	width: 780px
}
#cases #mediaHolder {
	position: relative;
	float: left;
	display: block;
	height: 307px;
}
#clients #main h1 {
	width: 749px;
	font-size: 0.8em;
	padding: 7px 10px;
	margin: 0;
}
#clients #client-logos img {
	float: left;
	padding: 3px 3px 0px 0px;
	margin: 0px;
}
#clients #client-logos img.last {
	padding: 3px 0px 0px 0px;
}
#contact #main ul {
	max-width: 50%;
	margin: 0 0 5px 0;
	list-style-position: outside;
	line-height: 1.2em;
}
#contact #main li {
	position: relative;
	left: 15px;
	list-style-type: disc;
	padding: 0 0 5px 0;
}
#contact #main li.lh {
	left: 0;
}
#main p.footnote {
	font-size: 0.8em;
	line-height: 1.0em;
	padding: 5px 10px 5px 15px;
}
.clear {
	clear: both;
	line-height: 0;
}
.last {
	border: none;
}
.left {
	position: relative;
	float: left;
	margin: 0 20px 10px 0;
}
ul.left {
	margin-right: 30px;
}
.right {
	position: relative;
	float: right;
}
#map {
	position: absolute;
	top: 0;
	left: 385px;
}
.selected {
}
.clear {
	clear: both;
}
.scroller {
	height: 135px;
	width: 99%;
	overflow: auto;
}
/*---- 6. Footer Styles ----*/
#footer {
	width: 890px;
	text-align: left;
	padding: 10px 0 10px 229px;
	color: rgb(117,116,116);
	font-size: 0.78em;
	line-height: 1.2em;
}
#footer p {
	margin-bottom: 0.5em;
	color: rgb(117,117,116);
}
#footer p#hCard {
	letter-spacing: 0.1ex;
}
/* HIDE/SHOW CSS */
.hide {/*
	margin-bottom: 0.8em;*/
}
.hide li {
	display: none;
}
.show li {
	display: list-item;
}
.hide li.lh, .show li.lh {
	color: rgb(0,61,125);
	list-style-type: none;
	display: block;
}
.hide li.lh:hover, .show li.lh:hover {
	cursor: pointer;
	text-decoration: underline;
}
/* hCard styles */
.fn, .adr, .voice {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
abbr, .logo, .country-name, .fax, .email, .geo {
	display: none;
}
.nodis {display:none;}
#img1, #img2, #img3, #img4, #img5, #img6 { position: relative; }
#img1 img, #img2 img, #img3 img, #img4 img, #img5 img, #img6 img, #img7 img, #img8 img, #img9 img { position: absolute; }
#img1 img, #img2 img, #img3 img { top: 0px; }
#img4 img, #img5 img, #img6 img { top: 101px; }
#img7 img, #img8 img, #img9 img { top: 202px; }
#img1 img, #img4 img, #img7 img { left: 0px; }
#img2 img, #img5 img, #img8 img { left: 119px; }
#img3 img, #img6 img, #img9 img { left: 238px; }
#wwa01-6, #wwa02-6, #wwa03-6, #wwa04-6, #wwa05-6, #wwa06-6 { z-index: 6; }
#wwa01-5, #wwa02-5, #wwa03-5, #wwa04-5, #wwa05-5, #wwa06-5 { z-index: 5; }
#wwa01-4, #wwa02-4, #wwa03-4, #wwa04-4, #wwa05-4, #wwa06-4 { z-index: 4; }
#wwa01-3, #wwa02-3, #wwa03-3, #wwa04-3, #wwa05-3, #wwa06-3 { z-index: 3; }
#wwa01-2, #wwa02-2, #wwa03-2, #wwa04-2, #wwa05-2, #wwa06-2 { z-index: 2; }
#wwa01-1, #wwa02-1, #wwa03-1, #wwa04-1, #wwa05-1, #wwa06-1 { z-index: 1; }


