body, #container, #wrapper, #content, #header, #photoShow, #logoBox, h1, h2, h3, h4, ul, li, a{
	margin: 0;
	padding:0;	
}

body{
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: #fff;
}

#container{
	background: url(images/containerBG.gif) repeat-x;
	height: 100%;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 810px;
	text-align: left;
	/*border: 1px solid black;*/
	
}
/* header elements */
#header{
	height: 360px;
	margin: 0 auto;
	padding-top: 1px;
	/*border: 1px solid red;*/
	
}

#header h6{
	display:inline;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	color: #d00000;
	font: bold 1.10em Verdana;
	text-align: right;
	padding: 0;
}

/* map background for each area/state */
#headerMap{
	margin-top: 79px;
	height: 308px;
	background: url(images/headerMap_fl.jpg) no-repeat;
}

#logoBox{
	position: absolute;
	/*width: 175px;
	height: 161px;
	top: 6px;
	left: 38px;*/
	width: 232px;
	height: 140px;
	top: 0px;
	left: 48px;
	/*background: url(images/MDNearULogosm.png) no-repeat;*/
	z-index: 100;
}

#photoShow{
	position: relative;
	width: 380px;
	height: 284px;
	z-index: 80;
	top: 32px;
	left: 34px;
	/*background: url(images/photoShow_frame.gif) no-repeat;*/
	

}

.imageElement{
	display: none;
}

#headerMap .accentPic{
	position: absolute;
	z-index: 90;
	left: -10px;
	top: 285px;
}


/* end header elements */
/* content area */


#mainContent{ /* holds the top of content page area image */
	position: relative;
	background: url(images/contentTop.png) no-repeat;
	margin-top: 10px;
	padding-top: 1px;
	height: 100%;
	/*border: 1px solid white;*/
}

#content
{
	background: url(images/contentBG.gif) repeat-y;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 15px;
	font-size: 80%;
	min-height: 420px;
}

.areaMap{
	float: right;
	width: 460px;
	padding-right: 10px;
}

.areaMap p{
	font-size: .90em;
}


#contentText{
	width: 300px;
	float: left;
	margin: 5px 0px 10px 0px;
	/*border: 1px solid orange;*/
}

#contentText .intro{
	color: #1f91d8;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	
}

#contentText p{
	line-height: 1.25em;
	margin: 1.0em 10px;
	padding: 3px 5px;
}


#footer{
	background: #6bbee5;
	height: 40px;
	/*width: 800px;
	margin: 0 auto;*/
}

#footer p{
	font-size: 70%;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	color: #fff;
}
/* Search form */
#searchBox{
	/*float: left;*/
	width: 300px;
	margin: 0px 5px 2px 10px;
	
}
#searchBox p{
	margin: 0;
}
#searchBox h1, #findForm h1{
	color: #0d4989;
	font-size: 1.10em;
	margin: 0 0 4px 0px;
	padding: 0;
}
#searchBox ul{
	list-style: none;
	margin: 6px 6px 6px 20px;
}
#searchBox li{
	padding: 3px 0;
	display: inline;
}
#searchBox form{
	padding: 3px;
	margin: 0;
}
#searchBox form label{
	font-weight: bold;
	color: #1f91d8;
	line-height: 1.1em;
}
#searchBox form input, #searchBox form select{
	background: #cce9f2;
}
#searchBox #searchBtn{
	background: #cfcfcf;
}

/* search form only */
#findForm{
	position:relative;
	margin: 0;
	padding:0;
	width: 75%;
	left: 160px;
	top: -4px;
	z-index: 120;
	font-size: 80%;
	/*border: 1px solid green;*/
	
}
#findForm form{
	padding: 3px;
	margin: 0;
	
}
#findForm ul{
	list-style: none;
	margin: 8px 0px 0px 3px;
}
#findForm li{
	padding: 3px 6px;
	display: inline;
}
#findForm form label{
	font-weight: bold;
	color: #1f91d8;
	line-height: 1.1em;
}
#findForm form input, #findForm form select{
	background: #cce9f2;
}
#findForm #searchBtn{
	background: #cfcfcf;
}
#findForm h1{
	padding-left: 10px;
}



.brclear{
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0; 
} 
/* find a doctor form */






/* ***** IP Team Logo branding **** */
#ipBrand{
	width: 810px; /* may need to change, or remove, depending on layout */
	color: #1f91d8; /* adjust as needed for layout */
	font-size: 70%; /*may need to change depending on layout */
	text-align: right;
	margin: 0 auto; /* adjust as needed depending on layout */
	padding: 1px 0 0 0; /*prevents margin-collapse */
	height: 52px;
	/*border: 1px solid red;*/
}

.ipLogo{
	float: right;
	padding-right: 15px;
}
/* end branding */


#pnlResults {
position: relative;
}

.info h1 
{
font-size: .8em;
color: #333333;
}
.info h2 
{
font-size: .75em;
color: #333366;
font-weight: normal;	
}
.info h3 
{
font-size: .75em;
color: #336633;
font-weight: normal;	
}
.info a 
{
font-size: .8em;
}
.info a:hover 
{
	color: #990000;
}