@charset "utf-8";
/* CSS Document */


html a:active { outline: none;}
:focus { -moz-outline-style: none;}
div.topmenu { border-bottom: 1px solid #fff; }

#LeftSidebar { float: left; width: 190px; background: #000; padding: 0; margin: 20px 0 0 20px; border: 1px solid #fff; }
#LeftSidebar { font-size: 80%; text-align: center; }
#LeftSidebar .submenu, #LeftSidebar .topmenu { margin: 0; line-height: 25px;  }
#LeftSidebar .submenu a, #LeftSidebar .submenu  a:visited, #LeftSidebar .topmenu a, #LeftSidebar .topmenu  a:visited { display: block; text-decoration: none; }
.submenu a:hover { background-image: url(http://www.phiairmedical.com/img/button.png); }

#dispatch { padding: 0; margin: 0; margin-top: 100px; padding-top: 10px; height: 20px; list-style: none; background-color: #ffc425; color: #000; font-weight: bold; font-size: 70%; clear: both; }


/*Control DIV for expand all and collapse all links*/
#ExpandCollapseAll { height: 15px; font-size: 90%; display: block; /*/*/display: block; /* hide from NN4*/ }
/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
/*The Link style for top-level menuitems*/
#LeftSidebar div a { color: #555; padding: 0; font-weight: bold; }
#LeftSidebar div { font-weight: bold; }
#LeftSidebar div a:visited { color: #555; }
#LeftSidebar div a:hover { color: #fff; }
/*The Link style for second-level menuitems*/
#LeftSidebar div div a { font-style: italic; font-weight: normal; }
#LeftSidebar div div { font-style: italic; font-weight: normal; }
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: LeftSidebar div div div div a {declaration}*/
#LeftSidebar div div div a {  }

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
/*
.plusmark { background-repeat: no-repeat; background-image: url(../img/plus.gif); background-position: 0 50%; }
.minusmark { background-repeat: no-repeat; background-image: url(../img/minus.gif); background-position: 0 50%; }
*/
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.defmark { background-image: none; }
/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.currentmark { color: #fff !important; }

/*rules programatically assigned by Adam */
.topmenu .minusmark { color: #fff !important; }
.submenu .defmark { color: #fff !important; }
.submenu .currentmark, .submenu .minusmark { background-image: url(http://www.phiairmedical.com/img/button.png); color: #fff !important; }


#RightSidebar { list-style: none; float: right; width: 190px; background: #000; padding: 0; margin: 20px 20px 0 0; }
#RightSidebar #movie { padding-bottom: 10px; }
#RightSidebar ul#states { padding: 0; margin: 0; text-align: center; }
#RightSidebar li { padding: 0; margin: 0; height: 15px; list-style: none; background-repeat: no-repeat; font-size: 70%; }
#RightSidebar li a, #RightSidebar li a:visited { display: block; text-decoration: none; height: 15px; background-repeat: no-repeat; color: #fff; }

body#Home a#HomeLink { color: #fff; }

ul.imageCenter { width: 175px; height: 262px; padding: 0; margin: 0; float: left; margin-left: 50px; }
ul.imageCenter li { display: block; list-style-type: none; padding-top: 10px; }
ul.imageCenter li.TopMargin { padding-top: 164px; }
ul#AboutUs.imageCenter { background: url(/img/HomePage/HomePageAboutUs/HomePageAboutUs.jpg) top left; }
ul#ContactUs.imageCenter { background: url(/img/HomePage/HomePageContactUs/HomePageContactUs.jpg) top left; }
ul#Membership.imageCenter { background: url(/img/HomePage/HomePageMembership/HomePageMembership.jpg) top left; }
ul#Membership.imageCenter:hover { background: url(/img/HomePage/HomePageMembership/HomePageMembershipHover.jpg) top left; }

body#Affiliations li.AffiliationsNav a, 
body#Hippa li.HippaNav a, 
body#Privacy li.PrivacyNav a, 
body#Terms li.TermsNav a { font-weight: bold; }
