
/* -- RESET SIZING SCHEMA ///////////////////////

pt/px size			% 
	10				77
	11				85
	12				93
	13				100
	14				108
	15				116
	16				123.1
	17				131
	18				138.5
	19				146.5
	20				153.9
	21				161.6
	22				167
	23				174
	24				182 
	25				189 
	26				197 

/////////////////////////////////////////// -- */


/*----------------------------------------------------------- Common elements */

.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.bold {font-weight: bold;}
.heavy {font-size:131%; font-weight:bold;}
.no-border {border:0px;}
.top-border {border-top: 1px #195971 solid;}
.bottom-border {border-bottom: 1px #195971 solid;}
a {outline:none;}
a:link, a:visited {text-decoration:none; color: #fff;}
a:hover, a:active {text-decoration: none; color: #2a94bc;}
strong{font-weight:bold;}
.hidden {display:none;}

/*----------------------------------------------------------- Clear fix styling */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*----------------------------------------------------------- base styling */
html {
	background:#000 url('../images/common/bg.jpg') no-repeat;
	font: 200 12px/180% "Helvetica", Arial, sans-serif;
	color: #fff;
}

body {
	width:100%;
	height:100%;
	padding-top:10px;
}

p {
	line-height: 120%;
	padding: 0;
	margin:0 0 10px 0;
	width:500px;
}

h2 {
	font-family:"Times New Roman";
	font-size:16px;
	margin-bottom:10px;
	letter-spacing:0.05em;
}

h3 {
	font-family:"Times New Roman";
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.05em;
}

/*--------------------------------------------------------- Generic page styling */

#page {
	width: 1008px;
	margin: 28px auto 0 40px;
	padding: 0;
}

/*---------------------------------------------------------- header styling */

#header {
	width: 100%;
	height: 100px;
}

#header #logo {
	float:left;
	position:absolute;
}

#header #imw {
	background:url('../images/logo/start-live_imw.jpg') no-repeat;
	height:19px;
	width:165px;
	margin:25px 0 0 844px;
	position:absolute;
	text-indent:-6666px;
}

#header #logo h1 {
	background:url('../images/logo/start-live_logo.gif') 0 0 no-repeat;
	width: 161px;
	height: 60px;
	text-indent:-6666px;
}

#header #sub-heading{
	position:absolute;
	width:860px;
	margin:95px 0 0 148px;
}

#header #sub-heading .links {
	float:right;
	margin-bottom:5px;
}

#header #sub-heading .links a {
	padding:0 7px 0 9px;
}

#header #sub-heading .links a.last {
	border-left:solid #fff 1px;
	padding-right:0;
}

#sub-heading .countdown {
	width:200px;
	float:left;
	margin-top:4px;
}

#sub-heading .countdown span {
	color:#2a94bc;
}

/*----------------------------------------------------------- nav styling */

#nav {
	font-weight: normal;
	position: relative;
	float: left;
	width: 135px;
}

#nav ul {
	padding:15px 0;
}

ul.menu a {
	display: block;
	text-decoration: none;
	line-height:140%;	
}
ul.menu a:hover {
	background:#2a94bc;
	text-indent:4px;
	color:#fff;
}

ul.menu li {
  margin-bottom:8px;
}

ul.menu ul {
	margin:-16px 0 0 60px;
	position:relative;
	float:right;
}

ul.menu li.selected a {
	background:#2a94bc;
	text-indent:4px;
	color:#fff !important;
}

ul.collapsible li.first {
	height:54px;
}

ul.collapsible li.first li {
	height:15px;
}

ul.menu li.selected a, ul.menu li.selected ul li.selected a {
	color: #61C5bA;
}

ul.menu li.selected ul li a {
	color: #fff;
}

ul.menu li.selected ul li a:hover {
	color: #fff;
}

/*----------------------------------------------------------- content styling */

#content {
	float:right;
	padding-top:13px;
	width: 860px;
}

/*----------------------------------------------------------- Column styling */

#content #column {
	float: left;
	width: 126px;
	margin-top: 8px;
}

#content #column p {
	line-height: 1.3em;
	margin: 0 0 1.4em 0;
	padding: 0;
}

#content #column h3 {
	color: #FFFFFF;
	line-height: 1.31em;
	margin: 0;
	padding: 0;
}

#content #column a {
	color: #FFFFFF;
}

#content #column a img {
	display: inline;
	vertical-align: sub;
	padding-left: 2px;
}

/*----------------------------------------------------------- Main styling */

#content #main {
	float: right;
	width: 678px;
	display: inline;
	margin-top: 5px;
	padding-top: 3px;
}

#content #main p {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: 400;
	line-height: 115%;
	margin: 0 0 2em 0;
	padding: 0 62px 0 0;
}

#content #main blockquote {
	color: #B3B3B3;
	font-size: 12px;
	font-weight: 400;
	line-height: 115%;
	margin: 0 0 2em 5px;
	padding: 0 62px 0 18px;
	border-left: 1px solid #B3B3B3;
}

#content #main h3 {
	font-size: 21px;
	font-weight: 200;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

#content #main img {
	padding-bottom: 8px;
	clear: both;
}

#content .cluster {
	margin:8px 0;
	padding:0;
}

#content #main div.telephone {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 148px;
	line-height: 1;
}

#content #two-col {}

.col{
	float:left;
}

#content #two-col .col {
	width:270px;
	float:left;
	margin-right:15px;
}

#content #two-col .col p {
	line-height:110%;
}

#content a.next {
	background:url('../images/gifs/cs-arrow.gif') no-repeat 100% 2px;
	cursor:pointer;
	padding-right:10px;
}

#content a.prev, #content a.back {
	background:url('../images/gifs/cs-arrow-prev.gif') no-repeat 0 2px;
	cursor:pointer;
	padding-left:10px;
	padding-right:7px;
	margin-right:5px;
	border-right:#195971 1px solid;
}

#content a.back {
	border:none;
}

#content a.next:hover {	
	background:url('../images/gifs/cs-arrow-hover.gif') no-repeat 100% 2px;
	color:#2a94bc;
}

#content a.prev:hover, #content a.back:hover {	
	background:url('../images/gifs/cs-arrow-hover-prev.gif') no-repeat 0 2px;
	color:#2a94bc;
}

#content a.prev.last {
	border:none;
}

#content.our-work-page .left-col {
	float:left;
	width:405px;
}

#content.our-work-page .left-col p {
	width:405px;
}

#content.our-work-page .right-col {
	width:439px;
	float:right;
}

#content.our-work-page .right-col img {position:absolute;}
#content.our-work-page .right-col .thumbs {	margin-top:326px;}
#content.our-work-page .right-col .thumbs img{position:relative;}
#content.our-work-page .right-col .thumbs a {margin-right:5px;opacity:0.5;}
#content.our-work-page .right-col .thumbs a.last{margin-right:0px;}

#home-three-col .col {
	width:280px;
	float:left;
	margin-right:10px;
}

#home-three-col .col.last {
	margin-right:0;
}

#home-three-col .col p {
	line-height:110%;
}

#home-three-col .col .header {
	height:24px;
	width:280px;
	margin-bottom:15px;
}

#home-three-col .col .header h3 {
	float:left;
	font-family:"Helvetica", Arial;
	font-weight:normal;
	margin-right:8px;
}

#home-three-col .col .header a {
	height:16px;
	float:left;
	width:16px;
	display:block;
}
#home-three-col .col .header a.rss {background:url('../images/gifs/rss.gif');}
#home-three-col .col .header a.vimeo {background:url('../images/gifs/vimeo.gif');}
#home-three-col .col .header a.flickr {background:url('../images/gifs/flickr.gif');}
#home-three-col .col .header a span {
	display:none;
}

#home-three-col .col .content {
	background:#00161e;
	width:270px;
	height:210px;
	padding:0 0 0 10px;
}

#home-three-col .content .images a, #home-three-col .content .vimeo-thumbs a {
	margin:10px 10px 0 0;
	float:left;
	padding:0;
	height:80px;
	width:80px;
	overflow:hidden;
}

#home-three-col .content .vimeo-thumbs a img {
	margin-left:-10px;
}

#home-three-col .content img.last {
	margin:0 0 10px 0;
}

#home-three-col .content img.bottom {
	margin:0 10px 0 0;
}

#home-three-col .content .news {
	height:170px;
	overflow:hidden;
	font-size:11px;
	padding-top:10px;
}

#home-three-col .content .news p.date {
	background:#2a94bc;
	display:inline;
	padding:2px 3px 1px 3px;
	margin-bottom:6px;
}

#home-three-col .content .news p.title {	
	padding-bottom:5px;
	margin-bottom:7px;
	border-bottom:1px dotted #fff;
	width:260px;
}

#home-three-col .content a.view-link {
	background: url('../images/gifs/cs-arrow.gif') no-repeat 100% 6px;
	color:#fff;
	padding-right:10px;
	font-size:11px;
	float:right;
	margin:7px 10px 0 0;
}
#home-three-col .content a.view-link:hover {
	background: url('../images/gifs/cs-arrow-hover.gif') no-repeat 100% 6px;
	color:#2a94bc;
}


#content #three-col .col {
	width:270px;
	float:left;
	margin-right:15px;
}

#content #three-col .col p {
	line-height:110%;
	width:270px;
}

#content .contact-content {
	position:absolute;
}

#content .contact-content p {width:400px;}

#google-maps {
	height:300px;
	width:425px;
	margin-left:435px;
	position:absolute;
}

#google-pan {
	height:300px;
	width:425px;
	margin:310px 0 0 435px;
	position:absolute;
}

#page.contact #content {
	height:600px;
}

/*----------------------------------------------------------- Home Hero area styling */

#two-col-hero{
	width:860px;
	margin-bottom:20px;
}

#two-col-hero .flash-hero{
	height:311px;
	position:relative;
	width:552px;
}

#two-col-hero .case-study-hero{
	position:relative;
	width:308px;
}

#two-col-hero.our-work .case-study-hero {
	width:860px;
}

#two-col-hero .case-study-hero .cs {
	display:inline;
	float:left;
	font-family:"Times New Roman";
	letter-spacing:0.05em;
	margin:0 0 10px 10px;
	overflow:hidden;
	position:relative;
	width:144px;
	height:150px;
}

#two-col-hero.our-work .case-study-hero .cs {
	margin:0 10px 10px 0;
}

#two-col-hero .case-study-hero .last{
	margin-right:0;
}

#two-col-hero .case-study-hero .cs img{
	position:absolute;
	top:0;
	z-index:1;
}

#two-col-hero .case-study-hero .cs h3{
	background:#00161e url('../images/gifs/cs-arrow.gif') no-repeat 130px 11px;
	bottom:0;
	font-size:12px;
	font-weight:normal;
	filter:alpha(Opacity=85);
	opacity:0.85;
	height:25px;
	padding:5px 0 0 8px;
	position:absolute;
	z-index:4;
	width:144px;
}

#two-col-hero .case-study-hero .cs a {
	width:144px;
	height:150px;
	display:block;
	position:absolute;
	z-index:20;
}

#two-col-hero .case-study-hero .cs .cs-hover {
	background:#00161e;
	display:none;
	filter:alpha(Opacity=70);
	opacity:0.7;
	position:absolute;
	z-index:2;
	height:150px;
	width:144px;
}
#two-col-hero .case-study-hero .cs:hover .cs-hover {display:block;}

#two-col-hero .case-study-hero .cs .cs-sum {
	display:none;
	font-family:"Arial";
	font-size:11px;
	position:absolute;
	z-index:3;
	height:150px;
	width:144px;
	padding:5px 8px;
}
#two-col-hero .case-study-hero .cs:hover .cs-sum {display:block;}

#two-col-hero .case-study-hero .cs .cs-sum p.title {
	background:#2a94bc;
	display:inline;
	padding:1px 2px 1px 2px;
}


#two-col-hero .case-study-hero .cs .cs-sum p.summery {
	width:125px;
	margin-top:7px;
}

/* -------------------------- Home Hero area styling > What we do */
#what-we-do {
	background:url('../images/common/home-mid-bar.jpg') no-repeat;
	width:838px;
	height:95px;
	padding:15px 0 0 22px;
	margin-bottom:20px;
}

#what-we-do h3 {
	font-family:"Times New Roman";
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.05em;
	margin-bottom:5px;
}

#what-we-do p {
	line-height:130%;
	width:530px;
}

#what-we-do a {	
	background: url('../images/gifs/cs-arrow.gif') no-repeat 100% 7px;
	color:#fff;
	padding-right:10px;
	font-size:11px;
	float:right;
	margin:-10px 15px 0 0;
}
#what-we-do a:hover {	
	background: url('../images/gifs/cs-arrow-hover.gif') no-repeat 100% 7px;
	color:#2a94bc;
}
/*----------------------------------------------------------- Main-nocloumn styling */

#content #main-nocolumn {
	font-size: 12px;
	line-height: 1.22em;	
	float: right;
	position: relative;
	width: 310px;
	margin-top: 6px;
	padding-top: 150px;	
	min-height: 200px;
	height: auto !important; /* IE6 min-height fix */
	height: 200px; /* IE6 min-height fix */
}

#content #main-nocolumn p {
	color:white;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 1.26em 0;
	padding: 0;	
	width: 310px;
}

#content #main-nocolumn h3 {
	line-height: 1.3em;
	color: #fff;
}

#content #main-nocolumn ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}

#content a.mof-start {
	background:url('../images/logo/start_logo.jpg');
	width:105px;
	height:60px;
	display:block;
	float:left;
	margin:10px 15px 0 0;
	text-indent:-6666px;
}

#content a.mof-jg {
	background:url('../images/logo/judgegill_logo.jpg');
	width:105px;
	height:60px;
	display:block;
	float:left;
	margin:10px 15px 0 0;
	text-indent:-6666px;
}

/* ------------------------------ What we do (clients) styling*/

#content .client h3 {
	font-weight:normal;
	margin-bottom:5px;
	font-size:16px;
	letter-spacing:0.05em;
}
#content .client {
	width:270px;
	margin-bottom:12px;
	padding-bottom:12px;
	}
#content .client .sub-title, #content .client .description {color:#88b4c4;font-style:italic;margin:0 0 2px 0;}
#content .client .copy {margin-bottom:8px;width:270px}
#content .client .name {font-weight:bold;margin:0 0 3px 0;}

/* ------------------------------ About us */

#content #mot {
	float:right;
	margin-right:40px;
}


/* =========================================================== who we are */

#who-we-are{
	margin-top:5px;
	}
	
#who-we-are ul li{
	float:left;
	height:auto;
	width:200px;
	margin:0 10px 20px 10px;
	min-height:360px;
	overflow:hidden;
	}	

#who-we-are ul li.first{ /* remove left margin from 1st list item */
	margin-left:0;
	clear:left;
	}

#who-we-are ul li.last{ /* remove right margin from last list list item */
	margin-right:0;
	}

#who-we-are ul li h3, #who-we-are ul li p{
	width:200px;
	display:block;
	}	

#who-we-are ul li h3{
	padding:10px 0;
	font-size:18px;
	}

 #who-we-are ul li p{
 	line-height:16px;
	}
	
#who-we-are ul li p a.slideDown, #who-we-are ul li p a.slideUp{
	color:#2a94bc;
	}



/* ========================================================== wayfinder news */

ul.press li {
	padding-top:14px;
	height:29px;
	border-bottom:1px solid #195971;
}
ul.press li.first {background:url('../images/icon/new_star.gif') left 4px no-repeat; padding-top:0;}
ul.press li.last {border-bottom:none;}

/* ------------------------------------ footer styling */

#footer {
	font-size:0.75em;
	text-align:left;
	color:#ccc;
	margin:32px 0 0 148px;
	padding-top:8px;
}

#footer a {color:#ccc;}

