BODY {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
    background-color: #baaf9b;
    MARGIN: 0px 0px 0px 0px;	
}

.BODY {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
    background-color: #baaf9b;
    MARGIN: 0px 0px 0px 0px;	
}

#Main {
	width: 900px;
	margin-left:150;
	margin-right:auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
}

.Main {
	width: 900px;
	margin-left:150;
	margin-right:auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
}


/***** Miscellanous Items - Start *****/

.Normal
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}

.HeaderText
{
	font-size: 10pt;
	font-weight: bold;
}

.HeaderText H1
{
	color: #20345A;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
	margin: 3px;
}


.Border {border-bottom: 1px solid #000000;}


#BtnConsultation
{
	position:relative;
	float:right;
	margin:4px 10px 0 0;
}
#BtnConsultationLP
{
	position:relative;
	float:right;
	right: -30px;
}


/***** Navigation Menu - Start *****/

.NavMenuBar
{ BACKGROUND-COLOR: transparent;
  height: 25px;
  width: 170px;
}

.NavMenuItem
{
	color: #20345A;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	BACKGROUND-COLOR: transparent; 
	cursor: pointer;
	height: 25px;
}

.NavMenuItemSelected
{
	color: #000000;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	BACKGROUND-COLOR: transparent; 
	cursor: pointer;
	height: 25px;
}


/***** Navigation Menu - End *****/

.NavMenuBar_admin
{	height: 25px;
    width: 170px;
    BACKGROUND-COLOR: transparent; 
}

.NavMenuItem_admin
{
	color: #20345A;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	BACKGROUND-COLOR: transparent; 
	height: 25px;
}

.NavMenuItemSelected_admin
{
	color: #20345A;
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	BACKGROUND-COLOR: transparent; 
	cursor: pointer;
	height: 25px;
}

/***** Left Pane Navigation - Start *****/
#drdesk
{
	color: #A09583;
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
}
#drdeskHP
{
	color: #A09583;
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:22px;
}
.ie7 #drdeskHP
{
	color: #A09583;
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 22px;
}
.ie6 #drdeskHP
{
	color: #A09583;
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 22px;
}
.ie8 #drdeskHP
{
	color: #A09583;
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 22px;
}
.drdesk
{
	color: #A09583;
	font-family: Verdana;
	font-size: 7pt;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	
}

.drdesk a
{
	color: #20345A;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	text-decoration: none;
}

.drdesk a:visited
{
	color: #20345A;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	text-decoration: none;
}

.drdesk a:hover
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight:normal;
	}
	
/***** Left Pane Navigation - End *****/


/***** Content Pane - Start *****/


#dnn_ContentPane H1
{
	color: #20345A;
	font-family: Verdana;
	font-size: 16pt;
	font-weight:bold;
	line-height: 16pt;
	margin-bottom: 3px;
}

#dnn_ContentPane H2
{
	color: #20345A;
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	line-height: 12pt;
	margin-bottom: 4px;
}

#dnn_ContentPane H3
{
	color: #000000;
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	line-height: 12pt;
	margin-bottom: 3px;
}

#dnn_ContentPane
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
	text-align:justify;
}

#dnn_ContentPane a
{
	color: #20345A;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
}

#dnn_ContentPane a:visited
{
	color: #20345A;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
}

#dnn_ContentPane a:hover
{
	color: #20345A;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
	color: #000000;
	font-family:  Verdana;
	font-size: 7.5pt;
	text-align: center;
}

.Copyright a
{
	color: #20345A;
	font-family:  Verdana;
	font-size: 7.5pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #20345A;
	font-family:  Verdana;
	font-size: 7.5pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #20345A;
	font-family:  Verdana;
	font-size: 7.5pt;
	text-decoration: underline;
}


#footerCopy
{
	color: #000000;
	font-family:  Verdana;
	font-size: 7.5pt;
	text-align: center;
}

#FooterLinks
{
	color: #ffffff;
	font-family:  Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.FooterLinks
{
	color: #ffffff;
	font-family:  Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.FooterLinks a
{
	color: #ffffff;
	font-family:  Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}

.FooterLinks a:visited
{
	color: #ffffff;
	font-family:  Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: normal;
	}

.FooterLinks a:hover
{
	color: #FBFBFA;
	font-family:  Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	
}
/***** Footer Pane - End *****/




/* 
================================
Skin styles for Medical Content
================================

*/   
.eznc_ListViewGroupHeading
{
	color: #20345A;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
    line-height: 12pt;
	margin-top: 12pt;
	margin-bottom: 5pt;
}

.eznc_ListViewArticleLink
{
	color: #20345A;
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #20345A;
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #20345A;
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: underline;
}

.eznc_Content 
{
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 9pt; 
	COLOR: #000000; 
	width: 500px;
	padding: 6px;
	text-align:left;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #20345A; 
}

a:link.eznc_navAllConditions {color : #20345A; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #20345A; text-decoration : none;}
a:active.eznc_navAllConditions {color : #20345A; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #20345A; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #173492;
	font-weight: bold;
	font-size: 12pt;
	margin-top:10px; 
	margin-bottom: 5px; 
	text-align:left;
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 9pt; 
	text-align:left;
}

.eznc_navContentSection 
{
	color : #20345A;
	font-family :Verdana; 
	font-size : 9pt;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #20345A; text-decoration : none; }
a:visited.eznc_navContentSection { color : #20345A; text-decoration : none; }
a:active.eznc_navContentSection { color : #20345A; text-decoration : none; }
a:hover.eznc_navContentSection { color : #20345A; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:12px; 
}

.eznc_SectionTitle 
{
	font-family: Verdana;
	font-size: 12pt;
	line-height: 14pt;
	color : #20345A;
	margin-top:12pt; 
	margin-bottom:12pt;
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 9pt;
	margin-top:0px; 
	margin-left:0px 
	text-align:left;
}

table.eznc_SectionBody 
{
	width:500px;
	text-align:left;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #000000;	
	font-family : Verdana;
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #20345A; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #20345A; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #20345A; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #20345A; text-decoration : underline; }
/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/

/* 
=====================================
PB-GAL- start
=====================================
*/


#Top_phone
{
	color: #ffffff;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	text-decoration: none;
}

.Top_phone
{
	color: #ffffff;
	font-family: Arial;
	font-size: 12pt;
	font-weight:bold;
	text-decoration: none;
}
#Top_address
{
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}

.Top_address
{
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}


/* These properties for the body and div#main tag are required to center the design and use z-index for layering DIV's. */

body 
{

background-color:#baaf9b;

margin-left:0px;

margin-right:0px;

margin-top:0px;

font-family: Arial,Verdana;

font-size:10pt;

color:#000000;

}

#DIV_General {

width:900px;

height:auto;

margin-left:auto;

margin-right:auto;

}

* html #DIV_General {

width:900px;

height:auto;

margin-left:150px;

margin-right:auto;

}

#DIV_TopAddress {

z-index:99;

top:0; 

left:0; 

width:900; 

height:auto; 

}

#DIV_FlashArea {

position:relative;

z-index:86;

width:900px;

height:auto;

margin-left:auto;

margin-right:auto; 

background-color:#ffffff;

vertical-align: top;

}

#DIV_FlashImage {

z-index: 90;

top: 0px; 

left: 0px;

width: 900px;

height: auto;

padding-top: 0px;

vertical-align: top;

}

#DIV_MenuBGTop {

position: absolute; 

z-index: 99; 

top: 0px; 

left: 22px;

width: 220px; 

height: 45px; 

text-align: center;

background-image:url('images/left_nav.jpg');

}

#DIV_MenuBG {

position: absolute; 

z-index: 99; 

top: 138px; 

left: 22px;

width: 220px; 

height: 203px; 

text-align: center;

background-image:url('images/left_nav.jpg');

}

#DIV_Menu {

position: absolute; 

top: 165px; 

left: 30px;

z-index: 99; 

text-align: left;

}

#DIV_Content {

width:900px;

height:auto;

margin-left:auto;

margin-right:auto;

}

* html #DIV_Content {

width:900px;

height:auto;

margin-left:150px;

margin-right:auto;

}




/* 
=====================================
PB-GAL - FINISH
=====================================
*/

#hostingBugs
{
    position:relative;
	align:center;
	text-align:center;
	width:260px;
	margin-top:10px;
	padding:0px 10px 0px 0px;
	
}
    
    #IHbug
    {
        width:92px;
        position:relative;
        float:left;
        align:left;
    }
#SHAREbug
{
    position:relative;
    float:right;
	top:10px;
	right:5px;
	align:right;
	width:120px;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }


#footertextwrapper
{
    font-size:7.5pt;
    text-align:center;
    position:relative;
    margin-top:10px;
    width:650px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:10px 0px 10px 0px;
    

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:7.5pt;
    text-align:center;
    color:#000!important;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:7.5pt;
    text-align:right;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:7.5pt;
    text-align:center;
    color:#000;
    font-weight:normal;
   margin:0;
   padding:0;
    line-height:105%!important;
}


/****SEARCH ****/
#Searchtop
{
    height:25px;
    text-align:left;
    width:160px;
    z-index:999;
    margin-left:5px;
    margin-top:0px;
    position:relative;
    color: #20345A;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;

}

.ie6 #Searchtop
{
    height:25px;
    text-align:left;
    width:160px;
    z-index:999;
    margin-right:0px;
    position:relative;
    color: #20345A;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;

}

.ie7 #Searchtop 
{
    height:25px;
    text-align:leftt;
    width:160px;
    z-index:999;
    margin-right:0px;
    margin-left:0px;
    position:relative;
    color: #20345A;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;


}

.Searchtop:link, .Searchtop:visited
{
	color: #20345A;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;


}
.Searchtop:hover
{
	color: #20345A;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:100px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText{width:100px; float:left;color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold;}
.ie7 #Searchtop .eznc_SearchText{width:100px; float:left;color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold;  }
#Searchtop .eznc_SearchButtton{color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold; }
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold; }

#searchContainer .eznc_SearchText{width:90px;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold;  }
#searchContainer a.eznc_SearchButtton:link{color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold; }
#searchContainer a.eznc_SearchButtton:hover{color: #20345A;	text-align: Left;font-family: Verdana;font-size: 8pt;font-weight: bold;}
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:25px;margin:1px 0px 0px 0px;text-align:left;color: #20345A;font-family: Verdana;font-size: 8pt;font-weight: bold;}
.ie7 #Searchtop .eznc_SearchButtton{float:right;width:25px;margin:1px 0px 0px 0px;text-align:left;color: #20345A;font-family: Verdana;font-size: 8pt;font-weight: bold;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
