/* 
Theme Name: TCT
 
*/

/*
COLOR

tct blue - #22335f
background - #f3f3f3
light blue - #65acd5

*/

html{}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/**
 * default sectors
 */
html {
	height:100%;
}

body {
	height:100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	background-image: url(/wp-content/themes/tct/images/seamlessBack.jpg);
	background-repeat:repeat-x;
}

a:focus {
          outline-style:none;
}

a {
	color:black;
	text-decoration:none;
}

p {
}

h1 {
}

h2 {
}

h3 {
}

h4, h5, h6 {
}

h1, h2, h3, h4 {
}

blockquote p:before {
}

blockquote p:after {
}

strong {font-weight:bold;}
em {font-style:italic;}

/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */

#outerWrap {
	height:100%;
	width:1106px;
	margin:0 auto;
	
}

#dimensionWrap {
	margin:0 auto;
	width:1106px;
}

#dimensionWrapLeft {
	width:34px;
	float:left;
	background:url(/wp-content/themes/tct/images/dimensionTileLeft.jpg) repeat-y;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#AAA;
}

#dimensionWrapTopLeft {
	width:34px;
	background:url(/wp-content/themes/tct/images/dimensionTopLeft.jpg);
	min-height:693px;
	}

#dimensionWrapRight {
	width:34px;
	background:url(/wp-content/themes/tct/images/dimensionTileRight.jpg) repeat-y;
	float:left;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#AAA;
}

#dimensionWrapTopRight {
	width:34px;
	background:url(/wp-content/themes/tct/images/dimensionTopRight.jpg);
	min-height:693px;
	}

#innerWrap {
	float:left;
	width:1036px;
	min-height:693px;
	margin:0 auto;
	background-image: url(/wp-content/themes/tct/images/seamlessFront.jpg);
	background-repeat:repeat-both;
}

#navWrap {
	float:left;
	position:relative;
	width:1000px;
	padding:0 18px;
}

#contentWrap {
	float:left;
	min-height:495px;
	width:1000px;
	padding:0 18px;
}

#pathSelector{
	height:20px;
	width:190px;
}

.topButtonWrap {
	float:left;
	width:90px;
	height:20px;
    position: relative;
	margin-right:5px;
}

.topButton {	
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
	width:90px;
	height:20px;
	text-align:center;
	background-image: url(/wp-content/themes/tct/images/sectionButtonBack.jpg);
	box-shadow: 3px 3px 3px #797979;
	-webkit-box-shadow: 3px 3px 3px #797979;
	-moz-box-shadow: 3px 3px 3px #797979;
}

.ie-shadow, .ie-shadow2{
    display: none; /* don't show in non-ie browsers */
}

#mainNavBar {
	height:30px;
	width:1000px;
	float:left;
	background-color:white;
	margin-top:10px;
}

#mainNavBar ul {
	width:1000px;
	text-align:center;
	margin:auto;
}

#mainNavBar ul li {
	display:inline;
	height:30px;
}

#mainNavBar ul li ul{
	display:none;
	height:30px;
}

#mainNavBar li a{
background-image: url(/wp-content/themes/tct/images/menuDivider.gif);
background-repeat: no-repeat;
background-position: right;
height:30px;
line-height: 30px;
padding: 5px 20px;
text-decoration: none;
font-size: 14px;
color:black;
}

/* NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR NAV BAR */
#mainNavBarTest {
   clear:both;
   float:left;
   margin:10px 0 0 0;
   padding:0;
   background:white;
   height:30px;
   width:1000px;
   font-family:Helvetica, Arial, sans-serif; /* Menu font */
   font-size:14px; /* Menu text size */
   line-height:30px;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#mainNavBarTest ul {
   margin:0;
   padding:0;
   list-style:none;
   float:left;
   position:relative;
}
#mainNavBarTest ul li {
   margin:0 0 0 1px;
	padding: 0;
   float:left;
   position:relative;
   line-height:30px;
   top:0px;
}
#mainNavBarTest ul li a {
   display:block;
   margin:0;
	padding: 0px 15px;
   font-size:12px;
   line-height:30px;
   background:#fff;
   text-decoration:none;
   color:#111;
   font-weight:normal;
   background-image: url(/wp-content/themes/tct/images/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNavBarTest ul li:last-child a {
   background-image: none;
}

#mainNavBarTest ul li a:hover {
   background:#ffffff; /* Top menu items background colour */
   color:#fff;
}
#mainNavBarTest ul li:hover a,
#mainNavBarTest ul li.hover a { /* This line is required for IE 6 and below */
background-image: url(/wp-content/themes/tct/images/menuDivider.gif);
background-repeat: no-repeat;
background-position: right;
padding: 0px 15px;
   color:#0075bb;
}
#mainNavBarTest ul li:last-child:hover a,
#mainNavBarTest ul li.hover:last-child a { /* This line is required for IE 6 and below */
background-image: none;
}
/* Submenu items */
#mainNavBarTest ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:30px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#mainNavBarTest ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#mainNavBarTest ul ul li a,
#mainNavBarTest ul li.active li a,
#mainNavBarTest ul li:hover ul li a,
#mainNavBarTest ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#ffff;
   color:#444;
   line-height:25px;  /*overwrite line-height value from top menu */
   padding: 0 0.6em;
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
   border-left:1px solid #ddd;
   border-right:1px solid #ddd;
}
#mainNavBarTest ul ul li a:hover,
#mainNavBarTest ul li.active ul li a:hover,
#mainNavBarTest ul li:hover ul li a:hover,
#mainNavBarTest ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#mainNavBarTest ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#mainNavBarTest ul li:hover ul,
#mainNavBarTest ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}


/*-------------------------------------- */



#navCallout {
	height:30px;
	width:1000px;
	float:left;
}

#logoHome {
	float:left;
	height:100px;
	width:230px;
}

#logoHome a {
	display:block;
	background:url(/wp-content/themes/tct/images/tctLogo2.png);
	background-position:0px 0;
	width:182px;
	height:88px;
}
	
#logoHome a:hover, #logoHome a:focus {
background-position:-182px 0px;
}

#countyNavWrap, #offerWrap{
	float:left;
	height:100px;
	width:540px;
}

#specialOffer {
	clear:both;
	height:60px;
	width:540px;
}

#countyNav {
	height:30px;
	width:400px;
	background-image: url(/wp-content/themes/tct/images/countytab.gif);
	margin:10px auto 0;
}

#countyNav ul {
	width:400px;
	text-align:center;
	margin:auto;
}

#countyNav ul li {
	display:inline;
	height:30px;
}

#countyNav li a{
background-image: url(/wp-content/themes/tct/images/countyDivider.gif);
background-repeat: no-repeat;
background-position: right;
height:30px;
line-height: 30px;
padding: 4px 13px;
text-decoration: none;
font-size: 10px;
color:white;
}

#searchWrap {
	float:right;
	margin-top:6px;
	margin-right:10px;
	height:30px;
	width: 210px;
}

#searchform {
	line-height:30px;
}

#s {
	
	vertical-align:middle;
	width:210px;
}

#videoSelector {
	height:340px;
	width:1036px;
	float:left;
}

#iconMenuWrap {
	float:left;
	height:100px;
	width:1036px;
	margin:20px auto 20px;
}

#iconMenu {
	clear:both;
	height:100px;
	width:723px;
	margin:20px auto 20px;
	z-index: 18;
}

#iconMenu ul {
	width:720px;
	float:left;
}

#iconMenu ul li {
	float:left;
	height:100px;
}

#iconMenu li a{
height:100px;
line-height: 100px;
text-decoration: none;
}

#footerWrap {
	width:1106px;
	margin:0 auto;
}

#bottomBarWrap {
	clear:both;
	height:30px;
	width:1106px;
    position: relative; 
	margin:0px auto 5px;
	z-index: 2;
}

.bottomBar {
	height:30px;
	width:1000px;
	position: absolute;
    top: -10px; 
    z-index: 2;
	padding-top:3px;
	background-image: url(/wp-content/themes/tct/images/announceBack.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 20px 10px white;
	-webkit-box-shadow: 0px 0px 20px 10px white;
	-moz-box-shadow: 0px 0px 20px 10px white;
}

#bottomBar {margin:0px 53px;}

#footer {margin:17px auto 17px;width:1106px;text-align:center;float:left;}


/* INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE INTERIOR PAGE */

#tabTitleBar {
	float:left;
	width:1000px;
	height:36px;
	margin:0px 18px 10px;
}

#leftTabBlue, #rightTabBlue {
	float:left;
	width:5px;
	height:30px;
}

#countyTabTitle {
	float:left;
	height:30px;
	background-color:#22335f;
	padding: 0 20px;
}

#tabRule {
	float:left;
	width:1000px;
	height:5px;
	background-color:#22335f;
}

#videoSelectorCounty {
	height:275px;
	width:1000px;
	float:left;
	padding:0 18px;
}

#subheadGraphic {
	width:1000px;
	heignt:100px;
}

#tabTitleBarPage {
	width:1000px;
	height:36px;
	margin:0px auto;
	position:absolute;
	bottom:-1px;
	left:0px;
}

#contentWrapCounty {
	float:left;
	min-height:175px;
	width:1000px;
	padding:0 18px;
}

#pageContent {
	width:1000px;
	min-heignt:395px;
	margin-top:15px;
	margin-bottom:20px;
}

#pageContent img.alignleft{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

/* TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY TYPOGRAPHY */

#navCallout {
	color:gray;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}

#s {
	color:gray;
	font-size:12px;
}

.topButton {
	font-size:12px;
	line-height:20px;
}

.topButton a:hover, #mainNavBar a:hover {
	color:#0075bb;
}

#countyNav a:hover {
	color:yellow;
}

#countyTabTitle {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	color:white;
}

#pageContent p {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:1.5em;
	text-align:justify;
}

#pageContent h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:1em;
	color:#22335f;
}

#pageContent h2 {
	color:#22335f;
}

#pageContent h3 {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:.5em;
	font-weight:bold;
	color:#333;
}

#pageContent h4 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:.5em;
	margin-top:1.5em;
}

#pageContent a:link, #pageContent a:visited {
	font-size:13px;
	line-height:1.3em;
	margin-bottom:1.5em;
	color:#0075bb;
}


#pageContent h3 a:link, #pageContent h3 a:visited {
	font-size:13px;
	line-height:1.3em;
	font-weight:bold;
	color:#0075bb;
	text-decoration:underline;
}

#pageContent h5 a:link, #pageContent h5 a:visited {
	font-size:13px;
	line-height:2em;
	margin-bottom:1.5em;
	color:#0075bb;
	text-decoration:none;
}

#pageContent a:hover, #pageContent h3 a:hover,  #pageContent h5 a:hover{
	color:#65acd5;
	text-decoration:underline;
}

/*fix for added p tags in multi-column plugin*/
.post_column_1 {
	margin-top:-30px;
}

.bottomBar {
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
}

.bottomBar a{
	color:#0075bb;
}

#contactNumber {
	float:right;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:21px;
	font-weight:bold;
	text-align:right;
	color: #22335f;
}

#credit {
	font-size:9px;
	text-align:center;
	margin-top:25px;
}
/* ICON MENU ICON MENU ICON MENU ICON MENU ICON MENU ICON MENU ICON MENU ICON MENU ICON MENU ICON MENU ----------------------------------------- */

/*
#iconMenu {
    width: 723px;
}
*/

#iconMenu ul li {
    width: 87px;
}

#iconMenu a.prev, #iconMenu a.next {
    float: left;
    width: 56px;
    height: 97px;
    overflow: hidden;
    text-indent: -999px;
    background: transparent url(/wp-content/themes/tct/images/img/iconBarSlice_09.png) top left no-repeat;
}

#iconMenu a.next {
    background: transparent url(/wp-content/themes/tct/images/img/iconBarSlice_01.png) top right no-repeat;
}

#iconMenu a.next:hover {
    background-image: url(/wp-content/themes/tct/images/img/iconBarSlice_01-over.png);
}

#iconMenu a.prev:hover {
    background-image: url(/wp-content/themes/tct/images/img/iconBarSlice_09-over.png);
}

#iconMenu div.carousel {
    float: left;
}

/* VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS VIDEOS ----------------------------------------- */

#videoSelector {
    clear: both;
    position: relative;
}

#videoSelector a {
    display: block;
}

#videoSelector a.prev, #videoSelector a.next {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    top: 90px;
    left: 250px;
    z-index: 1000;
    width: 75px;
    height: 88px;
    background: transparent url(/wp-content/themes/tct/images/img/next.png) top left no-repeat;
}

#videoSelector a.prev:hover {
    background: transparent url(/wp-content/themes/tct/images/img/next-over.png) top left no-repeat;
}

#videoSelector a.next {
    left: auto;
    right: 250px;
    background: transparent url(/wp-content/themes/tct/images/img/prev.png) top left no-repeat;
}

#videoSelector a.next:hover {
    background: transparent url(/wp-content/themes/tct/images/img/prev-over.png) top left no-repeat;
}

#videoSelector ul {
    position: relative;
    padding-left: 24px;
    padding-right: 20px;
}

#videoSelector ul li.first, #videoSelector ul li.last {
    position: absolute;
    margin-top: 0;
    width: 305px;
    height: 186px;
    top: 40px;
    left: 155px;
    z-index: 99;
}

#videoSelector ul li.last {
    left: 573px;
    z-index: 199;
}

#videoSelector ul li a img:first-child {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
    width: 287px;
    height: 161px;
}

#videoSelector ul li.last a img:first-child {
    z-index: 200;
}

#videoSelector ul li a img.tvframe {
    position: relative;
    z-index: 101;
    width: 305px;
    height: 186px;
}

#videoSelector ul li.last a img.tvframe {
    z-index: 201;
}

#videoSelector ul li.first a p, #videoSelector ul li.last a p {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 102;
    width: 100px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-stroke: 1px #000000;
	text-shadow: #000000 1px 1px 0px; /* Modern browsers */
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1); /* IE */
}

#videoSelector ul li.last a p {
    left: auto;
    right: 20px;
    z-index: 202;
    text-align: right;
}

#videoSelector ul li.active {
    position: absolute;
    left: 300px;
    z-index: 299;
    width: 436px;
    height: 268px;
    top: 0px;
}

#videoSelector ul li.active a img:first-child {
    top: 10px;
    left: 10px;
    width: 410px;
    height: 230px;
    z-index: 300;
}

#videoSelector ul li.active a img.tvframe {
    width: 436px;
    height: 268px;
    z-index: 301;
}

#videoSelector ul li.active a p {
    position: absolute;
    top: 200px;
    left: 0;
    width: 436px;
    z-index: 302;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-stroke: 1px #000000;
	text-shadow: #000000 1px 1px 0px; /* Modern browsers */
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1); /* IE */
}

/* COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS COUNTY VIDEOS ----------------------------------------- */

#videoSelectorCounty {
    width: 1000px;
    margin-left: 0px;
    margin-right: 18px;
}

#videoSelectorCounty a {
    display: block;
    position: relative;
    float: left;
    width: 320px;
    height: 250px;
}

#videoSelectorCounty a:first-child {
    margin-right: 20px;
}

#videoSelectorCounty a:last-child {
    margin-left: 20px;
}

#videoSelectorCounty a img:first-child {
    position: absolute;
    width: 303px;
    height: 198px;
    top: 10px;
    left: 10px;
    z-index: 100;
}

#videoSelectorCounty a img.tvframe {
    position: relative;
    z-index: 101;
    width: 320px;
    height: 226px;
}

#videoSelectorCounty a img.play {
    position: absolute;
    z-index: 102;
    top: 65px;
    left: 115px;
    display: none;
}

#videoSelectorCounty a p {
    position: absolute;
    z-index: 103;
    bottom: 0px;
    left: 0;
    width: 320px;
    color: #0075bb;
    font-weight: bold;
    text-align: center;
}

img.aligncenter {
	display:block;
	margin: 0 auto;
	text-align:center;
}

/* TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST */

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

table.wowfill a:link, table.wowfill a:visited {
        font-size:10px;
}
table.wowfill {
	font-size:10px;
}
td.wowwxPhrase a:link, td.wowwxPhrase a:visited {
	font-size:10px;
}

