@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

/* --------------------------------  ZEROING SELECTOR ------------------------------------------ */
* {
margin: 0; 
padding: 0; 
border: 0
}
/* ----------------------------  BODY SELECTOR & STYLES------------------------------------- */
body {
	background-color: #f1842a; /* orange */
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #726257;
	}
	/* ---------------------------------  HEADER STYLES-------------------------------------------- */
#header {
	height: 120px;
	padding: 0;
	margin: 0;
	}
a#logo {
	display: block;
	background: url("../_images/TC_homelogo.gif") no-repeat;
	width: 432px;
	height: 72px;
	position: relative;
	top: 40px;
}
a#logo span {
display: none;
}
	/* --------------------------------------  DIV STYLES--------------------------------------------------- */
#wrapper {
	background: url("../_images/bg_mainORNG.png") repeat-x;
	background-color: #ffffff;
	padding: 0 20px 40px 20px;
	text-align: center;
	}
#mainContent {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	}
#topContentIntro {
	background:url("../_images/homepagegraphic.jpg") no-repeat;
	height:200px;
	margin-top: 40px;
	padding-top:160px;
	}
	
#middleContent {
	height:72px;
	padding: 12px 0 0 0;
	height:auto;
	}
#bottomContent {
	border-top: 1px dotted #C4DF9B;
	padding: 12px 0 0 0;
	margin: 15px 0 0 0;
	height:auto;
	clear: both;
	}
	#photoContent {
	text-align:center;
	height:auto;
	}
#footer {
	background: url("../_images/bg_footerORNG.gif") repeat-x;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	}
/* --------------------------------------  TYPE STYLES---------------------------------------------- */
.boldorange {
	color:#db8845;
	font-weight: bold;}
	
p {
	margin-bottom: 10px;}
	
a {
	color: #C4DF9B;
	font-weight: bold;
	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}
	
h1 {
	font-family: century gothic;
	font-size: 20px;
	color: #C4DF9B;
	margin-bottom: 15px;
	font-weight: normal;}
	
h2 {
	font-family: century gothic;
	font-size: 18px;
	line-height: 19px;
	font-weight: normal;}
	
h3,h4,h5 {
	font-weight: bold;}
	
h3 {
	font-family: century gothic;
	color: #C4DF9B;
	font-size: 14px;
	margin-bottom: 10px;}
	
.caption{
	font-weight: normal;
	text-align:center;
	color:#666;
	margin:4px 0 -2px 0;
	}


/* ********************************
	navigation
******************************** */

#navbar ul {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	left: -2px;}
	
#navbar ul li {
	display: inline;}
	
#navbar ul li a {
	text-decoration: none;
	background: url("../_images/navtab_behindORNG.gif") no-repeat;
	display: block;
	position: relative;
	float: left;
	width: 89px;
	height: 23px;
	color: #525142;
	text-align: center;
	padding-top: 8px;}
	
#navbar ul li a#menu_current {
	background: url("../_images/navtabORNG.jpg") no-repeat;
	padding-top: 6px;}
/* ------------------------------------------  LINK STYLES---------------------------------------------- */
a.graylink { outline:none; font-weight:normal;}
a.graylink:link {color:#666;}
a.graylink:visited {color:#666;}
a.graylink:hover {color:#000; text-decoration:underline;}
a.graylink:active {color:#000;}






/* ------------------------------------------  END STYLES---------------------------------------------- */
