@CHARSET "ISO-8859-1";
body{
	font-family:Calibri, Arial;
	font-size:16px;
}

#header{
	height:205px;
}

#searchFormWrapper {
    background: #B6CDDB;
    height: 36px;
    padding: 8px 10px 0px 10px;
}

#navigation {
    margin: 22px 0px 0px 0px;
}

#logoWrapper{
    position: relative;
        top: 20px;
        left: 80px;
        margin: 0;
        padding: 0;
}

#logoWrapper a#logo{
	background:url(http://d28w1rs7bvxm9v.cloudfront.net/logo.png) no-repeat;
	height:150px;
	width:300px;
	display:block;
}

#myAccount{
	height:47px;
}

#topLinks{
	margin:5px 20px 0 0;
	height:24px;
	width:150px;
	color:#fff;
	text-align:center;
	float:right;
	font-size: 12px;
}

#topLinks a{
	color:#fff;
}

#pageQuote blockquote{
	margin:0 0 0 65px;
	padding:0px 50px 0 65px;
	width:450px;
	height:102px;
	font-family:Cambria,serif;
	font-size:14px;
	font-weight:normal;
}

#quote {
	height: 150px;
	width: 450px;
}

#quoteBody {
	color: #fff;
    font-style: italic;
    display: block;
}

#quoteCredit {
    text-align: right;
    float: right;
}

#quoteCredit:before
{
content: "- ";
}

#searchForm{
	float:left;
	background:#fff;
	width:180px;
        height: 28px;
/*	padding:2px 0 2px 10px;*/
}

#searchForm input{
	border:1px;	
}

#searchForm input#searchTerms{
	width:150px;
	margin:5px;
}

#searchForm input#submitSearch{
	float:right;
	display:block;
	width:18px;
	height:18px;
	margin: 10px 0px;
	background:url(/templates/public/scapi/images/magnifying-glass.png) no-repeat;
}

#pageBody{
	color: #000;
    background:#fff;
}

#footer{
    color:#fff;
    height:100px;
    width: 100%;
    vertical-align: middle;
}

.more{
background:#f5f5f5;
border:#ccc 1px solid;
padding:10px 20px;
float:right;
margin:0 0 20px 20px;
}

.more h2{
margin: 0 0 10px 0;
}

.more ul{
list-style:none;	
}
.more li{
margin:5px;
}

.rightLink{
	float: right;
	margin-right: 10px;
}

table.spreadsheet{
border:#999 1px solid;	
}

table.spreadsheet th{
	background:#999;
	padding:2px 10px;
	font-size:16px;
}

table.spreadsheet td{
	padding:2px 10px;
	
}
#zendLogoWrapper {
	font-size: 12px;
	font-wieght: bold;
	text-align: center;
    width:180px;
    height:100%;
    padding: 2px 8px 5px 30px;
    float: right;
}

#zendLogo{
display:block;
width:180px;
height:73px;
background: url(http://d28w1rs7bvxm9v.cloudfront.net/zend_logo.png) no-repeat;
}


#digitalusLogoWrapper {
	font-size: 12px;
	font-wieght: bold;
	text-align: center;
    width:61px;
    height:100%;
    padding: 2px 10px 5px 15px;
    float: left;
}

#digitalusLogo{
    display:block;
    width:61px;
    height:48px;
    background: url(http://d28w1rs7bvxm9v.cloudfront.net/digitalusmedia_logo.png) no-repeat;
    margin-top:9px;
}

#pageBody {
    padding: 0px;
}

table.compat-table-wrapper {
	width: 100%;
	height: 300px;
	margin: 0px 10px 50px 0px;
	padding: 10px;
}

table.compat-table {
	background-color: #e9e9e9;
	margin: 10px;
	padding: 10px;
	height: 300px;
	border-style: solid;
	border-width:1px;
	border-color: black;
	height: 100%;
}

td.compat-table-header {
	text-align: center;
	vertical-align: bottom;
	font-family:Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: black;
	height: 25px;
}

td.checked {
	font-family:Calibri, Arial;
	text-align: left;
	vertical-align: middle;
	background: url(/templates/public/scapi/images/checkedoff.png) no-repeat;
	background-position: 10px 50%;
	background-color: #ecfbf5;
	border-style: none;
	padding: 10px 10px 10px 40px;
}

td.targetted {
	font-family:Calibri, Arial;
	text-align: left;
	vertical-align: middle;
	background: url(/templates/public/scapi/images/targetted.png) no-repeat;
	background-position: 10px 50%;
	background-color: white;
	background-color: #fff0f0;
	border-style:none;
	padding: 10px 10px 10px 40px;
}

ul.service-list {
	list-style-image: url(/templates/public/scapi/images/check.png);
	padding:0 20px;
}

#behindSite{
display:block;
width:58px;
height:59px;
background: url(http://d28w1rs7bvxm9v.cloudfront.net/behind_site.png) no-repeat;
float: right;
}

table.downloadTable {
	width: 100%;
}

table.downloadTable thead tr td {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

p.faqQuestion {
	font-weight: bold;
}

p.faqAnswer {
	font-style: italic;
}

p.footnote {
	font-family: Calibri, Arial;
	font-size: 0.8em;
}