/*
Company:	The Coordinator
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	font-family: Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
/* Footer at bottom */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
#content {
	padding: 0;
	padding-bottom: 277px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/ft-bkg.gif) repeat-x 0 0 #201f1b;
}
#footer-inner {
	padding: 45px 3% 20px 3%;
	background: url(../images/ft-bowtie.gif) no-repeat 50% 9px;
}

/* Head */
div#hd {
	height: 85px;
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
	overflow: hidden;
	width: 100%;
}
div#hd div.content-box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	background: url(../images/bd-bkg.gif) repeat-x 0 0;
	width: 100%;
}
div#bd div.content-box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.flash-box {
	width: 841px;
	height: 323px;
	margin-left: auto;
	margin-right: auto;
}
div#bd div.content-box p {
	margin-bottom: 10px;
	line-height: 130%;
}
div#bd div.main-content a:link, div#bd div.main-content a:visited {
	color: #201f1b;
}
div#bd div.main-content a:hover {
	color: #981b1e;
	text-decoration: none;
}
div#bd div.main-content ul {
	margin-bottom: 10px;
	margin-left: 20px;
}
div#bd div.main-content ul li {
	background: url(../images/red-bullet.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin: 3px 0;
}

img.content-pic {
	padding: 5px;
	border: 1px solid #b6b7b9;
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}
img.content-pic-r {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0;
	padding: 5px;
	border: 1px solid #b6b7b9;
	float: right;
	display: inline;
}
img.thumb-pic {
	padding: 4px;
	border: 1px solid #b6b7b9;
}

div.hr {
	margin-bottom: 25px;
	margin-top: 25px;
	clear: both;
	background: url(../images/content-div.gif) no-repeat top center;
	width: 100%;
	height: 3px;
	overflow: hidden;
}

/* Footer */
div#footer {
	color: #fff;
}
div#footer div.content-box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div#footer div.col-1 {
	width: 375px;
	margin-right: 24px;
	float: left;
	display: inline;
}
div#footer div.col-2 {
	width: 166px;
	margin-right: 20px;
	padding-left: 24px;
	background: url(../images/ft-div.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div#footer div.col-3 {
	width: 196px;
	margin-right: 24px;
	padding-left: 29px;
	background: url(../images/ft-div.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div#footer div.col-4 {
	width: 122px;
	padding-left: 14px;
	padding-top: 32px;
	background: url(../images/ft-div.gif) no-repeat 0 0;
	float: left;
	display: inline;
}
div#footer div.col-4 p {
	font-size: 77%;
	margin-bottom: 3px;
}
div#footer div.col-4 img {
	margin-bottom: 41px;
}
div#footer ul li {
	margin-bottom: 10px;
}
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Nav */
#nav ul {
	margin:0 auto 0 auto;
	padding:0;
	list-style:none;
	display:table;
	white-space:nowrap;
}
#nav li {display:table-cell; margin:0; padding:0;}
#nav a {
	float:left;
	padding:0 5px;
	  margin: 0 10px;
	  line-height: 30px;
	  text-transform: uppercase;
	  font-size: 93%;
}
#nav a:link, #nav a:visited {
	color: #f7e7c7;
	text-decoration:none;
}
#nav a:hover {
	background: url(../images/nav-hover-bkg.gif) repeat-x 0 0;
} 
#nav {
	padding:0; 
}

/* Sub nav */
div.subnav-tabs {
	background: url(../images/tabs-bkg.gif) repeat-x 0 0;
	height: 43px;
	width: 796px;
	margin-left: 22px;
	margin-right: auto;
}
#subnav ul {
	margin:0 auto 0 auto;
	padding:0;
	list-style:none;
	display:table;
	white-space:nowrap;
}
#subnav li {
	display:table-cell; margin:0; padding:0;
	background: url(../images/tab-left.gif) no-repeat 0 0;
}
#subnav a {
  float: left;
  padding: 0 14px 7px 0;
  margin: 0 0 0 15px;
  line-height: 30px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background: url(../images/tab-right.gif) no-repeat 100% 0;
}
#subnav a:link, #subnav a:visited {
	color: #981b1e;
	text-decoration:none;
}
#subnav a:hover {
  color: #909fa2;
}
#subnav {
	padding: 0;
}

#subnav li#sn-one {
	background: url(../images/tab-left-end.gif) no-repeat 0 0;
}
#subnav li#sn-one a {
	margin-left: 18px;
}

#subnav li#sn-five a {
	background: url(../images/tab-right-end.gif) no-repeat 100% 0;
	padding-right: 17px;
}
/*#subnav li#sn-one a {
	width: 118px;
	margin-right: 4px;
}
#subnav li#sn-two a {
	width: 150px;
}
#subnav li#sn-three a {
	width: 175px;
}
#subnav li#sn-four a {
	width: 117px;
}
#subnav li#sn-five a {
	width: 63px;
	margin-left: 5px;
}*/
/* @end */

/* @group Headings */
div.h1 {
	margin-bottom: 10px;
}
h2 {
	font-size: 108%;
	font-weight: bold;
	color: #9d9fa2;
	margin-bottom: 10px;
}
h3 {
	font-size: 108%;
	font-weight: bold;
	color: #981b1e;
	margin-bottom: 10px;
}
div#footer h4 {
	font-size: 108%;
	color: #f7e7cf;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
.center {
	text-align: center;
}
p.item-name {
	color: #981b16!important;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div#footer form {
	font-size: 95%;
	color: #fff;
}
form div.row {
	clear: left;
	margin-bottom: 8px;
}
form div.submit-row {
	text-align: right;
}
form div.form-col {
	width: 45%;
	margin: 0 2% 0 0;
	float: left;
	display: inline;
}
form div.row label {
	display: block;
	margin-bottom: 2px;
}
form div.form-col input.txt {
	width: 100%;
}
form div.row textarea {
	width: 100%;
}
div#footer form input.submit {
	border: 1px solid #981b1e;
	background: none;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px;
}
div#footer form input.submit:hover {
	background: url(../images/nav-hover-bkg.gif) repeat-x 0 0;
}
fieldset {
	width: 375px;
	margin-top: 10px;
	border: 1px solid #201f1b;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
}
legend {
	left: 0.5em;
	top: -1em;
	border: 1px solid #201f1b;
	background-color: #981b1e;
	color: #f7e7c7;
	font-size: 104%;
	margin: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
input,textarea {
	border:1px solid #201f1b;
	background-color: #fff;
	color: #981b1e;
	padding: 2px;
}
form input.submit {
	font-size: 93%;
	border: 1px solid #981b1e;
	background-color: #201f1b;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 6px;
}
form input.submit:hover {
	background: url(../images/nav-hover-bkg.gif) repeat-x 0 0;
}

/* @end */

/* @group Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.float-right {
	float: right!important;
	display: inline;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */