@charset "utf-8";

/* ----------------------------------------------------
	Body Default
	----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

a, a:visited {
	text-decoration: none;
	color: #6699FF;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	
}

li a{
	text-decoration: none;
}

.left { float: left !important; }
.right { float: right !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
/*.clear { float: left !important; clear: both !important; width: 100% !important; }*/

.clear {
	clear: both;
}

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	color: #666666;
	background-color: #333333;
	position:relative;
	background-image: url(../images/ftlive.gif);
}

/* ----------------------------------------------------
	Headings 
	----------------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}

h1 {
	font-size: 22px;
	text-transform: lowercase;
	line-height: 24px;
	font-weight: bold;
	color: #6699FF;
	padding-left: 10px;
	border-left:2px #6699FF solid;
	margin:0 0 20px 5px;
	clear:both;
	width:100%;
	display:block;
}

h2, .subhead {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	clear:both;
	width:100%;
	display:block;
	margin-bottom:20px;
	clear:both;
	width:100%;
	display:block;
}

blockquote {
	width:100%;
	font-size:14px;
	font-style:italic;
}

blockquote strong {
	font-style:normal;
	font-size: 12px;
}

#wrapper {
	position:relative;
	margin: 25px auto;
	width:851px;
	background-color:#FFFFFF; 
	
}

#header {
	position:relative;
	height:82px;
	width: 100%;
	
}

	#header #logo {
		position:absolute;
	
	}
	
	#header #nav {
		float:right;
	}
	
		#header #nav ul{
			list-style-type:none;
			margin: 35px 15px auto auto;
		}

			#header #nav ul li{
				float:left;
				
			}
			
				#header #nav ul li a {
					padding: 0 10px;
					border-left:1px #6699FF solid;
					text-transform:uppercase;
				}
				
				#header #nav ul li a:hover {
					border-left:1px #333333 solid;
					text-decoration:none;
				}
				
				#topMenu_active a {
					color: #333333;
					border-left:1px #333333 solid;
					text-decoration:none;
				}


#banner {
	height: 268px;
}


   
    
#content {
	margin-left:100px;
}

	#content ul, #content ol {
		margin-left: 40px;
	}
	
	#content p {
		margin: 16px 0;
		line-height: 17px;
	}



	#content .bar {
		display:block;
		background-color: #669ACC;
		height: 20px;
		width:100%;
		margin-bottom: 40px;
	}


	#content #leftCol {
		width: 525px;
		margin-right:30px;
		float:left;
	}
	
	#content #rightCol {
		width: 170px;
		margin-right:15px;
		float:right;
	}
   
    
#footer {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin:25px 0 15px 40px;
	display:block;
	height:35px;
}

#footer p {
	display:block;
	border-right:20px #6699FF solid;
	height:20px;
}
   
    
#copyright {
	background-color:#333333;
	font-size: 10px;
	color: #999999;
	border-top:10px #6699ff solid;
}

#copyright p {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom: 25px;
}


   


