@charset "utf-8";
body  {
	font:81.3% Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFF;
	
		font-stretch:condensed;	
}
.tcd h1 {
font-size:2em;
letter-spacing:-0.05em;
font-weight:normal;
}
.tcd h2 {
font-size:1.7em;
font-weight:normal;
padding-bottom:6px;
letter-spacing:-0.05em;
border-bottom:1px dotted #664540;
}
.tcd h3 {
font-size:1.4em;
font-weight:normal;
}
.tcd a {
color: #20C8FF;
text-decoration:none;
}

.tcd p {
margin-top:6px;
margin-bottom:12px;
line-height:1.6em;
font-size:0.98em;
}

.tcd a:hover {
color: #FFF;
}
.tcd #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.tcd #navigation { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(images/navigation_bg.png) no-repeat bottom;
	height:74px;
	padding:0px;
	padding-top:20px;
}




.tcd #navigation ul {
	margin: 0;
	list-style: none;
	clear:both;
	margin-left:20px;
	

/*			border-bottom:1px solid #888;*/
}

.tcd #navigation ul li {
	display: block;
	float: left;
	white-space: nowrap;
	text-align:center;
	margin-bottom:10px;
	height:74px;
	background:none;
}



.tcd #navigation ul li a {
	display: block;
	font-family: "Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
	padding: 28px 24px 32px 12px;
	text-decoration: none;
	color:#FFF;
	height:14px;
	font-weight:normal;
	margin-left:0px;
	font-size:15px;
	background:url(images/nav-link-bg.png) no-repeat right;
		border-bottom:0px solid #888888;
		letter-spacing:-0.1px;
		font-stretch:extra-condensed;
	/*text-shadow: #FFF 0px 0px 1px;*/
}

* html .tcd #navigation a {width:1%;}

.tcd #navigation ul li a:hover {
color:#000;
			border-bottom:0px solid #FFF;
			/*-moz-border-radius: 20px;
-webkit-border-radius: 20px;*/

/*			text-shadow: #777 0px 0px 1px;*/
			
}

.tcd #navigation ul li a.current {
	letter-spacing: -0.05em;
		text-shadow: #FFF 0px 0px 7px;
	color:#222;
		border-bottom:0px solid #FFCC00;
}

.tcd #navigation ul li a.current_s {
	letter-spacing: -0.05em;
		text-shadow: #EEE 0px 0px 1px;
	color:#FFF;
		border-bottom:0px solid #FFCC00;
}

.tcd #navigation ul li a.current_git {
	letter-spacing:-0.05em;
		text-shadow: #FFF 0px 0px 7px;
	color:#222;
		border-bottom:0px solid #FFCC00;

}


 
 
.tcd #header { 
	background: none;
	height:300px;
	padding: 15px 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.tcd #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 220px 20px 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:normal;
	color:#4D90BC;
	font-size:1.6em;

}
.tcd #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px;
	border-left:1px #996600 solid;
	margin-top:40px;
	font-size:0.9em;
}
.tcd #sidebar1 h2{
font-size:18px;
}
.tcd #sidebar1 ul{
margin-left:17px;
}
.tcd #sidebar1 ul li{
margin-bottom:6px;
padding-bottom:4px;
border-bottom:#996B60 1px dotted;
}
.tcd #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-shadow: rgba(0,0,0,.8) 0px 0px 3px;
	font-size:1.1em;
	font-weight:500;
} 

.tcd #testimonial{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:1.2em;
font-weight:normal;
} 

.tcd #mainContent ul{
margin-left:18px;
} 

.tcd #mainContent ul li{
margin-bottom:6px;
padding-bottom:4px;
border-bottom:#996B60 1px dotted;
font-size:1.3em;
} 

.tcd #footer { 
	padding: 20px 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#45280E url(images/footer_bg.jpg) repeat-x top; 
} 
.tcd #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	margin-right:60px;
	font-size:0.82em;
}


.tcd #footer ul {
	margin: 0;
	list-style: none;
	clear:both;
	background:#99FF33;
}


.tcd #footer ul li {
	float: left;
	white-space: nowrap;
	text-align:center;
	margin-bottom:10px;
	padding:10px;
	margin-left:10px;
}

.tcd #logo{
	width:270px;
	height:240px;
	float:left;
	text-align:center;
	margin-top:24px;
	margin-right:0px;
}
.tcd #slider {

width:500px;
height:224px;
padding:0px;
color:#000;
float: right;
/*background:#603813;*/
margin-left:300px;
margin-top:-420px;
}

.tcd #slider h1 {
	font-size:2.4em;
	color:#42260D;
}

.tcd #coachme{
	width:145px;
	height:45px;
	padding-top:15px;
	float:right;
	text-align:center;
	margin-top:10px;
	background:url(images/coach-me-button-large.png) no-repeat;
	margin-right:15px;
}

.tcd #coachme a{
	color:#754C24;
	font-size:1.8em;
	text-shadow: rgba(168,109,0,.9) 0px 0px 4px; /* Safari-only 100 149 237 */
}
.tcd #coachme a:hover{
	color:#000;
	text-shadow: rgba(255,255,255,.9) 0px 0px 4px;
}

.tcd #right-top-box{
	width:175px;
	height:215px;
	float:right;
	text-align:center;
	margin-top:0px;
	margin-right:0px;
	background:url(images/right-top-box.png) no-repeat;
}

.tcd #right-top-box h2{
font-weight:normal;
font-size:1.8em;
margin-top:5px;
}

.tcd #right-top-box ul{
margin: 0;
	padding-top:5px;
	padding: 0;
	padding-bottom:15px;
	list-style: none;
	margin-bottom:12px;
}

.tcd #right-top-box ul li{
position: relative;
	float: left;
	width:100%;
}

.tcd #right-top-box ul li a{
display: block;
	text-decoration: none;
	color: #20C8FF;
	/* background: #fff; IE6 Bug */
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight:bold;
	text-shadow: rgba(255,255,255,.9) 0px 1px 9px; /* Safari-only 100 149 237 */
	border-bottom:#FFF solid 1px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tcd #contactInfo{
padding:10px 0 10px 20px;
font-size:1.2em;
background:#6C4325;
font-weight:bold;
}

.tcd #contactInfo p{
margin-top:5px;
margin-bottom:5px;
padding:5px;
background:#603813;
width:92%;
}

.tcd #git-form {
padding-top:0px;
}
.form_label{
font-size:0.96em;
color:#FFF;
font-style:normal;
	font-family:"Myriad Pro", Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}

.form_element
{
font-size:1.1em;
color:#000;
font-family:"Helvetica", "sans serif", "Myriad Pro", Geneva, Arial;
font-weight:normal;
padding:4px;
}
.form_element_div{
clear:both;
margin-bottom:10px;
}

.form_element_div_captch{
clear:both;
margin-bottom:10px;
border:2px #ABE3FE dashed; 
width:300px; 
padding:20px;
}

.form_btn{
padding:10px 30px 10px 30px;
background:#FFCC00;
text-align:center;
margin-top:5px;
-moz-border-radius: 6px;
-webkit-border-radius:6px;
color:#996600;
text-shadow:none;
font-weight:normal;
font-size:1.2em;
border:none;
float:right;
margin-bottom:20px;
}
.tcd #log {
	margin-top: 10px;
	padding:10px;
	background:#FF9900;
}
 
.tcd #log_res {
	overflow: auto;
}
 
.tcd #log_res.ajax-loading {
	padding: 20px 0;
}
.tcd #mask h1{color:#603813; padding:0px; margin:0px; font-size:30px; text-align:left; line-height:26px;}
.tcd #mask h2{color:#00BCFB; padding:0px; margin:0px; font-size:18px; text-align:left; border-bottom:0px; width:320px;}
