@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#035483+0,ffffff+10&0.5+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(3,84,131,0.5) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(3,84,131,0.5) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(3,84,131,0.5) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80035483', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */


}

h1 {
	font-size: 20px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
}

span {
	font-weight: bold;
}

a {
	color: rgba(3,84,131,1)
}

.main {
	width: 100%;
	margin-top: 100px;
}

.main_img {
	width: 100%;
	height: 100%;
}

.main p {
	padding-left: 10px;
	padding-right: 10px;
}

.surg_img {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

}

.caption {
	font-style: italic;
	font-size: .75em;
	text-align: center;
	margin-bottom: 10px;
}

.col_1 {
	width: 90%;
	margin: auto;
}

.col_1 p {
	text-indent: 15px;
	margin-bottom: 10px;
}

.col_img {
	width: 100%;
	height: 100%;
}

.col_2 {
	width: 90%;
	margin: auto;
}

.col_2 p {
		text-indent: 15px;

	margin-bottom: 10px;
}

.col_2 li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 2px;
}

.col_2 li:last-child {
	margin-bottom: -2px;
}

.col_2 ul {
	margin-bottom: 10px;
}

.physician {
	min-height: 300px;
}

.physician img {
	width: 50%;
	height: 50%;
	margin: auto 25%;
}

.doctor_info{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px ridge rgba(3,84,131,1);
	text-align: center;
	display: inline-block;
}

.doctor_info li {
	text-align: left;
}

.doctor_info ul{
	margin: auto 10%;
}

.doctor_info p {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
	

.physician h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.physician li {
	font-size: 15px;
	margin-left: 16px;
	list-style-type: disc;
	list-style-position: outside;
}

.physician p {
	font-size: 15px;
	margin-top: 10px;
	text-indent: 15px;
}

.float {
	float: right;
}

.facebook {
	float: right;
	position: relative;
	bottom: 28px;
	width: 10%;
	height: 10%;
}

.single {
	width: 90%;
	margin: auto;
	padding: 10px;
}

.single ul {
	list-style: disc outside;
	margin-left: 40px;
}


.double_indent {
	margin-left: 20px;
}

nav {
	background-color: rgba(3,84,131,1);
	position: absolute;
	top: 0px;
	width: 90%;
	padding: 0px 10% 10px 0px;
}

nav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

nav p {
	font-variant: small-caps;
}

nav li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px;
	background: rgba(3,84,131,0.5);
}

nav li:last-child {
}


nav ul {
	text-align: center;
}

nav img {
	float: right;
	position: absolute;
}

.blog {
	top: 10px;
	right: 5px;
}

.face {
	top: 60px;
	right: 5px;
}

footer {
	clear: both;
	padding-top: 10px;
	height: 80px;
	line-height: 15px;
	margin-top: 20px;
	text-align: center;
	font-size: .9em;
	background-color: rgba(3,84,131,1);
	color: #fff;
}

footer li {
	display: inline-block;
}

footer li:last-child {
	margin-right: 0px;
}

footer a {
	color: white;
}