/* -------------------------------------------

TITLE : FBT Transwest

AUTHOR : SiteSuite Australasia
AUTHOR URL : http://www.sitesuite.com.au

DESCRIPTION : Full Site Styles
 
------------------------------------------ */

/* ------------------------------------------
 GLOBALS AND LAYOUT ELEMENTS
------------------------------------------ */

html, body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	}

#wrapper  {
	width: 960px;
	margin: 10px auto;
	background: #fff url(../templateimages/bgtile.jpg) top left repeat-y;
	}
	
	#logoBar {
		height: 109px;
		width: 960px;
		background: url(../templateimages/top_border.jpg) top left no-repeat;
		}
		
		#logoBar img {
			border: 0;
			margin: 40px 0 0 40px;
			}
	
	#bnnr {
		width: 904px;
		height: 128px;
		margin: 0 auto;
		background: url(../templateimages/bnnr.jpg) top left no-repeat;
		}
	
	#contentWrap {
		width: 864px;
		margin: 0 auto;
		padding: 30px 20px;
		background: url(../templateimages/content_bg.jpg) top right no-repeat;
		}
		
		#nav {
			width: 205px;
			float: right;
			}

			#navul {
				width: 205px;
				margin: 0px;
				padding: 0px;
				list-style-type: none;
				border-bottom: 1px solid #ececec;
				}
			
				#navul li { display: inline; }  /* To remove IE's whitespace beneath all list-items - THANKS, Microsoft =) */
			
				#navul li a  {
					margin: 0px;
					padding: 12px 20px;
					display: block;
					font: bold 11px Arial, Helvetica, sans-serif;
					color: #1f3180;
					text-decoration: none;
					border-top: 1px solid #ececec;
					}
			
				#navul li a:hover { background: #f1f1f1; }
				
				#navul li a.active {
					color: #fff;
					background: url(../templateimages/nav_active.jpg) top left repeat-x;
					}

					#navul ul {
						margin: 0px;
						padding: 0px;
						list-style-type: none;
						border-top: 1px solid #ececec;
						}
				
						#navul ul li a {
							padding: 10px 20px;
							margin: 0px;
							color: #1f3180;
							border: none;
							display: block;
							font-weight: normal;
							}
						
						#navul ul li a.active { background-image: none; }
				
							#navul ul ul { border: none; }
				
								#navul ul ul li a {
									padding: 8px 10px 8px 30px;
									font: normal 11px Arial, Helvetica, sans-serif;
									display: block;
									}
		
		#contentInner {
			width: 600px;
			float: left;
			}
	
	#footer {
		height: 86px;
		width: 960px;
		padding-bottom: 27px;
		background: url(../templateimages/bottom_border.jpg) bottom left no-repeat;
		}
		
		#footerInner {
			width: 864px;
			padding: 23px 20px;
			background: #091d7a url(../templateimages/footer_bg.jpg) top left repeat-x;
			margin: 0 auto;
			font: 11px/20px Arial, Helvetica, sans-serif;
			color: #fff;
			}
			
			.copyright { font-weight: bold; }
			#footerInner a {
				color: #fff;
				padding: 0 5px;
				}
			#footerInner a.first { padding: 0 0 5px 0; }

#SS {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999;
	}
	
	#SS a { color: #999; }
	
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0;
	}

#stats { display: none; }

/* ------------------------------------------
 TEXT FORMATTING
------------------------------------------ */

p, th, td, li {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #333;
	}
	.introText {
		font: 15px/25px Arial, Helvetica, sans-serif;
		color: #999;
		}

p {	margin: 0 0 20px 0; }
ul, table { margin-bottom: 20px; }
li { margin-bottom: 5px; }
th { font-weight: bold; }

hr {
	border-top: 1px solid #e4e2d9;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #f9f8f4;
	margin: 40px 0;
	height: 0;
	padding: 0;
	}

/* ------------------------------------------
 HEADINGS
------------------------------------------ */

h1 {
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #1f3180;
	margin: 0 0 20px 0;
	}

h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #6c9bcf;
	margin: 0 0 20px 0;
	}

h3 {
	font: bold 12px/20px Arial, Helvetica, sans-serif; 
	color: #999;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	}

h4 {
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	color: #333;
	}

/* ------------------------------------------
  LINKS
------------------------------------------ */

a, a:link, a:visited, a:active { color: #6c9bcf; }
a:hover { text-decoration: none; }

/*-------------------------------------------
  GENERAL/MISC
-------------------------------------------*/

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #beb9a8;
	}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #beb9a8;
	}