/*------------------------------------------------------------------
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: #1e0f0a url(../i/bg.jpg) repeat-x;
}

img,
fieldset {
	border: 0;
}

strong {
	font-weight: bold;
}

/* Links
--------------------------------------------------------------------*/
a {

}
a:hover {

}

/* Headers
--------------------------------------------------------------------*/
h1 {
	color: #990000;
	font-size: 123.1%;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}
h2 {
	color: #990000;
	font-size: 108%;
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 108%;
	font-weight: bold;
	margin: 20px 0;
}
h4 {
	color: #990000;
	font-size: 108%;
	margin-bottom: 20px;
}
h5 {

}
h6 {

}

/* Text
--------------------------------------------------------------------*/
p {
	margin: 0 20px 20px 20px;
}

/* Often Used Classes
--------------------------------------------------------------------*/
.red {
	color: #990000;
}
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

/* Forms 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 {
	display: inline;
	font-weight: normal;
}

div#bd div.main form div ul.checkbox li input,
div#bd div.main form div ul.radio li input {
	display: inline;
	float: left;
	margin-right: 5px;
	width: auto;
}

form div ul.horizontal li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}

form div ul.horizontal li input {
	vertical-align: middle;
}


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

dl {

}

ul {

}

ol {

}

/* Containers
--------------------------------------------------------------------*/
#custom-doc {
	margin: 10px auto;
	text-align: left;
	width: 63.5385em;
	*width: 61.9590em;
}

.yui-t5 #yui-main .yui-b {
	margin-right:0;
}

div.main {
	width: 45.1538em;
	*width: 44.0251em;
}

div.rightsash {
	padding: 5px 15px 10px 16px;
}

/* Header
--------------------------------------------------------------------*/
div#hd {
	background: #fff;
}

div#hd div#headermain {
	border-bottom: 2px solid #000;
	position: relative;
}

div#hd div#headermain div#date {
	bottom: 0;
	font-weight: bold;
	position: absolute;
	right: 30px;
}


/* Body
--------------------------------------------------------------------*/
div#bd {
	background: #fffff1 url(../i/columnbg.jpg) right repeat-y;
	border-bottom: 2px solid #000;
}

div#bd ul#sections {
	background: #f29b00 url(../i/navbg.jpg) right repeat-y;
	border-bottom: 1px solid #000;
}

div#bd ul#sections li {
	position: relative;
	border-right: 1px solid #fff;
	display: inline;
	float: left;
}

div#bd ul#sections li.last {
	border: 0;
}

div#bd ul#sections li div {
	background: #3e2613;
	padding: 10px 0;
	text-align: center;
}

div#bd ul#sections li div a {
	color: #fff;
}

div#bd ul#sections li ul {
	background: #fffff1;
	display: none;
	filter: alpha(opacity=70);
	left: 10px;		
	opacity: 0.70;
	padding-bottom: 2px;
	position: absolute;
	top: 36px;
	width: 180px;
}

div#bd ul#sections li:hover ul {
	display: block;
}

div#bd ul#sections li ul li {
	border: none;
	font-size: 85%;
	padding: 2px 5px 0 5px;
}

div#bd ul#sections li ul li a {
	color: #000;
	text-decoration: none;
}

div#bd ul#sections li img {
	margin-bottom: -3px;
}

/* Navigation
--------------------------------------------------------------------*/
div#bd ul#nav {
	margin-left: 1px;
}

div#bd ul#nav li {
	border-bottom: 1px solid #000;
	font-size: 108%;
	font-weight: bold;
	padding: 16px 20px;
	text-transform: uppercase;
}

div#bd ul#nav li.last {
	border: 0;
}

div#bd ul#nav li a {
	color: #fff;
}

div#bd ul#nav li.active a {
	color: #990000;
}

div#bd div.main h2 {
	font-size: 123.1%;
	margin-left: 20px;
	text-transform: none;
}

div#bd div.main h3 {
	margin-bottom: 0;
	margin-left: 20px;
}

div#bd div.main h3 span {
	font-weight: normal;
}

div#bd div.main p.small {
	font-size: 77%;
}

div#bd div.main p.medium {
	font-size: 108%;
}

div#bd div.main img {
	border: 1px solid #000;
	margin: 0 20px 0 0;
}

div#bd div.main ul.bullet {
	margin: 0 20px 20px 60px;
}

div#bd div.main ul.bullet li {
	color: #990000;
	font-weight: bold;
	list-style-type: disc;
}

div#bd div.main ul.indent {
	margin: 0 0 0 40px;
}

div#bd div.main div.partners {
	margin: 0 20px 20px 60px;
}

div#bd div.main div.partners img {
	border: none;
	display: inline;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

div#bd div.main form {
	margin: 0 20px;
}

div#bd div.main form div {
	padding-left: 0;
}

div#bd div.main form div label {
	display: block;
	float: none;
	margin-left: 0;
}

div#bd div.main form div input, div#bd div.main form div textarea {
	width: 40em;
}

div#bd div.main form div input.submit {
	width: auto;
}

div#bd div.main form div.col {
	display: inline;
	float: left;
	width: 50%;
}

div#bd div.rightsash h2.tip {
	background: url(../i/bulb.gif) no-repeat;
	padding-left: 26px;
	text-transform: none;
}

div#bd div.rightsash p {
	margin-left: 0;
	margin-right: 0;
}

div#bd div.rightsash address {
	padding-bottom: 20px;
}

div#bd div.rightsash ul.indent {
	margin: 0 0 20px 10px;
}

/* Footer
--------------------------------------------------------------------*/
div#ft {
	text-align: center;
}

div#ft div.bottom {
	background: #fffff1;
	margin-bottom: 10px;
	padding: 10px 0;
}

div#ft div.madeby {
	color: #c5c1ae;
	font-size: 77%;
}

div#ft div.madeby a {
	color: #c5c1ae;
}

/* 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 */