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

 
body {
	max-width:1600px;
	background-color: #FFF;
	background-image: url(../images/tpt-2010/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	
}
#top-bar h1 {
	background-color: #000;
	color: #DAD9C0;
	font-weight: lighter;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0C3210;
	padding-bottom: 3px;
	padding-top: 0px;
	margin: 0px;
}
#container {
	background-color: #FFF;
	width: 933px;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F90;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
#header {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
#logo {
	float: left;
	color: #FFC;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#contact-info {
	float: right;
	color: #FFC;
	font-size: 12px;
	font-weight: lighter;
	padding-top: 4px;
	width: 590px;
	text-align: right;
}
#contact-info h3 {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
}
.clr {
	clear: both;
	float: none;
}
#menu {
	background-image: url(../images/tpt-2010/mnu-bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 12px;
}
#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#menu a:hover {
	background-image: url(../images/tpt-2010/mnu-bg-over.jpg);
	color: #FFF;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-color: #000;
	border-left-color: #000;
}

#content {
	padding: 33px;
	margin-top: 12px;
}
#content h1 {
	color: #F60;
	font-weight: lighter;
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFE6D5;
}
#content h2 {
	color: #184C1E;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: lighter;
}
#footer {
	padding: 12px;
	background-color: #F3F3F3;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 22px;
}
#footer-menu {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #CCC;
}
#footer-menu a {
	text-decoration: none;
	color: #999;
	padding: 12px;
	text-align: right;
	font-size: 12px;
}
#footer-menu a:hover {
	color: #F90; 
}
