@CHARSET "UTF-8";

html, body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
}

body {
	margin:2em 0;
	color: #606060;
}

a {
	color:#00afd2;
	text-decoration: none;
	font-weight: bold;
	
}

div#main_content{
	width:100%;
	margin:0 auto;
	
}

div#comconnect{
	color:#7e7e7e;
	text-align: center;
	width:100%;
	font-size: 8pt;
}
div#comconnect a{
	color:#7e7e7e;
}

div#wrapper {
	margin:0 auto;
	width:950px;
}

ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	height:40px;
	background:#24ACCC;
	float:left;
	width:100%;
}

	ul#menu li {
		float:left;
		height:40px;
		margin:0;
		padding:0;
		padding-right:2px;
	}
	
	* html ul#menu li {
		float:left;
		height:1px;
		margin:0;
		margin-bottom: 0;
		padding:0;
		padding-right:2px;
	}	
	
		ul#menu li#home          { background:url('images/menu_sep1.png'); }
		ul#menu li#what_we_treat { background:url('images/menu_sep2.png'); }
		ul#menu li#services      { background:url('images/menu_sep3.png'); }
		ul#menu li#who_we_treat  { background:url('images/menu_sep4.png'); }
		ul#menu li#fees          { background:url('images/menu_sep5.png'); }
		ul#menu li#contact_us    { background:url('images/menu_sep6.png');margin-left:2px; }

		ul#menu li#home.no-split          { background:url('images/menu_sep1_clear.png'); }
		ul#menu li#what_we_treat.no-split { background:url('images/menu_sep2_clear.png'); }
		ul#menu li#services.no-split      { background:url('images/menu_sep3_clear.png'); }
		ul#menu li#who_we_treat.no-split  { background:url('images/menu_sep4_clear.png'); }
		ul#menu li#fees.no-split          { background:url('images/menu_sep5_clear.png'); }
		ul#menu li#contact_us.no-split    { background:url('images/menu_sep6_clear.png'); }
	
	ul#menu li.first a {
		background:url('/images/menu_block_left.png') repeat-x left top;
		padding-left:20px;
	}
	
	ul#menu li.last a {
		background:url('/images/menu_block_right.png') repeat-x right top;
		padding-right:10px;
	}
	
	ul#menu li a {
		display:block;
		height:40px;
		border:none;
	}
	
	ul#menu li a * {
		border:none;
	}
	
	ul#menu li a, ul#menu li a:active {
		outline:none;
	}
	
	ul#menu li.last {
		background:none;
		padding-right:0;
	}
	
h1#header {
	width:950px;
	height:259px;
	background:url('/images/pain_psychology-logo-a.png') no-repeat 0 0;
	text-indent:-9999px;
	margin:0;
	padding:0;
	background-color: #1894bf;
}

h1#header_top {
	width:950px;
	height:8px;
	background:url('/images/page-very-top.gif') no-repeat 0 0;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

table#middle {
	width:950px;
	clear:both;
}

	table#middle td#page-left {
		width:20px;
		background:#1a99c2 url('images/page-left.png') repeat-x 0 0;
	}
	
	table#middle td#page-right {
		width:23px;
		background:#29b6d2 url('images/page-right.png') repeat-x 0 0;
	}

td#content {
	background:#FFFFFF;
	padding:10px 10px 10px 10px;


/*	padding:0 21px;*/
}

div#footer {
	width:950px;
	height:42px;
	background:url(images/page-footer-a.png);
}

div#footer_bottom {
	width:950px;
	height:12px;
	background:url(images/page-footer-very-bottom.gif);
}

/* CONTENT STYLING */

table#middle h1 {
	font-size:36px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Lucida Sans', 'Helvetica Neue', 'Helvetica', 'Univers LT';
	font-weight:100;
	margin:10px 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ababab;

}

table#middle h2 {
	font-size:20px;
	margin:10px 0 5px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #ababab;
}

table#middle h2.no-hr {
	border-bottom:none;
	margin-bottom:0;
}

table#middle p, table#middle table, table#middle ul, table#middle ol {
	font-size:14px;
	line-height:18px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

table#middle ul	{
	margin-left: 20px;
	}


table#middle li	{
	padding-top: 8px;
	}
		

table#middle img.big-image {
	border:1px solid #666;
}

table#middle table.definition-table th {
	font-size:1em;
	width:150px;
	text-align:left;
}

table#middle table.definition-table th, table#middle table.definition-table td {
	padding:0 10px 20px 0;
}

table#middle table.definition-table.single-header-line th {
	white-space:nowrap;
	width:auto;
}