@charset "utf-8";
/* CSS Document */
/* created by AtlantaWebDesignGA.com 770-605-8659 */
/* colors in site
#16145F blue (logo)
#820024 burgundy (logo) 
#ede5d6 buff (background)
*/

html {
	background:#ede5d6;
}
body {
/*	color:#16145F; */
	background:url(../Images/Background-2.jpg) repeat-x;
	min-height:600px;
	color:#16145F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	margin-bottom:10px;
}
a  {
	color:#820024;
}
a:hover  {
	color:#000000;
	font-weight:bold;
}
strong {
	font-weight:bold;
}
em  {
	font-style:italic;
}
#doc4 {
}

#logo {
	margin: 0px 0 0px 0;
	height:80px;
	width:330px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:150%;
	line-height:125%;
	text-align:center;
}
#menu {
	float:right;
	width:620px;
	margin-top:46px;
	z-index:100; 
	
}

.mission { 
    color:#FFF;
	font-size:135%;
	font-style:italic;
	line-height:140%;
	text-align:center;
	padding:30px;
	margin-top:30px;
}
#topcopy {
	text-align:left;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}
#topcopy h2 {
	background:none;
	color:#FFF;
	font-size:170%;
}
#topcopy p {
	font-size:130%;
}
#topleft {
	width:330px;
	float:left;
	z-index:0;
}
#topright {
	width:640px;
	float:left;
	color:#FFF;
	z-index:0;
}
#container {
	background-image:url(../Images/Container-Background.png);
}
#sidebar {
	background:#e3dbcd;
	padding:5px 15px 10px 15px;
	margin-top:34px;
}
#sidebar h2 {
	font-size:1.5em;
	font-weight:bold;
	font-stretch:condensed;
	color:#16145F;
	margin-bottom:10px;
}
#sidebar ul {
	margin-left:20px;
}
#sidebar ul li {
		list-style:outside square;
		margin-bottom:10px;
}
#sidebar ul li a {
	font-size:1.1em;
	color:#820024;
	text-decoration:none;
}
#sidebar ul li a:hover {
	font-size:1.1em;
	font-weight:bold;
	color:#16145F;
	text-decoration:none;
}
#maincontent {
/*		background:#FFFFFF; */
		padding:15px;
}
		
#maincontent h1, h2 {
	margin:20px 0 10px 0;
	font-stretch:condensed;
	font-weight:bold;
	color:#820024;
	background:#e3dbcd;
	padding:5px 5px 5px 5px;
}
#maincontent h1 {
	font-size:1.8em;
}
#maincontent h2 {
	font-size:1.5em;
}
#ft {
}
.imageright {
	float:right;
	padding:10px 0 10px 10px;
}
.imageleft {
	float:left;
	padding:10px 10px 10px 0;
}

#topright table {
	width:auto;
	margin:10px 0 50px 20px;
}
#topright table td {
	font-size:1em;
	padding-bottom:4px;
	border:none;
	padding-right:0;
}
#topright .tabletitle {
	width:140px;
	font-weight:bold;
	color:#ede5d6;
	text-align:right;
	padding-right:10px;
}
#topright .tablecontent {
	width:400px;
	color:#ede5d6;
}
#topright .tablecontent a {
	color:#ede5d6;
}
#topright .tablcontent a:hover {
	background:#820024;
}
#topright .surgeryinfo {
	margin:20px 0 0 20px;
}
#topright .surgerytitle {
	font-weight:bold;
	color:999999;
}
#topright .surgeontitle {
	float:left;
	width:75px;
	font-weight:bold;
	color:#999999;
	text-align:right;
	padding-right:10px;
}
#topright .surgerycontent {
	float:left;
	width:220px;
	color:#ede5d6;
	margin:0 5px 2px 0px; 
}
#topright .surgerycontent a {
	float:left;
	width:220px;
	color:#ede5d6;
	margin:0 5px 2px 0px;
}
#topright .surgerycontent a:hover {
	float:left;
	width:220px;
	color:#ede5d6;
	background:#820024;
	margin:0 5px 2px 0px;
}
#topright .content {
  margin:10px 10px 10px 10px;
	padding:20px 20px 20px 20px;
}
#topright .content a {
	color:#ede5d6;
	text-decoration:underline;
}
#topright .content a:hover {
	color:#820024;
	background:#ede5d6;
	padding:2px 2px 2px 2px;
}



