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

body {
	background-color: #FFF;
	background-image: url(/themes/tps/images/graphics_01.png);
	background-repeat: repeat-x;
	margin: 0;
	padding:0;
	border: 0;
	width:100%;
	height:100%;
}
.header {
	background-image: url(/themes/tps/images/graphics_03.png);
	height: 141px;
	width: 1000px;
	float: left;
}
.outer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header_image {
	background-image: url(/themes/tps/images/graphics_06.png);
	height: 422px;
	width: 1000px;
	float: left;
}
.calltoactions {
	height: 247px;
	width: 1000px;
	float: left;
}
.left_col {
	width: 263px;
	float: left;
	background-image: url(/themes/tps/images/tplcbg.jpg);
	padding-top: 50px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 45px;
	font-family: arial;
	font-size: 12px;
	background-repeat: no-repeat;
	min-height: 300px;
}
.second_col {
	height: 352px;
	width: 285px;
	float: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	font-family: arial;
	font-size: 12px;
}
.footer {
	background-image: url(/themes/tps/images/graphics_15.png);
	background-repeat: repeat-x;
	height: 173px;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.contact {
	float: right;
	height: 97px;
	width: 200px;
	text-align: right;
}
.navigation {
	float: left;
	height: 40px;
	width: 1000px;
}
.second_col_broad {
	min-height: 452px;
	width: 600px;
	float: left;
	margin-bottom: 30px;
	font-family: arial;
	font-size: 12px;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content {
	float: left;
	width: 1000px;
	background-color: #FFF;
	margin-top: 2px;
}

ul.nav-header {
	text-align:center;
	list-style:none;
	float: left;
	padding:0px;
	z-index:2;
	overflow:visible;
	text-decoration: none;
	height: 35px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	
}
ul.nav-header li {
	list-style-type: none;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	letter-spacing:1.5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #000;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	text-transform: uppercase;
}
ul.nav-header li a{
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	border-top-style: 9;
	border-bottom-style: 8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul.nav-header li a:hover {
	text-decoration:none;
	color:#CCC;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 3px;
	top: 8px;
	bottom: 9px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}
h3 {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}
a {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
} /* unvisited link */
a:link {
	color:#000;
} /* unvisited link */
a:hover {
	color:#000;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:active{
	color:#000;
}		

a.blue:link {
	color:#060;
	font-size: 12px;
} /* unvisited link */
a.blue:hover {
	color:#060;
}
a.blue:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
}
a.blue:active{
	color:#060;
}
a.white:link {
	color:#FFF;
	font-size: 12px;
} /* unvisited link */
a.white:hover {
	color:#FFF;
}
a.white:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
}
a.white:active{
	color:#FFF;
}