/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: Helvetica;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

a:focus {
     outline: none;
}

html, body {
	font-family: Helvetica;
	font-size: 13px;
}

p {
	
	line-height: 18px;
	padding-bottom: 15px;
	color: gray;
	font-weight: bold;
}

/* GLOBAL */

#wrapper {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	width: 900px;
	text-align: left;
	overflow: visible;
}

div {
 	margin-bottom: 10px;
	padding-bottom: 10px; 
	overflow: auto;
}

.column_2_3 {
	width: 590px;
	float: left;
}

.column_2_3.rightborder {
	width: 580px;
	margin-right: 10px;
	padding-right: 9px;
}

.column_half_2_3 {
	width: 287px;
	float: left;
}

.column_3 {
	width: 33%;
	float: left;
}

.column_3.rightborder, .column_3.padded{
	margin-right: 11px;
	padding-right: 7px;
}

.column_2 {
    float: left;
    padding-right: 21px;
    width: 429px;
}

.column_2.rightborder {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    width: 429px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.clear_div {
	clear: both;
	margin: 0;
	padding: 0;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.text-right {
	text-align: right;
}

.topborder {
	border-top: solid #DEDEDE 1px;
}

.rightborder {
    border-right: 1px solid #DEDEDE;
    margin-right: 20px;
    padding: 0 21px 0 0;
}

a {
	color: #00ADEE;
	text-decoration: none;
	display: inline-block;
}

.blue {
	background: #00ADEE;
	min-height: 300px;
	color: #FFF;
	margin-top: -50px;
}

.blue div {
	padding-left: 50px;
	padding-top: 30px;
}

a.blue_text {
	background: url("../images/callout_chevron.png") no-repeat right 12px;
	padding-right: 16px;
}

a.blue_text[href^=mailto] { 
	background: none;
	padding-right: none;
}

.blue_text {
	color: #00ADEE;
	font-size: 15px;
	line-height: 15px;
	font-weight: bolder;
	padding: 10px 0;
}

a.blue_button {
	background: #00ADEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	color: #ffffff;
}

a.grey_button {
	background: #BBBDBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	color: #000000;
}

.image {
	background: #00ADEE;
	line-height: 200px;
	text-align: center;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* HEADER */

#header {
	width: 900px;
	border-bottom: solid #FFF 1px;
	background: #e6e7e8;
	position: relative;
	top: 0;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header_container, #footer_container {
	background: #e6e7e8;
	position: relative;
	padding: 0;
	margin: 0;
}

#logo {
	padding: 25px 0;
}

.overflowheader{
	width: 1000px;
	margin-left: -50px;
	
}

/* FOOTER */

#footer {
	width: 900px;
	background: #e6e7e8;
	color: gray;
	margin: 50px auto 0 auto;
	text-align: left;
}

#footer a {
	color: gray;
}

/* NAV */
.nav {
	overflow: auto;
	font-size: 11px;
	font-weight: bold;
	background: #e6e7e8;
	padding: 0 2px;
}

.nav ul li {
	float: left;
	margin: 0 6px 0 0;
}

.nav ul li a {
	display: inline-block;
	padding: 10px;
	background: #BBBDBF;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.nav ul li a.active, .nav ul li a.current, .nav ul li a:hover, .nav ul li a.nav_hl {
	background: #FFF;
	color: #00ADEE;
}

#main_nav {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

#main_nav ul li a {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

/* Added */

.topborder h1, h2 {
	padding-top: 20px;
}

#content {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
}

#content {
	padding-top: 50px;
	overflow: visible;
}

#client_login {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	margin-bottom: 20px;
	margin-right: 50px;
	color: #FFF;
	background: gray;
}

.capability {
	margin-bottom: 20px;
	overflow: auto;
}

ul li {
	color: gray;
	font-weight: bold;
}

.click {
	cursor: pointer;
}