@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
	
.clear {
	clear:both;
	}
	
a img {
	border:0px;
	outline:none;
	}
	
	body {
		font-family:Helvetica, Arial, Geneva, sans-serif;
		color:#454545;
		font-size:12px;
		background-color:#00366C;
		}
		
		div#header-wrap {
			background-image:url(../images/header-wrap-outside.gif);
			background-repeat:repeat-y;
			background-position:center top;
			background-color:#6E0008;
			font-size:12px;
			}
			
			div#header {
				background-image:url(../images/header-bg.jpg);
				width:800px;
				height:189px;
				margin:0 auto;
				}
				
				div#header h1 a {
					display:block;
					float:left;
					text-indent:-9999px;
					background-image:url(../images/american-transport.gif);
					width:296px;
					height:77px;
					margin:47px 0px 0px 55px;
					}
					
				p#url {
					width:296px;
					display:block;
					float:left;
					margin:4px 0px 0px 55px;
					clear:left;
					text-align:center;
					}
					
			div#nav-wrap {
				background-image:url(../images/nav-bg.gif);
				height:25px;
				background-repeat:no-repeat;
				background-position:center top;
				background-color:#FFFFFF;
				}
				
				ul#navlist {
					display:block;
					height:25px;
					width:800px;
					margin:0 auto;
					list-style:none;
					}
					
					ul#navlist li {
						list-style:none;
						display:inline;
						}
						
						ul#navlist li a {
							display:block;
							background-image:url(../images/nav-button-bg.gif);
							background-repeat:repeat-x;
							height:19px;
							color:#FFFFFF;
							font-weight:bold;
							padding:6px 14px 0px 14px;
							margin:0px 0px 0px 0px;
							border-right: 1px solid #FFFFFF;
							float:left;
							text-decoration:none;
							text-transform:uppercase;
							}
							
						ul#navlist li a:hover {
							background-image:none;
							background-color:#690000;
							}
							
						ul#navlist li.active a {
							background-position:bottom left;
							}
							
		div#content-wrap {
			background-image:url(../images/content-bg.gif);
			background-repeat:repeat-y;
			background-position:center top;
			}
			
			div#wrapper {
				width:734px;
				margin:0 auto;
				padding:30px 33px 20px 33px;
				line-height:18px;
				}
					
				div#wrapper p {
					margin:0px 0px 10px 0px;
					}
					
				div#wrapper h2, div#wrapper h3, div#wrapper h4, div#wrapper h5 {
					font-size:16px;
					text-transform:uppercase;
					margin:0px 0px 10px 0px;
					}
						
				div#wrapper ul, div #wrapper ol {
					margin:0px 0px 10px 20px;
					}
				
				div#content {
					width:450px;
					float:left;
					}

				div#content ul, div#content ol {
					margin: 0px 0px 8px 20px;
					}

				div#content ul li {
					margin: 0px 0px 10px 0px;
					}

				div#content ol li {
					margin: 0;
					}
										
				div#sidebar {
					float:right;
					width:220px;
					}
					
		div#footer-wrap {
			background-image:url(../images/footer-bg.gif);
			height:88px;
			background-repeat:no-repeat;
			background-position:center top;
			}
			
			div#footer {
				width:734px;
				margin:0 auto;
				padding:15px 33px 0px 33px;
				line-height:18px;
				color:#FFFFFF;
				}
				
				div#footer-left {
					width:450px;
					float:left;
					}
					
					p#footer-p-left {
						display:block;
						width:220px;
						float:left;
						}
					
					p#footer-p-right {
						display:block;
						width:220px;
						float:right;
						text-align:right;
						}
					
				div#footer-right {
					float:right;
					width:220px;
					}
					
					div#footer-right p {
						display:block;
						}
					
						div#footer-right p span.number {
							display:block;
							font-size:24px;
							letter-spacing:-1px;
							line-height:26px;
							float:right;
							width:160px;
							}
					
						div#footer-right p span.type {
							display:block;
							line-height:26px;
							float:left;
							width:55px;
							}	
			
form#contact {
	width:350px;
}

form#contact label {
	font-size:12px;
	display:block;
	margin:0px 0px 10px 0px;
	line-height:12px;
}

form#contact textarea.long, form#contact input.long, form#contact select.long {
	width:300px;
	background-color:#F2F2F2;
	border:1px solid #666666;
	padding:3px;
	margin-top:4px;
}

form#contact textarea.long:hover, form#contact textarea.long:focus, form#contact input.long:hover, form#contact input.long:focus, select.long:focus {
	width:300px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

form#contact input.submitbutton {
	width:150px;
}
