a img {
	border:none;
}

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

body {
	background-color:#b0b0b0;
	margin:0px;
	font-size:12px;
	color:#3f3f3f;
	font-family:"HelveticaNeueLT Com 55 Roman",'Helvetica',sans-serif;
}

@font-face {
    font-family: "HelveticaNeueLT Com 55 Roman";
    font-weight:normal;
    font-style:normal;
    src: url("../fonts/helvetica.eot");
}

@font-face {
    font-family: "Century Gothic";
    font-weight:normal;
    font-style:normal;
    src: url("../fonts/century.eot");
}

h1 {
	margin-top:0px;
	font-size:18px;
	color:#FF6600;
	font-family:"HelveticaNeueLT Com 55 Roman", 'Helvetica', sans-serif;
	font-weight:normal;
	/*font-family:"Century";*/
}

h2 {
	font-size:15px;
}

h3 {
	font-size:12px;
	margin-top:15px;
	margin-bottom:7px;	/*font-weight:bold;*/
}

#tmp_page {
	width:1018px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	/*position:relative;*/
}
#tmp_header {
	border-top:6px solid #c3c7d2;
	height:115px;
	background-image:url(../images/header_content_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
}

#tmp_logo {
	float:left;
	margin-left:31px;
}

#tmp_address {
	float:left;
	margin-left:5px;
	padding-top:5px;
	font-size:12px;
	color:#666666;
}

#tmp_header_links {
	font-size:11px;
	float:right;
	color:#ff7b20;
	margin-right:33px;
	padding-top:80px;
}

#tmp_middle {
	margin-top:17px;
	margin-bottom:30px;
}

#tmp_left_column {
	width:160px;
	float:left;
	margin-right:38px;
	margin-left:30px;
}

#tmp_middle_column_wide{
	width:760px;
	float:left;
}

#tmp_main_menu, .sitemap{
	
	list-style:none;
	padding-left:0px;
	margin:0px;
	border-top:1px solid #d9d9d9;
}
#tmp_main_menu a, .sitemap a{
	color:#000000;
	font-size:12px;
}
#tmp_main_menu a:hover {
	text-decoration:underline;
	color:#FF6600;
}
#tmp_main_menu .menuitem_selected>a {
	color:#999999;
}

#tmp_main_menu>li, .sitemap>li{
	padding-left:0px;
	margin-left:0px;
	background-image:url(../images/menu_bullet.jpg);
	background-position:2px 4px;
	line-height:23px;
	background-repeat:no-repeat;
	border-bottom:1px solid #d9d9d9;
}

#tmp_main_menu>li>a, .sitemap>li>a{
	padding-left:30px;
}

#tmp_main_menu>li>ul, .sitemap>li>ul {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	background-color:#feece0;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	border-top:1px solid #d9d9d9;
}

#tmp_main_menu>li>ul>li, .sitemap>li>ul>li {
	background-image:url(../images/menu_2_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
	line-height:25px;
}

.sitemap {
	border:none;
	background-color:#feece0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px
}

.sitemap>li {
	border:none;
}

.sitemap>li>ul {
	border:none;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:25px;
}
#tmp_footer {
	height:87px;
	background-color:#cdd1dc;
	background-image:url(../images/content_footer_line.jpg);
	background-repeat:repeat-x;
	color:#525250;
}

#tmp_footer #tmp_copy {
	float:left;
	padding-top:20px;
	padding-left:31px;
}
#tmp_footer #tmp_copy a {
	color:#525250;
}
#tmp_footer #tmp_rss {
	float:right;
	padding-right:70px;
	padding-top:22px;
	line-height:20px;
	color:#ff7b20;
}

#tmp_middle_column1 {
	width:506px;
	float:left;
	margin-top:25px;
	margin-right:20px;
}

#tmp_middle_column {
	width:506px;
	float:left;
	/*margin-top:25px;*/
	margin-right:20px;
}

#tmp_middle_column2 {
	margin-top:25px;
	width:232px;
	float:left;
}

#tmp_right_column {
	/*margin-top:25px;*/
	width:232px;
	float:left;
}
/* rounded containers */

.container_quotes_rounded {
	width:232px;
	margin-bottom:13px;
	font-size:14px;
}

.container_quotes_rounded_top {
	height:34px;
	background-image:url(../images/right_rounded_quotes_top.jpg);
	background-repeat:no-repeat;
}

.container_quotes_rounded_body {
	background-image:url(../images/right_rounded_quotes_body.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:20px;
}
.container_quotes_rounded_bottom {
	height:31px;
	background-image:url(../images/right_rounded_quotes_bottom.jpg);
	background-repeat:no-repeat;
}


.container_middle_rounded {
	width:511px;
	font-size:15px;

}

.container_middle_rounded_top {
	height:18px;
	background-image:url(../images/content_rounded_top.jpg);
	background-repeat:no-repeat;
}

.container_middle_rounded_body {
	background-image:url(../images/content_rounded_body.jpg);
	background-repeat:repeat-y;
	padding-left:26px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:28px;
}
.container_middle_rounded_bottom {
	height:15px;
	background-image:url(../images/content_rounded_bottom.jpg);
	background-repeat:no-repeat;
}

.container_right_rounded{
	width:230px;
	margin-bottom:13px;
	font-size:12px;
}

.container_right_rounded_top {
	height:13px;
	background-image:url(../images/right_rounded_top.jpg);
	background-repeat:no-repeat;
}

.container_right_rounded_body {
	background-image:url(../images/right_rounded_body.jpg);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
}
.container_right_rounded_body p {
	margin-top:10px;
	margin-bottom:5px;
}
.container_right_rounded_bottom {
	height:14px;
	background-image:url(../images/right_rounded_bottom.jpg);
	background-repeat:no-repeat;
}

#tmp_badges {
	margin-top:36px;
}

#tmp_badges p {
	margin-top:0px;
	margin-bottom:10px;
}

#tmp_subscribe_to_rss {
	margin-top:40px;
	text-align:center;
}

#tmp_pathway {
	margin-top:16px;
	margin-left:31px;
	color:#ff6000;
}

#tmp_pathway a {
	font-weight:bold;
}

/*content styles*/
ul.orange_check {
	background-color:#feece0;
	padding-top:12px;
	padding-bottom:12px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-left:9px;
	list-style:none;
	font-size:14px;
}
ul.orange_check>li {
	padding-left:22px;
	padding-right:5px;
	background-image:url(../images/tick_bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-bottom:10px;
}

#flexiform textarea {
	width:444px;
}

/* payroll info */
ul.payroll_info {
	margin-left:0px;
	padding-left:10px;
	padding-right:2px;
	list-style:none;
    font-size:13px;
	padding-bottom:10px;
	margin-top:0px;
}
ul.payroll_info>li {
	padding-left:17px;
	background-image:url(../images/menu_2_bullet.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat;
}

ul.payroll_info>li>a {
	color:#000000;
	}
div.payroll_info_content ul {
	 list-style-image: url('../images/menu_2_bullet.jpg');
}
/*div.payroll_info_content {
	background-image:url(../images/content/dotted_line_orange_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-top:25px;
}*/

.downloads {
	background-color:#feece0;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
.downloads a{
	color:#000000;
}
.downloads ul>li {
	margin-bottom:5px;
}

/* slideshow */
/* frontpage slideshow */

ul.slideshow {
	list-style:none;
	width:100%;
	height:195px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

#slideshow-caption {
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


#flexiform dt dl {font-weight: normal;}

.pc-table-head {
	background-color:#80A3B7;
	border: 1px solid white;
	color:white;
}

.pc-table-row1 {
	background-color:#DBE4EA;
	border: 1px solid white;
	color:#3A6E8F
}

.pc-table-row2 {
	background-color:#EED8BF;
	border: 1px solid white;
	color:#3A6E8F
}

