/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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, em, img, ins, 
small, strike, strong, sub, sup,
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-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#0f0f0f;	
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:none; color: #df0a2d; }
a:hover {text-decoration:underline;}
#content img { border: 1px solid #3d3d3d; }
#content a:hover img { border: 1px solid #df0a2d;}
a.image-link { display: block; width: 300px; margin-bottom: 15px; padding: 0; }
p.more a { font-weight: bold; padding-left: 13px; background: url(../img/more-arrow.gif) no-repeat 0 50%; color: #a6a6a6; font-size: 11px;  }
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p, td   { margin: 0 0 1em 0; color: #a8a8a8; line-height: 1.25; }
p.more			{ text-align: right; }
ul, ol      { margin: 0 0 1.5em 1.5em; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	clear: both;
	}
h1 { font-size: 1.5em; color: #fff; margin-bottom: 0.5em; }
h1 strong { color: #df0a2d; font-weight: normal; }
h2 { font-size: 1.5em; color: #df0a2d; background: url(../img/h2-bg.gif) repeat-x bottom; margin-bottom: 0.5em; }
h2.white{ font-size: 1.5em; color: #fff; background: url(../img/h2-bg.gif) repeat-x bottom; margin-bottom: 0.5em; }
h3 { font-size: 1.25em; line-height: 1; color: #df0a2d; font-weight: bold; margin-bottom: 5px;}
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }

p.h1Equiv { font-size: 1.5em; color: #fff; margin-bottom: 0.5em; }
p.h1Equiv strong { color: #df0a2d; font-weight: normal; }
p.h2Equiv { font-size: 1.2em; color: #df0a2d; margin-bottom: 0.5em; }


/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#header-outer {
	background: url(../img/bg-header.gif) repeat-x;
	}
#header {
	height: 112px;
	width: 940px;
	position: relative;
	margin: 0 auto;
	}
#feature-outer {
	background: url(../img/bg-feature.gif) repeat-x;
	}
	
#feature {
	height: 264px;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	}

#content-outer {
	background: #000 url(../img/bg-content.gif) repeat-x;
	}
#content {
	width: 940px;
	margin: 0 auto;
	padding: 18px 0 10px 0;
	}
.col {
	float: left;
	width: 300px;
	margin-right: 20px;
	}
.col.last {
	margin-right: 0;
	}
.col.large p {
	font-size: 125%;
	}
.col p.small { font-size: 90%; line-height: normal; }
.col.small p {
	font-size: 90%;
	margin-bottom: 15px;
	}
#footer-outer {
	background: #0f0f0f url(../img/bg-footer.gif) repeat-x;
	margin-bottom: 30px;
	}
#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 18px;
	font-size: 90%;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header img {
	position: absolute;
	top: 21px;
	left: 0;
	}
#client-login {
	display: block;
	height: 32px;
	width: 100px;
	background: url(../img/client-login-button.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	}
#client-login:hover {
	background-position: 0 -32px;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	color: #808080;
	line-height: 1.5;
   margin-bottom: 30px;
	}
#footer a {
	color: #808080;
	}

#footer p.left {
   margin-right: 80px;
}

#footer .left {
	float: left;
	}
#footer .right {
	float: right;
	}
#footer ul {
	list-style: none;
	}
#footer ul a {
	color: #575757;
	font-weight: bold;
	text-transform: uppercase;
	}
#footer li {
	float: left;
	padding-left: 11px;
	margin-left: 11px;
	background: url(../img/footer-div.gif) no-repeat 0 50%;
	}
#footer ul.right li:first-child,
#footer ul.right li.first {
	padding-left: 0;
	margin-left: 0;
	background: 0;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	}
#top-nav li {
	float:left;
	margin-left: 21px;
	}
#top-nav li:first-child {
	margin-left: 0;
	}
#top-nav li a {
	color: #757575;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	}
#top-nav li a:hover {
	color: #fff;
	}
/*--------------------------------------------------------------
 Sub Nav styles 
--------------------------------------------------------------*/
ul#subnavigation {
	margin: 0 0 1.5em 0px;
	list-style: none;
	}
#subnavigation li {
	margin-bottom: 4px;
	}
#subnavigation li a {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	padding-left: 20px;
	}
#subnavigation li a span {
   font-size: 110%;
   font-weight: bold;
	display: block;
	height: 26px;
	padding: 0 0 0 20px;
	background: url(../img/more-arrow-over-large.gif) no-repeat 3px 8px;
	}
#subnavigation li a:hover {
	background: url(../img/subnav-bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#subnavigation li a:hover span {
   color: #fff;
   font-weight: bold;
	background-image: url(../img/more-arrow-over-large.gif);
	}
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/
.std-form label {
	color: #a7a7a7;
	font-weight: bold;
	margin-bottom: 0.5em;
	display: block;
	}
.std-form .input_text {
	border: 0;
	background: url(../img/bg-form.gif) no-repeat top right;
	width: 286px;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	}
.std-form fieldset {
	margin-bottom: 0.5em;
	}
.std-form fieldset.button {
	float: right;
	margin-top: 0.5em;
	}


/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
.divider {
	height: 1px;
	font-size: 0;
	background: url(../img/h2-bg.gif) repeat-x;
	margin-bottom: 10px;
	}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1, .sIFR-active h2 {
	visibility:hidden;
	font-family:Verdana;
	font-size:18px;
	}

/*------------------------------------------------------------*/	
	
/* James */
	
.colWide {
	float: left;
	width: 620px;
	margin-right: 20px;
}
	
.floatRight{
	float: right;	
}

.floatLeft{
	float: left;	
}

.colWide.last {
	margin-right: 0;
}
	
.colWide.large p {
	font-size: 125%;
}
	
.colWide.large p.small { 
   font-size: 90%; 
	line-height: normal; 
}

.colWide.small p {
	font-size: 90%;
}

.panelRow {
	width: 620px;
	float: left;
	margin-bottom: 10px;
}

.shadowboxRow{
	width: 620px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}

.shadowboxRow .panelRow .panel  p {
	margin-bottom:15px;
}

.shadowboxRow .panelRow .panel  p.small{
	font-size: 90%;
}

div.servicesContainer {
}

div.servicesContainer p{
	margin-bottom: 10px;
}

div.servicesContainer .panelRow {
	margin-bottom: 10px;
   /*CHECK*/
}

div.productsContainer {
}

div.productsContainer p {
	margin-bottom: 10px;
}

div.audienceSpacer {
	margin-top:5px;
	margin-bottom: 20px;
}

.panel p {
	margin-bottom: 0px;	
}

.panel {
	width: 300px;
}

a.listImage { display: block; width: 300px; padding: 0; }

.hidden {
	display: none;
}


/***********************/
/** Additional Styles **/
/***********************/

div.col li { 
   margin: 0 0 1em 0; 
	color: #a8a8a8; 
	line-height: 1.25; 
}


/*********************/
/** Banners/PNG Fix **/
/*********************/

img, div { behavior: url(inc/pngfix/iepngfix.htc) }

/* Hotswappable Banner */

#bannerImage {
   width: 940px;
	height: 264px;
}


/*************************/
/** Navigation Elements **/
/*************************/

ul#top-nav a.mainselected {
   color: #df0a2d;
}

ul#top-nav a.mainselected:hover {
   color: #ffffff;
}

ul#subnavigation a.subselected {
   color: #df0a2d;
}

ul#subnavigation a.subselected:hover {
   color: #ffffff;
}

ul#subnavigation a.subselected:hover span {
	background: url(../img/more-arrow-over-large.gif) no-repeat 3px 8px;
   color: #ffffff;
}

ul#subnavigation a.subselected span {
	background: url(../img/more-arrow-selected-large.gif) no-repeat 3px 8px;
}
	
/****************************/
/** Testimonials: Homepage **/
/****************************/

div#cycleTestimonials {
   width: 300px;
	height: 160px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

div#cycleTestimonials ul {
   margin-left: 0px;
}

div#cycleTestimonials li {
   list-style: none;
}

div#cycleTestimonials li p {
	font-size: 12px;
	line-height: 18px;
	color: #a8a8a8;
	margin-top: 0px;
}

div#cycleTestimonials li p.quoteAuthor {
   width: 300px;
	font-style: normal;
   font-weight: bold;
	text-align: right;
	line-height: 14px;
	color: #a8a8a8;
	margin-bottom: 0px;
	float: right;
}

div#cycleTestimonials li p.quoteAuthor span {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #a8a8a8;
}

/*****************/
/** Testimonials **/
/*****************/

div.testimonialColumn {
	width: 600px;
   float: left;
   margin-right: 20px;
}

div.testimonialRow {
	width: 600px;
   float: left; 
   margin-bottom: 30px;
}

div.testimonialRow p {
	font-style: italic;
   color: #757575;
}

div.testimonialRow p.quoteAuthor {
	width: 600px;
	font-style: normal;
   font-weight: bold;
	text-align: left;
	line-height: 14px;
   color: #a8a8a8;
	margin-bottom: 0px;
}	

div.testimonialRow p.quoteAuthor span{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
   color: #a8a8a8;
}

/***********/
/** Enews **/
/***********/

form#enewsForm a {
   width: 60px;
	height: 30px;
	background-image: url('/img/signup-button.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

form#enewsForm a span {
   display: none;
}

form#enewsForm a:hover {
	background-position: 0px -30px;
}

/***********************/
/** View All Services **/
/***********************/
a#viewAllServices {
   width: 108px;
	height: 30px;
	background-image: url('/img/button-viewAllServices.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: right;
}

a#viewAllServices span {
   display: none;
}

a#viewAllServices:hover {
	background-position: 0px -30px;
}


/********************/
/** Submit Button  **/
/********************/
a.submitButton {
   width: 108px;
	height: 30px;
	background-image: url('/img/button-submit.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: left;
}

a.submitButton span {
   display: none;
}

a.submitButton:hover {
	background-position: 0px -30px;
}


/****************/
/** Contact Us **/
/****************/
a#contactUs {
   width: 108px;
	height: 30px;
	background-image: url('/img/button-contactUs.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: right;
}

a#contactUs span {
   display: none;
}

a#contactUs:hover {
	background-position: 0px -30px;
}

/***********************/
/** View Testimonials **/
/***********************/
a#viewTestimonials {
   width: 135px;
	height: 30px;
	background-image: url('/img/button-viewTestimonials.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: right;
}

a#viewTestimonials span {
   display: none;
}

a#viewTestimonials:hover {
	background-position: 0px -30px;
}

/************************/
/** View Presentations **/
/************************/
a#viewPresentations {
   width: 135px;
	height: 30px;
	background-image: url('/img/button-viewPresentations.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: right;
}

a#viewPresentations span {
   display: none;
}

a#viewPresentations:hover {
	background-position: 0px -30px;
}

/********************/
/** View Accolades **/
/********************/
a#viewAccolades {
   width: 135px;
	height: 30px;
	background-image: url('/img/button-viewAccolades.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: right;
}

a#viewAccolades span {
   display: none;
}

a#viewAccolades:hover {
	background-position: 0px -30px;
}


/***************/
/** View News **/
/***************/
a#viewNews {
   width: 135px;
	height: 30px;
	background-image: url('/img/button-viewNews.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	float: right;
}

a#viewNews span {
   display: none;
}

a#viewNews:hover {
	background-position: 0px -30px;
}

/***********/
/** Forms **/
/***********/
table.enteractiveForm {
   border: 0px;
}

table.enteractiveForm td {
   border: 0px;
   padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

table.enteractiveForm td input,
table.enteractiveForm td select,
table.enteractiveForm td textarea {
   border: 1px solid #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: transparent;
	padding: 3px;
}

table.enteractiveForm td select {
   width: 308px;
}

table.enteractiveForm td input#catwebformbutton {
	font-weight: bold;
	color: #df0a2d;
	background-color: #2c2c2c;
	margin-top: 10px;
   padding: 5px;
}

table.enteractiveForm option {
   background-color: #000000;
}
	
table.enteractiveForm td input.checkbox {
   border: 0px;
}

span.bullet {
   color: #df0a2d;
}


/**************/
/** Sponsors **/
/**************/

div.sponsorRow {
   width: 300px;
   float: left;
}

div.sponsorRow div {
   margin-top: 10px;
	margin-bottom: 20px;
   margin-right: 50px;
	float: left;
}

div.sponsorRow div.last {
   margin-right: 0px;
}