/**
 * main.css: Stylesheet for main features of the site 
 * Layout styles can be found in block-layout.css or feature-layout.css
 * Specific page styles will be associated by css/page-name.css
 */

/***********************************************************************
 * Elements
 **********************************************************************/
body, html {
	height: 100%;
}

a {
	color: #0a98d1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	color: #666666;
	margin: 0 0 0 0;
	font-size: 75%;
	font-family: arial, helvetica, sans serif;
}

h1.gray {
	color: #757575;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}

h1.dark-gray {
	color: #757575;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -3px;
}

h1.blue {
	color: #0a98d1;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}


h1.white {
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -4px;
}

h2.gray {
	color: #a7a9ac;
	font-size: 24px;
	letter-spacing: -4px;
}

h2.dark-gray {
	color: #272727;
	font-size: 24px;
	letter-spacing: -4px;
}

h3 {
	color: #4e4d4d;
	font-size: 18px;
	font-weight: bold;
}

h3.white {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

h4.white {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    margin-bottom: 5px;
}

h4.bronze,h4.silver,h4.gold {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    margin-bottom: 15px;
}

h4.dark-gray {
	color: #272727;
	font-size: 14px;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans serif;
	margin: 0;
	padding: 0;
	line-height: normal;
}

p {
	margin: 0 0 1.6em 0;
}

img {
	border: 0;
    margin: 0;
    padding: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-top: 0;
	margin-top: 0;
}
/***********************************************************************
 * Items
 **********************************************************************/






/** Wrapper **/
#wrapper {
	width: 929px;
	margin: auto;
}

/** Header **/
#header {
	position: relative;
	height: 131px;
}

/* Logo */
.logo {
	position: absolute;
}

.logo img {
	display: block;
}

/* Client Login */
.client-login {
	position: absolute;
	right: 0;
	top: 35px;
}

.client-login input {
	font-size: .9em;
	color: #a7a6aa;
	border: #a7a6aa solid 1px;
	margin-right: 5px;
	padding: 2px 5px;
}

.client-login .submit {
	position: relative;
	top: 5px;
}

.tagline {
	position: absolute;
	right: 0;
	top: 75px;
}

/** Navigation **/
#navigation {
	background: url(../images/nav-bg.gif) repeat-x;
	width: 100%;
}

#navigation img {
	display: block;
	float: left;
}

#navigation .dark-right-top-corner {
	float: right;
}

/** Sub Navigation **/
#sub-navigation {
	background: url(../images/sub-nav-bg.gif) repeat-x;
	font-size: .9em;
	color: #fff;
	padding: 8px 19px 7px 19px;
}

#sub-navigation a {
	color: #fff;
}

#sub-navigation a.active {
	text-decoration: underline;
}

/** Banner **/
#banner {
	margin-bottom: 10px;
}

#banner * {
	display: block;
	margin: 0;
	padding: 0;
}

#banner-no-padding {
	margin-bottom: 0px;
}

#banner-no-padding * {
	display: block;
}


/** Footer **/
#footer {
	clear: both;
	font-size: .9em;
	margin: 20px 0;
	line-height: 1.8em;
}

#footer .icon {
    position: relative;
    top: 0px;
    margin-right: 5px;
}



/***********************************************************************
 * Classes
 **********************************************************************/

span.clearer
{
	display: block;
	clear: both;
	font-size:0;
	height: 0;
	line-height:0;
	width:0;
}

.redtext {
	color: red;
}

.bluetext {
	color: #0a98d1;
}


.icon {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.tool b {
	color: #272727;
}

.tool-icon {
	margin-right: 30px;
}
