@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body {
	color: #212121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #313131;
}

body a,
body a:visited,
body a:hover {
	color: #00578b;
}

h1 {
	font-size: 22px;
	margin: 0 0 5px 0;
	color: #0e1215;
}

h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #0e1215;	
}

h3 {
	font-size: 15px;
	margin: 0 0 3px 0;
	color: #001f3c;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}

.center {
	width: 770px;
	margin: 0 auto 0 auto;
}

.att {
	color: #cc0000;
}

/* header */

.header-bg {
	width: 100%;
	background: url(../images/header-bg.gif) #ccc top left repeat-x;
}

.header {
	width: 770px;
	height: 120px;
}

.logo {
	float: left;
	margin: 28px 0 0 0;
}

.tag {
	float: right;
	width: 300px;
	margin: 40px 0 0 0;
}

.tag {
	font-size: 15px;
	line-height: 17px;
	font-style: italic;
	color: #333;
}

/* nav */

.nav-bg {
	width: 100%;
	background: #062539;	
}

.nav {
	clear: both;
	width: 770px;
	height: 36px;
	overflow: auto;
}

.nav ul {
	border-left: solid 1px #cbe5ef;
	height: 36px;
}

.nav ul li {
	float: left;
	line-height: 36px;
	border-right: solid 1px #cbe5ef;
}

.nav ul li a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 20px;
}

.nav ul li a:hover {
	background: #385161;
}

.nav ul li a.curr {
	background: url(../images/current.png) bottom center no-repeat;
}

/* main */

.main-bg {
	width: 100%;
	background: url(../images/main-bg.gif) #fff top left repeat-x;	
}

.main {
	clear: both;
	width: 770px;
	padding: 30px 0 30px 0;
	overflow: auto;
}

.main-left {
	float: left;
	width: 480px; 
	padding: 0 40px 0 0;
}

.main-left p {
	margin: 0 0 15px 0;
	line-height: 18px;
	color: #212121;
}

.main-left ul {
	margin: 0 0 15px 20px;
}

.main-left li {
	line-height: 18px;
	list-style: disc;
}

/* sidebar */

.sidebar {
	float: right;
	width: 240px;
}

.sidebar-box {
	width: 216px;
	padding: 10px;
	background: #ededed;
	border: solid 2px #c6d9e0;
	margin: 0 0 15px 0;
}

.side-emph {
	border: solid 2px #c1f790;
	background: #e4f7d3;
}

.sidebar p {
	font-size: 13px;
	line-height: 15px;
}

.sidebar-box span.side-title {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.sidebar p.technical {
	background: url(../images/ico-pdf.png) top left no-repeat;
	padding: 0 0 0 30px;
}

.sidebar p.book {
	background: url(../images/leading-teams-cover.jpg) 0 2px no-repeat;
	padding: 0 0 0 65px;
}

.sidebar p.samples {
	background: url(../images/ico-samples.png) top left no-repeat;
	padding: 0 0 0 30px;
}

.sidebar p.reports {
	background: url(../images/ico-reports.png) top left no-repeat;
	padding: 0 0 0 30px;
}

.sidebar p.setup {
	background: url(../images/ico-setup.png) top left no-repeat;
	padding: 0 0 0 30px;
}

.sidebar ul.side-profiles {
	margin: 5px 0 0 20px;
}

.sidebar ul.side-profiles li {
	font-size: 12px;
	list-style: disc;
	line-height: 15px;
}

/* faq */

.five-cond {
	width: 460px;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #b8dce9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

.five-img {
	border: solid 2px #999;
	margin: 0 0 20px 0;
}

.faq-each {
	clear: right;
}

.back-to-top {
	float: right;
	margin: 0 0 20px 0;
}

/* setting up */

.setup-cta a,
.setup-cta a:hover,
.setup-cta a:visited {
	float: left;
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0;
	background: #daf8bf;
	color: #397700;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 36px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border: solid 2px #397700;
}

.setup-cta a span.arr {
	position: relative;
	top: 2px;
	font-size: 30px;
	line-height: 30px;
}

/* about us */

.about-each {
	float: left;
	clear: both;
	width: 480px;
	margin: 0 0 20px 0;
}


.about-each img {
	float: left;
	border: solid 2px #c6d9e0;
}

.about-each .about-desc {
	float: right;
	width: 350px;
}

.title {
	display: block;
	font-style: italic;
	font-size: 12px;
}

.about-learn {
	margin: 15px 0 0 0 !important;
}

.about-img {
	float: left;
	width: 164px;
	margin: 3px 10px 5px 0;
}

.about-img img {
	border: solid 2px #c6d9e0;
}

span.caption {
	display: block;
	font-size: 12px;
	margin: 2px 0 0 0;
}

.crumb {
	font-size: 12px;
}

/* contact us */
	
form.contact_form div {
width: 480px;
margin: 0 0 15px 2px;
}

form.contact_form label {
display: block;
margin: 0 0 3px 0;
font-weight: bold;
}

form.contact_form label span {
color: #af0404;
}

form.contact_form input {
width: 200px;
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: .04em;
color: #444;
}

form.contact_form textarea {
padding: 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: .04em;
color: #444;
width: 360px;
}

form.contact_form div.submit {
margin-left: 250px;
}

form.contact_form div.submit input {
	width: 120px;
}

div.error_box {
margin: 20px 0 20px 115px;
}

div.error_box ul {
margin: 0;
padding: 0;
list-style: none;
}

div.error_box li {
line-height: 18px;
background: url(../images/ico-error.gif) top left no-repeat;
padding: 0 0 0 10px;
margin: 0 0 5px 0;
color: #af0404;
font-weight: bold;
}

	

/* footer */

.footer-bg {
	clear: both;
	width: 100%;
	background: #313131;
}

.footer {
	clear: both;
	width: 770px;
	padding: 20px 0 20px 2px;
	overflow: auto;
}

.footer p {
	color: #ddd;
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 16px;
}

.footer p a {
	color: #ade0ff;
}


