@font-face {
	font-family: 'PTSansRegular';
	src: url('../fonts/PTS55F-webfont.eot');
	src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F-webfont.woff') format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype'), url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansBold';
	src: url('../fonts/PTS75F-webfont.eot');
	src: url('../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS75F-webfont.woff') format('woff'), url('../fonts/PTS75F-webfont.ttf') format('truetype'), url('../fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.blue {
	background: blue;
}

.green {
	background: green;
}

.red {
	background: red;
}

.yellow {
	background: yellow;
}

body {
	background: #f5f5f5;
	font: 13px/1.5 'PTSansRegular', sans-serif;
	
}

lead p strong {
	font-family: 'PTSansBold', sans-serif;
}

div.header {
	background: #fff;
	padding-bottom: 22px;
}

div.headline {
	border-top: 3px solid #a71c23;
}

a:link {
	color: #4f4f4f;
	text-decoration: none;
}

a:visited {
	color: #4f4f4f;
	text-decoration: none;
}

a:hover {
	color: #a41d21;
	text-decoration: underline;
}

a:active {
	color: #4f4f4f;
	text-decoration: none;
}

p a:link {
	color: #888;
	border-bottom: 1px dotted;
}

p a:visited {
	color: #888;
}

p a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #a41d21;
}

p a:active {
	color: #888;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

h1.logo {
	padding-top: 18px;
	text-indent: 0;
	margin-bottom: 0;
}

h1.logo a img{width: 100%;}

h3.warning {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: none;
	font-size: 36px;
	line-height: 38px;
	color: #a41d21 !important;
}

p {
	font-size: 13px;
	color: #888;
	line-height: 19px;
	letter-spacing: 0.7px;
}

.inner p {
	color: #444;
	letter-spacing: 0;
}

p lead {
	font-size: 16px;
}

.dotted {
	font-size: 10px;
	color: #888;
	margin-bottom: 10px;
	line-height: 8px;
}

.dotted:after {
	content: "..............";
}

.inner blockquote {
	border-left: 7px;
	border-color: #e1e1e1;
	border-style: double;
	background: url("../images/quotes.png") #ededed 15px 50% no-repeat;
	border-radius: 0px 10px 10px 0px;
}

.inner blockquote p {
	font-size: 15px;
	color: #878787;
	font-style: italic;
	padding-left: 50px;
	padding: 20px 20px 0px 120px;
	line-height: 20px;
	margin: 0;
}

.inner blockquote div.name {
	font-size: 14px;
	font-style: normal;
	color: #a41d21;
	padding: 10px 20px 20px 120px;
}

div.hr {
	border: 0 dotted #ccc;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin-top: 20px;
}

/***********************************************/
/****************  MISC CLASSES  ***************/
/***********************************************/
.zero_margin {	margin: 0!important;}
.maroon_col {	color: #a41d21 !important;}
.dk_gray_col {	color: #444;}
.mid_gray_col {	color: #888 !important;}
.lt_gray_col {	color: #bcbcbc;}
.white_col {	color: #ffffff;}

.width_100_percent {	width: 100%;}
.posrel {	position: relative;}
.mar_bot_34 {	margin-bottom: 34px;}
.mar_bot_20 {	margin-bottom: 20px !important;}
.mar_bot_7 {	margin-bottom: 7px !important;}
.mar_bot_10 {	margin-bottom: 10px !important;}
.mar_bot_0 {	margin-bottom: 0 !important;}
.not_bold {	font-weight: normal;}
.container_12.margin_top_20 {	margin-top: 40px;}
.margin_left_0 {	margin-left: 0 !important;}
.margin_right_0 {	margin-right: 0 !important;}
.margin_0 {	margin: 0 !important;}
.margin_top_15 {	margin-top: 15px !important;}
.margin_top_25 {	margin-top: 25px !important;}
.margin_top_40 {	margin-top: 40px !important;}
.margin_top_60 {	margin-top: 60px !important;}
.margin_bot_-60 {	margin-bottom: -60px !important;}
.left {	float: left;}
.right {	float: right;}
 
/***********************************************/
/******************  MENU  *********************/
/***********************************************/
.navcol{position: relative; z-index: 20; display: inline-block;}
.flexnav li {margin: 0 40px 0 0;}
.navcol .menu-button {border: 1px solid #eee;}
.flexnav li ul li a {display: block;padding: 5px 2px;}

.flexnav li a:hover {color: #B3B4B8;}
ul.flexnav li:hover a {color: #B3B4B8;}
.flexnav li ul li a {color: #B3B4B8;}
.flexnav li ul{border: 1px solid #ccc; background: #A70000; }
/***********************************************/
/****************   RIGHT HEAD    **************/
/***********************************************/
.right_head {
	/*padding: 25px 10px 13px 63px;*/
padding-top: 27px;
height: 55px;
}

/***********************************************/
/******************  SLIDER   ******************/
/***********************************************/
.home div.slider .inner {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 100%;
	background: url("../images/slider_bg2.png") 50% 0 no-repeat;
	height: 382px;
	padding-top: 48px;
}

.home div.slider .inner.conactmap {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 100%;
	background: url("../images/map.png") 50% 80px no-repeat, url("../images/slider_bg2.png") 50% 0 no-repeat;
	height: 525px;
	padding-top: 48px;
	position: relative;
	top: -19px;
}



.home div.slider .inner img {
	float: left;

}

.home div.slider .inner .container_12 .sliderText {
	padding-top: 25px;
	padding-left: 30px;
}

.home div.slider .inner .container_12 .sliderText h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: none;
	font-size: 36px;
	line-height: 38px;
}

.home div.slider .inner .container_12 .sliderText p {
	font-size: 16px;
}

.innerpage div.slider .inner {
	margin: 0 auto;
	position: relative;
	top: -17px;
	width: 100%;
	background: url("../images/slider_bg2.png") 50% 0 no-repeat;
}

article {
	line-height: 18px;
}

div.divider {
	background: url("../images/divider.png") 50% 0 no-repeat;
	height: 60px;
	width: 100%;
	margin-top: -17px;
}

div.divider_sm {
	background: url("../images/divider_two_thirds.png") left no-repeat;
	height: 60px;
	width: 100%;
	margin-top: 50px;
}

.inner div.divider,.inner div.divider_sm {
	margin-top: 30px;
	margin-bottom: 0px;
}

.slider .inner .container_12 div.sliderText {
	float: left;
	line-height: inherit;
	width: 360px;
	
}

div.sliderText {padding-bottom: 50px;}
.map img{text-align: center; /*width: 100%;*/}

footer .container{padding-bottom: 50px;}

/************************************/

.home div.slider .inner {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: url("../images/slider_bg2.png") 50% 0 no-repeat;
	height: 382px;
	padding-top: 48px;
	position: relative;
	top: -18px;
}
.home div.slider .inner .map img{
	float: left;
	position: relative;
	top: 20px;
	width: 100%;
	max-width: 570px;
}

.home div.slider .inner .container .sliderText{
	padding-top: 25px;
}

.home div.slider .inner .container .sliderText h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300; 
	text-transform: none;
	font-size: 36px;
	line-height: 38px;
}

.home div.slider .inner .container .sliderText p{
	font-size: 16px;

}

/***********************************************/
/******************  BUTTONS  ******************/
/***********************************************/
a.button,p a.button {
	background: #a70000;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 11px;
	float: left;
	text-shadow: 1px 1px #000;
	border-radius: 13px;
	cursor: pointer;
	margin: 5px 5px 0 0;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	border: 0px solid;
}

a.button:hover {
	color: #bcbcbc;
	border: 0px solid;
	text-decoration: none;
}

a.rev_button {
	display: block;
	background: #dedede;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #4f4f4f;
	font-size: 11px;
	text-shadow: 1px 1px #f1f1f1;
	border-radius: 12px;
	cursor: pointer;
	float: left;
	margin: 0px 0px 5px 0;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	border: 0px solid;
}

a.rev_button:hover {
	color: #fefefe;
	text-decoration: none;
	background: #a70000;
	text-shadow: 1px 1px #4f4f4f;
	border: 0px solid;
}

.sidebar a.bigbutton {
	height: 40px;
	width: 100%;
	border-radius: 20px;
	color: #ffffff;
	float: left;
	margin: 5px 0px 5px 0px;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.sidebar a.bigbutton div.button_txt {
	background: url("../images/arrow_btn.png") 90% no-repeat;

}

.sidebar a.bigbutton.dark {
	background: #801114;
}

.sidebar a:hover.bigbutton.dark {
	background: #973f41;
}

.sidebar a.bigbutton.med {
	background: #a41d21;
}

.sidebar a:hover.bigbutton.med {
	background: #b4484b;
}

.sidebar a.bigbutton.gray {
	background: #777777;
}

.sidebar a:hover.bigbutton.gray {
	background: #909090;
}

.sidebar a.bigbutton span {
	width: 25%;
	height: 40px;
	position: relative;
	display: block;
	float: left;
}

.sidebar a.bigbutton span.chat {
	background: url("../images/chat_icon.png") 20px 50% no-repeat;
}

.sidebar a.bigbutton span.email {
	background: url("../images/email_icon.png") 20px 50% no-repeat;
}

.sidebar a.bigbutton span.sales {
	background: url("../images/sales_icon.png") 20px 50% no-repeat;
}

.sidebar a.bigbutton div.button_txt {

}
/*
.sidebar{
	position: relative;
	left: 10px;
}*/

/***********************************************/
/******************  COLUMNS   *****************/
/***********************************************/
.grid_4 h6 {
	margin-bottom: 5px;
}

.grid_4 p {
	margin-right: 10px;
}

.nohead {
	visibility: hidden;
}

div.main.container_12 {
	position: relative;
	top: -30px;
}

div.main ul {
	margin-top: 30px;
}

div.main ul li {
	list-style-type: none;
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	color: #a41b22;
	background: url("../images/arrow_bullet.png") 2px 17px no-repeat;
}

div.main .grid_8 ul li {
	padding: 5px 0 5px 20px;
	background-position: 2px 11px;
}

div.main ul li:last-child {
	border-bottom: 1px dotted #ccc;
}

div.main ul li a {
	color: #a41b22;
	font-weight: bold;
	font-size: 12px;
}

div.main ul li a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
}

div.inner ul li {
	list-style-type: none;
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 6px 0 6px 20px;
	font-size: 13px;
	color: #a41b22;
	background: url("../images/arrow_bullet.png") 2px 12px no-repeat;
}

/***********************************************/
/******************  FOOTER   ******************/
/***********************************************/
footer {
	margin-top: 50px;
	background: url(../images/bggrad.png) 0 0px repeat-x, url(../images/bg2.gif) repeat;
	text-align: center;
}

footer h6 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
}

footer ul li {
	list-style-type: none;
	margin-left: 0;
}

footer ul li a:link,footer ul li a:visited {
	font-weight: bold;
	color: #777;
}

footer ul li a:hover {
	color: #ababab;
	text-decoration: none;
}

.up_arrow {
	position: relative;
	top: -21px;
	margin-bottom: -4px;
}

footer div.hr_footer {
	border-top: 2px solid #000;
	margin-bottom: -73px;
	margin-top: 40px;
}

footer div.logo_divider {
	background: url("../images/logo_inverted.png") #000 50% 50% no-repeat;
	height: 150px;
	width: 150px;
	border-radius: 75px;
	margin: 0 auto;
	
}

footer div.postfooter p {
	font-size: 11px;
	font-weight: normal;
	color: #ababab;;
	padding-top: 10px;
}
footer div.postfooter p:last-child {
	margin-bottom: 0;
	padding-bottom: 30px;
}

footer div.postfooter p:first-child {
	font-size: 11px;
	font-weight: normal;
	color: #ababab;
	padding-top: 30px;
}

footer div.postfooter a {
	margin-left: 10px;
	border-bottom: 1px dotted #4f4f4f;
	color: #ababab;;
}

footer div.postfooter a:hover {
	text-decoration: none;
	color: #a70000;
}

/***********************************************/
/*****************  TIMELINE   *****************/
/***********************************************/
#timeline table td {
	color: #888;
}

#timeline table {
	border-spacing: 0;
	border-collapse: collapse;
}

#timeline td.year {
	color: #4f4f4f;
	font-size: 15px;
	font-weight: bold;
	width: 60px;
	vertical-align: top;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	line-height: 17px;
}

#timeline .bar {
	width: 45px;
}

#timeline .bar.redbar {
	background: url(../images/timeline_bar_red.png) 0 0px no-repeat;
	height: 30px;
}

#timeline .bar.greybar {
	background: url(../images/timeline_bar_grey.png) 0 -1px no-repeat;
	height: 29px;
}

#timeline .bar {
	background: url(../images/timeline_bar_grey_dk.png) 0 -1px no-repeat;
	height: 29px;
}

#timeline .bar.last {
	background: url(../images/timeline_bar_last.png) 0 -1px no-repeat;
	height: 29px;
}

#timeline .bar.light {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

#timeline .item {
	line-height: 14px;
	padding: 0 5px;
}

/*
#timeline table {
	
background:  red;
	
}

#timeline table td {
	
border:  1px solid black;
	
}

*/
/***********************************************/
/******************  TABLES   ******************/
/***********************************************/
table.altrowstable {
	font-size: 11px;
	color: #333333;
	border-width: 0px;
	border-color: #f5f5f5;
	border-collapse: separate;
	text-align: left;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

table.altrowstable th {
	font-size: 12px;
	border-width: 2px;
	padding: 8px 20px;
	border-style: solid;
	border-color: #f5f5f5;
	font-weight: bold;
	color: #a70000;
	text-transform: uppercase;
}

table.altrowstable td {
	border-width: 2px;
	padding: 8px 20px;
	border-style: solid;
	border-color: #f5f5f5;
}

.oddrowcolor {
	background-color: #dedede;
}

.evenrowcolor {
	background-color: #fff;
}

/***********************************************/
/******************  INNER   *******************/
/***********************************************/
.inner .topbox {
	margin-top: 0px;
}

article header {
	font-weight: bold;
	margin-bottom: 15px;
}

.inner article {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 50px;
}

.divider_sidebar {
	height: 1px;
	background: #ccc;
	margin: 20px 0;
}

span.icon_round {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: block;
	margin: 12px 20px;
}

span.icon_round.people {
	background: url(../images/icon_people.png) #a41d21 50% 50% no-repeat;
}

span.icon_round.check {
	background: url(../images/icon_check.png) #a41d21 50% 50% no-repeat;
}

span.icon_round.list {
	background: url(../images/icon_list.png) #a41d21 50% 50% no-repeat;
}

.portrait {
background: #FFF;
width: 110px;
height: 120px;
float: left;
margin: 0 10px 0px 0;
border: 1px solid #CCC;
padding: 3px;
}

/***********************************************/
/**************  SIDEBAR MONITOR  **************/
/***********************************************/
.mon_container {
	overflow: hidden;
	position: relative;
	left: 20px;
}

/***********************************************/
/*****************  MESSAGE BOX ****************/
/***********************************************/
div.message {
	min-height: 100px;
	background: #dedede;
	padding: 30px 20px 60px 30px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

div.message img {
	padding: 0 30px 0 0;
}

/***********************************************/ 
/***************  EXPANDER JS   ****************/
/***********************************************/
a.expander {
	outline: none;
}

.content {
	display: none;
	*background: rgb(238, 238, 238);
	color: #444;
	padding: 10px;
}


 div.expand-container a.expander h3.maroon_col {
background: url("/wp-content/themes/TPNEW_RESPONSIVE/images/arrow_bullet.png") 593px 13px no-repeat;
border-radius: 3px;
border: 1px solid #ccc;
padding: 6px;
margin-bottom: 0;
}

html body.home div.slider div.inner div.container_12 div.grid_8 div.grid_8 div.expand-container p{
 margin: 0;
 }

/***********************************************/
/****************  NEWSREEL  *******************/
/***********************************************/

.newsreel h2{
	color: #a41d21;
	font-size: 19px;
}

.newsreel ul{
list-style-type: none;
}

.newsreel ul li{
	background: url("../images/arrow_bullet.png") 2px 14px no-repeat;
	padding: 8px 0;
	border-top: 1px dotted #ccc;
	margin-left: 0;
}

.newsreel ul li:first-child{

	border-top: 0px;
}


.newsreel ul li a{
	padding-left: 20px;
	font-weight: bold;
	color: #a41d21;
}

.newsreel span.rss-date{
	color: #888;
	display: block;
	padding-left: 20px;
}

.newsreel div.rssSummary{padding-left: 20px;} 

.published, .newsreel ul li .published a{
	color:#444;
	padding: 0;
	font-size: 100%;
    margin: 0px;
} 
.published {
    margin: 0 0 0 18px;
}

.newsreel ul.press li{
	background: url("../images/arrow_bullet.png") 2px 14px no-repeat;
	}
	

/***********************************************/
/****************  CONTACT   *******************/
/***********************************************/

.contact .map_container {

	min-height: 490px;
	background: url("../images/map.png") 0 0 no-repeat;

}



.contact_box{
	width: 220px; 
	margin-right: 140px;
	height: 134px;
    font-style: normal;
	}
	
.contact_box:nth-child(4n+2){
margin-right: 0;
}
	
.contact_wide{

	min-height: 200px;
	
	}
	
.contact_narrow{
	width: 220px;
	min-height: 200px;
	}
.contact_box h2, .contact_wide h2, .contact_narrow h2 {
	color: #a41d21; 
	text-transform: uppercase; 
    font-family: xemfont,'Oswald',sans-serif;
	font-size: 15px; 
	margin: 20px 0 10px 0;
	font-weight: normal;
    font-style: normal;
	opacity: 1;
}
.contact_box h3, .contact_wide h3, .contact_narrow h3 {
	color: #a41d21; 
	text-transform: uppercase; 
    font-family: xemfont,'Oswald',sans-serif;
	font-size: 14px; 
	margin: 20px 0 10px 0;
	font-weight: normal;
    font-style: normal;
	opacity: 1;
	}
 .contact_wide h3{
	margin: 20px 0px 0px 0px;
    font-style: normal;
	}
	
.contact .quote_contact {
	font-size: 13px;
	padding: 11px 18px 20px 100px;
	margin: 15px 0px 20px 5px;
	background: url("../images/quotes.png")-10px 3px no-repeat;
	font-style: italic;
	}
.hometitles {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #a41d21 !important;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}
.cprofile {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-size: 12px;
}

.contact_narrow span{
	display: block;
	font-weight: bold;
}

.risk_container{
position: relative;
width: 100%;
}


.risk_warning{
color: #888;
position: relative;
top: -45px;
margin: auto;
padding: 0 100px;
font-size: 12px;


}












