/* reset.css */

html, body, div, span, object, iframe, h5, h6, blockquote, pre, a, abbr, acronym, 
address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, submit, text {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}


img { border:none; margin: 0px; padding: 0px; }
a img { border:none; margin: 0px; padding: 0px; }


/* ##################### */
/* GEN/MISC BAR */


body {
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background: url('../images/bgtile.jpg');
	background-repeat: repeat-x;
	background-color: #eeefef;
	text-align: center;
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif, verdana;
}


submit, select, input {
	font-family: Tahoma, Trebuchet MS, Arial, sans-serif, verdana;
	font-weight: normal;
}


em, EM { font-style: italic; }
#content em, #content EM { font-style: italic; }
#content p em, #content p EM { font-style: italic; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }


hr {
	height: 1px;
	color: #bba9ba;
	background-color: #bba9ba;
	/*border: 1px solid #bba9ba;*/
	border: none;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}




/* ##################### */
/* MAIN */

#container {
	width: 810px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #ffffff;
	background: url('../images/bgtileContainer.gif');
	background-repeat: repeat-y;
}



#header {
	width: 810px;
	height: 253px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
}



#header h3 {     /* IMAGE */
	display: block;
	width: 460px;
	height: 215px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url('../images/banner-homepage.jpg');
	background-repeat: no-repeat;
}
#header h3.home { background: url('../images/banner-homepage.jpg'); background-repeat: no-repeat; }
#header h3.who { background: url('../images/banner-whoweare.jpg'); background-repeat: no-repeat; }
#header h3.contact { background: url('../images/banner-contact.jpg'); background-repeat: no-repeat; }
#header h3.testimonials { background: url('../images/banner-testimonials.jpg'); background-repeat: no-repeat; }
#header h3.how { background: url('../images/banner-howwedoit.jpg'); background-repeat: no-repeat; }
#header h3.what { background: url('../images/banner-whatwedo.jpg'); background-repeat: no-repeat; }
#header h3 { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #header h3 { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 


#header h2 {     /* LOGO */
	display: block;
	width: 350px;
	height: 215px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url('../images/TSLC-logo.gif');
	background-repeat: no-repeat;
}
#header h2 a {
	display: block;
	float: left;
	width: 350px;
	height: 215px;
	margin: 0px;
	padding: 0px;
}
#header h2 a { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #header h2 a { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 


#header ul {
	clear: both;
	display: block;
	height: 35px;
	width: 800px;
	margin: 0px 5px 0px 5px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #671464;
}

#header ul li {
	display:block;
	text-align: center;
	height: 20px;
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header ul li.last {
	border-right: none;
}

#header ul li a, #header ul li a:hover {
	color: #f3dcf2;
	font-size: 0.8125em; /* (13) 13/16=0.8125 */
	line-height: 1.25em;  /* (20) 20/16=1.25 */
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#header ul li a {
	margin: 10px 10px 0px 20px;
}

#header ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header ul li a.on {
	font-weight: bold;
	color: #ffffff;
}







#menuArea { 	/* MENUS AND QUOTES */
	width: 180px;
	float: left;
	margin: 20px 40px 0px 20px;
	padding: 0px;
	border-top: solid 3px #671464;;
	border-bottom: solid 3px #671464;
	text-align: left;
}

#menuArea p, #menuArea div.theQuote {
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 1em; /* (14) 16/16=1 */
	line-height: 1.3125em;  /* (21) 21/16=1.3125 */
	font-weight: normal;
	color: #671464;
	display: inline;
}

#menuArea div.quoteLeft, #menuArea div.quoteRight {
	width: 18px;
	margin: 0px;
	padding: 0px;
}

#menuArea div.quoteLeft {
	height: 21px;
	margin-right: 5px;
	float: left;
	background: url('../images/quoteLeft.gif');
	background-repeat: no-repeat;
}
#menuArea div.quoteLeft { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #menuArea div.quoteLeft { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 

#menuArea div.quoteRight {
	height: 36px;
	clear: none;
	float: right;
	background: url('../images/quoteRight.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
}
#menuArea div.quoteRight { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #menuArea div.quoteRight { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 


#menuArea div.quoteHolder {
	margin: 15px 0px 0px 0px;
}




#menuArea h1 {
	font-size: 0.6875em; /* (11) 11/16=0.6875 */
	line-height: 1.75em; /* (28) 28/16=1.75 */
	margin: 10px 0px 5px 0px;
	color: #671464;
	font-weight: bold;
}


#menuArea ul {
	margin: 0px 0px 10px 0px;
	list-style-type: none;
}

#menuArea li {
	display: block;
	height: 25px;
	width: 180px;
	border-top: 1px solid #c3c2c2;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#menuArea li a {
	display: block;
	height: 25px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 0.6875em; /* (11) 11/16=0.6875 */
	line-height: 1.75em; /* (28) 28/16=1.75 */
	font-weight: normal;
	color: #5f5d5c;
}

#menuArea li a:hover, #menuArea li.sub a:hover {
	color: #671464;
	font-weight: bold;
}

#menuArea li.sub a {
	display: block;
	height: 25px;
	width: 170px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-decoration: none;
	font-size: 0.6875em; /* (11) 11/16=0.6875 */
	line-height: 1.75em; /* (28) 28/16=1.75 */
	font-weight: normal;
	color: #5f5d5c;
}













#content {
	width: 320px;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}


#content h1 {
	font-size: 1.625em; /* (26) 26/16=1.625 */
	line-height: 1em;  /* (30) 30/16=1.875 */
	margin: 0px 0px 15px 0px;
	color: #671464;
	font-weight: normal;
}

#content h2 {
	font-size: 0.75em; /* (12) 12/16=0.75 */
	line-height: 1.5em;  /* (24) 24/16=1.5 */
	margin: 0px 0px 5px 0px;
	color: #671464;
	font-weight: bold;
}

#content h3 {
	font-size: 0.75em; /* (12) 12/16=0.75 */
	line-height: 1.5em;  /* (24) 24/16=1.5 */
	margin: 0px 0px 5px 0px;
	color: #671464;
	font-weight: normal;
}



#content p, 
#content li, 
#content td {
	font-size: 0.75em; /* (12) 12/16=0.75 */
	line-height: 1.625em;  /* (26) 26/16=1.625 */
	font-weight: normal;
	color: #333333;
}

span.phone {
	color: #671464;
}


#content select,
#content input,
#content textarea {
	font-size: 1em; 
	font-weight: normal;
	color: #71706e;
}


#content p.smaller, 
#content li.smaller, 
#content td.smaller {
	font-size: 0.6875em; /* (11) 11/16=0.6875 */
	line-height: 1.5em;  /* (24) 24/16=1.5 */
	font-weight: normal;
	color: #71706e;
}

#content p {
	margin: 0px 0px 15px 0px;
}



#content a {
	color: #671464;
	text-decoration: underline;
}

#content a:hover {
	color: #371562;
	text-decoration: underline;
}



#content ul, #content ol {
	margin: 0px 0px 20px 30px;
}












#sidebar {
	width: 195px;
	float: right;
	margin: 20px 5px 0px 30px;
	padding: 0px;
	text-align: left;
}


#sidebar h2 {
	font-size: 0.75em; /* (12) 12/16=0.75 */
	line-height: 1.25em;  /* (20) 20/16=1.25 */
	margin: 0px 15px 5px 15px;
	color: #671464;
	font-weight: bold;
}


#sidebar p, 
#sidebar li, 
#sidebar td {
	font-size: 0.75em; /* (12) 12/16=0.75 */
	line-height: 1.5em;  /* (24) 24/16=1.5 */
	font-weight: normal;
	color: #e7e7e7;
}

#sidebar p {
	display: block;
	width: 165px;
	padding: 0px;
	margin: 0px 15px 15px 15px;
}



#sidebar a {
	color: #e7e7e7;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #671464;
	text-decoration: underline;
}


#sidebar ul {
	display: block;
	width: 165px;
	padding: 0px;
	margin: 0px 15px 20px 15px;
}

#sidebar li {
	margin-left: 15px;
	color: #671263;
}

#sidebar li span.copy {
	color: #e7e7e7;
}


#sidebar hr {
	width: 175px;
	height: 2px;
	color: #c6c6c6;
	background-color: #c6c6c6;
	border:  #c6c6c6;
	margin: 10px 10px 10px 10px;
}



#sidebar h1 {     /* BLOG BTN */
	display: block;
	width: 165px;
	height: 38px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	background: url('../images/btn-blog.gif');
	background-repeat: no-repeat;
	text-align: center;
}
#sidebar h1 a {
	display: block;
	float: left;
	width: 160px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#sidebar h1 a { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #sidebar h1 a { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 






#clearColFloats {
	clear: both;
	width: 810px;
	height: 75px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}





#footer {
	width: 810px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

#footer p, 
#footer li, 
#footer td {
	font-size: 0.75em; /* (12) 12/16=0.75 */
	line-height: 1.5em;  /* (24) 24/16=1.125 */
	font-weight: normal;
	color: #71706e;
}

#footer p {
	margin: 0px 0px 5px 240px;
}



#footer a {
	color: #671464;
	text-decoration: underline;
}

#footer a:hover {
	color: #51228b;
	text-decoration: underline;
}


#footer ul {
	margin: 15px 0px 15px 240px;
	padding: 0px;
}

#footer ul li {
	display:inline;
	text-align: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.625em; /* (10) 10/16=0.625 */
	line-height: 1.125em;  /* (18) 18/16=1.125 */
}

#footer ul li a {
	color: #671464;
	font-weight: normal;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #51228b;
	font-weight: normal;
	text-decoration: underline;
}


#footer p.credits {
	font-size: 0.5625em; /* (9) 9/16=0.5625 */
	margin-bottom: 0px;
	margin-top: 35px;
	color: #b4b4b4;
}

#footer p.credits a {
	font-size: 1em;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #b4b4b4;
	text-decoration: none;
}

#footer p.credits a.dlc:hover {
	color: #000000;
}

#footer p.credits a.tag:hover {
	color: #ec008c;
}


