/*------------------------------------------------------------------
Global CSS

Author:			Brandon Quintana <bquintana@brandonquintanaconsulting.com>

Methods: 		RULES ORGANIZATION WITHIN CSS FILES
				Should mirror the html document flow:
				General
					Container
						Header
							Nav
						Body
							Layout Setup
								Modules
						Footer
					Hacks
					(other)
--------------------------------------------------------------------*/

/* Global Styles
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #ededed;
	font-family: verdana, sans-serif;
	text-align: center;
}

img, fieldset {
	border: 0;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

/* Often Used Classes
--------------------------------------------------------------------*/
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #0072bc;
	text-decoration: none;
}

a:hover {

}

a.more {
	background: url(../i/arrow.png) center right no-repeat;
	display: inline;
	float: right;
	font-weight: bold;
	padding-right: 10px;
	text-transform: uppercase;
}

/* Headers
--------------------------------------------------------------------*/
h1 {

}
h2 {
	margin: 0;
}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {

}

strong {
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

/* Lists
--------------------------------------------------------------------*/

dl {

}

ul {

}

ol {

}

/* Form Elements
----------------------------------------------------------------------*/
select {
	color: #454545;
	font-family:  tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select option {
	padding: 0 2px;
}
input.checkbox,  
input.radio { 
	_height:13px; 
	_width:13px; 
}
input.text,
input.password {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	padding: 2px;
	font-size: 11px;
	width: 200px;
}
input.text.disabled {
	color: #404040;
	border: 0;
	background: none;
}
input.date {
	width: 85px;
	background: url(../i/icon_calendar.gif) no-repeat 100% 1px;
}
textarea {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 460px;
	height: 75px;
	padding: 3px;
}

/* Form -> Layout
-----------------------------------*/
form fieldset {
	border: none;
	padding: 7px 0;
}
form span.error {
	display: block;
	color: #D1392C;
}
form div.error label {
	color: #D1392C;
}
form div.error input.text,
form div.error input.password,
form div.error textarea,
form div.error select {
	border: 1px solid #F1B3B3;
	border-top: 1px solid #D1392C;
	border-left: 1px solid #D1392C;
	background: #ffc;
}
form div {
	padding-left: 150px;
}
form div.nolabel {
	margin-left: -145px;
}
form div.buttons {
	margin-left: 0;
}
form div label {
	float: left;
	display: inline;
	margin-left: -145px;
	font-weight: bold;
}
form div div label {
	float: none;
	display: inline;
	margin-left: 0;
	font-weight: normal;
}
form div div {
	padding: 0;
	margin: 0;
}
form div.iefix {
	_height: 1%; /*IE FIX*/
	margin-bottom: 10px;
}
/* list columns */
form div.cols {
	margin-bottom: 10px;
}
form div.cols ul.col {
	width: 50%;
	float: left;
}
form div.cols.three ul.col {
	width: 33%;
}
form div ul {
	list-style: none;
}
form div ul.checkbox li,
form div ul.radio li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
form div ul.checkbox li label,
form div ul.radio li label {
	font-weight: normal;
}

/* Form -> Layout -> Horizontal
-----------------------------------*/
form.horizontal fieldset {
	border: none;
	padding: 7px 0;
}
form.horizontal input.text,
form.horizontal input.password {
	width: 150px;
}

form.horizontal div {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 5px 5px 0;
}
* html form.horizontal div {
	height: 2em; /* IE needs this */
}
form.horizontal div label {
	float: none;
	display: inline;
	margin-left: 0px;
}
form.horizontal div div.nolabel {
	padding-top: 12px;
	margin: 0;	
}

/* Containers
--------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 890px;
}

/* Header
--------------------------------------------------------------------*/
header {
	height: 95px;
	text-align: center;
}

/* Body
--------------------------------------------------------------------*/
div#body {

}

div#body div.hd {
	background: url(../i/body-hd-bg.jpg) no-repeat;
	padding: 8px 12px 0 12px;
}


div#body div.bd {
	background: url(../i/body-bd-bg.jpg) repeat-y;
	padding: 0 12px;
}

/* Body -> Navigation
--------------------------------------------------------------------*/
div#body nav ul {
	background: #006bbc;
	margin: 4px 0 0 0;
}

div#body nav ul li {
	display: inline;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

div#body nav ul li a {
	color: #fff;
	display: block;
	padding: 15px 30px;
	text-decoration: none;
}

div#body nav ul li a:hover {
	background: #0a61ad url(../i/nav-bg-hover.png) center no-repeat;
}

/* Body -> Banner
--------------------------------------------------------------------*/
div#body div#banner {
	background: #0d61a9 url(../i/banner-bg.jpg) top right no-repeat;
	height: 326px;
	position: relative;
}

div#body div#banner blockquote {
	color: #fff;
	float: right;
	margin: 20px 20px 0 0;
	width: 240px;
}

div#body div#banner blockquote p {
	font-size: 116%;
}

div#body div#banner blockquote p img.top {
	vertical-align: text-top;
}

div#body div#banner blockquote cite {
	color: #dcddde;
	font-size: 93%;
	display: block;
	text-align: right;
}

div#body div#banner div#stripe {
	background: url(../i/banner-stripe-bg.png);
	bottom: 12px;
	color: #fff;
	left: 0;
	position: absolute;
	text-align: right;
	width: 866px;
}

div#body div#banner div#stripe h1 {
	font: 336% arial, helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 27px 33px;
}

div#body div#banner div#stripe h2 {
	bottom: 5px;
	font: 182% arial, helvetica, sans-serif;
	position: absolute;
	left: 20px;
}

/* Body -> Announcements
--------------------------------------------------------------------*/
div#body div#announcements {
	background: url(../i/announcements-bg.jpg) bottom no-repeat;
}

div#body div#announcements div.left-col {
	float: left;
	margin: 25px 50px 0 35px;
	width: 230px;
}

div#body div#announcements div.middle-col {
	float: left;
	margin-top: 25px;
	width: 315px;
}

div#body div#announcements div.middle-col h2 {
	font-size: 93%;
}

div#body div#announcements div.middle-col ul {
	margin: 0 0 10px 17px;
}

div#body div#announcements div.middle-col p,
div#body div#announcements div.middle-col ul li {
	font-size: 93%;
}

div#body div#announcements div.right-col {
	float: right;
	height: 316px;
	width: 211px;
}

/* Body -> Announcements -> Featured
--------------------------------------------------------------------*/
div#body div#announcements ul#featured {
	margin: 0;
}

div#body div#announcements ul#featured li {
	list-style-type: none;
}

div#body div#announcements ul#featured li h2 {
	color: #0072bc;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

div#body div#announcements ul#featured li p {
	font-size: 85%;	
}

div#body div#announcements p.more,
div#body div#announcements ul#featured li p.more {
	font-size: 77%;
}

/* Body -> Content
--------------------------------------------------------------------*/
div#body div#content {
	background: url(../i/content-bg.jpg) right repeat-y;
}

div#body div#content div.hd {
	background: #d1d3d4;
	height: 190px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

div#body div#content div.hd-small {
	background: #d1d3d4;
	height: 90px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

div#body div#content div.hd h1,
div#body div#content div.hd-small h1 {
	bottom: 5px;
	color: #fff;
	font-size: 300%;
	font-weight: normal;
	left: 35px;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
}

div#body div#content div.hd div#photo {
	display: inline;
	float: right;
}

div#body div#content div.hd div#quote {
	display: inline;
	float: right;
	margin: 10px 20px 0 0;
	width: 370px;
}

div#body div#content div.hd div#quote blockquote {
	color: #fff;
	margin: 0;
}

div#body div#content div.hd div#quote blockquote p {
	font-size: 100%;
}

div#body div#content div.hd div#quote blockquote p img.top {
	vertical-align: text-top;
}

div#body div#content div.hd div#quote blockquote cite {
	color: #808285;
	font-size: 85%;
	display: block;
	text-align: right;
}

/* Body -> Section
--------------------------------------------------------------------*/
div#body section {
	padding: 40px 180px 100px 75px;
}

div#body section h2 {
	color: #0072bc;
	font-size: 93%;
	font-weight: bold;
}

div#body section p {
	color: #3a3637;
	font-size: 93%;
}

div#body section ul {
	color: #3a3637;
	font-size: 93%;
	margin-top: 0;
}

div#body section ul.nobullets {
	margin: 0 0 35px 0;
}

div#body section ul.nobullets li {
	font-weight: bold;
	list-style-type: none;
}

div#body section div.failure {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 15px;
}

div#body section div.success {
	color: #006600;
	font-weight: bold;
	margin-bottom: 15px;
}

div#body section ol.cf-ol {
	margin: 0;
}
	
div#body section ol.cf-ol li {
	list-style-type: none;
	margin-bottom: 10px;
}

div#body section ol.cf-ol li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html div#body section ol.cf-ol li { zoom: 1; } /* IE6 */
*:first-child+html div#body section ol.cf-ol li { zoom: 1; } /* IE7 */

div#body section ol.cf-ol li label {
	display: inline;
	float: left;
	font-size: 93%;
	font-weight: bold;
	width: 220px;
}

div#body section ol.cf-ol li input,
div#body section ol.cf-ol li textarea {
	width: 205px;
}

div#body section ol.cf-ol li input.cf_error {
	border: 1px solid #F1B3B3;
	border-top: 1px solid #D1392C;
	border-left: 1px solid #D1392C;
	background: #ffc;
}

div#body section ol.cf-ol li#li--14 {
	padding-top: 10px;
}

div#body section ol.cf-ol li#li--14 input,
div#body section ol.cf-ol li#li--15 input,
div#body section ol.cf-ol li#li--16 input {
	display: inline;
	float: left;
	margin-top: 2px;
	width: 25px;
}

div#body section ol.cf-ol li#li--14 label,
div#body section ol.cf-ol li#li--15 label,
div#body section ol.cf-ol li#li--16 label {
	display: inline;
	float: right;
	font-weight: normal;
	width: 525px;
}

div#body section ol.cf-ol li#li--16 {
	padding-bottom: 10px;
}

div#body section fieldset.cf_hidden {
	padding: 0;
}

div#body section p.linklove {
	display: none;
}

div#body section dl {
	margin: 0;
}

div#body section dl dt {
	display: inline;
	float: left;
	text-align: center;
	width: 160px;
}

div#body section dl dd {
	margin: 0 0 30px 170px;
}

div#body div.close {
	padding: 0 0 100px 0;
	text-align: center;
}

div#body div.ft {
	background: url(../i/body-ft-bg.jpg) repeat-y;
	height: 15px;
}

/* Footer
--------------------------------------------------------------------*/
footer {
	color: #878686;
	font-size: 77%;
	text-align: center;
}

footer div {
	margin-bottom: 10px;
}

footer a {
	color: #878686;
	text-decoration: none;
}

/* Clearfix
--------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
