/* Site presentation style sheet */

.TODO {background-color: yellow;}


body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

div, h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}

p, li {
	font-size: 16px;
}

li {list-style: none;}


#TK_Header {
	background-image: url(../images/common/bg_filmstrip.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#Header_Box {
	margin: 0 auto;
}

#TK_Header h1 {
text-align: left;
	color: white;
	float: left;
	font-size: 44px;
	width: 420px;
}

#TK_Header h2 {
	color: #F0893B;
	width: 380px;
	font-size: 54px;
	font-weight: bolder;
	float: right;
	font-stretch: narrower;
}

#Menu_Primary {
	clear: left;
}

#Menu_Primary li {
	display: block;
	float: left;
	width: 60px;
	text-align: center;
	margin-right: 3px;
	font-size: 14px;
}


#Menu_Primary li a {
	display: block;
	width: 100%;

}

#Menu_Secondary {
	clear: both;}


#Menu_Secondary li {
	display: block;
	float: right;
	width: 170px;
	font-size: 14px;
}


#TK_MainMenu li {font-size: 16px; text-align: left; font-weight: bold; font-family: Franklin Gothic Medium,Lucida Sans Unicode,Tahoma,Arial;}

#Menu_Categories {
	text-align: left;
	margin: 0;
}

#Menu_Categories li {
	line-height: 40px;
	margin: 5px;
 font-weight: bold;}

#TK_Box {
	margin: 0 auto;
}

#TK_Content {
	padding: 20px 0 0 280px;
}

#TK_Content h3 {
color: black;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}

#TK_Content h4 {
	text-align: left;	
	margin: 10px 0 0 0;
}

#TK_Content h5 {
	text-align: left;	
	margin: 10px 0 0 0;}

#TK_Content p {
	text-align: left;
	font-size: 14px;

}

#TK_Content ul {
	text-align: left;
	font-size: 14px;

}


#TK_Footer {
	padding-top: 10px;
	clear: both;

	margin: 0 auto;
 text-align: center;
}

#TK_Footer p {
	font-size: 14px;}

#TK_Footer img {
	border: 0px;
	float: right;}
	
address {
	font-size: 14px;
	font-style: normal;
	color: #454545;
	margin-bottom: 10px;
}

p#web {font-size: 10px;	color: #e6e6e6; margin-top: 5px;}
p#web a {text-decoration: none;}


#TK_Footer p.copy {font-size: 10px; color: #666666;}



/* Default Styles for Javascript Disabled. If Javascript is present these styles wil be negated in a later stylesheet */
.needJS {visibility: hidden;}
.noJS {}

