/* **********************************************************
*This is the Cascading Style Sheet for Pediatric Associates Website  *
* Copyright 2009 Pediatric Associates, LLC				  *
************************************************************/
/* Commonly Used  Styles*/
@media screen { 
#printheader {
display: none;
}
} 
@media print {
#printheader {
text-align:center;
display: block;
color: #5959bd;
}
.print {
text-align:center;
display: block;
color: #5959bd;
}
}
.pagewrap {
width: 800px; 
margin-left:auto;
margin-right:auto;
}
.imagebottom {
	vertical-align: bottom;
}
.addressandfooter {
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
}
.header {
font-family: Verdana;
border: 1px solid #A192C1;
clear:both;
background-image:url(../images/pedilogo.png);
background-repeat: no-repeat;
background-position: center; 
height:111px;
background-color:white;
text-align:center;
}
.header h1 {
position: relative; 
top: 0px;
left: 60px;
color: #5959bd;
font-size: 30px;
}
.bodytext {
	text-align: center;
	font-family: Verdana, Tahoma, Helvetica, Arial, "MS Sans Serif";
	background-color:white;

}
.tableborder {
	border: 1px solid #A192C1;
	text-align: center;
	font-family: Verdana;
	font-size: small;
}
.purplestyle {
	text-align: center;
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	background-color: #A192C1;
}

.printicon {
background-color:white;
border: 1px solid #A192C1;
	text-align: right;
	
}
.highlight { background-color: #8888FF }
.normal { background-color: #FFFFFF }
/* Links*/
a {
	color: red;
	text-decoration:none
}
a:visited {
	color: red;
	text-decoration:none
}
a:active {
	color: red;
	text-decoration:none
}
a:hover {
	color: #C0C0C0;
	text-decoration:underline overline
}
/* Navigation Links */
#nav a {
	color:white !important;
	text-decoration:underline;
	}
#nav a:hover {
	color: #C0C0C0;
	text-decoration:underline overline


}
/* Page Specific Styles */
img {
 border:0px !important;
}

.center {
	text-align: center;
}
.noborder {
	border-style: solid;
	border-width: 0;
}
.printbar {
 background-color: #FFF;
 text-align: right;
}
.supersmalltext {

}
#footerline {
clear:both;
background-image:url(../images/footer_bg.png);
background-repeat: no-repeat;
background-position: center; 
height:10px;
margin: 0px 0px 0px 0px;
font-size:1px;

}
#headerline {
clear:both;
background-image:url(../images/header_bg.png);
background-repeat: no-repeat;
background-position: center; 
font-size:1px;
height:10px;
margin: 0px 0px 0px 0px;
}
#inlinefooterline {
clear:both;
background-image:url(../images/inlinefooter_bg.png);
background-repeat: no-repeat;
background-position: center; 
height:10px;
margin: 0px 0px 0px 0px;
font-size:1px;
width: 500px;
margin-left:auto;
margin-right:auto;
}
#inlineheaderline {
clear:both;
background-image:url(../images/inlineheader_bg.png);
background-repeat: no-repeat;
background-position: center; 
font-size:1px;
height:10px;
margin: 0px 0px 0px 0px;
width: 500px;
margin-left:auto;
margin-right:auto;
}
#inlinemainfooterline {
clear:both;
background-image:url(../images/inlinefooter_bg.png);
background-repeat: no-repeat;
background-position: center; 
height:10px;
font-size:1px;
width: 500px;
margin-left:auto;
margin-right:auto;
}
#inlinemainheaderline {
clear:both;
background-image:url(../images/inlineheader_bg.png);
background-repeat: no-repeat;
background-position: center; 
font-size:1px;
height:10px;

width: 500px;
margin-left:auto;
margin-right:auto;
}
#inlinemain {
width: 498px;
margin-left:auto;
margin-right:auto;
border: 1px solid #A192C1;
clear:both;
}
/*    Menu      */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#A192C1;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#A192C1 url("../images/seperator.gif") bottom right no-repeat;
		color:#FFFFFF;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('../images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('../images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

.greydiv {
background-color: #c8c8c8;
text-align: center;
}
.other {
text-align: center;
}
#container
{
    min-height: 500px; 
	width: 770px;
}

div.autosize { display: table; width: 1px; }
div.autosize > div { display: table-cell; }