h2.service{margin:13px 0 0;}
.column1,
.column2{
	float:left;
	padding:0px 22px 0px 0px;
	width:295px;	
	w\idth:273px;
	}
.column2{padding:0px 0px 0px 22px;}
	#content .content-left .column1 ul li,
	#content .content-left .column2 ul li{
		margin:20px 0px;
		font-size:1em;
		list-style-type:none;!important
		}
	.column1 h3 a,
	.column2 h3 a{text-decoration:none;}
	.column1 h3 a:hover,
	.column2 h3 a:hover{text-decoration:underline;}	

body.service #content{
			background:#fff url(../../images/colbg285.gif) repeat-y right;
			}
body.service .content-left{
				float:left;
				padding:25px 24px 30px 25px;
				width:609px;
				w\idth:560px;
				}
	body.service .content-right{
				float:right;
				height:auto;
				width:285px;
				w\idth:245px;
				padding:20px;
				}			
				
/* =Accordion styles
---------------------------------------- */
.accordion {
	list-style: none!important;
	width: 100%;	
	float: left;
	margin: 0!important;
	padding: 0 0 40px!important;
	}
	.accordion li {
		float: left;
		width: 100%;
		list-style: none!important;
		background: #f6f9f5;
		border-bottom: 1px solid #d6d6d6;
		margin: 15px 0 0 0!important;
		}
	.accordion h2 {
		padding: 8px 0 7px 12px;
		cursor: pointer;
		line-height: 1.6em;							
		outline: 0;
		}
		.accordion h2 i.arrow {
			background: transparent url(/images/branding/accordion-buttons.png) no-repeat 0 0;
			width: 23px;
			height: 24px;
			float: left;
			margin-right: 15px;
			}
		h2.ui-state-active {
			color: #91342f;			
			}
			h2.ui-state-active i.arrow {
				background-position: 0 -24px;
			}
	.accordion div {
		padding: 0 12px 12px;
		}	
		.accordion div ul {
			overflow: hidden;
			}
		.accordion div ul li{
			list-style-type:disc!important;
			margin: 0 0 0 25px!important;
			border: 0;
			float: none;
			width: auto;
			}			
