﻿/* Reset All CSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

a {
	outline: none;
}﻿/* Framework */
html {
	height: 100%;
}

body {
	margin: 0; padding: 0;
	background: url(../images/framework/bg-body.gif) repeat-x 0 0;
	height: 100%;
}

/* Page Container */
#wrapper {
	margin: 0 auto -80px;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 90px;
}

h1#logo-keynetics {
	margin: 32px 0 0 40px;
	float: left;
	width: 145px;
	height: 29px;
	text-indent: -999em;
	background-image: url(../images/framework/logo-keynetics.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h1#logo-keynetics.blue {
	background-position: 0px -30px;
}

h1#logo-keynetics.gold {
	background-position: 0px 0px;
}

h1#logo-keynetics.green {
	background-position: 0px -60px;
}

h1#logo-keynetics a {
	display: block;
	width: 145px;
	height: 29px;
	outline: none;
}

#page-banner {
	width: 960px;
	height: 345px;
	background: #fdba31 url(../images/framework/page-banner-teaser.jpg) no-repeat 0 0;
}

/* Main Content Wrapper */
#content-wrapper {
	margin: 0; padding: 0;
}

/* Column Layout */
.layout-2-col .column-1 {
	padding: 20px 20px 40px 20px;
	float: left;
	width: 500px;
}

.layout-2-col .column-2 {
	padding: 30px 20px 40px 20px;
	float: left;
	width: 380px;
}

#footer {
	border-bottom: solid 25px #a7a9ac;
}               

.push {
	height: 65px;
}

/* Generics */
.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;
}

.top-margin {
	margin-top: 10px;
}

.bottom-margin {
	margin-right: 10px;
}

.top-padding {
	padding-top: 10px;
}

.bottom-padding {
	padding-bottom: 10px;
}

.img-left {
	padding: 0 10px 10px 0;
	float: left;
}

.img-right {
	padding: 0 0 10px 10px;
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* Template with Image on Left Side */

img.left-image {
	margin-left: 100px;
	margin-top: 68px;
}
/* These are standard sIFR styles... do not modify */
.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;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
h1.sIFR-hasFlash {
	visibility: hidden;
}

h2.sIFR-hasFlash {
	visibility: hidden;
}

/* Sections */
body {
	font: 12px/normal helvetica, calibri, arial, sans-serif;  
}

/* Generic Markup */
.content {
	color: #888;
	line-height: 17pt;
}

.content h1 {
	margin: 0; padding: 0 0 20px 0;
	font-size: 22px;
}

.content h1.sIFR {
	margin: 0; padding: 0 0 20px 0;
	font-size: 22px;
}

.content h2 {
	margin: 0; padding: 0 0 10px 0;
	font-size: 15px; 
	font-weight: bold;
	/*color: #7ac142;8*/
	color: #888;
}

.content h2.sIFR {
	margin: 7px 0; padding: 10px 0;
	font-size: 16px;
}

.content h3 {
	margin: 0; padding: 0 0 10px 0;
	font-size: 13px;
	color: #999;    
	line-height: 16px;
}

.content p {
	padding: 0 0 10px 0;
}

.content strong {
	font-weight: bold;
	text-transform: uppercase;
}

.content b {
	font-weight: bold;
}

.content i {
	font-style: italic;
}

.content a {
	text-decoration: underline;
	color: #00a4e4;
}

.content a:hover {
	text-decoration: none;
}

.content ul {
	padding: 0 0 10px 20px;
}

.content ul li {
	margin: 0 0 0 15px;
	list-style-type: disc;
}

.content ol {
	padding: 0 0 10px 0;
}

.content ol li {
	margin: 0 0 0 25px;
	list-style-type: upper-roman;
}

.content ol.decimal li {
	list-style-type: decimal;
}

.content ol.lower-alpha li {
	list-style-type: lower-alpha;
}

.content dl {
	padding: 0 0 10px 0;
}

.content dt {
	font-weight: bold;
	line-height: 16px;
}

.content dd {
	padding: 0 0 10px 0;
}

/* Generics */
a.external {
	padding: 0 12px 0 0;
	background: center right no-repeat url(../images/framework/link_external.gif);

	/* IE6 and IE7 */
	*padding: 0;
	*background: none;
}

.fineprint {
	font-size: 80%;
	font-weight: bold;
}