/*
Company:	Transportation Resources
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 - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background-color: #1b4f85;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd-bkg.jpg) no-repeat 0 100%;
}
div#hd div#flash-wrap {
	width: 480px;
	height: 142px;
	overflow: hidden;
	margin: 5px 3px 0 0;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
}
div#bd-inner {
	background: url(../images/ft-bkg.gif) no-repeat 0 100%;
	padding: 0 0 30px 0;
}

/* Footer */
div#ft {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
div#ft p {
	color: #f7f9fb;
	font-size: 85%;
	font-family: Tahoma, Arial, sans-serif;
}
div#ft a:link, div#ft a:visited {
	color: #f7f9fb;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft div.left {
	width: 500px;
	float: left;
	display: inline;
}
div#ft div.right {
	width: 295px;
	text-align: right;
	float: left;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 320px;
	height: 147px;
	text-indent: -9000px;
	clear: both;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Side */
div.side {
	width: 226px;
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
	float: left;
	display: inline;
}

/* Blog Styles */
div.side div#sidebar form#searchform {
	text-align: left;
}
div.side div#sidebar form#searchform input#s {
	font-size: 85%;
}
div.side div#sidebar ul {
	margin-left: 0;
}
div.side div#sidebar li {
	list-style: none;
	margin-left: 0;
}
div.side div#sidebar li li {
	margin-left: 8px;
}

/* Main */
div.main {
	width: 488px;
	margin: 0 30px 0 0;
	padding: 30px 0 0 0;
	float: right;
	display: inline;
}

/* Main Full */ /* Added January 2, 2009 */
div.main-full {
	padding: 30px;
}

/* Box */
div.box {
	padding: 10px;
	background-color: #bdc5c9;
	margin: 0 0 15px 0;
}
div.box h3 {
	padding: 0 0 0 10px;
	margin-bottom: 3px;
}
div.box ul {
	margin: 5px 0 10px 20px;
}
div.box li {
	font-family: Verdana, Arial, sans-serif;
	list-style: none;
	padding: 3px 0;
}
div.box li a.online-form {
	background: url(../images/icon-online-form.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
div.box li a.printable-form {
	background: url(../images/icon-printable-form.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
div.box li a:link, div.box li a:visited {
	color: #1b4f85;
	text-decoration: none;
}
div.box li a:hover {
	text-decoration: underline;
}

/* Brochure */
div.brochure {
	padding: 5px 0 5px 10px;
	background-color: #cdd8e4;
	
	/* Hide for now */
	display: none;
}
div.brochure a {
	font-size: 146.5%;
	font-weight: bold;
	background: url(../images/icon-printable-form.gif) no-repeat 0 50%;
	padding: 0 0 0 22px;
}
div.brochure a:link, div.brochure a:visited {
	color: #1b4f85;
	text-decoration: none;
}
div.brochure a:hover {
	text-decoration: underline;
}

td, th {
	border: none;
}

/* Print Table */
table.print-table th {
	text-align: left;
}
table.print-table th, table.print-table td {
	border: 1px solid #000;
}
/* @end */

/* @group Nav */
div#nav {
	margin: 0 5px;
	padding: 0 0 0 60px;
	overflow: hidden;
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
	height: 30px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 30px;
	padding: 0 15px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #f6f8fa;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active {
	background: url(../images/nav-bkg-hover.gif) repeat-x 0 0;
}
/* @end */

/* @group Default Headings */
h1 {
	font-size: 146.5%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #1b4f85;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 146.5%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #1b4f85;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #3b3b3b;
	margin: 0 0 10px 0;
}

/* Added January 5, 2009 */
h3.form-section {
	border-bottom: 4px solid #1b4f85;
}
/* End Added January 5, 2009 */

h4.form-head {
	color: #3b3b3b;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 93%;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 140%;
	color: #53565a;
}
div.main p.contact {
	text-align: right;
	font-size: 146.5%;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	padding: 30px 0 0 0;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 140%;
	color: #53565a;
}

div#hd ul.language {
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
	float: right;
	display: inline;
}
div#hd ul.language li {
	list-style: none;
	float: left;
	display: inline;
}
div#hd ul.language li a {
	display: block;
	padding: 0 0 0 21px;
	margin: 0 10px 0 0;
	font-size: 85%;
	font-family: Tahoma, Arial, sans-serif;
}
div#hd ul.language li a.english {
	background: url(../images/flag-english.gif) no-repeat 0 50%;
}
div#hd ul.language li a.spanish {
	background: url(../images/flag-spanish.gif) no-repeat 0 50%;
	display: none;
}
div#hd ul.language li a.portuguese {
	background: url(../images/flag-portuguese.gif) no-repeat 0 50%;
}
div#hd ul.language li a:link, div#hd ul.language li a:visited {
	color: #f6f8fa;
	text-decoration: none;
}
div#hd ul.language li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Forms */
/* Added January 2, 2009 */
div.form-section-spacer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0 0 45px 0;
}

form div.row-third {
	width: 248px;
	float: left;
	display: inline;
}
form div.row-third label {
	display: block!important;
	padding: 2px 0!important;
	width: 240px!important;
}
form div.row-third label.radio {
	display: inline!important;
	padding-right: 10px!important;
}
form div.row-third input.txt {
	width: 235px!important;
}
form div.row-third-half {
	width: 123px;
	float: left;
	display: inline;
}
form div.row-third-half label {
	width: 118px!important;
}
form div.row-third-half input.txt {
	width: 110px!important;
}


form div.row-full label {
	display: block!important;
	padding: 2px 0!important;
	width: 100%!important;
}
form div.row-full input.txt {
	width: 485px!important;
}
form div.row-full textarea {
	width: 485px!important;
}

/* Added January 2, 2009 */
form div.row {
	clear: left;
	padding: 0 0 5px 0;
}
form div.row-indent {
	padding-left: 20px;
}
form div.submit-row {
	clear: left;
	padding: 10px 0 5px 0;
}
form div.row label {
	display: block;
	width: 150px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
	color: #53565a;
	padding: 3px 0 0 0;
	float: left;
}
form div.row label.full {
	float: none;
	width: 500px;
}
form div.row label.checkbox {
	float: none;
	padding: 5px 0;
}
form div.row label.radio {
	float: none;
	padding: 5px 0;
}
form div.radio-inline label.radio {
	width: 80px;
	float: left;
}
form div.row label.inline-checkbox {
	width: 100px;
	float: left;
}
form div.row p.warning-note {
	font-size: 77%;
	color:#FF0000;
	padding: 0 0 0 15px;
	font-style: italic;
	margin: 0;
}
form div.row p.error {
	color: red;
	clear: both;
	font-weight: bold;
}
form div.row input.txt {
	width: 280px;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}
form div.row input.txt-short {
	width: 100px;
}
form div.row-indent input.txt {
	width: 260px;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}
form div.row textarea {
	width: 280px;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}
form div.row-indent textarea {
	width: 260px;
}

form div.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

form div.row {display: inline-block;}

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

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #1b4f85;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.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 */