/* lets bring the right column */
	@import url(../body_right_column.css);

/* general body styles */
	body {
		color: #333;
		margin: 20px;
		margin: 0px;
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
		background-color: #ccc;
		
		padding-left: 1px;
	}
	
	.body_bg {
		background-image: url(/_IMAGES/_XSL/www_main/body_bg.gif);
		background-position: center;
		background-repeat: repeat-y;
	}
	
	h1, h2, h3, h4, h5 {
		color: #1f386b;
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		margin-top: 0px;
	}
	
	table {
		font-size: 11.5px;
	}
	
	p {
		line-height: 1.75;
	}
	
	.padded_list li {
		line-height: 1.75;
	}
	
	.imgcell img {
		display: block;
	}
	
/* general link styles */
	a:link {
		color: #3366FF;
	}
	a:visited {
		color: #336699;
	}
	

/* header styles */
	#tmpl_header {
		width: 969px;
		/*
		background-image: url(/_IMAGES/_XSL/www_main/header_bg.gif);
		background-position: top;
		background-repeat: repeat-x;
		*/
		background: #fff;
	}
	
	/*
	#tmpl_header td.logo {
		width: 198px;
	}
	#tmpl_header td.right {
		text-align: right;
		padding-right: 10px;
	}
	*/
	
	#tmpl_header_logo {
		width: 315px;
		height: 102px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		float: left;
	}

	#tmpl_header_rightA {
		width: 426px;
		height: 67px;
		margin: 0px 10px 0px 0px;
		padding: 18px 0px 0px 0px;
		text-align: right;
		float: right;
	}
	#tmpl_header_right {
		width: 500px;
		height: 53px;
		margin: 0px 10px 0px 0px;
		padding: 28px 5px 0px 0px;
		/*padding: 40px 0px 0px 0px;*/
		text-align: right;
		float: right;
	}
	
	#tmpl_header_right a, img {
		border: 0px;
	}
		
	#tmpl_header td.bottom {
		vertical-align: bottom;
	}
	
	#tmpl_header_left {
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		color: #000;
		text-align: left;
		padding: 0px 0px 0px 10px;
	}

/* tab styles */
	#tmpl_tab_table {
		height: 23px;
		padding-left: 20px;
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.left {
		width: 4px;
	}
	#tmpl_tab_table td.middle {
		background-image:url(/_IMAGES/templates/www_main/tab_row_bg.gif);
	}
	#tmpl_tab_table td.right {
		width: 4px;
	}
	
	
	#tmpl_tab_table ul {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		line-height: 23px;

		float: left;
		margin: 0px;

		padding-left: 3px;
		margin-right: 1px;
		
		color: #fff;
		font: normal;
		font-size: 11px;
		text-align: center;
		
		background-image: url(/_IMAGES/_XSL/www_main/tab_unselected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li.selected {
		color: #336699;
		text-decoration: none;
		
		background-image: url(/_IMAGES/_XSL/www_main/tab_selected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li a {
		color: #666;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #fff;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		padding-right: 3px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(/_IMAGES/_XSL/www_main/tab_unselected_right.gif);
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 3px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(/_IMAGES/_XSL/www_main/tab_selected_right.gif);
	}
	#tmpl_tab_table ul li div.bg {
		padding-left: 5px;
		padding-right: 5px;
		background-image: url(/_IMAGES/_XSL/www_main/tab_unselected_bg.gif);
	}
	#tmpl_tab_table ul li.selected div.bg {
		background-image: url(/_IMAGES/_XSL/www_main/tab_selected_bg.gif);
	}
	

/* top nav styles */
	#tmpl_top_nav {
		color: #fff;
		font-size: 11px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_top_nav a {
		color: #fff;
	}
	#tmpl_top_nav td.left {
		width: 7px;
	}
	#tmpl_top_nav td.middle {
		white-space: nowrap;
		padding-left: 5px;
		background-image: url(/_IMAGES/_XSL/www_main/nav_left_bg.gif);
		background-position: top;
		background-repeat: repeat-x;
	}
	#tmpl_top_nav td.right {
		width: 100%;
		background-image: url(/_IMAGES/_XSL/www_main/nav_right_bg.gif);
		background-position: top;
		background-repeat: repeat-x;
	}
	
/* body styles */
	#tmpl_body {
		width: 968px;
		background-color: #fff;
	}
	#tmpl_body td.leftcolumn {
		padding: 0px 8px 0px 10px;
	}
	#tmpl_body td.tmpl_body_left_column {
		vertical-align: top;
		width: 195px;
		padding: 0px 10px 10px 8px;
		padding-right: 0px;
		/*
		background-image: url(/_IMAGES/_XSL/www_main/left_column_bg.gif);
		background-position: top;
		background-repeat: repeat-x;
		*/
		background-color: #fff;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
	}
	
	#tmpl_body td.tmpl_body_container #headerimg {
		border-top: 7px solid #1f386b;
		height: 184px;
	}
	#tmpl_body td.tmpl_body_container #headerimg2 {
		border-top: 7px solid #1f386b;
		height: 204px;
	}
	#tmpl_body td.tmpl_body_container #headerimg3 {
		border-top: 7px solid #1f386b;
		height: 308px;
	}
	#tmpl_body td.tmpl_body_container #headerimg img {
	}
	
	/*-----*/
	
	#home_banner {
		width: 970px;
		height: 204px;
		background: url(/_IMAGES/home_banner_bg.jpg) no-repeat top left;
	}
	#home_banner2 {
		width: 970px;
		height: 204px;
		background: url(/_IMAGES/home_banner_bg2.jpg) no-repeat top left;
	}
	
	#home_form {
		margin: 20px 0px 0px 0px;
	}
	#home_form td {
		height: 35px;
	}
	#home_form td.last {
		height: 33px;
	}
	#home_form input.text {
		width: 186px;
		margin: 0px 0px 0px 4px;
		padding: 3px 0px 3px 0px;
		border: none;
		background: #fff;
		
		font-size: 12px;
		color: #555;
	}

	/*-----*/
	
	#home_banner3 {
		width: 970px;
		height: 308px;
		background: url(/_IMAGES/home_banner_bg3.jpg) no-repeat top left;
	}
	
	#home_banner3_IndexE {
		width: 970px;
		height: 308px;
		background: url(/_IMAGES/home_banner_bg3-exclamation2.jpg) no-repeat top left;
	}

	#home_form2 {
		margin: 76px 0px 0px 0px;
	}
	#home_form2 td {
		height: 35px;
	}
	#home_form2 td.last {
		height: 33px;
	}
	#home_form2 input.text {
		width: 256px;
		margin: 0px 0px 0px 4px;
		padding: 3px 0px 3px 0px;
		border: none;
		background: #fff;
		
		font-size: 12px;
		color: #555;
	}
	#home_form2 td.submit input {
		margin: 0px 13px 0px 0px;
	}

	/*-----*/
	
	#headerimg_blog {
		height: 145px;
	}
	
	#blog_banner {
		width: 763px;
		height: 145px;
		background: url(/_IMAGES/_XSL/www_main/banner_blog.jpg) no-repeat top left;
	}
	
	#blog_form {
		margin: 17px 0px 0px 84px;
	}
	#blog_form td {
		height: 35px;
	}
	#blog_form input[type=text] {
		width: 132px;
		margin: 0px 0px 0px 4px;
		padding: 3px 0px 3px 0px;
		border: none;
		background: #fff;
		
		font-size: 12px;
		color: #555;
	}
	#blog_form td.col2 input[type=text] {
		margin: 0px 3px 0px 68px;
	}
	#blog_form input[type=image] {
		margin: 5px 0px 0px 0px;
	}
	
	/*-----*/
	
	#tmpl_body div.body_padding {
		padding: 10px;
	}
	
	#body_main {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		text-align: center;
		clear: both;
	}

	#title_main {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		text-align: left;
		float: left;
		clear: both;
	}

	#txt_main {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		text-align: left;
		float: left;
		clear: both;
	}

	#txt_main2 {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 10px 0px;
		text-align: left;
		float: left;
		clear: both;
	}
	
	#txt_main p {
		margin-top: 0px;
	}
	
	/*---------------*/
	
	#page_box {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		border-bottom: 1px solid #cccccc;
		float: left;
		clear: both;
	}
	
	#page_box #title {
		width: 700px;
		margin: 0px 0px 20px 20px;
		padding: 0px 0px 0px 0px;
		float: left;
		clear: both;
	}

	#page_box #content {
		width: 680px;
		margin: 0px 0px 0px 35px;
		padding: 0px 0px 0px 0px;
		float: left;
		clear: both;
	}
	
	#page_box #content p {
		line-height: 18px;
		margin-top: 0px;
	}
	
	#page_box2 {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		border-bottom: 1px solid #cccccc;
		float: left;
		clear: both;
	}
		
	#page_box2 #title {
		width: 168px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: center;
		float: left;
	}
	
	#page_box2 #content {
		width: 540px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		float: left;
	}
	
	#page_box2 #content p {
		line-height: 18px;
		margin-top: 0px;
	}
	

/* solutions page tables */

	#solutions_table {
		font-size: 11px;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
	}

	#solutions_table2 {
		width: 735px;
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		float: left;
		clear: both;
	}

	#solutions_table3 {
		font-size: 11px;
		margin: 10px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		border-top: 1px solid #cccccc;
		clear: both;
	}

	#solutions_table_column1 {
		width: 183px;
		border-right: 1px solid #cccccc;
	}

	#solutions_table_column2 {
		width: 183px;
	}

	#solutions_table_column3 {
		width: 183px;
		border-right: 1px solid #cccccc;
		background: #f5f5f5;
	}

	#solutions_table_column4 {
		width: 183px;
		background: #f5f5f5;
	}
	
	#solutions_table_icon {
		width: 163px;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 25px 10px;
		text-align: center;
		float: left;
		clear: both;
	}

	#solutions_table_content {
		width: 153px;
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 25px 15px;
		float: left;
		clear: both;
	}
	
	#solutions_table_content p {
		margin-top: 0px;
	}

	#solutions_table_content ul {
		margin-left: 20px;
		padding-left: 0px;
	}
	
	/*---------------*/
	
	#table_3col {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 15px 0px 15px 0px;
		border-bottom: 1px solid #cccccc;
		float: left;
		clear: both;
	}

	#table_3col2 {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 15px 0px 15px 0px;
		border-top: 1px solid #cccccc;
		float: left;
		clear: both;
	}
	
	#table_3col_main {
		width: 735px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		clear: both;
	}

	#table_3col_main2 {
		width: 735px;
		margin: 20px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		clear: both;
	}
	
	#table_3col_column1 {
		width: 244px;
		border-right: 1px solid #cccccc;
	}

	#table_3col_column2 {
		width: 244px;
		border-right: 1px solid #ffffff;
	}

	#table_3col_icon {
		width: 224px;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		text-align: left;
		float: left;
		clear: both;
	}

	#table_3col_icon2 {
		width: 224px;
		margin: 0px 0px 0px 0px;
		padding: 20px 10px 10px 10px;
		text-align: center;
		float: left;
		clear: both;
	}

	#table_3col_icon h4 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#table_3col_content {
		width: 224px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 15px 10px;
		float: left;
		clear: both;
	}
	
	#table_3col_content p {
		margin-top: 0px;
	}

	/*---------------*/
	
	#screenbox {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		border-top: 1px solid #cccccc;
		float: left;
		clear: both;
	}

	#screenbox2 {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		float: left;
		clear: both;
	}
	
	#screenbox_content {
		width: 260px;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 10px;
		float: left;
	}

	#screenbox_content h5 {
		color: #ff7e00;
		margin-top: 0px;
		padding-top: 0px;
	}

	#screenbox_screen {
		width: 446px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 20px;
		float: left;
	}

	/*---------------*/
	
	#table_2col {
		width: 739px;
		margin: 0px 0px 0px 0px;
		padding: 15px 0px 15px 0px;
		float: left;
		clear: both;
	}
	
	#table_2col_main {
		width: 690px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		clear: both;
	}
	
	#table_2col_column1 {
		width: 344px;
		border-right: 1px solid #cccccc;
	}

	#table_2col_column2 {
		width: 345px;
	}

	#table_2col_icon {
		width: 324px;
		margin: 0px 0px 0px 0px;
		padding: 10px 10px 10px 10px;
		text-align: left;
		float: left;
		clear: both;
	}

	#table_2col_icon2 {
		width: 324px;
		margin: 0px 0px 0px 0px;
		padding: 20px 10px 10px 10px;
		text-align: center;
		float: left;
		clear: both;
	}

	#table_2col_content {
		width: 324px;
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 15px 10px;
		float: left;
		clear: both;
	}
	
	#table_2col_content p {
		margin-top: 0px;
	}


/* title banner styles */

	#title_banner {
		width: 739px;
		background: url(/_IMAGES/_XSL/www_main/titlebanner_bg.gif) no-repeat bottom center;
		margin: 0px 0px 0px 0px;
		padding: 14px 0px 10px 0px;
		float: left;
		clear: both;
	}
	
	#title_banner_icon {
		width: 80px;
		margin: 0px 0px 0px 18px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#title_banner_icon2 {
		width: 90px;
		margin: 0px 0px 0px 18px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#title_banner_icon3 {
		width: 100px;
		margin: 0px 0px 0px 18px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#title_banner_icon4 {
		width: 110px;
		margin: 0px 0px 0px 18px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#title_banner_content, #title_banner_content2 {
		width: 600px;
		margin: 0px 0px 0px 8px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

	#title_banner_content img {
		margin: 0px 0px 2px 0px;
	}

	#title_banner_content2 img {
		margin: 0px 0px 7px 0px;
	}
	
	#title_banner_txt {
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		text-transform: none;
		line-height: 17px;
		color: #000000;
	}
	
	#title_banner_txt a:link {
		color: #4b7ad8;
		text-decoration: none;
	}

	#title_banner_txt a:hover {
		color: #1f386b;
		text-decoration: none;
	}

	#title_banner_txt a:active {
		color: #1f386b;
		text-decoration: none;
	}

	#title_banner_txt a:visited {
		color: #4b7ad8;
		text-decoration: none;
	}

	#title_banner_txt a:visited:hover {
		color: #1f386b;
		text-decoration: none;
	}


/* testimonial boxes */
	.testimonial_blue {
		background-image: url(/_IMAGES/general/testimonial_blue.gif);
		height: 260px;
		width: 200px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
	}
	.testimonial_blue .contents {
		padding: 15px;
		padding-top: 40px;
	}
	.testimonial_blue .author {
		padding-top: 10px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-align: right;
	}


/* left column styles */
	#tmpl_lc_header {
		width: 100%;
		height: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		float: right;
	}

	#tmpl_lc_body {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-right: 1px solid #cccccc;
		float: right;
	}

	#tmpl_lc_footer {
		width: 100%;
		height: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		float: right;
	}

	.tmpl_lc_links {
		color: #000;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
	}
	.tmpl_lc_links a {
		color: #000;
		text-decoration: none;
	}
	.tmpl_lc_links a:visited {
		color: #000;
		text-decoration: none;
	}
	.tmpl_lc_links ul {
		margin: 0px;
		padding: 0px;
		text-decoration: none;
	}
	.tmpl_lc_links li {
		display: block;
		margin: 0px;
		margin-bottom: 10px;
		padding: 0px;
		list-style: none;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.75;
		text-decoration: none;
		font-weight: bold;
	}
	.tmpl_lc_links li a {
		display: block;
	}
	.tmpl_lc_links li a:hover {
		background-color: #eee;
	}
	.tmpl_lc_links li.selected {
		color: #000;
		font-weight: bold;
		/*background-image: url(/_IMAGES/_XSL/www_main/lc_bg_open.gif);*/
		padding-bottom: 5px;
		text-decoration: none;
		background-color: #e1f1ff;
	}
	.tmpl_lc_links li.selected li {
		font-weight: normal;
		padding-left: 20px;
		text-decoration: none;
	}
	.tmpl_lc_links li.selected li.selected {
		font-weight: normal;
		background: #ecf5ff url(/_IMAGES/menu_asterisk.gif) no-repeat top left;
		text-decoration: none;
	}
	.tmpl_lc_links li.selected a {
		color: #000;
		text-decoration: none;
	}
	.tmpl_lc_links li.selected a:visited {
		color: #000;
		text-decoration: none;
	}
	.tmpl_lc_links ul li {
		font-weight: normal;
		margin: 0px;
	}

/* footer styles */
	#tmpl_footer_table {
		margin-top: 10px;
		width: 940px;
		color: #666;
		font-size: 11px;
	}
	#tmpl_footer_table tr.head {
		background-color: #ccc;
	}
	#tmpl_footer_table tr.head td.left {
		width: 7px;
		vertical-align: top;
	}
	#tmpl_footer_table tr.head td.middle {
		padding: 5px;
	}
	#tmpl_footer_table tr.bod td.left {
		width: 7px;
		vertical-align: bottom;
	}
	#tmpl_footer_table td.middle td {
		width: 25%;
		vertical-align: top;
	}
	#tmpl_footer_table td.middle a {
		color: #666;
	}
	#tmpl_footer_table td.middle a:visited {
		color: #666;
	}
	#tmpl_footer_table td.middle h4 {
		font-size: 14px;
		margin: 0px;
		margin-bottom: 10px;
	}
	#tmpl_footer_table td.middle p {
		margin: 0px;
	}
	#tmpl_footer_table td.middle table {
		font-size: 11px;
	}
	#tmpl_footer_table tr.bod {
		background-color: #eee;
	}
	#tmpl_footer_table tr.head td.right {
		width: 7px;
		vertical-align: top;
	}
	#tmpl_footer_table tr.bod td.middle {
		padding: 5px;
	}
	#tmpl_footer_table tr.bod td.right {
		width: 7px;
		vertical-align: bottom;
	}
	#tmpl_footer_table td.bottom {
		color: #fff;
		font-weight: bold;
		text-align: right;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
		color: #fff;
	}
	
	#tmpl_footer_bottom {
		height: 48px;
		background-image: url(../../_IMAGES/_XSL/www_main/footer_bottom.gif);
		background-position: center;
		background-repeat: no-repeat;
	}

/* bottom styles */
	#tmpl_bottom {
		color: #1f386b;
		font-size: 11px;
		width: 970px;
	}
	#tmpl_bottom a {
		color: #1f386b;
	}
	#tmpl_bottom td.left {
		font-weight: bold;
	}
	#tmpl_bottom td.right {
		text-align: right;
	}
	#tmpl_bottom td.bottom {
		text-align: center;
	}

/*  */

	#tmpl_boxes_vertical {
		width: 735px;
		border-top: 1px dotted #ddd;
		border-left: 1px dotted #ddd;
	}
	
	#tmpl_boxes_vertical td.left {
		border-bottom: 1px dotted #ddd;
		padding: 10px 0px 0px 0px;
	}
	
	#tmpl_boxes_vertical td.left div {
		padding: 0px 0px 15px 0px;
	}
	
	#tmpl_boxes_vertical td.right {
		border-right: 1px dotted #ddd;
		border-bottom: 1px dotted #ddd;
	}

	#tmpl_boxes_vertical td.right div {
		padding: 10px 15px 15px 10px;
	}

	#tmpl_boxes_vertical td.right div h5 {
		padding: 0px;
		margin: 0px;
	}
	
	
