﻿/************************************************/
/* Homepage Display CSS v1
/************************************************/


/* general styles *******************************/

body {
}

#wrapper
{
    margin:40px auto;
    width:756px;
    border-style:solid;
    border-width:0px;
    min-height:500px;
    text-align:left;
}



/* header styles ********************************/

#header
{
	text-align:left;
	position:relative;
	background-position:center bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
	height:80px;
}

#header .logo
{
	border:none;
}

#header .slogan
{
	position:absolute;
	top:0px;
	right:0px;
}
/* body styles **********************************/
#main
{
	position:relative;
	min-height:300px;
	z-index:2;
}
#main .content
{
    padding:0px;
    width:540px;
    float:none;
    margin-left:154px;
    top:0px;
	z-index:3;
}

.content li
{
	padding:0 0 0 0px;
}
.content ul
{
	padding:0 0 0 15px;
	list-style-type:disc;
}

.teasers
{
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	position:relative;
	text-align:center;
}

.teasers .physicians
{
	position:absolute;
	top:0px;
	left:0px;
	width:222px;
	height:155px;
	text-align:center;
}

.teasers .physicians p
{
	margin:10px 10px;
}

.teasers .specialties
{
	width:222px;
	height:155px;
	text-align:center;
	margin:0 auto;
}

.teasers .specialties p
{
	margin:10px 10px;
}

.teasers .contact
{
	position:absolute;
	top:0px;
	right:0px;
	width:222px;
	height:155px;
	text-align:center;
}

.teasers .contact p
{
	margin:10px 10px;
}

/* navigation styles ****************************/
#main .primaryNavigation
{
	position:absolute;
	left:0px;
	top:0px;
    width:154px;
    min-height:215px;
    margin:0px;
	z-index:98;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.primaryNavigation ul
{
    margin:10px 0px 2px 10px;
}

.primaryNavigation ul li
{
	padding:2% 0 2% 20px;
	margin:0 0;
	position:relative;
}

.primaryNavigation ul ul
{	
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:143px;
	width:154px;
	min-height:20px;
	background-color:#FFFFFF;
	border:solid 1px black;
	z-index:99;
}

.primaryNavigation ul li li
{
	padding:1% 0 1% 10px;
	margin:1% 0;
	position:relative;
}
.primaryNavigation ul li:hover ul
{
	display:block;
}

.primaryNavigation ul li.over ul
{
	display:block;
}

/* footer styles ********************************/

#footer
{
	border-top-width:8px;
	border-top-style:solid;	
	text-align:center;
	padding:4px 0 0 0;
	margin:0 0 20px 0;
}