@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	2.0
author:		Dean Duncan Jones
email:		dean@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
/*Turn the site upside-down CSS*//*
img, p, ul, h1, h2, h3, h4 {
   -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
*/

/*Earth day CSS*//*
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	color: #539a3c !important;
}

ul#mainNav li a:hover, ul#mainNav li.active a {
	background-color: #539a3c !important;
}*/


img.right, img.alignright, img.biopic {
  	float: right;  	
  	margin: 10px 0 10px 10px;
}

img.left, img.alignleft {
  	float: left;  	
  	margin: 10px 10px 10px 0;
}

img.aligncenter {
	display:block;  	
  	margin: 5px auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.border, img.biothumb, img.biopic {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

img.borderOnly {
	border: 1px solid #ccc;
}

img.outline { outline: 1px solid #ccc; }

img.biopic {
	width: 250px;
	height: 300px;
}

div.third img, div.thirdLast img {
	width: 220px;
	height: 180px;
}

div.half img, div.halfLast img {
	width: 340px;
	height: 180px;
}

div.third img.biothumb, div.thirdLast img.biothumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 75px;
	height: 90px;
}


img#mainFooter { float: left; margin: 15px 0 0 0; }
body.index img.mainFooter { float: left; margin:5px 0 15px; }

.black { color: #000; }
.grey { color: #aaa; }
.red { color: #f00; }
.blue { color: #007fff; }
.orange { color: #f90; }
.green { color: #1d9c13; }

body { 
	background: #F4F4F4 url(/images/burst-bg.jpg) no-repeat top center;
	font: 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;	
}

/*f4f4f4*/

/*body.black { background-color: #000; }
body.grey { background-color: #aaa; }
body.red { background-color: #f00; }
body.blue { background-color: #007fff; }
body.orange { background-color: #036; }
body.green { background-color: #1d9c13; }*/

/* =New Years Banner
-------------------------------------------------------------

body.index div#container div#mast {
	background: url(/images/mast-bg-trans.png) repeat-x;
	z-index: 99;
}

body.index div#container div#banner {
	background: url(/images/banners/index-new-years-2.jpg) 0 101px no-repeat;
	margin-top: -105px; 
	z-index: 1;
	height: 418px;
	-webkit-transition: background 0.1s ease-out;
	-moz-transition: background 0.1s ease-out;
	-o-transition: background 0.1s ease-out;
	-ms-transition: background 0.1s ease-out;	
	transition: background 0.1s ease-out;
}
body.index div#container div#banner:hover {
	background: url(/images/banners/index-new-years-2.jpg) -1000px 101px no-repeat;
}

body.index div#container div#banner a.newyears {
	position: relative;
	display: block;
	width: 915px;
	height: 354px;
	margin-top: 83px;
	padding-left: 85px;
}

body.index div#container div#banner a.newyears img.ny-main {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

body.index div#container div#banner a.newyears:hover img.ny-main {
	margin-top: -93px;*/
	/*-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);*//*
}

body.index div#container div#banner a.newyears img.ny-text {
	position: absolute;
	right: 0;
	top: 328px;
	opacity: 0;
	filter: alpha(opacity=0);
}

body.index div#container div#banner a.newyears:hover img.ny-text {
	display: block;
	top: 263px;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
	-o-transition: opacity 1s ease-in;
	-ms-transition: opacity 1s ease-in;	
	transition: opacity 1s ease-in;
	opacity: 100;
	filter: alpha(opacity=100);
}

body.index div#banner-bg {
	display: none;
}

body.index div#container div#content {
	margin-top: -4px;
}*/



/* =Typography
-------------------------------------------------------------*/
p, li, dt, dd {
	font-size: 13px;
	text-align: left;
	color: #444;
}

div#sidebar dt, div#sidebar dd {
	font-size: 11px;
}

p {	line-height: 1.25em; margin-bottom: 15px; }

dt, dd { line-height: 1.25em; }

dt { margin-top: 15px; }
dd { font-weight:bold; }

div#main p { line-height: 1.5em; }

p.right { text-align: right; }
p.center { text-align: center; }

p.desc {
	margin: -8px 0 15px 0;
	font-style: italic;
	line-height: 13px;
	font-size: 11px;
}

div#main ul {
	list-style: square;
	padding-left: 25px;
}

div#main div.third ul, div#main div.thirdLast ul, div#main div.half ul, div#main div.halfLast ul {
	list-style: none;
	padding-left: 0;
}

div#main li, div#sidebar li { font-family: verdana, arial, helvetica, sans-serif; }

div#mast p {
	color: #000;
	font-size: 24px;
	left: 150px;
	margin: 0;
	position: absolute;
	top: 20px;
}

div#mast p span {
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
}

div#mast p#phone {
	font-size: 18px;
	font-weight: bold;
	left: 835px;
	position: absolute;
	top: 30px;
}

body.black div#mast p#phone { color: #000; }
body.grey div#mast p#phone { color: #aaa; }
body.red div#mast p#phone { color: #f00; }
body.blue div#mast p#phone{ color: #007fff; }
body.orange div#mast p#phone{ color: #f90; }
body.green div#mast p#phone { color: #1d9c13; }
	

div#sidebar ul { padding-left: 5px; }
div#sidebar ul li {	margin: .6em 0; line-height: 1.35em; font-size: 11px; }

div#sidebar ul li.more { text-align: right; font-weight: bold; margin-top: 15px; }

div#main ul li { line-height: 1.5em; margin: .75em 0;}

div#copyright p {
	font-size: 11px;
	width:  500px;
}

ul#sitemap ul {
	margin-left: 10px;
}

ul#sitemap li {
	font-weight: bold;
}

ul#sitemap ul  li, ul#sitemap ul li ul li ul li {
	font-weight: normal;
}

.strike {
	text-decoration: line-through;
}

span.term {
	text-decoration: underline; 
}

#main.tmterms h2 {
	font-size: 2.4em;
	margin-top: 30px;
}
	
#main.tmterms h3 {
	font-size: 2em;
	margin-top: 30px;
}

div#main ul.listSep {
	margin-bottom: 25px;
}

/* =Headings
-------------------------------------------------------------*/
h1 { font-size: 28px; margin: 0 0 .5em; }

h2 { font-size: 24px; margin: 0 0 .5em; }

h3, h4 { font-size: 22px; margin: 0 0 .5em; }

div.half h2, div.third h2, div.thirdLast h2, div.halfLast h2, div.half h3, div.third h3, div.thirdLast h3, div.halfLast h3  { font-size: 20px; }

div#footer h4, div#footer h3 {
	margin-bottom: 10px;
}

.black h1, .black h2, .black h3, .black h4, h2.black, h3.black, h4.black, div#footer h4.black, div#footer h3.black, h3.black a { color: #000; }
.grey h1, .grey h2, .grey h3, .grey h4, h2.grey, h3.grey, h4.grey, div#footer h4.grey, div#footer h3.grey, h3.grey a  { color: #aaa; }
.red h1, .red h2, .red h3, .red h4, h2.red, h3.red, h4.red, div#footer h4.red, div#footer h3.red, h3.red a  { color: #f00; }
.blue h1, .blue h2, .blue h3, .blue h4, h2.blue, h3.blue, h4.blue, div#footer h4.blue, div#footer h3.blue, h3.blue a  { color: #007fff; }
.orange h1, .orange h2, .orange h3, .orange h4,  h2.orange, h3.orange, h4.orange, div#footer h4.orange, div#footer h3.orange, h3.orange a  { color: #f90; }
.green h1, .green h2, .green h3, .green h4, h2.green, h3.green, h4.green, div#footer h4.green, div#footer h3.green, h3.green a  { color: #1d9c13; }

div#sidebar h3.orange, div#sidebar h3.orange a  { color: #f90; }
div#sidebar h3.blue, div#sidebar h3.blue a  { color: #007fff; }
div#sidebar h3.green, div#sidebar h3.green a  { color: #1d9c13; }

div#sidebar h3 { margin-top: 15px; }

div#sidebar h3.first { margin-top: 0; }

/* =Links
-------------------------------------------------------------*/
a, a:visited { text-decoration: none; }

div#main p a, a:hover { text-decoration: underline; }

div#main p a:hover { color: #000; }

.black a, ul#mainNav li ul.black li a:hover, div#sidebar ul li a{ color: #000; }
.grey a, ul#mainNav li ul.grey li a:hover { color: #aaa; }
.red a, ul#mainNav li ul.red li a:hover, body.black div#main p a:hover  { color: #f00; }
.blue a, ul#mainNav li ul.blue li a:hover { color: #007fff; }
.orange a, ul#mainNav li ul.orange li a:hover { color: #f90; }
.green a, ul#mainNav li ul.green li a:hover { color: #1d9c13; }


.black p a:hover, div#sidebar li a:hover { color: #f00; }

div#mast p a { color: #000; text-decoration: none; }

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

div#container {
	float: left;
	margin: 10px 0;
	width: 1000px;
}

div#container, body.black div#container { background: #fff url(/images/mast-bg-black.gif) repeat-x left bottom; }
body.red div#container { background: #fff url(/images/mast-bg-red.gif) repeat-x left bottom; }
body.orange div#container { background: #fff url(/images/mast-bg-orange.gif) repeat-x left bottom; }
body.blue div#container { background: #fff url(/images/mast-bg-blue.gif) repeat-x left bottom; }
body.green div#container { background: #fff url(/images/mast-bg-green.gif) repeat-x left bottom; }
body.grey div#container { background: #fff url(/images/mast-bg-grey.gif) repeat-x left bottom; }

div#mast {
	float: left;
	height: 95px;
	padding: 0 10px;
	position: relative;
	width: 980px;
}

div#mast, body.black div#mast { background: url(/images/mast-bg-black.gif) repeat-x left top; }
body.grey div#mast { background: url(/images/mast-bg-grey.gif) repeat-x left top; }
body.red div#mast { background: url(/images/mast-bg-red.gif) repeat-x left top; }
body.blue div#mast { background: url(/images/mast-bg-blue.gif) repeat-x left top; }
body.green div#mast { background: url(/images/mast-bg-green.gif) repeat-x left top; }
body.orange div#mast { background: url(/images/mast-bg-orange.gif) repeat-x left top; }

div#banner {
	border-bottom: 4px solid;
	float: left;
	height: 160px;
	position: relative;	
	width: 1000px;
}

div#banner-bg {
	position: absolute;
	width: 100%;
	background: url(/images/banners/index-jan-podcast-2-bg.png) no-repeat center 0;
	min-width: 1000px;
	height: 333px;
	top: 105px;
	left: 0;
}

.webkit div#banner-bg {
	background-position: 49.99% 0;
}

/*body.index div#banner { height: 369px; } From Looped Slider*/
body.index div#banner { height: 329px; }
body.black div#banner, div#banner { border-color: #000; }
body.grey div#banner { border-color: #aaa; }
body.red div#banner { border-color: #f00; }
body.blue div#banner { border-color: #007fff; }
body.green div#banner { border-color: #1d9c13; }
body.orange div#banner { border-color: #036; }

div#content {
	float: left;
	padding: 15px;
	width: 970px;
}

div#content, body.black div#content { background: url(/images/black-dotted-line.gif) repeat-x left bottom; }
body.red div#content { background: url(/images/red-dotted-line.gif) repeat-x left bottom; }
body.blue div#content { background: url(/images/blue-dotted-line.gif) repeat-x left bottom; }
body.green div#content { background: url(/images/green-dotted-line.gif) repeat-x left bottom; }
body.grey div#content { background: url(/images/grey-dotted-line.gif) repeat-x left bottom; }
body.orange div#content { background: url(/images/orange-dotted-line.gif) repeat-x left bottom; }

div#sidebar {
	float: left;
	margin-left: 10px;	
	width: 244px;
}

div#main {
	float: left;
	width: 700px;
	padding-right: 15px;
	background: url(/images/black-dotted-line.gif) repeat-y right top;
}

div#main, body.black div#main{ background: url(/images/black-dotted-line.gif) repeat-y right top; }
body.red div#main { background: url(/images/red-dotted-line.gif) repeat-y right top; }
body.blue div#main { background: url(/images/blue-dotted-line.gif) repeat-y right top; }
body.green div#main { background: url(/images/green-dotted-line.gif) repeat-y right top; }
body.grey div#main { background: url(/images/grey-dotted-line.gif) repeat-y right top; }
body.orange div#main { background: url(/images/orange-dotted-line.gif) repeat-y right top; }

div#footer {
	float: left;	
	padding: 15px 15px 25px;	
	width: 970px;
}

div#copyright {
	float: left;
	padding: 0 15px;
	width: 970px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	height: 78px;
	padding-top: 12px;
	position: absolute;
	text-decoration: none;
}

div#slideWelcome { background: url(/images/banners/index.jpg) center top no-repeat }
div#slideDevelopment { background: url(/images/banners/index.jpg) center -350px no-repeat }
div#slideMarketing { background: url(/images/banners/index.jpg) center -700px no-repeat }
div#slideConsulting { background: url(/images/banners/index.jpg) center -1050px no-repeat }
div#slidePodcasts { background: url(/images/banners/index.jpg) center -1400px no-repeat }

/* =Main Content Styles
-------------------------------------------------------------*/
div.third, div.thirdLast {
	float: left;
	margin: 15px 20px 0 0;
	width: 220px;
}

div.thirdLast {	margin-right: 0; }

div.half, div.halfLast {
	float: left;
	margin: 15px 20px 0 0;
	width: 340px;
}

div.halfLast { margin-right: 0; }

img.bgLeft { position:fixed; bottom:20px; left:40px; z-index:-1; }
img.bgRight { position:fixed; bottom:20px; right:40px; z-index:-1; }
	

/* =Secondary Content Styles
-------------------------------------------------------------*/
ul#socialList {
	width: 330px;
	margin-left: 10px;
}

ul#socialList li {
	height: 80px;
	line-height: 80px;
	width: 330px;
	margin: 0;
}

ul#socialList li a {
	display: block;
	width: 240px;
	font-size: 18px;
	height: 12px;
	padding: 36px 0 36px 90px;
}

ul#socialList li.google a { background: url(/images/google-icon.jpg) no-repeat left; }
ul#socialList li.facebook a { background: url(/images/facebook-icon.jpg) no-repeat left; }
ul#socialList li.twitter a { background: url(/images/twitter-icon.jpg) no-repeat left; }
ul#socialList li.linkedin a { background: url(/images/linkedin-icon.jpg) no-repeat left; }

div#slider a.next, div#slider a.previous {
	display:block;
	float:left;
	margin:200px 35px 0 35px;
}

div#slider div.container {
	float:left;
}

div#ClickTaleDiv { display: none; }

a.download {
	background: url(/images/download-pdf.png) no-repeat right top;
	float:right;
	height:49px;
	margin:0 0 10px 10px;
	width:305px;
	text-indent:-9999em;
	clear:right;
	outline:none;
}
a.download:hover { background-position:right bottom; }
a.download:active {}
img.rightClear { clear:right; }

dl.rating {
	width: 340px;
	float: left;
	margin-bottom: 20px;
}

dl.rating + p {
	clear: both;
}

dl.rating dt {
	font-size: 24px;
	color: #333;
	width: 290px;
	float: left;
	padding: 5px 0;
	margin: 0;
}

dl.rating dd {
	font-size: 24px;
	font-weight: normal;
	color: #f00;
	width: 40px;
	float: left;
	text-align: right;
	padding: 5px 0;
	margin: 0;
}

ul.features {
	margin-left: 20px;
}

div.half ul.features, div.halfLast ul.features {
	margin: -20px 20px 0;
}

ul.features li {
	background: url(/images/tick.gif) no-repeat left;
	padding:0 0 5px 20px;
	border-bottom:dotted 1px #ddd;
}

a.cta, a.ctaRight, a.ctaEcomm, a.ctaDemo, a.ctaUseDemo, a.ctaSEO, a.ctaContact {
	text-indent:-9999em;
	outline:none;
	float:left;
	height:60px;
	width:350px;
	background:url(/images/usability-testing.png) 0 0 no-repeat;
	margin:0 15px 5px 0;
}
a.ctaRight, a.ctaEcomm, a.ctaUseDemo, a.ctaContact {
	float:right;
	margin:0 0 5px 15px;
}
a.ctaEcomm { background:url(/images/get-started.png) 0 0 no-repeat; width:267px; }
a.ctaDemo { background:url(/images/ecommerce.png) 0 0 no-repeat; width:253px; }
a.ctaUseDemo { background:url(/images/demo.png) 0 0 no-repeat; width:175px; }
a.ctaSEO { background:url(/images/seo-questions.png) 0 0 no-repeat; width:350px; height:90px; margin-bottom:10px; margin-top:10px; }
a.ctaContact { background:url(/images/get-started-blue.png) 0 0 no-repeat; width:267px; }
a.cta:hover, a.ctaRight:hover, a.ctaEcomm:hover, a.ctaDemo:hover, a.ctaUseDemo:hover, a.ctaSEO:hover, a.ctaContact:hover { background-position:0 bottom; }

/* =Sidebar Content Styles
-------------------------------------------------------------*/
div#sidebar img {
	margin: 20px 0;
}

div#sidebar img.mainside {
	margin: 0 0 20px;
}

div#sidebar li.cat-item img {
	margin-top: 0px;
	margin-bottom: -4px;
}

div#sidebar p {
	margin-bottom: 0;
}

/* =Footer Styles
-------------------------------------------------------------*/
div#stopby, div#tmtwitter, div#featured {
	float: left;
	margin-right: 15px;
	width: 305px;
}

div#featured { margin-right: 0; }

div#stopby { position: relative; width: 330px; }

img#map {
	left: 135px;
	height: 180px;
	position: absolute;
	top: 35px;
	width: 195px;	
}

div#map a#getdirections {
	display: block;
	width: 195px;
	height: 180px;
	float: left;
}

div#stopby p {
	width: 125px;
	float: left;
	font-size: 11px;
	clear: left;
}

img#facebookIcon {
	left: 135px;
	height: 40px;
	position: absolute;
	top:225px;
	width: 40px;	
}

img#twitterIcon {
	left: 185px;
	height: 40px;
	position: absolute;
	top:225px;
	width: 40px;	
}

img#vitaminwater {
	left: 229px;
	height: 23px;
	position: absolute;
	top:231px;
	width: 104px;	
}
	

/* =Main Navigation Styles
-------------------------------------------------------------*/
ul#mainNav {
	height: 20px;
	left: 143px;
	position: absolute;
	top: 65px;
	/*width: 837px;*/
}

ul#mainNav li {
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0;
}

ul#mainNav li a {
	background: url(/images/mainNav-a-bg.gif) no-repeat right;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 2px 8px 4px 8px;
}

ul#mainNav li.last a { background-image: none; border-right: none; }

ul#mainNav li a:hover, ul#mainNav li.active a, ul#mainNav li:hover a { color: #fff; text-decoration: none; }

ul#mainNav li a.black:hover, ul#mainNav li.active > a.black, ul#mainNav li:hover > a.black { background-color: #000; }
ul#mainNav li a.grey:hover, ul#mainNav li.active > a.grey, ul#mainNav li:hover > a.grey { background-color: #aaa; }
ul#mainNav li a.red:hover, ul#mainNav li.active > a.red, ul#mainNav li:hover > a.red { background-color: #f00; }
ul#mainNav li a.blue:hover, ul#mainNav li.active > a.blue, ul#mainNav li:hover > a.blue { background-color: #007fff; }
ul#mainNav li a.orange:hover, ul#mainNav li.active > a.orange, ul#mainNav li:hover > a.orange { background-color: #f90; }
ul#mainNav li a.green:hover, ul#mainNav li.active > a.green, ul#mainNav li:hover > a.green { background-color: #1d9c13; }

ul#mainNav li ul {
	background-color: #fff;
	border: 1px solid #ccc;
	left: -999em;
	padding-top: 0px;
	position: absolute;
	z-index: 100;
}

ul#mainNav li ul li { float: none; }

ul#mainNav li:hover ul, ul#mainNav li.sfhover ul { left: auto; top: 26px; }

ul#mainNav li ul li a, ul#mainNav li ul li a:visited {
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #aaa;
	color: #000;
	font-size: 12px;
	padding: 5px;
}

ul#mainNav li ul.black li a, ul#mainNav li ul.red li a, ul#mainNav li ul.blue li a, ul#mainNav li ul.green li a, ul#mainNav li ul.orange li a, ul#mainNav li ul.grey li a {	color: #000; }

ul#mainNav li ul li { height: 23px; line-height: 23px; }

ul#mainNav li ul li.last a { border-bottom: none; }

/* =Secondary Navigation Styles
-------------------------------------------------------------*/
ul#mastNav {
	left: 845px;
	position: absolute;
	top: 10px;
	width: 145px;
}

ul#mastNav li {
	float: left;
	height: 13px;
	line-height: 13px;
}

ul#mastNav li a {
	border-right: 1px solid #000;
	display: block;
	font-size: 11px;
	padding: 1px 5px;
}

ul#mastNav li.last a { border-right: none; padding-right: 0; }



/* =Form Styles
-------------------------------------------------------------*/
form#quickcontact, form#quickcontactretry, form#application {
	width: 340px;
	float: left;
}

form#quickcontact p, form#quickcontactretry p, form#application p {
	width: 340px;
	float: left;
	margin: 5px 0;
}

form#quickcontact textarea, form#quickcontactretry textarea, form#application textarea {
	width: 328px;
	height: 150px;
}

form#quickcontact label, form#quickcontactretry label, form#application label {
	width: 150px;
	padding: 5px;
	font-size: 13px;
	float: left;
	font-style: italic;
}

form#quickcontact label.error, form#quickcontactretry label.error, form#application label.error {
	color: #f00;
	float: right;
	font-weight: bold;
	padding-right: 0;
	text-align: right;
	width: 340px;
}

form#quickcontact input, form#quickcontactretry input, form#application input {
	width: 168px;
}

form#quickcontact select {
	width: 179px;
}

form#quickcontact input, form#quickcontactretry input, form#quickcontact select, form#quickcontact textarea, form#quickcontactretry textarea, form#application textarea, form#application input {
	font-size: 13px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form#quickcontact input.submit, form#quickcontactretry input.submit, form input.submit, form#application input.submit {
	float: right;
	width: auto;
	padding: 4px;
	color: #036;
	cursor: pointer;
}

form#quickcontact label.wide, form#footerForm label.wide, form#application label.wide {
	width: 265px;
}

form#application label.wide {
	width: 550px;
}

form#quickcontact input.chk {
	width: 10px;
	margin: 6px;
}

div#main p a.termslink, div#main p a.termslink:visited {
	text-decoration: none;
}

form#footerForm {
	width: 305px;
	float: left;
	margin-bottom: 0px;
}

form#footerForm p {
	width: 287px;
	float: left;
	margin: 5px 0;
}

form#footerForm textarea {
	width: 275px;
	height: 50px;
}

form#footerForm label {
	width: 100px;
	padding: 5px 5px 5px 0px;
	font-size: 13px;
	float: left;
	font-style: italic;
	color: #036;
}

form#footerForm label.error {
	color: #f00;
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 0;
	width: 100%;
}

form#footerForm input {
	width: 168px;
}

form#footerForm input, form#footerForm textarea {
	font-size: 13px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

form#footerForm input.submit {
	float: right;
	width: auto;
	padding: 4px;
	color: #036;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
}

form#newsletter {
	width: 250px;
	float: left;
	margin-top: 20px;
}

form#newsletter label {
	width: 100%;
	padding: 5px 5px 5px 0px;
	font-size: 13px;
	float: left;
	font-style: italic;
	clear: both;
	color: #036;
}

form#newsletter label.error {
	color: #f00;
	float: left;
	font-weight: bold;
	padding-right: 0;
	width: 100%;
}

form#newsletter input {
	width: 165px;
}

form#newsletter input, form#newsletter textarea {
	font-size: 13px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

form#newsletter input.submit {
	float: right;
	width: auto;
	padding: 4px;
	color: #036;
	cursor: pointer;
	margin: 0px;
}

form#application label.resume {
	width:340px;
}

form#application input.resume {
	margin-left:5px;
}

form#application label.error {
	text-align:left;
	float:left;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  	border-spacing: 0;
	border-collapse: collapse;
	}

td {
	font-weight: normal; 
  	text-align: left;	
	vertical-align: middle;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/

/* Twitter Styles */
div.twtr-widget {
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:12px;
}
div.twtr-bd {
	padding:0;
}
div.twtr-hd, div.twtr-ft {
	display:none;
}
div.twtr-avatar,
div.twtr-img img {
	width:48px;
	height:48px;
}
div#footer div.twtr-tweet-text {
	margin-left:58px;
}
div#footer div.twtr-widget em {
	margin-top:5px;
	letter-spacing:-.05em;
	font-size:10px;
}
div.twtr-widget div.twtr-tweet-wrap {
	margin-bottom: 10px;
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 1.2em;
	clear: both;
}
.black #twtr-widget-1 .twtr-tweet a {
	color: #000 !important;
}
.grey #twtr-widget-1 .twtr-tweet a {
	color: #aaa !important;
}
.red #twtr-widget-1 .twtr-tweet a {
	color: #f00 !important;
}
.blue #twtr-widget-1 .twtr-tweet a {
	color: #007fff !important;
}
.orange #twtr-widget-1 .twtr-tweet a {
	color: #f90 !important;
}
.green #twtr-widget-1 .twtr-tweet a {
	color: #1d9c13 !important;
}

ul.tweet_list {
	float: left;
}

ul.tweet_list img {
	clear: right;
	float: left;
	margin: 0 10px 10px 0;
}

ul.tweet_list li {
	margin-bottom: 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.2em;
	clear: both;
}

ul.tweet_list li.tweet_first {
	border-top: none;
}

div.loading {
	width: 340px;
	height: 28px;
	text-align: right;
	float: right;
	background: transparent url(/images/loading.gif) no-repeat top right;
}

div#shortLoading {
	width: 200px;
}

div#ecommPage2 {
	float: left;
	width: 350px;
}


div#ecommPage2 ul li {	
	font-size: 12px; 
	list-style: none;
}

.podCastItem {
	background: #eee;
	border: 1px solid #dfdfdf;
	clear:none;
	float:left;
	padding: 5px;
	margin: 20px 0px 25px 0px;
	width: 695px;
}

.podAd {
	clear: none;
	float: left;
	font-size: 12px;
	padding: 35px 5px;
	text-align: center;
	width: 134px;
}

.podDesc {
	clear: none;
	float: left;
	padding: 3px 10px;
	width: 530px;
	border-right: 1px solid #DFDFDF;
}

div#podcast {
	background: #DDDDDD; 
	height:125px; 
	padding: 5px; 
	float: left; 
	width:305px; 
	margin: 5px;
}

/*** PORTFOLIO PAGE SLIDER ***/
.sliderContainer {
	width:625px;
	height:570px;
	overflow:hidden;
	position:relative;
	float: left;
}

div.slides {
	position:absolute;
	top:0;
	left:0;
}

ul.slides {
	position:absolute;
	top:0; left:0;
	list-style:none;
	padding:0;
	margin:0;
}

div.slides div,ul.slides li {
	position:absolute;
	top:0;
	width:625px;
	display:none;
	padding:0;
	margin:0;
}

#loopedSlider,#newsSlider {
	margin:0 auto;
	width:685px;
	position:relative;
	clear:both;
}

div#loopedSlider div.sliderContainer div.slides div p {
	margin-left: 65px;
}

div#loopedSlider a.previous, div#loopedSlider a.previous:visited, div#loopedSlider a.next, div#loopedSlider a.next:visited {
	margin-top: 270px;
}

/*** HOMEPAGE SLIDER BELOW ***/
div#loopedSliderHome .sliderContainer {
	width:930px;
	height:369px;
	overflow:hidden;
	position:relative;
	float: left;
}

div#loopedSliderHome div.slides {
	position:absolute;
	top:0;
	left:0;
}

div#loopedSliderHome div.slides div {
	position:absolute;
	top:0;
	width:930px;
	display:none;
	padding:0;
	margin:0;
}

#loopedSliderHome, #newsSlider {
	margin:0 auto;
	width:990px;
	position:relative;
	clear:both;
}

div#loopedSliderHome div.sliderContainerHome div.slidesHome div p {
	margin-left: 65px;
}

div#loopedSliderHome a.previous, div#loopedSliderHome a.previous:visited, div#loopedSliderHome a.next, div#loopedSliderHome a.next:visited {
	margin-top: 185px;
}

div#loopedSliderHome object#movie {
	float: right;
	margin-right: 15px;
}

div#loopedSliderHome img.movie {
	float: left;
	margin-left: 15px;
}

div.halfLast img.officePic {
	width: 340px;
	height: 354px;
}

div#main p.question {
	font-size: 18px;
	margin: 0 0 .2em;
	color: #aaa;
	line-height: normal;
}

/*** USABILITY TESTING SLIDER BELOW ***/
#loopedSliderTesting {
	margin:0 auto;
	width:685px;
	position:relative;
	clear:both;
}
div#loopedSliderTesting .sliderContainer {
	height:450px;
}
div#loopedSliderTesting a.previous, div#loopedSliderTesting a.previous:visited, div#loopedSliderTesting a.next, div#loopedSliderTesting a.next:visited {
	margin-top: 195px;
}

div#loopedSliderTesting p { text-align:center; }

#summary1 {
	margin-top: 15px;
	float: left;
}

/*** FACEBOX CSS ***/
#facebox .b { background:url(/images/facebox-b.png); height:10px; width:10px; }
#facebox .tl { background:url(/images/facebox-tl.png); }
#facebox .tr { background:url(/images/facebox-tr.png); }
#facebox .bl { background:url(/images/facebox-bl.png); }
#facebox .br { background:url(/images/facebox-br.png); }
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
  padding-bottom:10px;
}
#facebox .popup { position: relative; }
#facebox table { border-collapse: collapse; }
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 645px;
}
#facebox .close_image { float:right; margin-top:10px; }
#facebox p {margin-bottom:.2em;}
#facebox li { list-style-type:square; margin-left:20px; line-height:1.4em; }
#facebox ul { margin-bottom:.5em; }

/* Colorbox Required CSS */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/* =Print Styles
-------------------------------------------------------------*/
@media print {
div#sidebar, ul#mastNav, ul#mainNav, div#banner, div#footer, div.breadcrumb { display: none; }

div#wrapper, div#container, div#content, div#main, div.post, div#main div  {
	margin: 0;
	padding: 0;
	width: 6.25in;
	display: block;
	border: 0;
	color: #000;
}

}
