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

html {
	height:100%;
	width:100%;
	background-attachment:fixed;
	background-image:url(../images/background.jpg);
	background-position: 0 0;
	background-repeat:repeat;
}
body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow-x:auto;
	padding:0; margin:0;
}
#spacer {
	font-size:7px;
	height:18px;
	display:block;
}
.full_w {
	width:100% !important;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
.page_w {
	width:1037px !important;
	margin:0px auto 0px 150px;;
	padding:0;
}
.display_w {
	width:824px !important;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.clear {
	clear:both;
}
#pagewrap {
	font-size:14px;
	padding:0;
	margin-left:0px;
	margin-bottom:-110px;
	position:relative;
	height:100%;
}
#header {
	padding:190px 0 30px;
	margin:0 0 0 50px;
	background-attachment:scroll;
	background-image:url(../images/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:transparent;
	height:123px;
	position:relative;
	top:0px;
}
#logo {
	width: 804px;
	height:80px;
	padding:0 0 0 163px;
	margin:0 auto;
	text-align:right;
	cursor:pointer;
}
#logo img {
	border:none;
	cursor:pointer;
	margin-right:10px;
}
#categories {
	list-style:none;
	padding:0;
	margin: 8px 11px 0 0;
	font-size:105%;
	float:right;
	width:804px;
	display:block;
}
#categories a,
#categories span {
	float:right;
	display:block;
	margin:0em .1em 0em;
}
#content {
	background-color:#FFFFFF;
	padding-top:0px;
	margin:-1px 0px 0px 213px;
	position:relative;
	float:left;
	min-height:380px;
}
#content_close {
	background-image:url(../images/bottomcurves.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:40px;
	margin:0 0 0 50px;
	float:left;
	position:relative;
	z-index:-1;
}


/* TOP NAV  */
#topnav {
	padding:0px;;
	margin:0 0px 0 163px;
	position:relative;
	z-index:40;
	background-color:#FFFFFF;
}
#topnav ul {
	list-style:none;
	z-index:40;
}
#topnav ul  li {
	padding:3px;
	margin:0;
	display:block;
	list-style:none;
	text-align:center;
	float:left;
}
#topnav ul li a {
	display:block;
	padding:0 10px 3px;
	margin:0;
	text-decoration:none;	
	font-family:LaGioconda, Centaur, Century, Garamond, Times, serif;
	font-size:20px;
	color:rgb(100, 147, 154);
	text-align:center;
	letter-spacing:-0.05em;
	border-bottom:2px solid #FFFFFF;
}
#topnav ul li a:hover {
	color:#005568;
	border-bottom:2px solid rgb(215, 136, 45);
}
#topnav ul li a.selected {
	color:rgb(215, 136, 45);
}
#topnav ul li span {
	float: left;
	height:2em;
	width:800px;
	position: absolute;
	left: 15px; top:32px;
	display: none; /*--Hide by default--*/
	color: #fff;
	background:rgb(208, 218, 222);
	text-align:left;
}
/*#topnav ul li:hover span { display: block; z-index:70; }*/ /*--Show subnav on hover--*/
#topnav ul li span a { display: inline; border:none; line-height:24px; color:rgb(15, 86, 105); font-size:14px;} 
/*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#topnav ul li span a:hover {text-decoration: none; color:rgb(215, 136, 45);}
#topnav ul li span.blocked {z-index:65; display:block;}
/* END TOPNAV CLASS */

/* SIDEBAR CLASS */
.sidebar {
	width:167px;
	height:400px;
	padding:0;
	margin:0;
	position:relative;
	top:278px;
	left:0px;
	background-image:url(../images/sidebar.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
}
/* SIDEBAR CLASS */
#left {
	padding:20px;
	margin:0;
	min-width:380px;
	max-width:380px;
	position:relative;
	float:left;
	min-height:320px;
}
#left p{
	max-width:380px;
}
#divider {
	position:relative;
	float:left;
	margin:0;
	padding-top:20px; padding-bottom:30px;
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	width:50px;
}
#right {
	position:relative;
	margin:20px 20px 0 0;
	padding:0;
	float:left;
	width:315px;
	overflow:hidden;
	min-height:370px;
}
#right img {
	max-width:300px;
	max-height:380px;
}
#baseline {
	height:30px;
	float:left;
	background-color:#FFFFFF;
	width:780px;
	margin:-10px auto 0px;
	padding:0 15px 0;
	z-index:41;
}
#baseline ul {
	list-style:none;
}
#baseline ul li {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	float:left;
}
.bodyCopy {
	font-family:LaGioconda, Century, Garamond, Times, serif;
	font-size:18px;
	color:rgb(100, 147, 154);
	text-align:right;
	letter-spacing:-0.02em;
}
.bodyCopy h4 {
	font-family:LaGioconda, Century, Garamond, Times, serif;
	font-size:26px;
	color:#005568;
	font-variant:small-caps;
	text-transform:capitalize;
	font-stretch:condensed;
	padding:0;
	margin:0 0 18px;
}
.bodyCopy p {
	height:auto;
}
.bodyCopy strong {
	font-family:LaGioconda, Century, Garamond, Times, serif;
	font-size:24px;
	color:#005568;
}
.swoosh {
	width:147px;
	height:400px;
	padding:0;
	margin:0 10px 0;
	position:relative;
	float:left;
	background-image:url(../images/swoosh.png);
	background-repeat:no-repeat;
	z-index:2;
}
.graphic {
}
.fade_images {
	width:280px;
	height:361px;
	position:absolute;
	top:0;
	left:0;
}
#images-0 {
	background-image:url(../images/homeGraphic-0.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	float:left;
}
#images-1 {
	background-image:url(../images/homeGraphic-1.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	float:left;
}
#images-2 {
	background-image:url(../images/homeGraphic-2.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	float:left;
}
/*
BUTTONS
*/
.buttons {
	display:block;
	height:80px;
	float:left;
	width:50px;
	margin:-40px 0 0;
	padding:0;
}
.buttons img.btn {
	border:none;
	height:50px;
	width:50px;
	padding-top:20px;
	position:relative;
}
.buttons img.shd {
	border:none;
	height:15px;
	width:50px;
	position:relative;
}
/* CLOSE BUTTONS*/

/*
PORTFOLIO BLOCK
*/
a.pblock {
	width:345px;
	height:80px;
	display:block;
	margin:0 auto;
	padding:20px;
	background-attachment:scroll;
	background-image:url(../images/portfolio-box.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:left;
	border:none;
	text-decoration:none;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
a.pblock:hover {
	background-attachment:scroll;
	background-image:url(../images/portfolio-box.png);
	background-repeat:no-repeat;
	background-position:-380px 0px;
}
.pblock .thumb img {
	height:75px;
	width:120px;
	overflow:hidden;
	float:left;
	border:1px solid #666666;
}
.pblock .itemit {
	float:left;
	width:198px;
	height:75px;
	margin-left:10px;
}
.pblock .itemit span {
	display:block;
	font-size:12px;
}
a.tblock {
	width:110px;
	height:110px;
	display:block;
	margin:4px;
	padding:1px;
	text-align:center;
	border:none;
	text-decoration:none;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
a.tblock img {
	border:none;
}
a.wblock {
	width:380px;
	height:200px;
	display:block;
	margin:0px auto 10px;
	text-align:center;
	border:none;
	text-decoration:none;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
a.wblock img {
	border:none;
	margin:0 auto;
}
	
/*CLOSE PORTFOLIO BLOCK*/

/*
FOOTER
*/
#footer {
	padding:0;
	height:100px;
	margin-left:213px;
	margin-top:0px;
	background-color:transparent;
	position:relative;
	z-index:-3;
}
#footer .bg {
	background-image:url(../images/footer.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:100px;
	margin:0px;
	float:left;
	position:relative;
	z-index:30;
}
#footer .info {
	height:55px;
	margin:0px;
	float:left;
	position:relative;
	top:-55px;
	text-align:center;
	line-height:22px;
	font-size:70%;
	color:#666666;
	z-index:31;
}
#footer .info a {
	color:#666666;
}

/*
DECOS
*/
#top_deco {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	background-image:url(../images/top.png);
	background-attachment:scroll;
	background-position: -5px 0px;
	background-repeat:no-repeat;
	background-color:transparent;
	height:280px;
	width:500px;
	z-index:100;
}
#top_left_deco {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	background-image:url(../images/left.png);
	background-attachment:scroll;
	background-position: 0px -40px;
	background-repeat:no-repeat;
	background-color:transparent;
	height:800px;
	z-index:-2;
}
#topwords {
	width:500px;
	height:140px;
	padding:0; margin:0;
	position:absolute;
	top:5px; left:450px;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/itbegins.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#sidewords {
	width:50px;
	height:525px;
	padding:0; margin:0;
	position:absolute;
	top:315px; left:165px;
	background-color:transparent;
	overflow:hidden;
}
.sideword {
	width:48px;
	height:525px;
	padding:0; margin:0;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/vertical-words_sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#perceptive				{background-position:8px 0;	background-color:transparent;}
#dedicated	 				{background-position:-42px 0;	background-color:transparent;}
#proactive					{background-position:-92px 0;	background-color:transparent;}
#results						{background-position:-142px 0;	background-color:transparent;}
#effective						{background-position:-192px 0;	background-color:transparent;}
#collaborative			{background-position:-242px 0;	background-color:transparent;}
#insightful				{background-position:-292px 0;	background-color:transparent;}
#strategic				{background-position:-342px 0;	background-color:transparent;}
#creative					{background-position:-392px 0;	background-color:transparent;}
#advertisers					{background-position:-442px 0;	background-color:transparent;}
#markets				 		{background-position:-492px 0;	background-color:transparent;}
#consistent					{background-position:-542px 0;	background-color:transparent;}
#conceptual				{background-position:-592px 0;	background-color:transparent;}
#dynamic						{background-position:-642px 0;	background-color:transparent;}
#unique			{background-position:-692px 0;	background-color:transparent;}
#integrated				{background-position:-742px 0;	background-color:transparent;}
#unbridled				{background-position:-792px 0;	background-color:transparent;}
#intuitive					{background-position:-842px 0;	background-color:transparent;}
#aware						{background-position:-892px 0;	background-color:transparent;}
#refined			{background-position:-942px 0;	background-color:transparent;}
#innovative				{background-position:-992px 0;	background-color:transparent;}
#branding				{background-position:-1042px 0;	background-color:transparent;}
#receptive					{background-position:-1092px 0;	background-color:transparent;}

#right_deco {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/bottom.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:200px;
	height:900px;
	position:absolute;
	top:0;
	right:0;
	z-index:-5;
	float:right;
}
#cboxLoadedContent {
	z-index:300;
	width:100%;
	height:100%;
}
/* **** */
.dividerfour {
	display:block;
	width:60px;
	margin:0;
	padding:0;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../images/divider3.png);
	background-repeat:repeat-y;
	height:380px;
}

.testimony {
	text-align:left;
	font-size:98%;
	color:rgb(0, 0, 0);
	font-weight:normal;
	margin-top:-25px;
}
.signature {
	color:rgb(0, 0, 0);
	font-weight:normal;
	margin-top:5px;
	text-align:left;
}
.signTitle {
	color:rgb(0, 0, 0);
	font-weight:bold;
	margin-top:1px;
	text-align:left;
}
.comic {
	width:170px;
	float:left;
	border:1px solid rgb(38, 86, 103);
	margin:0 5px 0;
}
.comicstrip {
	width:760px;
	height:150px;
	margin-top:10px;
	padding:0;
	position:relative;
}
.qnaButton {
	display:block;
	background-color:transparent;
	background-image:url(../images/answerbtn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:220px;
	height:46px;
	line-height:46px;
	color:rgb(151, 212, 224);
	text-align:center;
	cursor:pointer;
}
.qnaButton:hover {
	display:block;
	background-position:0 -46px;
	color:rgb(250,250,250);
}
.quizbutton {
	padding:0;
	margin:0 2px 0;
	background-color:transparent;
	color:rgb(151, 212, 224);
	text-decoration:none;
	width:35px;
	height:34px;
	text-align:center;
	line-height:34px;
	display:block;
	background-color:transparent;
	background-image:url(../images/quizbuttons.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;

}
.quizbutton:hover {
	color:rgb(250,250,250);
	background-position:0 -34px;
}

#credit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	width:80%;
	text-align:center;
	clear:both;
	color:#FFFFFF;
	margin:0 auto;
	position:relative;
	top:-10px;
}
#credit a {
	color:#999999;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:none;
}

#left div#tipsbox {
	width:400px;
	height:380px;
	background: #FFF url(/images/tips/tips_body.jpg) no-repeat top left;
	margin-top:-30px;
}
	#left div#tipsbox div,
	#left div#tipsbox a{
		text-align:left;
		margin:0 auto;
		padding:0;
		position:relative;
		background-image:url(../images/tips/tips_body.jpg);
		background-repeat:no-repeat;
	}
	#left div#tiptitle {
		width:370px;
		line-height:26px;
		font-size:20px;
		font-weight:bold;
		color: rgb(40, 87, 103);
		background: none;
		text-align:left;
		padding: 0 15px 0;
	}
	#left div#tipsbox div#tipsynop {
		width:350px;
		height:95px;
		font-size:12px;
		margin:3px auto;
		padding-top:33px;
		background: none;
	}
		#left div#tipsbox div#tipsynop p{
			margin:2px auto;
			padding:0;
		}
	#left div#tipsbox a#tipfull {
		width:170px;
		height:15px;
		left:25px;
		cursor:pointer;
		background-position:-120px -400px;
		margin:0;
		display:block;
	}
	#left div#tipsbox a#tipfull:hover {
		background-position:-120px -420px;
	}
	#left div#tipsbox div#tipaudio {
		width:390px;
		height:42px;
		padding:90px 0 0;
		margin-bottom:7px;
		background:none;
	}
		#left div#tipsbox div#tipaudio div{
			padding-left: 155px;
			background:none;
		}
	#left div#tipsbox div#tipnumbers {
		width:400px;
		height:40px;
		line-height:40px;
		font-size:14px;
		clear:both;
		background: none;
	}
		#left div#tipsbox div#tipnumbers a {
			text-align:center;
			width: 40px;
			height:40px;
			display:block;
			float:left;
			color:rgb(183, 195, 199);
			text-decoration:none;
			font-family:Arial, Helvetica, sans-serif;
			background-position:0px -400px;
		}
		#left div#tipsbox div#tipnumbers a:hover {
			color:rgb(255, 255, 255);
			background-position:-40px -400px;
		}
		#left div#tipsbox div#tipnumbers a.tipselected {
			color:rgb(255, 255, 255);
			background-position:-40px -400px;
		}
	#left div#tipsbox div#tipcontrols {
		width:400px;
		height:45px;
		clear:both;
		background: none;
	}
		#left div#tipsbox div#tipcontrols a {
			height:45px;
			float:left;
			display:block;
			text-decoration:none;
		}
			#left div#tipsbox div#tipcontrols a#prevtip {
				width: 90px;
				background-position:0px -445px;
			}
				#left div#tipsbox div#tipcontrols a#prevtip:hover {
					background-position:0px -490px;
				}
				#left div#tipsbox div#tipcontrols a#prevtip_d {
					width: 90px;
					background-position:0px -535px;
				}
			#left div#tipsbox div#tipcontrols a#prevten {
				width: 110px;
				background-position:-90px -445px;
			}
				#left div#tipsbox div#tipcontrols a#prevten:hover {
					background-position:-90px -490px;
				}
				#left div#tipsbox div#tipcontrols a#prevten_d {
					width: 110px;
					cursor:default;
					background-position:-90px -535px;
				}
			#left div#tipsbox div#tipcontrols a#nextten {
				width: 110px;
				background-position:-200px -445px;
			}
				#left div#tipsbox div#tipcontrols a#nextten:hover {
					background-position:-200px -490px;
				}
				#left div#tipsbox div#tipcontrols a#nextten_d {
					width:110px;
					background-position:-200px -535px;
				}
			#left div#tipsbox div#tipcontrols a#nexttip {
				width: 90px;
				background-position:-310px -445px;
			}
				#left div#tipsbox div#tipcontrols a#nexttip:hover {
					background-position:-310px -490px;
				}
				#left div#tipsbox div#tipcontrols a#nexttip_d {
					width: 90px;
					background-position:-310px -535px;
					cursor:default;
				}
				
/*FORUM LINK*/

a.forumlink {
	display:block;
	height:130px;
	width:210px;
	position:absolute;
	top: 160px;
	left:230px;
	z-index:200;
}
a.forumlink img{
	border:none;
}
span.noshow { display:none;}
