﻿/* CSS reset by Eric Meyer 

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	display: none;
}
img {
	display: block;
}



/***** =Core setup and layout *****/

html, body {
	background-color: #ede8e0;
}

body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 1.33;
	color: black;
}

.container {
	font-size: 130.1%;
	max-width: 55em;
	margin: auto;
	padding: 0 80px;
}

.container2 {
	font-size: 130.1%;
	max-width: 65em;
	margin: auto;
	padding: 0px 230px ;
}

.wrapper {
	overflow: hidden;
	width: 100%;
}

#main {
	background: #ede8e0 url('../img/main-bg.gif') repeat-x;
}


#content {
	padding-top: 24px;
	background: #f4f1ec url('../img/content-bg.gif') repeat-x;
	padding-bottom: 6em;
	position: relative;
	min-height: 30em;
}

#text {
	width: 64%;
}



/* =Core link styles */

a {
	text-decoration: none;
	color: #0043bf;
}

a:visited {
	color: #00318c;
}

#main a:hover {
	color: black;
	border-bottom: 1px solid black;
	background-color: #e4ddd1;
}

#content .current, 
#content .current:hover {
	cursor:default;
	color: black;
	border: 0;
	background-color: transparent;
}



/***** =Top *****/

#top {
	background: #4a4b4f url('../img/top-bg.gif') repeat-x;
}

#top a {
	color: white;
}

/* =Accessibility */

#accessibility {
	padding-top: 0.5em;
}

#accessibility li {
	float: right;
	margin-left: 1em;
}

#accessibility a {
	color: #ababab;
	border-bottom: 1px dotted #ababab;
}

#accessibility a:hover {
	color: white;
	border-bottom: 1px solid white;
	background-color: #4d4d4d;
}

/* =Nav */

#nav {
	padding-top: 1em;
}

#nav li {
	float: left;
	background: transparent url('../img/nav-li-bg.gif') 100% 50% no-repeat;
}

#nav a, 
#nav em {
	display: block;
}

#nav em {
	font-size: 123.01%;
	padding: 0.33em 0.6em 0.2em;
}

#nav a:hover {
	background: #0039a6 url('../img/nav-tl.gif') no-repeat;
}

#nav a:hover em {
	background: transparent url('../img/nav-tr.gif') 100% 0 no-repeat;
}

#nav .current, 
#nav .current:hover {
	color: black;
	background: white url('../img/nav-current-tl.gif') no-repeat;
	cursor: default;
}

#nav .current em, 
#nav .current:hover em {
	background: transparent url('../img/nav-current-tr.gif') 100% 0 no-repeat;
}

#nav .last {
	background: none;
}



/***** =Branding *****/

#branding {
	background-color: white;
	border: 1px solid white;
}

#branding .container {
	position: relative;
}

#branding h1 {
	margin: 25px 0 10px -70px;
	text-indent: -200em;
	height: 77px;
	background: url('../img/certainty-management.jpg') no-repeat;
}

#branding a {
	display: block;
	width: 218px;
	height: 77px;
}

#branding h2 {
	position: absolute;
	right: 80px;
	bottom: -4px;
	font-size: 200%;
	letter-spacing: -1px;
	color: #d2c6b2;
}



/***** =Core typography *****/

h1, 
#content .h1, 
#content h2, 
#content .h2, 
#content h3, 
#content .h3, 
#faq dt {
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', serif;
}

#content h1 em, 
#content h2 em, 
#content h3 em {
	font-family: Georgia, 'Times New Roman', serif;
}

p {
	margin-top: 1em;
}

#header em, 
#content em {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'LucidaSans-Italic', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-style: italic;
}

#main strong {
	font-weight: bold;
}

.compact, 
#content .compact, 
#content .sidebar .compact, 
#content .sidebar .h3 {
	margin-top: 0;
	padding-top: 0;
}

.uc {
	text-transform: uppercase;
}

.decimal {
	list-style: decimal;
}

.disc {
	list-style: disc;
}

.disc li {
	margin-left: 1.5em;
}

.lower-roman {
	list-style: lower-roman;
}

.lower-roman li {
	margin-left: 2em;
}

blockquote {
	margin-top: 1em;
	display: block;
	padding: 6px;
	border: 1px solid #d2c6b2;
  background-color: #e4ddd1;
}

blockquote p {
	/* font-family: Georgia, 'Times New Roman', serif; */
}

.large {
	font-size: 123.1%;
}

.sidebar a.notused {
	color: #d2c6b2;
}

/* =Microformatting */

.org, 
.street-address, 
.locality, 
.region, 
.postal-code {
	white-space: nowrap;
}

#business-details .org-wrapper .delimiter {
	display: none;
}

#business-details .org {
	display: block;
	font-weight: bold;
}

#business-details .hcard {
	margin-top: 3px;
}



/***** =Header *****/

#header {
	color: white;
	background: #0039a6 url('../img/header-bg-blue.gif') repeat-x;
}

#header .container {
	background: transparent url('../img/kidd-4.jpg') 90% 100% no-repeat;
	min-height: 299px;
}

#header a {
	color: #b0c2e4;
	border-bottom: 1px dotted #b0c2e4;
}

#header a:hover {
	color: white;
	border-bottom: 1px solid white;
	background-color: #092382;
}

.home #header h1 {
	padding: 20px 0;
	font-size: 385%;
	line-height: 1;
}

.home #header h2, 
.home #header p {
	font-size: 138.5%;
}

.home #header h1, 
.home #header h2, 
.home #header p {
	padding-right: 34%;
}

.home #header p {
	padding-left: 34%;
}

#header p .sign-off {
	display: block;
	padding-bottom: 30px;
}

.home p, 
.synopsis p {
	margin-top: 0.5em;
}



/***** =Content *****/

#content h1, 
#content .h1 {
	font-size: 250%;
}

#content .h1 {
	display: block;
}

#content h2, 
#content .h2 {
	font-size: 170%;
	margin-top: 0.75em;
	border-top: 1px solid #d2c6b2;
	padding-top: 0.75em;
}

.home #content h2 {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

#content .h2, 
#content .h3 {
	display: block;
}

#content h3, 
#content .h3, 
#content .reduce h2, 
#content .sidebar h2, 
#faq dt {
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 1em;
	border: 0;
}

#faq dt {
	border-top: 1px solid #d2c6b2;
	padding-top: 0.75em;
}

#content li, 
#content dd {
	margin-top: 0.5em;
}

.decimal li, 
#terms-of-service ol ol {
	margin-left: 2em;
}

.sidebar {
	position: absolute;
	top: 3.2em;
	left: 65%;
	width: 31%;
}

#hardware img {
	margin-top: 0.5em;
	border: 1px solid #d2c6b2;
}

#map {
	width: 100%;
	border: 1px solid #d2c6b2;
	height: 400px;
	margin-top: 1.5em;
}

/* =Home page content */

.columns li {
	float: left;
	display: inline;
	width: 31%;
	margin-right: 3%;
}

.columns .last {
	margin-right: 0;
}

#mcafee {
	position: absolute;
	top: -40px;
	right: 40px;
	width: 114px;
	height: 83px;
	text-indent: -200em;
	background: url('../img/mcafee-sacp.png') no-repeat;
}



/***** =Nav-info *****/

#nav-info {
	padding: 2em 0 4em;
	border-top: 1px solid #d2c6b2;
	background-color: #e4ddd1;
}

#nav-info li {
	float: left;
	padding: 0 0.5em;
	border-left: 1px solid #bdb2a0;
}

#nav-info .first {
	padding-left: 0;
	border-left: 0;
}



/***** =Pricing table *****/

#pricing {
	width: 100%;
	margin-top: 1.5em;
}

#pricing th {
	padding: 1em 4px 2px;
	border-bottom: 2px solid #0039a6;
	vertical-align: bottom;
}

#pricing th span {
	font-weight: normal;
}

#pricing td {
	border-bottom: 1px solid #0039a6;
	padding: 2px 4px;
	vertical-align: top;
}

#pricing thead th {
	font-weight: bold;
	border-top: 1px solid #0039a6;
	background-color: #c1cfe9;
}

#pricing .price {
	text-align: right;
	background-color: #c1cfe9;
	padding: 2px 4px;
	width: 10%;
}

#pricing .drop {
	background-color: transparent;
}

#pricing .club {
	background-color: #0039a6;
	color: white;
}

#pricing .club a {
	color: white;
	display: block;
}

#pricing .club a:hover {
	color: white;
	border: 0;
	background-color: #092382;
}

#pricing .club:hover {
	background-color: #092382;
}



/* Contact form */

#contact {
	margin-top: 0.75em;
	border-top: 1px solid #d2c6b2;
	padding-top: 0.75em;
}

input.hidden {
	display: none;
}

label, 
input.submit {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}

label input, 
label textarea {
	font-weight: normal;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

label input.text, 
label textarea, 
label select {
	display: block;
	padding: 3px;
	border: 2px inset #999;
}

input.text:focus, 
textarea:focus, 
select:focus {
	background-color: #e5eeff;
	border: 2px inset #0043bf;
}

input.submit {
	color: white;
	background-color: #0043bf;
	padding: 3px;
	border: 2px outset #003;
}

input.submit:hover {
	background-color: black;
	cursor: pointer;
	border: 2px outset black;
}

span.confirmation {
	display: block;
	padding: 6px;
	border: 1px solid #d2c6b2;
  background-color: #e4ddd1;
}

.long {
	width: 99%;
}

.short {
	width: 14em;
}

.note {
	display: block;
	color: #999691;
	font-weight: normal;
}

.invalid {
	display: block;
	color: #f00;
	font-weight: bold;
}

.temp {
	color: #ff0;
}