
/* ==================================================================
SCREEN STYLESHEET
CREATIVES ON TAP
---------------------------------------------------------------------
AUTHOR(S): AARON@METHOD21.NET, Jeff Junatas
DATE: 23 MAR 2010
=====================================================================
COLOR TABLE
---------------------------------------------------------------------
BACKGROUND 		#FFFFFF
LIME GREEN		#C1DB35
===================================================================== */
/* GLOBALS
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font: normal 9pt/1.2 Helvetica, Arial, sans-serif;
	background: url(/images/body-bg.jpg) repeat-x 0 10px;
}
a {
	overflow: hidden;
	color: #ee1d25;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
h1 {
	font-size: 13pt;
	margin: 0 0 12px;
}
h2 {
	font-size: 11pt;
}
h1, h2 {
	margin: 0 0 15px 0;
	color: #ee1d25;
	font-weight: normal;
}

p {margin: 0 0 15px 0; line-height: 1.8em;;}

.resetList, .resetList li ul {/* APPLY CLASS RESETLIST TO ANY UL or OL THAT NEEDS DEFAULT STYLES REMOVED */
	margin: 0;
	padding: 0;
}
.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}
/* TWO CLEARING TECHNIQUES */
.clear, .clearBoth {/* APPLY TO ANY DIV OR BLOCK LEVEL ELEMENT BENEATH FLOATED ELEMENTS TO MAKE CONTAINER WRAP AROUND FLOATS */
	clear: both;
}
.clearfix:after { /* APPLY TO ELEMENT THAT CONTAINS FLOATS THAT IT NEEDS TO 'CONTAIN' */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* MODX SPECIFIC */
img[align="left"] {
	margin: 0 10px 10px 0;
}
img[align="right"] {
	margin: 0 0 10px 10px;
}
.offLeft {
	position: absolute;
	left: -9999px;
}
.B_crumbBox { /* DEFAULT CLASS FOR MODX BREADCRUMB */
	margin: 3px 0 10px;	
	display: block;
}
/* FORMS */
input,textarea {
	font: inherit;
	padding: 3px;
	border: solid 1px #CCC;
}
input.inputButton { /* SEE IE6, IE7 */
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
/* STRUCTURE
===================================================================== */

#logo {
	width: 354px;
	height: 60px;
	display: block;
	background: url(/images/logo.gif) no-repeat left top;
	text-indent: -9999px;
	margin-top: 20px;
}
#header-span {
	/*background: url(/images/masthead-bkg.gif) repeat-x;*/
}

#header {
	width: 960px; margin: 0 auto;
}
#header h1 {
	margin: 20px 0 27px 0;
}
#header #client-login {
	margin-top: 40px;
	width: 345px;
	font-size: .9em;
}
#header #client-login p {
	margin: 5px 0;
}
#header #client-login form {
	margin: 0; 
	padding: 0;
	display: inline;
}
#header #client-login fieldset {
	border: none; 
	padding: 5px; 
	margin: 0 !important;
}
#header #client-login fieldset label {
	padding: 0 5px;
}
#header #client-login fieldset input {
	width: 50px;
}
#header #client-login fieldset label input {
	width: 75px;
}

#home-carousel {
	width: 968px; 
	margin: 15px auto 0 auto; 
/*	background: url(/images/home-banner-bg.jpg) no-repeat;*/
}

#content {
	width: 968px; 
	margin: 15px auto; 
	background: url(/images/content-divider.gif) bottom left no-repeat;
}
#content .main-content {
	float: left; 
	width: 638px; 
	padding-top: 15px;
	background: url(/images/main-content-top.png) no-repeat; 
}
#content .main-content .inner {
	padding: 15px 30px; 
	background: url(/images/main-content-bg.png) repeat-y;
}
#content .main-content .main-content-footer {
	padding-bottom: 10px; 
	background: url(/images/main-content-bottom.png) bottom left no-repeat;
}
#content .main-content .main-content-footer .inner {
	padding-top: 5px; 
	background: url(/images/bottom-inner.png) top left no-repeat;
	height: 30px;
}
#content .main-content .main-content-footer .inner span {
	font-size: 1.3em; 
	font-weight: bold; 
	float: left; 
	margin: 10px;
}

a.becomePartnerWide {
	width: 282px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background: url(/images/btn-become-partner.png) no-repeat left top;
}
a.requestDemoWide {
	width: 282px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background: url(/images/btn-request-demo.png) no-repeat left top;
}
a.requestDemoWide:hover, a.becomePartnerWide:hover {
	opacity: .75;
}

#content .main-content .main-content-footer .inner a img {
	margin-top: 8px;
}

#content .sidebar {
	float: right; 
	width: 272px; 
	padding: 30px 10px 0 20px;
}
#content .sidebar .story {
	padding: 0 0 15px 0; 
	margin-bottom: 15px; 
	border-bottom: 1px solid #ccc; 
	float: left;
}
/*#content .sidebar .story p {
	margin: 0 0 0 93px;
}*/
#content .sidebar .story.last {
	margin-bottom: 0; 
	border: none;
}
.contactUs1 {
	width: 123px;
	height: 31px;
	display: block;
	background: url(/images/btn-contact-red.gif) no-repeat left top;
	text-indent: -9999px;
}
.frame {float: left; }

.frame {
	background: url(/images/frame-top.png) no-repeat;
}
.frame .inner {
	background: url(/images/frame-bottom.png) bottom no-repeat; 
	padding: 9px;
}
.frame.small {
	background: url(/images/frame-small-top.png) no-repeat;
}
.frame.small .inner {
	background: url(/images/frame-small-bottom.png) bottom no-repeat; 
}


/* NAVIGATION
===================================================================== */
.navCushion {
	width: 960px;
	margin: 0 auto;
}
#navigation {
	background: url(/images/nav-bkg.gif) repeat-x left top;
	height: 57px;
	text-align: center;
}
#navigation ul {
	float: right;
}
#navigation ul li {
	float: left; 
	margin: 18px 0 0 0; 
	font-weight: bold;
	text-align: center;
}
#navigation ul li a {
	color: white; 
	display: block; 
	padding: 0 28px; 
	text-decoration: none; 
	font-size: 1em; 
	line-height: 39px;
}
#navigation ul li a:hover {
	color: #e6b5b4;
}

#navigation ul li.active, #navigation ul li.current_page_item {
	background: url(/images/tab-left-corner.gif) top left no-repeat white;
}
#navigation ul li.active a, #navigation ul li.current_page_item a {
	color: #333; 
	background: url(/images/tab-right-corner.gif) top right no-repeat;
}
/* SECOND LEVEL */
#navigation li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	z-index: 999;
	text-align: left;
	background: #700404;
	width: 10.3em;
	border-right: solid 1px #700404;
	border-bottom: solid 1px #700404;
	border-left: solid 1px #700404;
}
#navigation li ul li { 
	float: none;
	white-space: nowrap;
	width: auto;
	border-bottom: solid 1px #e6b5b4;
	margin: 0;
}
#navigation li ul li.last { 
	border-bottom: none;
}
#navigation li ul li a { 
	border: none;
	padding: 9px 5px;
	display: block;
	line-height: 1;
	/* width: 10.3em; */
	width: auto;
	color: #FFF;
}
#navigation ul li.active ul li { /* KILL TAB GRAPHIC FOR SECOND LEVEL LIST ITEMS */
	background: none;
}
#navigation ul li.active ul li a{
	color: #FFF; 
	background: none;
}
#navigation li ul li a:hover, #navigation li ul .youAreHere a{
	background: #EFEFEF !important;
	color: #333 !important;
}
#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* NEWSLETTER FORM
===================================================================== */
#newsletterForm {
	width: 100%;
}
#newsletterForm h2 {
	text-align: center;
	margin: 0;
}
#newsletterForm p.subtext {
	margin: 0;
	text-align: center;
}
#newsletterForm li {
	margin: 3px 0;
}
#newsletterForm label {
	display: block;
	width: 70px;
	margin-right: 10px;
	float: left;
}
#newsletterForm input {
	width: 184px;
}
#newsletterForm input.sidebarSend {
	width: auto !important;
	height: auto !important;
	border: none;
	float: right;
}
#newsletterFrame {
	border: none;
	background: transparent;
	width: 100%;
}

/* CONTACT FORM
===================================================================== */
#contactForm {

}
#contactForm li {
	margin-bottom: 10px;
}
#contactForm label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
#contactForm input {
	width: 200px;
	padding: 3px;
}
#contactForm textarea {
	width: 400px;
}
#contactForm .radioButtons label {
	display: inline;
	font-weight: normal;
}
#contactForm .radioButtons input {
	width: auto;
}
#contactForm .radioButtons p {
	margin: 0
}
#contactForm input.inputButton {
	background: url(/images/btn-send-large.gif) no-repeat left top;
	width: 86px;
	height: 29px;
}
.required {
	color: #C00;
}
.hiddenInputs input {
	display: none;
}
/* FOOTER
===================================================================== */

#footer {
	padding-bottom: 20px;
}
#footer #theorem-banner {
	background-color: #000; 
	padding: 10px; 
	color: white; 
	font-size: 1.4em; 
	line-height: 1.8em;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer #theorem-banner div {
	width: 960px; 
	height: 32px; 
	margin: 0 auto;
}
#footerLogo {
	width: 145px;
	height: 42px;
	text-indent: -9999px;
	background: url(/images/theorem-logo.gif) no-repeat left top;
	margin-top: -3px;
}
#footer #copyright {
	width: 960px; 
	margin: 10px auto; 
	font-size: 1em;
}

