/*	I.E. Network: screen master
	------------------------
	Author:			Intercom Agency (http://intercomagency.com/)
	Last Updated:	June 3, 2009
*/

@import url("reset.css");

* {
	outline: none;
}

body {
	background: #706d6d url(../images/bg.gif) repeat-x center top;
	text-align: center;
	font-size: 100%;
	font-family: Geneva, Verdana, Arial;
}


/* Structure
-------------------------------------------------- */

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#branding {
	width: 1115px;
	margin: 0 auto;
	min-width: 800px;
}

#content {
	width: 841px;
	padding: 30px;
}

/* Main Typography
-------------------------------------------------- */

#home h1 {
	margin: 0 0 32px 0;
	font-size: 1.7em;
	line-height: 1.5em;	/*letter-spacing: 0.5em;*/
}

#what h1 {
	margin: 0 0 0 0;
	font-size: 1.7em;
	line-height: 1.5em;	/*letter-spacing: 0.5em;*/
}
#how h1 {
	margin: 0 0 0 0;
	font-size: 1.7em;
	line-height: 1.5em;	/*letter-spacing: 0.5em;*/
}
#who h1 {
	margin: 0 0 0 0;
	font-size: 1.7em;
	line-height: 1.5em;	/*letter-spacing: 0.5em;*/
}

p {
	line-height: 1.5em;
	margin: 12px 0;
	color: #e0dedf;
	font-size: 0.8em;
}

#leaders p{
	color: #231f20;
}

h1 {
	color: #c9c5c6;
	font-size: 1.8em;
	line-height: 1.3em;
}

h2 {

}

.strongWhite {
	font-style: italic;
	color: #FFF;
}

.smallCaps {
	font-weight: bold;
	font-size: 0.82em;
	text-transform: uppercase;
	margin-left: 5px;
}


/* Header Area
-------------------------------------------------- */

#branding .logo {
	background: url(../images/logo.png) no-repeat 0 15px;
	text-indent:-9999px;
	width: 270px;
}

#branding .logo a {
	width: 270px;
	height: 165px;
	display: block;
}

#address {
	float: right;
	width: 40em;
	font-size: .7em;
	text-align: right;
	color: #a7a5a6;
	margin: 7px 8px 6px 8px;
}

#address p{
	margin: 0 10px 5px 0;
	color: #878484;
}

#address a {
	color: #FFF;
	background: #19ade7;
	padding: 5px;
	text-decoration: none;
}

#address .email {
	margin-top: 9px;
}

#address a:hover {
	background: #4ecdff;
	color: #FFF;
	text-decoration: underline;
}

/* Navigation
-------------------------------------------------- */

#nav {
	width: 100%;
	margin: 34px 0 0 0;
}

#nav li {
	float: left;
	height: 145px;
	width: 300px;
	text-indent: -9999px;
}

#nav li a {
	height: 145px;
	width: 300px;
	display: block;
	background: #EAEAEA;
}

#nav .what a{
	background: url(../images/btn_what.png) no-repeat left top;
}

#nav .what a:hover{
	background: url(../images/btn_what.png) no-repeat left -145px;
}

#what #nav li.selected {
	background: url(../images/btn_what.png) no-repeat left -290px;
}


#nav .how a{
	background: url(../images/btn_how.png) no-repeat left top;
}

#nav .how a:hover{
	background: url(../images/btn_how.png) no-repeat left -145px;
}

#how #nav li.selected{
	background: url(../images/btn_how.png) no-repeat left -290px;
}



#nav .who a{
	background: url(../images/btn_who.png) no-repeat left top;
}

#nav .who a:hover{
	background: url(../images/btn_who.png) no-repeat left -145px;
}

#who #nav li.selected{
	background: url(../images/btn_who.png) no-repeat left -290px;
}




/* Content
-------------------------------------------------- */

#leftColumn {
	width: 539px;
}

#homeColumn {
	width: 560px;
}

#content {
	background: #3b3b3b;
	float: left;
	background-image: url(../images/homeBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 24px;
}

#what #content {
	padding-bottom: 32px;
	background-image: url(../images/whatBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#how #content {
	padding-bottom: 32px;
	background-image: url(../images/howBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Leaders Tabs
-------------------------------------------------- */

/* Caution! Ensure accessibility in print and other media types... */
.tabs-hide {
	display: none;
}


.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0;
    min-width: 84px; /* be nice to Opera */
    text-indent: -9999px;
    height: 240px;
}

.tabs-nav .t1 a {
	background: url(../images/who_rick.jpg) no-repeat left top;
	width: 282px;
}

.tabs-nav .t1 a:hover, .tabs-nav .tabs-selected a.b1 {
	background: url(../images/who_rick.jpg) no-repeat left -240px;
}

.tabs-nav .t2 a {
	background: url(../images/who_tom.jpg) no-repeat left top;
	width: 277px;
}

.tabs-nav .t2 a:hover, .tabs-nav .tabs-selected a.b2 {
	background: url(../images/who_tom.jpg) no-repeat left -240px;
}

.tabs-nav .t3 a {
	background: url(../images/who_greg.jpg) no-repeat left top;
	width: 282px;
}

.tabs-nav .t3 a:hover, .tabs-nav .tabs-selected a.b3 {
	background: url(../images/who_greg.jpg) no-repeat left -240px;
}


.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0;
    height: 240px;
}
.tabs-nav a {
    position: relative;
    top: 0;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% 0;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a span {
    width: 280px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 240px; /* IE 6 treats height as min-height */
    min-height: 18px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 1em 0;
    background: #fff url(../images/bg_who.jpg) repeat-x left top; /* declare background color for container to avoid distorted fonts in IE while fading */
    color: #231f20;
    width: 840px;
}

.tabs-container p {
	padding: 0 20px;
}

.tabs-container h2 {
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 1.2em;
}




/* Footer
-------------------------------------------------- */





/* Misc
-------------------------------------------------- */
.myEmail {
	font-size: 0.64em;
	color: #00A4E4;
	text-decoration: none;
	margin-left: 6px;
	background-color: #FFF;
	padding: 2px 4px 3px;
	border: 1px solid #FFF;
}
.myEmail:hover {
	text-decoration: none;
	color: #4ecdff;
	border: 1px solid #4ecdff;
}
#leftColumn p {
	font-size: 0.96em;
	line-height: 1.6em;
	margin: 14px 0;
	letter-spacing: 0.05em;
}
#homeImage {
	width: 244px;
	float: right;
}
#homeImage p {
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 6px 0;
	color: #c9c5c6;
}
