/*

Title: 		CSS
Author: 	Sandor Weisz, methodtree.com
Updated: 	

*/

/* @group Reset */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
}

tr, th, td {
	margin: 5px;
	padding: 5px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
}

/* remember to define focus styles! */

:focus, :active {
	outline: 0;
}

body {
	background: white;
	text-align: center;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

body li {
	margin-bottom: 2px;
}

hr {
	margin-bottom: 1.2em;
}

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: "" "";
}

.cf:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.c\learfix:after, .c\f:after { line-height: 0; }
.clearfix, .cf { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix, * html .cf { height: 1%; }
.clearfix, .cf { display: block; }
/* End hide from IE-mac */

/* @end */

/* @group Tags */

a {
	color: #D23000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, ul {
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

/* @end */

/* @group Layout */

.page {
	width: 900px;
	margin: 0 auto;
}

#feature {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#feature.flash {
	width: 1003px;
}

#content {
	clear: both;
	margin-bottom: 10px;
}

#main {
	float: left;
	width: 582px;
	margin-right: 18px;
	margin-bottom: 20px;
}

/* @end */

/* @group Top */

#top {
	background-color: #60b3b3;
	height: 31px;
	margin-bottom: 16px;
}

#top .page {
	position: relative;
}

#topnav {
	font-size: 12px;
	padding-top: 1px;
}

#topnav li {
	float: left;
	margin-right: 20px;
}

#topnav li a {
	display: block;
	color: white;
	padding-top: 4px;
	line-height: 20px;
}

#alert {
	width: 462px;
	height: 31px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(/i/alert.jpg);
	font-family: Trebuchet MS;
	font-size: 22px;
	line-height: 29px;
	padding-left: 18px;
	font-weight: normal;
}

#alert em {
	color: white;
	font-style: normal;
}

/* @end */

/* @group Header */

#header {
	margin-bottom: 20px;
	z-index: 10;
	position: relative;
}

#flag {
	width: 642px;
	height: 71px;
	display: block;
	margin-bottom: 3px;
	color: black;
	font-family: Trebuchet MS;
	font-size: 32px;
	line-height: 106px;
	font-weight: normal;
	text-decoration: none;
}

#flag img {
	float: left;
	margin-right: 10px;
}

/* @group Nav */

#nav {
	background: url(/i/dashed.gif) repeat-x 0 0;
	float: left;
	font-size: 13px;
}

#nav ul {
	background: url(/i/dashed.gif) repeat-x 0 bottom;
}

#nav li {
	float: left;
	margin-right: 29px;
}

#nav li.last {
	margin: 0;
}

#nav li a {
	display: block;
	color: black;
	padding: 6px 0 4px 0;
}

#nav li a:hover {
	color: #D23000;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Content */

/* @group Subnav */

#subnav {
	width: 217px;
	background-image: url(/i/subnav_bg.jpg);
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
}

#subnav ul {
	background: url(/i/subnav_bot.jpg) no-repeat 0 bottom;
	padding: 22px 0;
	margin-bottom: 0;
}

#subnav ul.shared {
	background: none;
	padding-bottom: 0;
}

#subnav ul li {
	margin: 0 20px;
	padding-left: 14px;
	line-height: 17px;
	margin-bottom: 4px;
}

#subnav li a, #subnav li {
	font-size: 13px;
	color: black;
	display: block;
}

#subnav li.head {
	font-weight: bold;
}

#subnav li.at {
	background: url(/i/red_arrow.gif) no-repeat 0 3px;
}

/* @end */

#main h1 {
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#main h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

#main h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* @group Sidebar */

.sidebar {
	float: left;
	position: relative;
	background-image: url(/i/sidebar_bg.jpg);
	width: 300px;
	margin-bottom: 20px;
}

.sidebar .body {
	background: url(/i/sidebar_bot.jpg) no-repeat 0 bottom;
	padding: 25px 30px 15px 30px;
	font-size: 13px;
	line-height: 17px;
}

.sidebar h2 {
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.sidebar ul {
	margin-left: 16px;
	margin-top: 4px;
}

.sidebar li {
	list-style-type: square;
	line-height: 1.2;
	margin-bottom: 4px;
}

/* @end */

/* @group Fullbox */

#main.fullbox {
	position: relative;
	background-image: url(/i/fullbox_bg.jpg);
	width: 900px;
}

.fullbox .body {
	background: url(/i/fullbox_bot.jpg) no-repeat 0 bottom;
	padding: 25px 30px 15px 30px;
}

#main.fullbox h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}

.fullbox .col {
	width: 270px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.fullbox .col.last {
	margin-right: 0;
}

/* @end */

/* @end */

/* @group Specific */

/* @group System */

.system #header {
	margin-bottom: 0;
}

.system #feature {
	height: 372px;
	Margin-bottom: 10px;
}

.system #main {
	width: 665px;
	margin-right: 0;
}

.system .module {
	display: none;
}

.system #module-commandcenter {
	display: block;
}

/* @end */

/* @group About */

.about #header-wrap {
	position: absolute;
	top: 47px;
	height: 117px;
	text-align: center;
	width: 100%;
}

.about #feature {
	height: 500px;
	width: 1045px;
/*	margin-top: 65px;*/
}

.about dt {
	width: 84px;
	float: left;
	margin-right: 12px;
}

.about dd.vitals {
	float: left;
	line-height: 21px;
}

.about dd.bio {
	clear: both;
	margin-bottom: 1.5em;
}

/* @end */

/* @group Vault */

.vault #feature {
	text-align: center;
}

.vault #feature a {
	width: 640px;
	height: 360px;
	display: block;
	margin: 0 auto 30px;
}

.faqs dt {
	font-weight: bold;
	margin-bottom: 6px;
}

.faqs b {
	font-weight: bold;
	color: #d23000;
}

.faqs dd {
	margin-bottom: 16px;
}

/* @end */

/* @group Partners */

.partners #main {
	width: 750px;
}

.partners .module {
	width: 365px;
	position: relative;
	background-image: url(/i/partnersbox_bg.jpg);
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
}

.partners .col2 {
	margin-right: 0;
}

.partners .module .body {
	background: url(/i/partnersbox_bot.jpg) no-repeat 0 bottom;
	padding: 25px 30px 25px 30px;
	text-align: center;
	height: 190px;
}

.partners .module img {
	margin-bottom: 10px;
}

/* @end */

/* @group Careers */

#main h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}


/* @end */

/* @end */

/* @group Footer */

#footer {
	position: relative;
	clear: both;
	font-size: 12px;
}

#terms {
	position: absolute;
	top: 0;
	right: 0;
}

#terms a {
	color: black;
}


.hide { display: none; }
.show { display: block; }
/* @end */