@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #F1F1F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#NoPrint {
	color: #857EB0;

}
.oneColFixCtrHdr #container {
	width: 627px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/pageBackground.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 8px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8E87B6;
}


#FlashHolder {
	text-align: center;
}
#TopNav {
	background-image: url(images/NavBackground.jpg);
	height: 50px;
	width: 611px;
	margin-left: 8px;
	padding-left: 0px;
}
#TopContact {
	background-image: url(images/AddressBackground.jpg);
	height: 20px;
	width: 611px;
	margin-left: 8px;
	margin-top: 1px;
}
.contactInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #c2bed7;
	margin-right: 5px;
	text-align: center;
	padding-top: 3px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #8E87B6;
	font-weight: normal;
}
.pageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8e87b6;
}

.noteText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #8e87b6;
	padding-top: 5px;
	display: block;
	padding-bottom: 15px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	color: #8e87b6;
}

.pageText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
}

/*Footer*/

#footer {
	background-image: url(images/FooterBackground.jpg);
	height: 20px;
	text-align: center;
	padding-top: 5px;
}

.BottomContact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 3px;
}
.purplebullet {
	color: #636194;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


/* Navigation Starts Here */
#navbar {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:45px;
	float:left
	width: 100%;
}
#navbar li {
	list-style:none;
	display:inline;
	color: #867FB1;
}
#navbar a {
	width:65px;
	color:#fff;
	text-decoration:none;
	float:left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 13px;
	background-image: url(images/Nav-Off.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
}
#navbar a:hover {
	color:#FFF;
	background-image: url(images/Nav-On.png);
}

body#home a#homenav,
body#Services a#Servicesnav,
body#Physicians a#Physiciansnav,
body#Forms a#Formsnav, 
body#Contact a#Contactnav,
body#Billing a#Billingnav{
    background-image:url(images/Nav-On.png);
}


#navbar #current {
    background-image:url(images/Nav-On.png);
    }
	
#navbar #current a {
    background-image:url(images/Nav-On.png);
    }

#navbar a:hoverOLD {
	color:#FFF;
	background-image: url(images/NavBackground-o.jpg);
	background-repeat: repeat-x;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #8D85B6;
}
#navbar a:active {
	background-position:0 0px;
	color:#FFF;
	background-image: url(images/NavBackground-o.jpg);
}
#navbar a#noPrint {
	color:#8d86b5;
	background-image: url(images/Nav-Off.png);
	background-repeat: no-repeat;
	background-position: right;
}

/*File Buttons*/
#emailUs
{
	display: block;
	width: 94px;
	height: 29px;
	background-image: url(images/fileButtons/ClientSvcsManual.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#emailUs:hover
{
	background-position: right 0px;
}

#emailUs span
{
  display: none;
}


#courrier
{
	display: block;
	width: 94px;
	height: 29px;
	background-image: url(images/fileButtons/CourrierPickup.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#courrier:hover
{
	background-position: right 0px;
}

#courrier span
{
  display: none;
}


#insuranceA
{
	display: block;
	width: 94px;
	height: 29px;
	background-image: url(images/fileButtons/InsurancePlans.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#insuranceA:hover
{
	background-position: right 0px;
}

#insuranceA span
{
  display: none;
}

#insuranceB
{
	display: block;
	width: 94px;
	height: 29px;
	background-image: url(images/fileButtons/InsurancePlans.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#insuranceB:hover
{
	background-position: right 0px;
}

#insuranceB span
{
  display: none;
}
	
	ul {
	list-style-image: url(images/pupleBullet.gif);
	list-style-position: outside;
	margin-left: 0;
	padding-left: 15px;


	}
	
	#menu
{
	display: block;
	width: 94px;
	height: 29px;
	background-image: url(images/fileButtons/SCPMenu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	margin-left: 55px;
}

#menu:hover
{
	background-position: right 0px;
	text-align: center;
}

#menu span
{
	display: none;
	text-align: center;
}



/*Index Columns*/
#lefColHome {
	float:left;
	width:260px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E87B6;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	height: 100%;
}
#midColHome {
	float:left;
	width:125px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#rigColHome2 {
	float:left;
	width:110px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E87B6;
}

#rigColHome {
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E87B6;
	position: absolute;
	height: 76%;
	margin-right: 0px;
	margin-left: 0px;
	width: 115px;
} 
.bodyItallic {
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.photoborderSmall {
	border: 1pt solid #FFF;
}
.ImageBottomBorder {
	padding-bottom: 10px;
}

