@charset "utf-8";
/* CSS Document */

/* Formats

----------------------------------------------- */
*{

margin:0;

padding:0;

}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}

a img,:link img,:visited img { border:none }

address { font-style:normal }

a:link {
	color: #003366;
	text-decoration: underline;
} 
a:visited {
	color: #333333
} 
a:hover {
	color: #3285B9;
	text-decoration: none;
} 
a:active {color: #000000 text-decoration: underline;}



/* body

----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../imgs/bodyBG.jpg) repeat-x;
	}
#wrapper {
	padding: 0px;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	}	
	
#header {
	background: url(../imgs/header_new.jpg) no-repeat left top;
	height: 265px;
}

#content {
	height: 150px;
	margin: 0px;
	padding: 0px;
	
}
/* columns

----------------------------------------------- */
#leftCol {
	margin: 0px 0px 5px;
	float: left;
	width: 200px;
	padding: 5px 0px 0px;
	border-bottom: 1px solid #D9E7F2;
	border-top: 1px solid #D9E7F2;
	border-left: 1px solid #D9E7F2;
	background: url(../imgs/q-bg.jpg) no-repeat right top;
	border-right: 1px solid #D9E7F2;
	}
#leftCol b, strong {
	color: #0A3361;
	
	}
#leftCol h1{
	font-size: 11px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-left: 10px;
	background: url(../imgs/sideheader.gif) repeat-x left top;
	margin-left: 0px;
	text-transform: uppercase;
	height: 27px;
	padding-top: 24px;
	}
#leftCol h2{
	font-size: 12px;
	margin-bottom: 5px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 22px;
	text-transform: uppercase;
	
	}
#rightCol {
	float: right;
	width: 595px;
	border-top: 1px solid #D9E7F2;
	border-right: 1px solid #D9E7F2;
	border-left: 1px solid #D9E7F2;
	border-bottom: 4px solid #BF0404;
	padding: 20px 5px 0px 10px;
	background: url(../imgs/q-bg.jpg) no-repeat right top;
	margin-bottom: 15px;
}

#rightCol h1 {
	font-size: 160%;
	color: #004F7C;
	margin: 5px 25px 10px 0px;
	font-weight: normal;
}


#rightCol h2 {
	font-size: 140%;
	margin-bottom: 5px;
	color: #004F7C;
	background: url(../imgs/h1.gif) no-repeat left center;
	padding-left: 35px;
	margin-top: 5px;
		font-weight: normal;
}
#rightCol p 

{
	line-height: 110%;
	margin: 5px 0px 10px 0px;
	font-size: 100%;

}
#rightCol ul 

{
	margin: 8px 45px;
	
}
#rightCol li 

{
	
		list-style: square url(../p7ap/images/p7ap_east_black.gif) outside;
	
}
#toons {
	background: url(../imgs/footer2.gif) repeat-x;
	height: 48px;
}

.sideHeader {
	background: url(../imgs/sideheader.gif) repeat-x;
	height: 53px;
	margin-bottom: 5px;
}

/* forms

----------------------------------------------- */
.form {
	padding-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.formFields {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	font-size: 14px;
	color: #0A3458;
	margin-top: 3px;
	margin-bottom: 3px;
}
.formFieldspass {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	font-size: 14px;
	color: #0A3458;
	background: url(../imgs/lock_go.gif) no-repeat left center;
	height: 16px;
}
.pass {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.formFieldsBut {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 101%;
	color: #FFFFFF;
	background: #B20202;
	border-style: none;
	margin-top: 5px;
}
label {
	padding-top: 2px;
	padding-bottom: 2px;
}
/* menus

----------------------------------------------- */

#menu-nav{
	position:relative;
	height:43px;
	font-size:11px;
	text-transform:uppercase;
	background:#fff url(../imgs/nav_bg.gif) repeat-x left bottom;
	margin-bottom: 5px;
	padding-left: 20px;
}
#menu-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#menu-nav ul li{
	display:block;
	float:left;
	margin:0 2px;
	list-style: none;
}
#menu-nav ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 0 0 20px;
	height:43px;
	line-height:45px;
	cursor: hand;
	font-weight: normal;
}
#menu-nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#menu-nav ul li a:hover{
	color:#FFFFFF;
	background:transparent url(../images/time2bed_left-ON.gif) no-repeat left top;
	border-bottom-style: none;
}
#menu-nav ul li a:hover span{background:transparent url("../images/time2bed_right-ON.gif") no-repeat top right;height:43px;}
#menu-nav ul li a.current,#menu-nav ul li a.current:hover{
	color:#FFFFFF;
	background:transparent url(../images/time2bed_left-ON.gif) no-repeat left top;
	border-bottom-style: none;
}
#menu-nav ul li a.current span{background:transparent url("../images/time2bed_right-ON.gif") no-repeat top right;height:43px;}

#sidemenu{
	margin: 0px 0px 10px;
	
	padding-top: 5px;
}

#sidemenu ul{
	list-style: none;
	margin: 0 0 12;
	padding: 0;
	border: none;
}

#sidemenu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidemenu ul li a{
	display: block;
	border-bottom: 1px solid #DEE1F2;
	padding: 6px 15px 6px 10px;
	text-decoration: none;
	height: 1.5%;
	color: #000000;
	text-align: left;
}
#sidemenu ul li a:hover,#sidemenu ul li a:focus{
	color: #FFFFFF;
	background: #005585 url(../p7ap/images/p7ap_east_white.gif) no-repeat right center;
}
.relmenu a{
	display: block;
	border-bottom: 1px solid #DEE1F2;
	padding: 6px 0 6px 10px;
	height: 1.3%;
	background: url(../imgs/p7PM_dark_east.gif) no-repeat left center;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.relmenu a:hover,#relemenu a:focus{
	color: #000000;
	background: #EEEEEE url(../imgs/p7PM_dark_south.gif) no-repeat left center;
}
/* footer

----------------------------------------------- */
#footer {
	background: url(../imgs/sideheader.gif) repeat-x;
	height: 59px;
	margin: 10px 0px 0px;
	padding: 0px;
}
#footertext {
	text-align: left;
	padding-top: 14px;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 6px;
	line-height: 15px;
}
#footer  a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer  a:visited  {
	color: #FFFFFF;

}

#footer  a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}
#footer  a:active{
	color: #FFFFFF;
}


#search {
	margin-left: 340px;
}
#topSearchField {
	margin-right: 5px;
	padding-top: 232px;
	
	padding-left: 570px;
}
#sBg {
	background: url(../imgs/searchBg.gif) no-repeat;
}

#s {
	margin: 6px 0px;
	width: 200px;
	font-size: 11px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #666666;
}

.nudge {
	margin-top: 5px;
}



a#audio{
	width:200px;
	height:42px;
	display:block;
	text-indent:-9999px;/* Commented backslash hack. Hides rule in IE5 Mac \*/
	overflow:hidden;/* end hack */
	outline:none;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a#audio{
	margin-bottom: 15px;
	background: url(../imgs/video.jpg) no-repeat;
}

a:hover#audio{

background-position:0 -41px;

}
#images {
	margin-left: 30px;
	margin-bottom: 6px;
}
#images img{
	margin-right: 22px;
	
}
#images2 {
	margin-left: 25px;
	margin-bottom: 8px;
}
#images2 img{
	margin-right: 15px;
	
}
caption {
	font-size: 130%;
	font-weight: bold;
	text-transform: none;
	color: #004F7C;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Practitioner {
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
}
.table {
	width: 550px;
	margin: 10px auto;
	font-size:0.9em;
	border-collapse:collapse;
	padding-left: 10px;
	background: url(../imgs/tblbg.jpg) no-repeat left;
}


.table td,.table th{
	padding:6px;
	text-align:center;
	border:1px solid #D9E7F2;
	border-collapse:collapse;
	height: 15px;
}
.table2 {
	width: 95%;
	margin: 10px auto;
	font-size:0.9em;
	border-collapse:collapse;
	padding-left: 10px;
	background: url(../imgs/tblbg.jpg) no-repeat left;
}


.table2 td,.table2 th{
	padding:6px;
	text-align:left;
	border:1px solid #D9E7F2;
	border-collapse:collapse;
	height: 15px;
}
.tablerow {padding:6px 10px;font-weight:normal;text-align:left;background:transparent url(../imgs/bulletTH1.gif) no-repeat 2px 2px}

.tablerow2 {
	background:url(../imgs/contentBg.jpg) no-repeat;
	color: #000000;
}
.row {
	text-align: center;
	background: url(../imgs/qoutebg.jpg) no-repeat right top;
}

#centre_bot {
	padding-top: 10px;
	text-align: right;
	padding-right: 40px;
	font-size: 98%;
	
}
#centre_bot a:link, #centre_bot:visited {
	color: #14435A;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#centre_bot A:hover	{
	text-decoration: none;
	color: #CC0000;	
}
#centre_top {
	padding-top: 0px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 98%;
}
#centre_top a:link, #centre_top:visited {
	color: #14435A;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#centre_top A:hover	{
	text-decoration: none;
	color: #CC0000;	
}
#dl a:link, #dl a:visited,  #dl a:active {
	color: #333333;
	text-decoration: underline;
	font-size: 110%;
	padding: 5px 0px 5px 20px;
	display: block;
	background: #EEF0F9 url(../../mms/img/file_types/pdf.gif) no-repeat left center;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#dl A:hover	{
	text-decoration: none;
	color: #CC0000;	
}
#top_menu {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 5px;
	margin-left: 8px;
	text-align: right;
}

.fontex {
	font-size: 145%;
}
.fontl {
	font-size: 125%;
}
a.blockG {
	display: block;
	border-bottom: 1px solid #DEE1F2;
	padding: 5px 0px 5px 20px;
	text-decoration: underline;
	color: #000000;
	background: url(../imgs/lok.jpg) no-repeat left center;
	white-space: nowrap;
	margin-left: 8px;
} 

a.blockG:hover, a.blockG:focus, a.blockG:active {
	color: #CC0000;
	background: url(../imgs/lok.jpg) no-repeat left center;
	text-decoration: none;

} 
.newsmenu{
	margin: 0px;
	padding-top: 0px;
	border-right: 1px solid #E3E3EB;
	border-left: 1px solid #DFDFE9;
	font-weight: normal;
}
.imgBor {
	background: #E8EFF5;
	padding: 6px;
	border: 1px solid #3285B9;
	margin: 5px 7px 5px 5px;
}
.p7ABcontent li{
	list-style: square;
	padding-left: 0px;
	margin: 10px 15px 10px 35px;	
}
#rightCol b,strong {
	color: #0A3361;
	
}
.qform {
	margin: 0px 10px 10px;
}
.qformbut {
	width: 102%;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #FFFFFF;
	background: #315589;
	border-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.qformfeild {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.datatable table {
	border-collapse: collapse;
	width: 100%;
	margin: 8px 10px 4px;
	border-top: 1px solid #B9C1F0;

}

.datatable th, .datatable td {
	text-align: left;
	padding: 2px 8px;
	border: 1px solid #E7E7FF;
	font-weight: normal;
	line-height: 1.3em;
	

}
.GeneralText {
	font-size: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.GeneralText td{
	font: 80% Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.SmallText {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
CellBorder {
	border: 1px solid #F0F5FB;
}
.CellHeader {
	font-size: 0.9em;
	color: #666666;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

.ErrorMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.but {
	margin-top: 10px;
	background: #FFFFFF url(../imgs/qoutebg.jpg) no-repeat right top;
	font-size: 0.9em;
	border: 1px solid #BFDFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.GeneralTex2 {
	background: url(../imgs/qoutebg.jpg) no-repeat right top;
	font: 120% Geneva, Arial, Helvetica, sans-serif;
}
.Titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #315589;
	font-weight: bolder;

}
.hide {
	display: none;
}
.rollover a {
	display:block;
	background-color: #FFFFFF;
	border: 1px solid #C7DECC;
	text-align: center;
	margin: 15px 0px 15px 15px;
	padding: 6px 3px;
	width: 161px;
	font-size: 80%;
}


.rollover a:hover {
	background: #E2EAF1 repeat-x;
}
.rolloverf img {
	border: 1px solid #333333;	
}
.rolloverf a {
	display:block;
	background-color: #FFFFFF;
	border: 1px solid #C7DECC;
	text-align: center;
	margin: 0px 0px 15px 15px;
	padding: 6px 3px;
	width: 161px;
	font-size: 80%;
}


.rolloverf a:hover {
	background: #E2EAF1 repeat-x;
}
.rollover img {
	border: 1px solid #333333;	
}
.tnt_pagination {
	display:block;
	text-align:right;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
	margin-right: 10px;
}

.tnt_pagination a:link, .tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:5px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

.tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

.tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:5px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
	cursor:default;
}

.tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}
.address {
	float: left;
	width: 330px;
}
.lbutton 
{
	width: 90%;
	background-color: #285572;
	color: #FFFFFF;
	padding: 3px 0px;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
}
.lbutton:hover 

{
	background-color: #BC2601;
	color: #ffffff;
	
}
.amap {
	float: left;
	width: 160px;
	text-align: center;
}
.ta {

width:70%;

border:1px #CCCCCC solid;

color:#4A4A4A;

padding:2px;

margin:2px 0 2px 0;

background-color:#FFFFFF;

}

.lta{
	width:90%;
	margin-top: 4px;

}
fieldset{
	border:0;
	padding:5px 0 5px 20px;
	background: #E8EDF4;
	margin-bottom: 10px;
}
.vid a {
	display: block;
	width: 100%;
	padding: 2px 2px 4px 15px;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
	font: normal 100% Geneva, Arial, Helvetica, sans-serif;
}

.vid a:hover{
	display: block;
	background-color: #E4EAF1;
}
#leftCol blockquote {
	font-size: 85%;
	color: #494949;
	padding: 4px 0px 4px 12px;
	font-style: italic;
	width: 180px;
	
}
.small {
	font-size: 90%;
	color: #666666;
	text-align: right;
	margin-top: 5px;
}
.sitemapl {
	float: left;
	width: 280px;
}
.red {
	color: #238BD1;
}

.sitemapr {
	float: left;
	width: 240px;
	text-align: left;
}
