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

/* -----------------------------------------------------------
// Template styles 
// 9-20-2010
// tbcdesigns.com
// originally used with a style sheet to reset all style
// -----------------------------------------------------------*/

/* ------------------------------------------------------------
// Site wide tag defaults
// -----------------------------------------------------------*/

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}

/* ------------------------------------------------------------
// Utility Styles 
// -----------------------------------------------------------*/
span.junkrtxt {
	display: none;
}


/* ------------------------------------------------------------
// Generic Styles 
// -----------------------------------------------------------*/

/* links */
body.home .t1Nav li.home,
body.aboutUs .t1Nav li.aboutUs,
body.testimonials .t1Nav li.testimonials,
body.contactUs .t1Nav li.contactUs {
	border-right: 5px solid #663300;
	padding-right: 10px;
	margin: 0 -45px 0 0; /*adjuts position of the extra border chunk*/
	padding: 5px;
	background-color: #FFCC66;
	
}

.t1Nav .navList li{
	padding: 13px;
}

.t1Nav a:link {
	color:#663300;
	text-decoration: none;
}
.t1Nav a:visited {
	color:#663300;
	text-decoration:none;
}

.t1Nav a:hover {
	color:#999;
}
.t1Nav a:active {
	text-decoration:none;
	color:#999999;
}
.t1Nav a {
	color: red;
	font-size: 18px;
}
/*
ul.t1Nav {
	list-style: none;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0 25px 0;
}
ul.t1Nav li {
	padding: 0 0em 0 0;
}
*/





.fltrt { float: right; }
.fltlt { float: left; }
.clrL { clear: left; }
.clrR { clear: right; }
.clrN { clear: none; }
.clrB { clear: both; }

.smallBoldText {
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	line-height: 17px;	}
	
.thinBlkBorder {
	border: 1px solid #333333;
	padding: 5px;
	margin-bottom: 10px;	}

.noScript {
	font-size:11px;
	color:#990000
}

/* ------------------------------------------------------ 
// -------   Template Shell
// The structure of the site
// ----------------------------------------------------*/ 

/*
A wrapper that centers in the browser window. 
Within the wrapper, there is a header, content area and footer.
*/

#container {
	width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header a {
	position: absolute;
	width: 360px;
	height: 100px;
	top: 20px;
	left: 165px;
}

#mainContentArea {
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	background-image: url(../images/contentAreaFancyBG.jpg);
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	min-height: 200px;
	padding: 10px;
}

#leftCol {
	background-image: url(../images/bar-bg-repeater.gif);
	background-repeat: repeat-y;
	background-position: top right;
/*	
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	border-left: 2px solid red;

	border: 1px solid #333;
*/
	
	margin: -10px;
	padding: 10px 25px 25px 0px;
	width: 138px;
	float: left;
	text-align: right;
	border-bottom:	2px solid #663300;
}


#centerCol {
	padding: ;
	line-height: 145%;
	margin-left: 168px;
	overflow: hidden;
	width: 568px; /* added 10-2-2011 to fix issue w/ safari?*/

}
#centerCol .frame {
	padding: 10px;
	margin: 0 10px 10px 10px;
	clear: right;
	border: 1px solid #999;
	text-align: center;
	max-width: 145px;
	overflow: hidden;

}
#centerCol.frame img {
	border: 1px solid #000;
	margin: 5px;
}


#footer {
	background-color: #666666;
	color: #F08100;
	text-align: center;
	height: 19px;
	width: 780px;
	background-image: url(../images/footer1.png);
	background-repeat: no-repeat;
	
}

/* ------------------------------------------------------ 
// -------   Template details
// Some non-structural detailing
// ----------------------------------------------------*/ 

#footer ul{
	font-size: 12px;
	padding: 3px 0px 5px 0px; 
}
#footer ul li{
	display: inline;
}
#footer ul li:first-child:before {
	content: "";
}
#footer ul li:before {
	margin: 15px; 
	content: "~";
}
#footer ul li:last-child {
}
#footer ul li:last-child:after {
}



