/*
Theme name: TCC
Editors: Dave Haygarth
URI : www.reversedelta.com
*/

@charset "utf-8";
/* CSS Document */

/* structure */

body{
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin-bottom:40px;
}

b, strong{
	color:#3F4D5D;
}

b a, strong a{
	color:#69B8CF;
}

a b, a strong{
	color:#69B8CF;
}


td{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

li{
	list-style-image:url(images/arrow.gif);
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

h1{
	font-size:20px;
	font-weight:normal;
	color:#6EB4CE;
	margin-top:0px;
}

h2{
	font-size:20px;
	font-weight:normal;
	color:#3F4D5D;
}

h3{
	font-size:17px;
	font-weight:normal;
	color:#3F4D5D;
}

h4{
	font-size:17px;
	font-weight:normal;
	color:#6EB4CE;
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
}

a{
	color:#69B8CF;
	outline:none;
}

a:hover{
	text-decoration:none;
}

hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:900px;
	margin:0 auto;
}

/* header */

.header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:90px;
	width:900px;
}

.menu{
	position:absolute;
	z-index:1;
	visibility:hidden;
	width:150px;
	border:1px #EDEDEE solid;
	border-bottom:none;
	margin-left:15px;
	margin-top:1px;
	border-right:2px #606D7B solid;
	border-bottom:2px #606D7B solid;
}

.menu_item{
	display:block;
	padding:5px;
	background-color:#fff;
	color:#666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px #EDEDEE solid;
}

.menu_item:hover{
	
	background-color:#fff;
	color:#69B8CF;
}

.nav{
	padding-top:25px;
	margin-bottom:15px;
}

.nav_item{
	font-size:14px;
	color:#666666;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	float:left;
}

.nav_item:hover{
	color:#69B8CF;
}

.selected{
	color:#69B8CF;
}

.nopad{
	padding-left:0px;
}

/* sub nav */

.sub_nav{
	width:200px;
	margin-right:10px;
	float:left;
}

.sub_nav_inner{
	min-height:300px;
	background-image:url(images/sub_nav.jpg);
	background-repeat:no-repeat;
	background-color:#E6E6E7;
	padding:10px;
}

.sub_nav ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
	width:155px;
}

.sub_nav .sub_li{
	
	list-style-image:url(images/arrow.gif);
	background-image:url(images/sep.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:10px;
	padding-bottom:10px;
}

.sub_nav .tert_li{
	
	list-style-image:url(images/arrow.gif);
	
	padding-top:5px;
	padding-bottom:5px;
	margin-left:12px;
}

.sub_nav .sub_li a{
	color:#666666;
	text-decoration:none;
}

.sub_nav .tert_li a{
	color:#666666;
	text-decoration:none;
	
}


.sub_nav .sub_li a:hover{
	color:#69B8CF;
	
}

.sub_nav .tert_li a:hover{
	color:#69B8CF;
	
}
.sub_nav li.selected a{
	color:#69B8CF;
	font-weight:bold;
	
}


/* home */

.home_image{
	height:254px;
	overflow:hidden;
}


.home_title{
	
	background-color:#0F2135;
	width:900px;
	height:40px;
	
	z-index:10;
	position:absolute;
	margin-top:-40px;
		
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-transform:lowercase;
	white-space:nowrap;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}

.home_title div{
	margin-top:7px;
	margin-left:12px;
	display:none;
}

.home_title span{
	color:#69B8CF;
}

.home_col{
	width:280px;
	margin-right:30px;
	float:left;
	margin-top:15px;
}

.title{
	background-color:#606D7B;
	background-image:url(images/title_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:32px;
	padding-top:8px;
	padding-left:12px;
	
	font-size:18px;
	color:#FFFFFF;
	text-transform:lowercase;
}

.title_2{
	background-color:#606D7B;
	background-image:url(images/title_2_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:31px;
	padding-top:9px;
	padding-left:10px;
	
	font-size:18px;
	color:#FFFFFF;
	text-transform:lowercase;
}


.home_box{
	height:200px;
	margin-top:15px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.home_box ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
	width:155px;
}

.home_box li{
	margin-bottom:5px;
	list-style-image:url(images/arrow.gif);
}

.home_box a{
	color:#666666;
	text-decoration:none;
}

.home_box a:hover{
	text-decoration:underline;
}

.no_right{
	margin-right:0px;
}

.home_box_1{
	background-image:url(images/home_box_1.jpg);
}

.home_box_2{
	background-image:url(images/home_box_2.jpg);
}

.home_box_3{
	background-image:url(images/home_box_3.jpg);
}

/* content */

.content{
	float:left;
	width:690px;
}

.content_image{
	min-height:135px;
}

.breadcrumbs{
	border-top:1px #ededed solid;
	border-bottom:1px #ededed solid;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	color:#69B8CF;
	margin-bottom:20px;
}

.breadcrumbs a{
	color:#666;
	font-size:10px;
	text-decoration:none;
}

.breadcrumbs a:hover{
	color:#69B8CF;
}

.breadcrumbs span{
	color:#666;
}

.breadcrumbs b{
	color:#666;
}

.copy{
	width:440px;
	margin-right:20px;
	min-height:400px;
	padding-left:2px;
	float:left;
	padding-bottom:20px;
}
.copy a {
	color:#666666; text-decoration:none;
}

.small_copy{
	min-height:50px;
}

.content_right{
	float:right;
	width:220px;
}

.box{
	min-height:100px;
	bbackground-image:url(images/box.jpg);
	bbackground-repeat:no-repeat;
	background-color:#F5F5F5;
	padding:20px;
	margin-bottom:20px;
	color:#3F4D5D;
	width:180px;
}

.testimonial{
	width:180px;
}

.table{
	background-image:url(images/box.jpg);
	background-repeat:repeat-x;
	background-color:#E6E6E7;
	padding:10px;
}

/* search */

.search_title{
	margin:0px;
	margin-bottom:5px;
}

.search_desc{
	margin:0px;
	margin-bottom:5px;
}

.search_url{
	margin:0px;
	margin-bottom:20px;
}

.search_title a{
	text-decoration:none;
	font-size:16px;
	color:#3F4D5D;
}

.search_desc a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
}

.search_url a{
	text-decoration:none;
	color:#5D9644;
	font-size:12px;
}

.search_title a:hover, .search_desc a:hover, .search_url a:hover{
	text-decoration:underline;
}

/* news */

.news{
	color:#666666;
	text-decoration:none;
}

.news:hover{
	text-decoration:underline;
}

/* footer */

.footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:130px;
	padding:20px;
	font-size:10px;
	color:#999999;
	line-height:16px;
	margin-top:20px;
}

.footer a{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

.footer_left{
	margin-right:30px;
	float:left;
}

.footer_col{
	float:left;
	margin-right:30px;
}

.footer b{
	font-size:12px;
	color:#999;
}

.footer p{
	margin:0px;
	margin-bottom:5px;
}

.search_box{
	border:1px #ccc solid;
	width:180px;
	padding:3px;
}

.search_button{
	border:none;
	background-color:#CCCCCC;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	height:23px;
}

.footer .left{
	float:left;
	margin-right:5px;
}

.footer_right{
	padding-left:20px;
	border-left:1px #ccc solid;
	float:left;
}

.footer_col a{
	display:block;
	
}

