html, body {
	height: 100%;
}
body {
	min-width: 1006px;
	background: #9a9a9a url('../images/top_line.png') left top repeat-x;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #026EB0;
	line-height: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 19px;
	font-weight: normal;
}
h2 {
	font-family: 16px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
a {
	color: #009AD8;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	padding: 0;
	margin-top: 11px;
	margin-bottom: 11px;
}

/****** SPECIAL FOOTER LINKS STYLES ******/

#bottom_links, #bottom_links a {
	color: #5c5c5c;
	font: normal 11px/14px "Trebuchet MS", Helvetica, sans-serif;
}
#bottom_links a {
	padding: 0;
	text-decoration: none;
}

/****** MAIN LAYOUT STYLES ******/
.center {
	width: 1006px;
	margin: 0 auto;
}
#top_menu {
	width: 100%;
	height: 43px;
	float: left;
}
#top_menu_padding {
	width: 1004px;
	float: left;
	padding: 15px 0 0 2px;
}
#header {
	width: 100%;
	height: 100px;
	float: left;
	background: url('../images/top_bar.png') left top repeat-x;
}
#header_left {
	width: 578px;
	float: left;
}
#header_left_padding {
	width: 561px;
	float: left;
	padding: 12px 0 0 17px;
}
#header_left a, #header_left a img {
	float: left;
}
#header_right {
	width: 410px;
	float: right;
	padding: 0 18px 0 0;
}
#tpn_header
{
    font-size: 240%;
    padding: 40px 0 0 40px;
}
#extra_links {
	width: 100%;
	height: 22px;
	float: left;
	padding: 23px 0 9px;
}
#mainbody_full {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	z-index: 1;
}
#mainbody_bg {
	width: 100%;
	float: left;
	position: relative;
	padding: 33px 0 100px 38px;
}
#main_content {
	width: 100%;
	float: left;
	padding: 5px 0 0;
}
.horizontal_line {
	padding: 31px 0 32px;
	text-align: center;
}
#bottom_bar {
	width: 100%;
	float: left;
	background: #cdcece url('../images/bottom_bar_repeat.png') left top repeat-x;
}
#bottom_bar_bg {
	width: 100%;
	float: left;
	background: url('../images/bottom_bar.jpg') right top no-repeat;
}
#bottom_bar_logo {
	width: 100%;
	min-height: 185px;
	height: auto !important;
	height: 185px;
	float: left;
	background: url('../images/footer_logo.png') 32px 33px no-repeat;
}
#bottom_bar_padding {
	width: 717px;
	float: left;
	padding: 34px 19px 10px 270px;
}
#footer_about_us {
	width: 177px;
	float: left;
}
#footer_solutions {
	width: 191px;
	float: left;
}
#footer_services {
	width: 180px;
	float: left;
}
#footer_contact {
	width: 169px;
	float: left;
}
#bottom_bar_padding ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#bottom_bar_padding ul li {
	background: none;
	padding: 0 0 7px;
	font-size: 12px;
}
#bottom_bar_padding h3 {
	padding: 0 0 13px;
	color: #666;
	font-weight: normal;
	font-size: 17px;
}
#bottom_bar_padding a 
{
    color: #666666;
}
#footer {
	width: 100%;
	float: left;
}
#footer_padding {
	width: 975px;
	float: left;
	padding: 22px 0 20px 31px;
	color: #5c5c5c;
	font: normal 11px/14px "Trebuchet MS", Helvetica, sans-serif;
}
#preload_menu_bg {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -10px;
	left: 0;
	background: url('../images/sub_menu_bg.png') left top no-repeat;
}

/****** Inner Pages ******/
#heading {
	width: 100%;
	float: left;
	background: url('../images/heading_repeat.png') left top repeat-x;
}
#heading_bg {
	width: 100%;
	height: 89px;
	float: left;
	background: url('../images/heading.jpg') center top no-repeat;
	color: #fff;
	font: normal 30px/120% "Trebuchet MS", Helvetica, sans-serif;
}
#heading_padding {
	width: 967px;
	float: left;
	padding: 14px 0 0 39px;
}

#pathway {
	width: 100%;
	float: left;
	padding: 0 0 17px;
	margin: 0;
}
#pathway li {
	float: left;
	background: url('../images/arrow.png') 100% 6px no-repeat;
	padding: 0 19px 0 14px;
	list-style: none;
}
#pathway li.first_path {
	padding-left: 0;
}
#pathway li.last_path {
	background: none;
	padding-right: 0;
	color: #006CB0;
}
#pathway li a {
	color: #666;
	text-decoration: none;
}
#pathway li a:hover {
	color: #006CB0;
}

