
ul#css_nav li.top {
	float: left;
	margin:0;
	padding:0;
}
ul#css_nav li ul {
	margin:0;
}

body {
	background: #333333;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	color: #616161;
	font-size: 12px;
}
img,fieldset {border: 0;}
div,span,fieldset{margin:0;padding:0;}
.left {float: left;}
.right {float: right;}
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	overflow: hidden;
}
/*--------------------------------------------------
// Header
//--------------------------------------------------*/
#header {
	width: 950px;
	height: 139px;
	overflow: hidden;
	background: #3893d0;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 a {
	width: 369px;
	height: 139px;
	background: transparent url('/clients/yaff/structureimages/head_logo.png') no-repeat left top;
	display: block;
	overflow: hidden;
	text-indent: -500px;
}
#header .menu {
	border-right: 2px solid #fff;
	float: left;
	width: 568px;
}
/*--------------------------------------------------
// Body
//--------------------------------------------------*/
#content_wrap {
	border-top: 2px solid #fff;
	background: #ffffff;
	overflow: hidden;
	width: 950px;
}
#sidebar {
	float: left;
	width: 304px;
	padding: 0 0 0 3px;
}
.sidebar #content {
	float: left;
	width: 570px;
}
#content {
	width: 900px;
	padding: 5px 0 20px 25px;
}
#content .stafflist {
	padding: 0 0 0 20px;
}
#content h1 {
	color: #2973a9;
}
#content .stafflist .staff {
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#content .stafflist .staff .left {
	width: 304px;
	margin: 0 50px 0 0;
}
#content .stafflist .staff .left .name {
	color: #fffefe;
	float: left;
	width: 150px;
	height: 90px;
	text-align: center;
	padding: 60px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	margin: 0 1px;
}
#content .stafflist .staff.green .left .name {
	background: #96cb62;
}
#content .stafflist .staff.orange .left .name {
	background: #ffa859;
}
#content .stafflist .staff.purple .left .name {
	background: #cca8ff;
}
#content .stafflist .staff .left .img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 1px;
}
#content .stafflist .staff .right {
	float: left;
	width: 400px;
	line-height: 22px;
	font-size: 15px;
	color: #3f3f3f;
}
#content .stafflist .staff .right strong {
	color: #2973a9;
}
#content .serviceslist .service {
	display: block;
	overflow: hidden;
	margin: 0 25px 30px 0;
	width: 425px;
	float: left;
}
#content .serviceslist .service .top {
	width: 304px;
	margin: 0 auto 10px auto;
	display: block;
	overflow: hidden;
}
#content .serviceslist .service .top .name {
	color: #fffefe;
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	padding: 50px 0 0 0;
	font-weight: bold;
	font-size: 17px;
	margin: 0 1px;
}
#content .serviceslist .service.green .top .name {
	background: #96cb62;
}
#content .serviceslist .service.orange .top .name {
	background: #ffa859;
}
#content .serviceslist .service.pink .top .name {
	background: #f16f9b;
}
#content .serviceslist .service.purple .top .name {
	background: #cca8ff;
}
#content .serviceslist .service .top .img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 1px;
}
#content .serviceslist .service .bot {
	line-height: 22px;
	font-size: 15px;
	color: #3f3f3f;
	text-align: center;
}
/*--------------------------------------------------
// Footer
//--------------------------------------------------*/
#footer {
	background: #fba81a;
	overflow: hidden;
	width: 950px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#css_nav li ul.text{border-top:1px solid #696969;}
#css_nav li ul.text li a {
border-bottom:1px solid #696969;
border-left:1px solid #696969;
border-right:1px solid #696969;
}
		

/* sub menu list styling */
#sml_styling ul {
list-style:none outside none;
padding:0;
margin:px;
}
#sml_styling li {float:left;}
#sml_styling li a {
margin:px;
padding:px;
font-size: pt;
font-weight: ;
text-decoration:none;
}
#sml_styling li.off a {
background: transparent;
color: #;
display:block;
}
#sml_styling li.on a {
background: transparent;
color: #;
display:block;
}
#sml_styling li.off a:hover {
background: transparent;
color: #;
}
	

/* pagination css */
.pagination {font-size: 80%; margin: 10px 0 0 0;}
.pagination a {text-decoration: none; border: solid 1px #AAE; color: #15B;}
.pagination a, .pagination span {display: block; float: left; padding: 0.3em 0.5em; margin-right: 5px; margin-bottom: 5px;}
.pagination .current {background: #26B;	color: #fff; border: solid 1px #AAE;}
.pagination .current.prev, .pagination .current.next{color:#999; border-color:#999; background:#fff;}
	
