﻿html, form{ width:100%; height:100%;}

body 
{
	background: url(../images/marketing/bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 12px;	
	color: #555;
	text-align: left;
}

a
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
strong{ font-weight: bold;}
a:hover{ color: #FB4500; }

h2{ font-size: 26px; color: #333;}
h3{ font-size: 20px; color: #333;}
h4{ font-size: 14px; font-weight: bold;}
ul.marketing_list li
{
	font-size: 14px;
	margin-top: 5px;
	list-style-type: circle;
	list-style-position: inside;
}
ol.marketing_list li
{
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 5px;
}
.marketing_list li div
{
	margin-left: 20px;
}

/* Global classes */
.lyc
{
	margin-left: auto;
	margin-right: auto;
	width: 1007px;
}

#all
{
	background: url(../images/marketing/ds_bg.png) repeat-y;
}
* html #all{ background: #fff; border: 1px solid #ccc; border-top:none; border-bottom: none;}

#logo
{
	margin: 0px 20px 0px 20px;
	clear: both;
}
#logolink
{
    float: left;
    clear: none;
    margin-left:-6px;
}
#floatlinks
{
	margin-top: 5px;
	float: right;
	text-align: right;
	color: #666;
	clear: none;
}
#navbar
{
	margin-left: auto; margin-right: auto;
	background: url(../images/marketing/nav_bg.jpg) repeat-x;
	height: 21px;
	width: 958px;
	padding: 10px;
}
* html #navbar{ width: 987px;}

#navbar li
{
	display: inline;
	font-size: 17px;
	height: 41px;
	color: #666;
	padding-left: 12px; padding-right: 12px;
	border-right: 2px solid #fff;
}
#navbar li a
{
	font-weight: normal;
}

#content
{
	margin: 0px 25px 0px 25px;
	padding: 10px 10px 0px 20px;
	clear: both;
	position: relative;
	width: 900px;
	border: 1px solid #fff;
}

#lockup
{
	margin-left: auto; margin-right: auto;
	width: 958px;
	padding: 10px 10px 0px 10px;
	background: url(../images/marketing/cc_bg.jpg) repeat-x bottom;
	height: 125px;
	display: none;
	clear: both;
	text-align: center;
}

* html #lockup
{
	width: 987px;
}

#dsfooter
{
	background: url(../images/marketing/ds_footer.png) no-repeat;
	height: 35px;
}
* html #dsfooter{ background: #fff; border: 1px solid #ccc; border-top:none;}

#footer
{
	text-align: center;
	color: #666;
}

/* Classes */

div.login_box{
    margin: 80px auto;
    width:320px;
    
}
div.login_box div.form_section{
 float: none;
}

table.customer_list
{
	width: 100%;
	height: 100%;
}
table.customer_list img
{
	clear: both;
}
table.customer_list td
{
	font-size: 10px;
	text-align: center;
}

#sample_form
{
	padding-left: 0px;
}
* html #sample_form
{
	margin: 0;
	display: none;
}


/* Sifr stuff */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;

}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

div.studylink
{
	border: 2px solid #555;
	background: #FEB546;
	margin: 10px 30px;
	padding: 5px;
	text-align: center;
}

div.studylink a
{
	color: White;
	font-weight: bold;
	font-size: 1.1em;
}

table.mkt_table
{
	margin: 10px;
}
.mkt_table th
{
	font-weight: bold;
	padding: 3px 3px 3px 23px;
}
.mkt_table td
{
	border: 1px solid #ccc;
	padding: 3px;
	text-align: right;
}

div#content li
{
	list-style-position: outside;
	margin-left: 20px;
}
