@import url("./960grid/reset.css");
@import url("./960grid/text.css");
@import url("./960grid/960.css");

/* PluroTech style.css */
html {overflow:scroll-y;overflow-y: scroll !important;}
body {}

/* headings */

h1 {
	font-size:22px; 
	font-weight:bold;
	color:#0b315e;
	margin-bottom:20px;
}

h1.heading-underline {
	font-size:22px; 
	font-weight:bold;
	color:#0b315e;
	margin-bottom:20px;
	border-bottom: 1px solid #0b315e;
}

h2 {
	font-size:16px; 
	font-weight:bold;
	color:#0b315e;
	margin-bottom:10px;
}

h3 {
	font-size:14px; 
	font-weight:bold;
	color:#0b315e;
	margin-bottom:10px;
}

h2.staffname {
	font-size:16px; 
	font-weight:bold;
	color:#0b315e;
	margin-bottom:0px;
}

/* text */
p {
	color:#222222;
	text-align:justify;
	font-size: 10pt;
}

a { color: #2B5182;
}

a:hover { color: #4D88CF;
}

p.content_right_p {
	font-size:11px;
	color:#0b315e;
}

p.content_right2_p {
	color:#c8020a;
	font-size:15px;
	text-align:center;
	margin: 50px 0 0 0;
}

p.content_right3_p {
	color:#0b315e;
	font-size:14px;
	text-align:center;
	margin: 50px 0 0 0;
}

.divider {
	height:1px;
	border-bottom:1px dotted gray;
	margin:10px 0 10px 0;
}

ul {list-style:none;
	
}

#content_container ul li {
	background:url(../../assets/images/bullet.gif) no-repeat left 6px transparent;
	list-style: none outside none;
	padding:0 0 0 15px;
}

/* background divs */
#background_outside {
	background:url(../../assets/images/bg-outside.jpg) no-repeat center top;  background-color:#0b315e;
}

#background-main {
	background:url(../../assets/images/bg-main.jpg) no-repeat center top; 
	width:960px;
	height:800px;
	margin:0 auto;
}

/* content */
#page_container {
	width:960px;
}


#content_container {
	background:white;
	padding:0 13px 0 13px;
}

#content_container2 {
	width:684px;
	background:url(../../assets/images/bg-content-left.gif) no-repeat left top; 	
}

#content_container_main_default {
	width:684px;
}

#content_main {
	background:url(../../assets/images/bg-content-left.gif) no-repeat left top; 
	padding:10px 20px 10px 9px;
	width:361px;
}


#content_main_subpage {
	padding:10px 35px 10px 35px;
	width:614px;
}


#content_right {
	background: #FFF url(../../assets/images/bg-content-right.jpg) no-repeat right top; 
	padding:10px 20px 10px 20px;
	width:254px;
}

div.image-float-left {
	float: left;
	margin:0 10px 30px 0;
}

div.image-float-right {
	float: right;
	margin:0 0 30px 10px;
}

div.image-float-center {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner-a4m-conf {
	margin: 20px 0 0 0;
}

/*div.image-float-center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}*/

/* jquery */
h2.toggler {
	padding:10px 10px 10px 40px;
}

#element {	
	color:#606060;
	text-align:justify;
	text-size:12px;
}

/* search */
#search {
	padding:0;
	width:200px;
	margin:0 0 12px 10px;
}

#search_field {
	width:165px;
	height:21px;
	padding:0 5px 0 5px;
	margin:0 3px 1px 0;
	font-size:14px;
	border:1px solid #3e6695;
	line-height:19px;
	color:gray;
}

#search_go_button {
	margin:0; 
	padding:0;
	width:46px; 
	height:25px; 
	vertical-align:bottom;
}

/* menu */
#menu {
	background:url(../../assets/images/bg-menu.jpg) no-repeat left top; 
	height:280px;
	width:210px;
	padding:20px;
	margin-bottom:60px;
}

ul.ptMenuVertical {
	margin:0; 
	padding:0;
}

ul.ptMenuVertical li {
	list-style:none;
	padding:0; 
	margin:0;
}

ul.ptMenuVertical a {
	background:url(../../assets/images/menu-bullet.png) no-repeat left;
	display:block;
	color:white; 
	text-decoration:none;
	padding:8px 5px 5px 30px;
	border-bottom:1px dotted #59779c;	
}

ul.ptMenuVertical a:hover {
	background:url(../../assets/images/menu-bullet.png) no-repeat left;
	display:block; 
	color:white; 
	text-decoration:underline;
	padding:8px 5px 5px 30px;
}

ul.ptMenuVertical a.on {
	background:url(../../assets/images/bg-menu-link-on.gif) no-repeat left;
	display:block; 
	color:yellow; 
	text-decoration:none;
	font-weight:bold;
	padding:8px 5px 5px 30px;
}

/* Drop Down Menu - START*/

#multi-ddm {
	list-style: none;
	padding: 0;
	margin: 0;
}

#multi-ddm > li {
	list-style:none;
	padding:0; 
	margin:0;
}

#multi-ddm > li > a {
	background:url(../../assets/images/menu-bullet.png) no-repeat left;
	display:block;
	color:white; 
	text-decoration:none;
	padding:8px 5px 5px 30px;
	border-bottom:1px dotted #59779c;	

}

#multi-ddm > li > .parent-hover {	
	background:url(../../assets/images/menu-bullet.png) no-repeat left;
	display:block; 
	color:white; 
	text-decoration:underline;
	padding:8px 5px 5px 30px;
}

#multi-ddm > li > a.active {
	background:url(../../assets/images/bg-menu-link-on.gif) no-repeat left;
	display:block; 
	color:yellow; 
	text-decoration:none;
	font-weight:bold;
	padding:8px 5px 5px 30px;
}

#multi-ddm > li ul {display: none;list-style: none;position: absolute;margin: -34px 0 0 200px;z-index: 90;padding: 0;}

#multi-ddm > li ul a {
	display: block;
	width: 260px;
	padding: 7px 5px 7px 25px;

	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	color: #e1f1ff;
	background: url(../../assets/images/submenu_bullet.gif) no-repeat 11px 13px #115188;
	
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

#multi-ddm > li ul a.active {
	display: block;
	width: 260px;
	padding: 7px 5px 7px 25px;

	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
	color:yellow; 
	background: url(../../assets/images/submenu_bullet.gif) no-repeat 11px 13px #115188;
	
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

#multi-ddm > li ul li a.first {}
#multi-ddm > li ul .child-hover1 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul .child-hover2 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul .child-hover3 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul .child-hover4 {color:#e1f1ff;background-color: #539ed0;}
#multi-ddm > li ul li ul {margin: -29px 0 0 163px;position: absolute;}
#multi-ddm span {float: right;}

/* Drop Down Menu - END*/

/* newsletter */
#newsletter {
	background:url(../../assets/images/bg-newsletter.gif) no-repeat center top; 
	height:144px;
	width:240px;
	padding-top:25px;
	text-align:center;
	color:white;
}

#newsletter_header {
	color:#f9f15c;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:18px;
}

#newsletter_user_email_input {
	margin:10px 0 10px 0; width:200px; border:1px solid #0b315e;
}

/* footer */
#footer {
	color:white;
	padding: 20px 0 0 240px;
	width:710px;
	font-size:11px;
}

.footer-medical-links {
	text-align:center; 
	font-size: 11px; 
	margin: 5px 0 15px 0; 
	color:#FFF;
}

.footer-medical-links a{
	color: #fff;
	}
	
.footer-medical-links a:hover{
	text-decoration: none;
	}

/* test menu */
table.test-menu {
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.test-menu td {
	background-color: #e0e8f1;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}

table.test-menu td.test-menu-head {
	background-color: #0b315e;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}

table.test-menu-sub {
	width: 100%;
}

table.test-menu-sub td {
	border: 0px;
}

table.test-menu-sub td.border-right {
	border-right: 1px #fff solid;
}

/* body menu */
table.body-menu {
	color: #fff;
	width: 100%;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.body-menu td {
	background-color: #e0e8f1;
	color: #000;
	padding: 4px 4px 4px 25px;
	text-align: left;
	border: 1px #fff solid;
}

table.body-menu td.body-menu-head {
	background-color: #0b315e;
	color: #fff;
	padding: 4px 4px 4px 25px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
}

table.body-menu-sub {
	width: 100%;
}

table.body-menu-sub td {
	border: 0px;
}

table.test-body-sub td.border-right {
	border-right: 1px #fff solid;
}


/* International Agencies */

.agencies-float-left {
	float: left;

	}

.agencies-float-right {
	float: right;
	}

.international-agencies-photo {
	margin: 0 0 0 10px;
	}

.people-image-float-right {
	float: right;
	margin: 0 0 15px 30px;
	}

/* How to Use ADL Test image floats */

.practitioners-img-float-right {
	float: right;
	margin: 0 0 15px 30px;
	}

.patients-img-float-right {
	float: right;
	margin: 0 0 15px 30px;
	}

/* Contact Us BG box*/

#contact-us-box {
	margin-bottom: 20px; 
	font-size: 14px; 
	color: rgb(255, 255, 255); 
	height: 320px;
	background:url(../../assets/images/contact-us-box.jpg) no-repeat left top;
}
