/*------------------------------------------------------------------
Global CSS

Author:			Lonzo Designs

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: #192c59;
}

img,
fieldset {
	border: 0;
}

address {
	color: #192c59;
}

strong {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/* Links
--------------------------------------------------------------------*/
a {
	color: #254080;
}
a:hover {

}

/* Headers
--------------------------------------------------------------------*/
h1 {
	color: #cc6600;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h2 {
	color: #254182;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1pt;
	margin-bottom: 15px;
}
h3 {
	color: #192c59;
	font-size: 116%;
	font-weight: bold;
}
h4 {
	color: #cc6600;
	font-size: 116%;
	margin-bottom: 30px;
	text-align: center;
}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {
	color: #192c59;
	font-size: 14px;
	margin-bottom: 15px;
}

/* 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;
}

/* Lists
--------------------------------------------------------------------*/

dl {

}

ul {
	color: #192c59;
	margin: 0 0 30px 50px;
}
ul li {
	list-style-type: disc;
}

ol {

}

/* Forms Elements
----------------------------------------------------------------------*/
select {
	color: #454545;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}
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;
	color: #192c59;
	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 span {
	color: #cc6600;
}

/* Containers
--------------------------------------------------------------------*/
#custom-doc {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 69.2308em;
	*width: 67.5002em;
}

.yui-t2 .yui-b {
	padding-bottom: 200px;
}

.yui-t2 #yui-main .yui-b {
	margin-left: 14em;
	*margin-left: 13.65em;
	padding-bottom: 0;
}

/* Header
--------------------------------------------------------------------*/
div#hd {

}

div#hd div#logo {
	padding: 0 20px;
	position: relative;
}

div#hd div#date {
	position: absolute;
	bottom: 0;
	color: #192c59;
	font-size: 108%;
	font-weight: bold;
	right: 20px;
}

div#hd h1 {
	background: #ff9900;
	border-top: 7px solid #254182;
	color: #254182;
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-bottom: 0;
	padding: 5px 20px;
}

/* Body
--------------------------------------------------------------------*/
div#bd {
	background: url(../i/bodybg.jpg) top left repeat-y;
	position: relative;
}

/* Navigation
--------------------------------------------------------------------*/
div#bd ul#nav {
	background: #254182;
	border-bottom: 1px solid #23165b;
	margin: 0;
}

div#bd ul#nav li {
	border-bottom: 1px solid #fff;
	font-size: 100%;
	list-style-type: none;
	padding: 15px 20px;
	text-transform: uppercase;
}

div#bd ul#nav li.selected {
	background: #fff;
}

div#bd ul#nav li a {
	color: #fff;
}

div#bd ul#nav li.selected a {
	color: #192c59;
}

div#bd ul#nav li.selected ul {
	margin-bottom: 0;
	margin-left: 14px;
}

div#bd ul#nav li.selected ul li {
	font-size: 93%;
	padding: 0;
}

/* Main
--------------------------------------------------------------------*/
div#bd div#testimonials {
	color: #254182;
	font-size: 91%;
	padding: 10px;
}

div#bd div#address {
	bottom: 10px;
	position: absolute;
	left: 0;	
}

div#bd div.content {
	padding: 20px;
}

div#bd div.content h1.alt {
	text-transform: none;
}

div#bd div.content h2.alt {
	font-size: 123.1%;
	font-weight: bold;
	text-transform: uppercase;
}

div#bd div.content h3.alt {
	font-style: normal;
	text-transform: none;
}

div#bd div.content ul.alt {
	color: #254182;
	margin-left: 0;
}

div#bd div.content ul.alt li {
	list-style-type: none;
}

div#bd div.content div.thumb-left {
	color: #192c59;
	display: inline;
	float: left;
	font-size: 93%;
	margin: 0 30px 20px 0;
	text-align: center;
}

div#bd div.content div.thumb-left img {
	border: 1px solid #192c59;
}


div#bd div.content div.thumb-left-small {
	color: #192c59;
	display: inline;
	float: left;
	font-size: 93%;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 70px;
}

div#bd div.content div.thumb-left-sm {
	color: #192c59;
	display: inline;
	float: left;
	font-size: 93%;
	margin: 0 10px 10px 0;
	text-align: center;
}

div#bd div.content div.thumb-left-small img {
	border: 1px solid #192c59;
}

div#bd div.col {
	display: inline;
	float: left;
	width: 45%;
}

div#bd div.col h3 a {
	color: #192c59;
	text-decoration: none;
}

div#bd div.col-third {
	display: inline;
	float: left;
	width: 32%;
}

div#bd div.first-col {

}

div#bd div.first-col-third {
	margin-left: 0;
}

div#bd span.arrow {
	color: #cc6600;
}

div#bd div#banners {
	margin-top: 20px;
}

div#bd div#banners img {
	border: 1px solid #192c59;
	margin-bottom: 30px;
}

div#bd div#product-logo {
	margin-bottom: 30px;
}

div#bd div.dotted-top {
	border-top: 1px dotted #192c59;
	padding-top: 15px;
}

/* Footer
--------------------------------------------------------------------*/
div#ft {
	border-top: 2px solid #cc6600;
	color: #254080;
	font-size: 11pt;
	padding: 15px 0;
	text-align: center;
}

/* Clearfix  (http: ..//www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block; /* IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

