@charset "utf-8";
/* CSS Document */
/*Basic Elements*/
html {
	margin: 0;
	padding: 0;
	}
body 
	{ 
	margin:0; 
	padding:0;
	background: #7D3425;
	}

/*Main Elements*/
#bgd_wrapper {
	background: url(images/bg_02.jpg) top repeat-x;
	}
#shell { 
	margin: 0 auto; 
	width: 883px;
	position: relative;
	}
#container { 
	width: 883px;
	background: url(images/container.jpg) repeat-y;
	}
#contentwrapper { 
	width: 883px;
	background: url(images/wrapper.jpg) no-repeat;
	min-height: 368px;
	_height: 368px;
	}

/*Header*/
#header { 
	width: 883px; 
	height: 228px;
	background: url(images/header.jpg) no-repeat;
	}

/*Content*/
.title {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	color: #6f222b;
	}	
#content { 
	width: 410px; 
	padding: 10px 0 0 0;
	margin-left: 245px;
	color: #000 !important; 
	}
.content p { 
	padding: 10px 0 5px 0; 
	}
.content a, .content a:visited, .content a.CommandButton:link { 
	color: #7D3425; 
	}
.content a:hover { 
	color: #C9793A; 
	}
.content ul { 
	margin: 5px 0 10px 25px; 
	}
.content ul li { 
	list-style: disc; 
	}
.content ol { 
	margin: 5px 0 10px 30px; 
	}
.content table td { 
	margin: 5px 0px; 
	}
.content h2, h3, h4, h5 { 
	color: #018167; 
	font-weight: bold; 
	padding: 5px 0 0 0; 
	}
.content h2 { 
	font-size: 16px; 
	line-height: 20px; 
	}
.content h3 { 
	font-size: 14px; 
	line-height: 18px; 
	}
.content h4 { 
	font-size: 12px; 
	line-height: 16px; 
	}
.content table tr td {
	padding: 2px 5px;
	}

/*Footer*/
#footer {
	width: 883px;
	padding: 75px 0 5px 0;
	text-align: center;
	color: #fff;
	font: 10px/12px Arial, Helvetica, sans-serif;
	background: url(images/footer.jpg) top repeat-x;
	clear: both;
	 }
#footer a, #footer a:visited { 
	color: #fff; 
	text-decoration: none; 
	}
#footer a:hover { 
		color: #FF4F00; 
		}

/*Features*/
.clear {
	height: 0px;
	clear: both;
	}
#flash {
	width: 420px;
	height: 275px;
	float: right;
	}
#locations {
	width: 210px;
	float: right;
	margin:-50px 15px 0px 0px;
	text-align:center;
	}
#locations h2 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #6f222b;
	}
#locations p{font:bold 13px/18px Georgia, "Times New Roman", Times, serif; color:#004639;}
#locations a {color:#004639; text-decoration:none;}
#locations a:hover {color:#fff;}
#doctors { 
	width: 204px;
	float:left;
	margin-left: 29px;
	text-align:center;
	padding-top:10px;
	}
#doctors h2 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	color: #fcdc82;
	}
#doctors p{font:bold 13px/18px Georgia, "Times New Roman", Times, serif; color:#fff;}
#doctors a {color:#fff; text-decoration:none;}
#doctors a:hover {color:#fcdc82;}

/*Sifr*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

@media screen {
  .sIFR-active #title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
    visibility: hidden;
	color: #008066;
	font-weight: bold;
	font-style: italic;
  }
}

