@charset "utf-8";

#mainContent, #sidebar1b {behavior: url("iepngfix.htc"); }

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/body-repeat.jpg); background-repeat:repeat-x; background-position:top;
	background-color: #535353;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5c5b5b;
	padding:0;
	margin:0;
}

.twoColFixLtHdr #container1 {
	width:100%;
	background-image:url(images/header-body-top.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
	margin:0;
	}

.twoColFixLtHdr #container { 
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: -12px auto ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	display:inline-block;
	padding:0;
} 

/*-----------------------------------------header---------------------------*/
.twoColFixLtHdr #header { 
	background-image:url(images/header.png); background-repeat:no-repeat;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:214px;
	margin:0;
} 
.twoColFixLtHdr #header h1 a img {
	margin-left: 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:255px;
	height:173px;
	background-image:url(images/logo-FNA.jpg); 
	background-repeat:no-repeat;
	background-position:0 -173px;
	
}
.twoColFixLtHdr #header h1 a:hover img {
background-position:0 7px;
}

p.address {
	padding:0;
	margin:0;
	}	
.address a {
	color:#fff;
	float:right;
	width:175px;
	text-align:right;
	margin-right:20px;
	margin-top:5px;
	padding:0;
	text-decoration:none;
	}
.address a:hover {
	color:#000;
	}	
.phone {
	font-size:16px;
	font-weight:600;
	padding:0;
	margin:0;
	}


/*---------------------------main navigation----------------------------------*/
#navcontainer { 
width: 258px; 
margin-left:6px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a{
display: block;
padding: 3px 3px 3px 8px;
width: 235px;
line-height:25px;
/*background-color: #036;*/
background-image:url(images/nav-bg.png);
background-repeat:repeat-y;
border-bottom:2px solid #896d6b;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-image:none;
background-color: #761f2b;
color: #fff;
}

#navcontainer a.current{
background-image:none;
background-color: #761f2b;
color: #fff;
}


/*-------------------------------sidebar left-------------------------*/
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #917876;  the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding:0;
}
#sidebar1a {
	background-image:url(images/sidebar1arepeat.jpg);
	background-repeat:repeat-y;
	margin:0px 0 0 4px;
	display:block;
	padding:5px;
	width:237px;
	}
	
#sidebar1a h3 {color:#fff;}

#sidebar1a ul{ 
	list-style-type:none;
}
#sidebar1a ul li {
	text-align:right;
	line-height:20px;
	font-weight:600;
	}
#sidebar1a ul li a {
	color:#fff;
	text-decoration:none;
	}
#sidebar1a ul li a:hover {
	color:#000;
}

.sidebarbottom {
	margin-left:4px;
	}

#sidebar1b {
	background-color:#716d6c;
	margin:0px 0 0 4px;
	display:block;
	padding:5px;
	width:237px;
	}

#sidebar1 p {
	margin:0 10px;
	}
/*----------------------------------main content-------------------------*/
.twoColFixLtHdr #mainContent { 
	margin: 0px; 
	padding: 0px; 
	background-image:url(images/content-repeat.png); background-repeat:repeat-y;
} 
#content {
	margin-left:270px;
	padding:20px;	
	}
#content p a, dd a, td a {
	color:#761f2b;
	text-decoration:none;
	}
#content p a:hover, dd a:hover, #content li a:hover, td a:hover {
	text-decoration:underline;
	}
#content li, #content li a {
	color:#761f2b;
	font-family:Tahoma, Arial;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}

a img {
	border:none;
	}

#content a img {
}
#content a:hover img, #callout1 a:hover img {
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#submenu {
	width:200px;
	float:right;
	margin:0 20px 20px 20px;
	}
#submenu ul li a {
	padding:0 5px;
	}

#submenu ul li a.selectedon {
background-color: #761f2b;
color: #fff;
}

ul.schedule_listing li{
 padding-bottom:15px;
}

/*-------
---------------------------home page----------------------------*/
#callout1 {
	background-color:#efe4dd;
	height:150px;
	margin:0 8px 0 255px;
	padding:10px 0;
	text-align:center;
	}
#callout1 p a {
	font-size:11px;
	text-decoration:none;
	color:#761f2b;
	}
#callout1 p a:hover {
	text-decoration:underline;
	}	
	
/*---------------------------------footer-------------------------------*/
.twoColFixLtHdr #footer { 
	padding: 0 12px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b2a8a3; 
	margin:0 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

} 
.twoColFixLtHdr #footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#761f2b;
}

/*--MMA credit line--*/
.twoColFixLtHdr #footer p a {
	color:#896d6b;	
	text-decoration:none;
	}

.twoColFixLtHdr #footer p a:hover {
	color:#000000;
	}

/*--additional URLS---*/
#footer ul {
	padding:0 0;
	margin:0;	
	
}
#footer li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	list-style-type:none;
	display:inline;
	text-align:center;
	padding-right:10px;
	margin:0;
}

#footer li a {
	padding:0;
	margin:0;
	color:#896d6b;	
	text-decoration:none;
	font-size:10px;
	font-weight:normal;	
}
#footer li a:hover {
	color:#761f2b;
	text-decoration:none;
}


/*---------------------------------styles--------------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color:#761f2b;
	font-size:140%;
	}
h4 {
	font-size:110%;
	}
	
td {
	vertical-align:top;
	}	
	
	
	
dt {
	font-weight:600;
	padding:10px 0 5px 0;
	}
dd {
	}

#breadcrumbtree a.breadcrumb {
	color:#761f2b;
	text-decoration:none;
	}
#breadcrumbtree a:hover.breadcrumb {
	text-decoration:underline;
	}

	
	
/*------------------------works with print stylesheet-------------------*/
.screenonly {
	display:block;
	visibility:visible;
	}
.printonly {
	display:none;
	visibility:collapse;
	}
/*--------------------works with FCK editor-------------------------------*/

.right200 {
	float:right;
	width:200px;
	}
#patientcenter {
float:right;
	width: 230px;
	background-image:url(images/education.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:403px;
  height:auto !important;
  height:403px;
  margin-left:20px;

	}

#docs-clickable {
float:right;
	width:492px;
	padding:0 10px 0 0;
	margin:0;
	height:195px;
	
	}
#docs-clickable a {
	float:left;
	display:block;
	margin:0;	
	padding:173px 0 0 8px;
	text-decoration:none;
	color:#571823;
	font-weight:600;
	}
#docs-clickable a:hover {
	color:#000;
	}

#docs-clickable a img {
	float:right;
	height:195px;
	padding:0;
	margin:0;
	}
