@charset "utf-8";

/* RESET updated with html5 tags*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline;
	font-weight:normal;
	}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
	}

ol,ul {
	list-style:none;
	}

blockquote,q {
	quotes:none;
	}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
	}

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

/* FLOAT-elements */
.fltleft {
	float:left;
	}

.fltright {
	float:right;
	}

/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
	}
	
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
	}

/* MAIN */
body {
	background:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	}
	
a, img, img a, a:hover {
	border:none;
	outline:none;
	}
	
/*============= header main =============*/

.header_main {
    background: url("../img/head_topbg.jpg") repeat-x scroll left top transparent;
    height: 150px;
    width: 100%;
}

.logoArea {
    background: url("../img/header_top.jpg") no-repeat scroll center 20px transparent;
    height: 80px;
    padding: 26px 0 0;
}

.header_top {
    margin: 0 auto;
    padding: 2px 0 0;
    width: 986px;
}

.logo {
    height: 78px;
    width: 296px;
}

.search_cont {
    width: 272px;
	margin-top: 10px;
}

.search_contTxt {
    border: 1px solid #AEB2B5;
    color: #404040;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    outline: medium none;
    padding: 0 5px;
    width: 205px;
	margin-left: 3px;
}
.search_contBtn {
    background: url("../img/searchbtn_bg.jpg") no-repeat scroll 2px 3px transparent;
    border: medium none;
    color: #404040;
    cursor: pointer;
    font-size: 10px;
    height: 21px;
    line-height: 16px;
    outline: medium none;
    text-align: center;
    width: 52px;
    border: 0;
    margin-top: -1px;
}
.cont_us {
    color: #5B5B5D;
    font-size: 24px;
    font-weight: bolder;
    line-height: 25px;
    padding: 5px 0 0;
    text-align: right;
}
.cont_us p {
    display: block;
}
.cont_us p span {
    display: inline;
    font-weight: bold;
}

.cse-overlay {
	z-index: 99;
}

/*navigation area--------*/

.navigation {
    clear: both;
    height: 32px;
    margin: 0px auto 0;
    padding-top: 0px;
	position: relative;
	z-index: 999;
	width: 1100px;
}
.navigation .sf-sub-indicator {
	display: none !important;
}
.navigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.navigation ul li {
    color: #FFFFFF;
    float: left;
    font-size: 17px;
    font-weight: bold;
}
.navigation ul li a {
    border-top: 5px solid #2B5997;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 39px;
    line-height: 30px;
    padding: 0 16px;
    text-decoration: none;
}
.navigation ul li a:hover {
    background: none repeat scroll 0 0 #103970;
    border-top: 5px solid #555555;
}
.navigation ul ul {
    background: url("../img/menubg.png") repeat scroll 0 0 transparent;
    border-bottom: 5px solid #555555;
    list-style: none outside none;
    margin: -10px 0 0;
    padding: 10px 0 20px;
    width: 220px;
}
.navigation ul li li {
    display: block;
    float: none;
    height: auto;
    padding: 0 17px;
}
.navigation li li a {
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: none;
    font-size: 14px;
    height: auto;
    line-height: 25px;
    text-decoration: none;
}
.navigation li li a:hover {
    height: auto !important;
    margin-top: 0 !important;
}
.navigation ul li:hover a {
    background: none repeat scroll 0 0 #103970;
    border-top: 5px solid #555555;
}
.navigation ul li:hover li a {
    background: url("../img/arrow.png") no-repeat scroll left center transparent;
    border: 0 none;
}
	

/*==============================container warp start================*/

.container_wrap {
	width:100%;
	background:#FFF url(../img/conteainer_bg.jpg) repeat-x left bottom;
	}

.container_main {
	width:986px;
	margin:0px auto;
	}

.banner {
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    width: 985px;
}
.banner img {
    width: 985px;
}

/*--------------content -----------------*/

.content {
	padding: 25px 0;
}
.content h1 {
    color: #0249AA;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    margin-top: -2px;
}
.content_selectList {
	width:196px;
	}

.product_cont {
	margin-bottom:30px;
	}

.cont2 {
	margin:0px;
	}

.product_box {
	width:317px;
	margin:0 17px 0 0;
	float:left;
	}

.product_box img {
	border:1px solid #d7fffb;
	margin-bottom:17px;
	}

.noMar {
	margin:0px;
	}

.product_box h2 {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	color:#555555;
	text-transform:uppercase;
	font-size:24px;
	font-weight:bold;
	padding:0px 0 6px;
	margin:0px;
	}

.nav_box {}

.nav_box ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.nav_box ul li {
	line-height:18px;
	font-size:14px;
	}

.nav_box ul li a {
	text-decoration: none;
	color:#0249aa;
	display:block;
	}

.nav_box ul li a:hover {
	text-decoration:underline;
	}

/*product_box_left------*/
.product_box_left {
    width: 348px;
    padding: 0 5px;
}
.product_box_left .txtset {
    width: 219px;
    margin: 0;
    padding: 0;
}
.info_box1 {
    margin-bottom: 20px;
    padding: 7px 0px;
}

.info_box1 h2 {
	color:#2b5997;
	font-size:24px;
	margin-bottom:5px;
	}

.picset {
	
	}

.picset img {
	margin:0 14px 0 0;
	}

.txtset {
	width:230px;
	}
.txtset p {
	font-size:14px;
	line-height:18px;
	color:#555555;
	}

.txtset p a {
	color:#2b5997;
	text-decoration:none;
	}

/*product_box_right------*/

.product_box_right {
    padding: 10px;
    width: 600px;
}
.product_box_right .txtset2 {
    width: 271px;
}

.info_box2 {}

.info_box2 h2 {
	color:#2b5997;
	font-size:24px;
	margin-bottom:5px;
	padding:0 0 0 38px;
	}

.picset2 {
	
	}

.picset2 img {
	margin:0 14px 0 0;
	}

.txtset2 {
	width:324px;
	}
.txtset2 p {
	font-size:14px;
	line-height:18px;
	color:#555555;
	}

.txtset2 p a {
	color:#2b5997;
	text-decoration:none;
	display:block;
	margin-bottom:70px;
	}

.product_btn {
	width:261px;
	height:38px;
	}

.product_btn a {
	width:261px;
	height:38px;
	background:url(../img/view_btn2.png) no-repeat left top;
	display:block;
	text-align:center;
	line-height:38px;
	color:#FFF;
	font-size:18px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0 0 0 10px;
	}


/*-------footer wrapper-------------*/

.footer_wrap {
	width:100%;
	background:url(../img/footer_bg.jpg) repeat-x left top;
	}

.footer_main {
	width:986px;
	margin:0px auto;
	}

.footer_top {
	margin-bottom:66px;	
	padding:20px 0 0 0;
	}

.footer_topNav1 {
	text-align:center;
	}

.footer_topNav1 ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.footer_topNav1 ul li {
	display:inline;
	color:#FFF;
	font-size:18px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:24px;
	padding:0 8px; 
	}

.footer_topNav1 ul li a {
	text-decoration:none;
	display:block;
	color:#FFF;
	display:inline-block;
	}

.footer_mid {
	padding:0 0 15px;
	clear:both;
	}
	
.mid_box1 {
	width:255px;
	margin:0 70px 0 0;
	}

.testbox1 h2 {
	font-size:24px;
	color:#FFF;
	margin-bottom:15px;
	}

.testbox1 a {
	width:190px;
	height:48px;
	display:block;
	text-align:center;
	line-height:48px;
	background:url(../img/footer_btn1.png) no-repeat left top;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
	margin-bottom:15px;
	}

.social_box {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	
	}

.social_box img {
	float:left;
	margin:0 20px 15px 0;
	}

.social_box span {
	font-size:16px;
	color:#FFF;
	}

.social_box span a {
	font-size:16px;
	color:#73e9ff;
	text-decoration:none;
	}

.mid_box2 {
	width:300px;
	margin:0 39px 0 0;
	}
.mid_box2 span {
	font-size:16px;
	color:#FFF;
	line-height:18px;
	margin-bottom:18px;
	display:block;
	}

.mid_box2 ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.mid_box2 ul li {
	font-size:10px;
	background:url(../img/list1.png) no-repeat left 4px;
	padding:0 0 8px 18px;
	line-height:18px;
	}

.mid_box2 ul li a {
	text-decoration:none;
	color:#FFF;
	display:block;
	}

.mid_box2 ul li a:hover {
	text-decoration:underline;
	}

.mid_box3 {
	width:270px;
	}

.mid_box3 label {
	display:block;
	color:#FFF;
	font-size:16px;
	margin-bottom:5px;
	line-height:25px;
	}
.mid_box3_txt {
	width:252px;
	height:32px;
	background:url(../img/footer_txt1.png) no-repeat left top;
	padding:0 5px;
	outline:none;
	border:none;
	margin-bottom:5px;
	color:#FFF;
	}

.mid_box3_txtarea {
	width:252px;
	height:142px;
	background:url(../img/footer_txt2.png) no-repeat left top;
	padding:5px;
	overflow:auto;
	color:#FFF;
	border:none;
	outline:none;
	margin-bottom:10px;
	}

.mid_box3_btn {
	width:133px;
	height:32px;
	text-align:center;
	line-height:32px;
	outline:none;
	border:none;
	background:url(../img/from_btn1.png) no-repeat left top;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	}
	
.footer_bottom {

	}

.foot_nav {
	width:222px;
	padding:8px 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	}

.foot_nav span {
	font-size:12px;
	line-height:14px;
	}

.foot_nav span em {
	color:#87d8ff;
	}

.nav_plus {
	font-family:Tahoma, Geneva, sans-serif;
	}

.nav_plus ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.nav_plus ul li {
	float:left;
	display:inline;
	color:#87d8ff;
	font-size:12px;
	line-height:14px;
	}

.nav_plus ul li a {
	color:#87d8ff;
	text-decoration:none;
	display:block;
	padding:0 2px;
	}

.nav_plus ul li a:hover {
	color:#FFF;
	}

.design {
	width:280px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px 0 0 0;
	color:#FFF;
	}

.design span {
	font-size:12px;
	line-height:14px;
	display:block;
	float:left;
	margin:10px 0 0 0;
	}

.design span a {
	color:#87d8ff;
	text-decoration: none;
	}


/*----------------------inner 1 start----------*/

.inner_content_left {
	width:628px;
	}
	
.inner_content_left h1 {
    border-bottom: 3px dotted #CDCACA;
    color: #0249AA;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 16px;
    margin-top: -15px;
    padding: 0 0 8px;
    width: 986px;
}

.group_head {
	border-bottom:3px dotted #cdcaca;
	}
	
/*-------head 2------styling------*/

.head1 {
	margin:0 0 20px 0;
	}
	
.head1 h2 {
	font-size:24px;
	color:#555555;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	line-height:24px;
	margin:0 0 8px 0;
	font-weight:bold;
	}

.head1 p {
	font-size:14px;
	color:#555555;
	line-height:18px;
	margin-bottom: 15px;
	text-align:justify;
	}
	
.head1 p strong {
	font-weight:bold;
	}

/*-------head 3 ------styling------*/

.head2 {
	margin:0 0 20px 0;
	}

.head2 h3 {
	font-size:24px;
	color:#2b5997;
	line-height:24px;
	margin:0 0 8px 0;
	}

.head2 p {
	color:#555555;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	padding:0 0 0 25px;
	background:url(../img/qout1.png) no-repeat left top;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	}

/*-------head 4------styling------*/

.head3 {
	margin:0 0 20px 0;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	}

.head3 h4 {
	font-size:18px;
	color:#555555;
	line-height:20px;
	}

.head3 h5 {
	font-size:14px;
	color:#555555;
	line-height:16px;
	font-weight:bold;
	}

.head3 h6 {
	font-size:14px;
	color:#555555;
	line-height:16px;
	}

/*-------list_nav-----*/

.list_nav {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	margin:0 0 15px 0;
	}

.list_nav ul.plain li {
	display:block;
	background:none;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
	}

.list_nav h3.b {
	font-weight: bold;
	}
	
	
.indent_list {
	margin-left: 20px;
	}
	
.space_after_list {
	margin-bottom: 15px;
	}
	
/*full_list---------*/

.full_list {
	width:auto;
	}

.full_list ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.full_list ul li {
	display:block;
	background:url(../img/list2_nav.jpg) no-repeat left 7px;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
	}
	
.full_list ul li.top {
	display:block;
	background:url(../img/list2_nav.jpg) no-repeat left top;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
}

.full_list ul li.no_bullet {
	display:block;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
}

.full_list ul li a {
	text-decoration:none;
	display:block;
	color:#023a88;
	}

.full_list ul li a:hover {
	text-decoration:underline;
	}
		
/*left_list---------*/

.left_list {
	width:300px;
	}

.left_list ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.left_list ul li {
	display:block;
	background:url(../img/list2_nav.jpg) no-repeat left 7px;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
	}

.left_list ul li a {
	text-decoration:none;
	display:block;
	color:#555555;
	}

.left_list ul li a:hover {
	text-decoration:underline;
	}

/*-----------right_list---------*/

.right_list {
	width:300px;
	}
	
.right_list ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.right_list ul li {
	display:block;
/* 	background:url(../img/list3_nav.jpg) no-repeat left center; */
	background:url(../img/list2_nav.jpg) no-repeat left 7px;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
	}

.right_list ul li a {
	text-decoration:none;
	display:block;
	color:#555555;
	}

.right_list ul li a:hover {
	text-decoration:underline;
	}

.example_groups {
	padding:38px 0 40px 0;
	}
.example_list {
	width:196px;
	margin-bottom:30px;
	}

.example_list  a{}

.example_btn2 {
	width:261px;
	height:38px;
	margin-bottom:20px;
	}

.example_btn2 a {
	background:url(../img/view_btn2.png) no-repeat left top;
	width:261px;
	height:38px;
	display:block;
	text-align:center;
	line-height:38px;
	color:#FFF;
	outline:none;
	border:none;
	font-size:18px;
	font-weight:bold;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
.example_btn3 {
	width:133px;
	height:32px;
	}

.example_btn3 a {
	background:url(../img/from_btn1.png) no-repeat left top;
	width:133px;
	height:32px;
	display:block;
	text-align:center;
	line-height:32px;
	color:#FFF;
	outline:none;
	border:none;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	}

.example_groups ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.example_groups ul li {
	float:left;
	color:#0249aa;
	font-size:14px;
	line-height:18px;
	display:block;
	padding:0 2px;
	}

.example_groups ul li a {
	display:block;
	text-decoration:none;
	color:#0249aa;
	}

.example_groups ul li a:hover, .example_groups ul li.selected a {
	color:#f15822;
	}

.example_groups ul li, .example_groups ul li.active a {
	color:#77ae01;
	text-decoration:none;
	display:block;
	}

/*------------------ inner_content_right -------------------------*/

.inner_content_right {
    padding-top: 50px;
    width: 336px;
}

.side_bar{
	margin:0 0 20px 0;
	background:#ebebeb;
	padding:9px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	}

.side_bar h2 {
	color:#555555;
	font-size:18px;
	padding:0 0 5px 0;
	font-weight:bold;
	/* border-bottom:1px solid #FFF; */
	border-bottom:1px solid #737373;
	margin:0 0 3px 0;
	}

.side_bar h3 {
	color:#555555;
	font-size:18px;
	padding:0 0 5px 0;
	font-weight:bold;
	border-bottom:1px solid #737373;
	margin:0 0 3px 0;
	}

.side_bar h4 {
	color:#555555;
	font-size:18px;
	font-weight:bold;
	}

.side_bar span {
	font-size:14px;
	color:#555555;
	display:block;
	margin:0 0 4px 0;
	}

.side_bar p {
	color:#555555;
	font-size:12px;
	}

.side_bar ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.side_bar ul li {
	display:block;
	/* background:url(../img/list4_nav.jpg) no-repeat left center; */
	background:url(../img/list5_nav.jpg) no-repeat left center;
	padding:0 0 0 20px;
	color:#0249aa;
	line-height:16px;
	}

.side_bar ul li.bg {
	background:url(../img/list5_nav.jpg) no-repeat left center;
	}

.side_bar ul li.plain {
	display:block;
	background:none;
	padding:0 0 0 20px;
	color: #444444;
	line-height:16px;
}

.side_bar ul li a {
	text-decoration:none;
	display:block;
	color:#0249aa;
	}

.side_bar ul li a:hover {
	text-decoration:underline;
	}

.input_txt {
	width:304px;
	height:28px;
	line-height:28px;
	color:#cccccc;
	border:none;
	outline:none;
	padding:0 6px;
	margin:0 0 8px 0;
	}
	
.input_btn {
	width:133px;
	height:32px;
	background:url(../img/from_btn1.png) no-repeat right top;
	cursor:pointer;
	text-align:center;
	line-height:32px;
	outline:none;
	border:none;
	color:#FFF;
	font-size:18px;
	}

/* TNM */
.partnersUL {
	line-height: 20px;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}
.partnersUL a,
.partnersUL li {
	color: #023A88;
	text-decoration: none;
}
.b {
	font-weight: bold;
}
.blue {
	color: rgb(2, 58, 136);
}

a {
	color: #023A88;
	text-decoration: none;
}

.side_bar.moreinfo h2 {
    border-bottom: 3px solid #365F91 !important;
}
.side_bar.moreinfo ul li {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
}

.side_bar.moreinfo .title {
    font-weight: bold;
    color: #444444;
}

.side_bar.moreinfo .plain {
    color: #444444;
}

.side_bar.moreinfo .bullet {
	display:block;
	background:url(../img/list2_nav.jpg) no-repeat left center;
	padding:0 0 0 25px;
	color:#555555;
	line-height:18px;
}

.side_bar.moreinfo .name {
    font-weight: bold;
    color: #444444;
}
.side_bar.moreinfo .phone {
    color: #444444;
}
.side_bar.moreinfo .email {
    color: #023A88;
}

.bdr {
	border: 3px solid #000;
}

.fl {
	float: left;
	margin: 20px 20px 20px 0;
}

.fr {
	float: right;
	margin: 0 20px 20px 20px;
}

.fl_upper_corner {
	float: left;
	margin: 0 20px 20px 0;
	padding:0;
}

.fr_upper_corner {
	float: right;
	margin: 0 0 20px 20px;
	padding:0;
}

.fr_bottom_corner {
	float: right;
	margin: 20px 0 0 20px;
}

.fr_side {
	float: right;
	margin: 20px 0 20px 20px;
}

.em {
	font-style: oblique;
}

.resources th {
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.resources td {
	border: 1px solid #DEDEDE;
	padding: 10px;
	font-size: 0.9em;	
}

.resources p  {
	text-align: left;
}

.table_padding {
	padding: 10px;
}

.pdf {
	background: url(../img/icon/PDF-icon.jpg) no-repeat 0 50%;
	min-height: 20px;
	padding-left: 25px;
}

.site_map h2 {
    border-bottom: 1px solid #999999;
    font-size: 15pt;
    font-weight: bold;
    margin-bottom: 22px;
    padding-bottom: 2px;
}
#order-btn {
    margin: -64px 0 9px 829px;
    position: relative;
    z-index: 99;
}
#order-btn-menu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 6px 6px 6px 6px;
    box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.2);
    height: 100px;
    margin: -2px 0 0 707px;
    padding: 8px;
    position: absolute;
    width: 262px;
}

fieldset {
	border: 1px solid #023A88 !important;
	padding: 10px !important;
}

legend {
	font-size: 18px !important;
	font-weight: bold !important;
	color: #023A88;
	padding: 0px 5px !important;
}

#resource-links {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 2px solid #BFBFBF;
    float: left;
    margin-top: 7px;
    padding: 15px 10px;
    width: 610px;
}
#resource-links a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #555555;
    display: inline;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 32px;
}
#resource-links a:hover {
    color: #0249AA;
}
.ptr_resources table th {
    text-align: left;
    font-size: 23px;
    padding: 10px 0 !important;
}
.ptr_resources table th a {
    float: right;
    font-size: 11px;
    margin: 7px 16px 0px 0px;
}
/* .ptr_resources table {
    border-bottom: 1px solid #BFBFBF;
} */
.ptr_resources ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0px 9px;
    width: 280px;
}
.ptr_resources ul li {
    margin: 14px 0;
    background: #F9F9F9;
    padding: 10px;
}

.wide.inner_content_left h1 {
    width: 100%;
}
.wide.inner_content_left {
    width: 987px !important;
}

#Social {
    margin: 0px 0px 25px 0px;
}
#taleoContent input {
	margin: 5px 0;
}
#taleoContent label {
	margin-right: 5px;
}
#taleoContent th {
    padding: 3px 0;
}
#taleoContent tr td {
    line-height: 25px !important;
}
