@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

/*a {
	text-decoration: none;
	color: #4486C7;
}*/
a {
	text-decoration: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #32639A;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	
}

/* Header */

#header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 30px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-left: 1px solid #4E9CE9;
}

#menu a {
	display: block;
	width: 155px;
	height: 33px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #4E9CE9;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #4E9CE9;
	padding-left: 0;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
	background-color: #FFFFFF;
	padding-left: 5px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: normal;
}

.post {

}


.post .title {
	height: 38px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #32639A;
	border: none;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}




Physician page CSS styles
#docContent {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	padding-right: 0px;
	text-align: left;
	color: #6678AA;
	letter-spacing: .05em;
	float: left;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 2.5em;
} 

#docContent h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	color: #32639A;
	background-color: #FFFFFF;
	background-image: none;
	font-style: normal;
	
}

#docContent h4 {
	font-weight: normal;
	text-transform: uppercase;	
	color: #353E5F;
	font-size: 1em;
}

#docContent h5 {
	font-weight: normal;
	text-transform: none;
	color: #0066CC;
	font-size: 0.95em;
}

#docContent p {

}

.docphoto {  /*this is the the physician photo div tag, with the drop shadow background applied*/
	float: right;
	/*background: url(images/imgdropshadow.jpg) no-repeat bottom right;*/
	margin: 10px 0 0 10px;
	right: -50px;
}

.docphoto img { /*this sets the border and positioning of the physician photo image*/
	display: block;
	position: relative;
	border: thin double #CCCCCC;
	padding: 6px;
	margin-top: -7px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: -7px;
	background-image: url(images/Ashley.jpg);
}

#docsidebar {
	float: right;
	color: #787878;
	width: 280px;
	padding-top: 0px;
}

#docsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#docsidebar li {
	margin: 0;
	padding: 0;
		
}

#docsidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#docsidebar ul li {
	line-height: 25px;
	border-bottom: 1px dashed #D1D1D1;
	border-left: none;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#docsidebar li li span {
	display: inline;
	margin-top: 0px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#docsidebar h2 {
	height: 25px;
	letter-spacing: -0.5px;
	font-size: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#docsidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#docsidebar a {
	border: none;
}

#docsidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

