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

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

/* structure */

body{
	background-color:#fff;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	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:980px;
	margin:0 auto;
}

/* header */

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

.search_form{
	width:290px;
	float:right;
	margin-top:80px;
	text-align:right;
}

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

.menu{
	position:absolute;
	z-index:1000;
	visibility:hidden;
	width:150px;
	border-bottom:none;
	background-color:#356479;
}

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

.menu_item:hover{
	
	background-color:#4E92AF;
}

.nav{
	background-color:#4E92AF;
	height:40px;
}

.nav_right{
	background-image:url(images/nav_right.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.left_nav{
	background-image:url(images/nav_left.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.nav_item{
	font-size:14px;
	color:#ffffff;
	padding:12px;
	padding-left:19px;
	padding-right:19px;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	float:left;
	height:16px;
	font-weight:bold;
	letter-spacing:0px;
	
}

.nav_item:hover, .nav_item:hover .nav_arrow{
	background-color:#356479;
}

.nav_item:hover, .selected, .nbg{
	
}

.nav .selected,  .nav .selected .nav_arrow{
	background-color:#356479;
	visibility:visible;
}

.nav_arrow{
	background-image:url(images/nav_arrow.jpg);
	background-repeat:no-repeat;
	width:12px;
	height:7px;
	margin:0 auto;
	margin-top:12px;
	visibility:hidden;
}

.pad{
	padding:10px;
}



/* sub nav */

.sub_nav{
	width:260px;
	margin-right:30px;
	float:left;
	background-color:#4E92AF;
	background-image:url(images/sub_nav_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:30px;
}

.sub_nav_inner{
	background-image:url(images/sub_nav_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:100px;
}

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

.sub_nav .sub_li{
	
	list-style:none;
	list-style-image:none;
	padding-top:10px;
	padding-bottom:10px;
	
}

.sub_nav .tert_li{
	
	list-style:none;
	list-style-image:none;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:12px;
}

.sub_nav .sub_li a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

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


.sub_nav .sub_li a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.sub_nav .tert_li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.sub_nav li.selected a{
	color:#ffffff;
}

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

.sub_nav .tert_li.selected{
	list-style-image:url(images/white_arrow.gif);
}


/* home */

.home_1{
	width:670px;
	float:left;
	height:200px;
	overflow:hidden;
	margin-right:30px;
}

.home_2{
	width:280px;
	float:left;
	height:200px;
	overflow:hidden;
}

.home_3{
	width:280px;
	float:left;
	min-height:100px;
	overflow:hidden;
	margin-right:30px;
}

.home_3 .logos{
	width:120px;
	height:120px;
	overflow:hidden;
	margin:0 auto;
}

.home_4{
	width:360px;
	float:left;
	min-height:100px;
	overflow:hidden;
	margin-right:30px;
}

.home_4 ul{

	padding-left:16px;
	margin:0px;

}

.home_4 li{
	line-height:20px;
}

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

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

.home_5{
	width:280px;
	float:left;
	min-height:100px;
	overflow:hidden;
}




/* content */

.content{
	float:left;
	width:690px;
	margin-top:30px;
}

.content_image{
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	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;
}

.small_copy{
	min-height:50px;
}

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

.box{
	margin-bottom:20px;
	color:#ffffff;
	width:220px;
	background-image:url(images/green_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#98D85B;
}

.box_inner{
	background-image:url(images/green_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px;
	
}


.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;
}

.download_file{
	display:block;
	margin-bottom:10px;
	background-image:url(images/news.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left center;
	padding-top:4px;
	padding-bottom:4px;
}

/* footer */

.footer{
	border-top:1px #DDDDDD solid;
	height:130px;
	padding:20px;
	padding-left:0px;
	font-size:11px;
	color:#999999;
	line-height:16px;
	margin-top:40px;
	width:980px;
	margin:0 auto;
}

.footer a{
	font-size:11px;
	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{
	width:197px;
	padding:3px;
	background-image:url(images/search_bg.jpg);
	background-repeat:no-repeat;
	border:none;
	height:18px;
	color:#999999;
	padding-left:6px;
}

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

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

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

.footer_col a{
	display:block;
	
}


