@charset "utf-8";
/* CSS Document */
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/2body_bg.jpg); background-repeat:repeat-x;
	background-color: #008ba1;
	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: #4c4c4d;
}
/*-------------- table styles ------------------------*/

td {vertical-align:top;}


/*--------------- containers ---------------------------*/
.thrColFixHdr #container { 
	width: 817px;  /* The header is 857px wide, but the container padding below makes up for 40px difference*/
	background-color:#fde8c9;
	margin: 0 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. */
	border-left:2px solid #373737;
	border-right:2px solid #373737;
	padding:20px;
	
} 

p {
	line-height:20px;
	}
li {
	padding-bottom:3px;
	}

/*---------------------------------------       H E A D E R       -------------------------------------*/
.thrColFixHdr #header { 
	background-image:url(images/2body_bg.jpg); background-repeat: repeat-x;
	padding: 0 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:187px;
	width:857px;
	margin:0 auto;
	position:relative;
} 
.thrColFixHdr #header h1 {
	margin: 0px ; /* 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 */
	display:inline;
}
#header h1 a img {
	border:none;
	margin:10px 0 0 00px;
	float:left;
	width:265px;
	background-image:url(images/2logo-SIG.jpg); background-repeat:no-repeat;
	background-position:0 0;
	}
#header h1 a:hover img {
	background-position:-270px 0;
	}	

.address {
	margin-left:300px;
	font-size:11px;
	padding-top:30px;
	
	}	

.address2 {
	float:right;
	font-size:11px;
	text-align:right;
	margin-right:10px;
	padding-top:20px;
	}
.address2 a{
	color:#373737;
	text-decoration:none;
	padding:3px;
	}
.address2 a:hover {
	text-decoration:none;
	}

#search  {
float:right;
width:250px;
	margin-top:-25px;
	height:25px;
	}
#search a {
	color:#373737;
	}
#search a:hover {
	color:#fff;
	background-color:#2582a3;
	}
/*---------------------------------NAVIGATION-------------------------------------*/
#navigation {
	margin:0px;
	padding:0;
	width:857px;
	height:45px;
	background-image:url(images/2nav_bg.jpg); background-repeat:no-repeat;
	position:absolute; bottom:0; right:0;
	}
#navigation ul {
	margin:0;
	padding:0;
	
	}
#navigation ul li {
	list-style-type:none;
	display:inline;
	line-height:45px;
	}
#navigation ul li a {
	text-decoration:none;
	color:#fff;
	background-image:url(images/2nav_sep.jpg); background-position:right;background-repeat:no-repeat;
	padding:12px 14px 12px 5px;
	}

#navigation ul li a:hover {
	background-color:#fff;
	color:#000;
	}

/* ----------------------------------Links -------------------------------*/

a, p a, li a {
	color:#008ba1;
	}
p a:hover, li a:hover {
	color:#fff;
	background-color:#2582a3;
	}


#mainContent table.physicians td {
	text-align:center;
	}

.physicians td a {
	margin:0;
	padding:0;
	text-decoration:none;
	color:#2582a3;
	}
.physicians td a:hover {
	margin:0;
	padding:0;
	text-decoration:underline;
	}	
	
	
	
	
	
/*-----------------------------------banner-------------------------------*/

#banner {
	margin-bottom:30px;
	}

/*------------------------------------NEWS-------------------------------*/
.newslistingbodycontent, .newslistingbodycontent a {
	color:#2582a3;
	}

#scroller {
	width:233px;
	height:350px;
	background-image:url(images/2news-bg.jpg); background-repeat:no-repeat;
	height:273px;
	margin-top:20px;
	/*padding-left:20px;*/
	padding-top:10px;
	}
#scroller a h3{
	text-decoration:none;
	margin:0 0 10px 0; 
	padding:0;
	}
#scroller a:hover h3{
	color:#000;
	}

/*-------------------------HOME PAGE CALLOUTS--------------------------------*/
	
#testimonials {
	width:267px;
	height:137px;
	background-image:url(images/2testimonials.jpg); background-repeat:no-repeat;
	float:left;
	padding:5px;
	margin-top:20px;
	
	}
#testimonials h3, #patient-forms h3 {
	margin:0px;
	padding:0;
	}

#testimonials p, #patient-forms p {
	width:150px;
	font-size:11px;
	margin-top:5px;
	line-height:12px;
	}
	
#patient-forms {
	width:267px;
	height:137px;
	background-image:url(images/2patient-forms.jpg); background-repeat:no-repeat;
	float:right;
	padding:5px;
	margin-top:20px;
	}
#patient-forms a, #testimonials a {
	color:#008ba1;
	}
#patient-forms a:hover, #testimonials a:hover {
	color:#fff;
	}
#nextMD {
	width:223px;
	height:157px;
	background-image:url(images/2nextMD.jpg); background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
#nextMD p {
	font-size:10px;
	padding-top:50px;
	text-align:center;
	margin-bottom:10px;
	color:#4c4c4d;
	line-height:10px;
	}
	
#nextMD p a {
	font-size:10px;
	padding-top:00px;
	text-align:center;
	margin-bottom:10px;
	color:#2582a3;
	}
	
#nextMD p a:hover {
	background-color:#2582a3;
	color:#fff;
	}


/*-----------------------------SIDEBAR-----------------------------*/

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 233px; /* 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 */
	padding:0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin:0px 0 0 20px ;
	min-height:500px;
  height:auto !important;
  height:500px;
}



/*--------------------------------FOOTER---------------------------------------*/
.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	width:807px;
	margin-top:40px;
} 
.thrColFixHdr #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;
	line-height:12px;
}

.thrColFixHdr #footer ul{ 
	margin-left:-35px;
	width:857px;
	padding:0;
	}
.thrColFixHdr #footer ul li {
	display:inline;
	color:#008ba1;
	font-size:10px;
	}
.thrColFixHdr #footer ul li a, #footer a {
	color:#008ba1;
	text-decoration:none;	
	padding:0 3px;
	}
.thrColFixHdr #footer ul li a:hover, #footer a:hover{
	color:#fff;
	background-color: #666666;
	}

#urls {
	padding: 0 10px 20px 20px; 
	text-align:center;
	}
#urls a {
	font-size:.7em;
	color:#008ba1;
	font-weight:100;
	}
#urls a:hover {
	color:#fff;
	background-color: #666666;
	}

#ender {
	background-color:#000000;
	width:100%;
	height:10px;
	}	
/*---------------------------Miscellaneous-------------------------------*/
a img {
	border:none;
	padding:0;}

h2, h3, h2 a, h3 a {
	color:#008ba2;
	}

h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#fff;
	background-color:#2582a3;
	}	

.floatright {float:right; margin:0; padding:0;}
.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;
}

.floatleft {float:left; margin:0; padding:0;}
.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;
}


/*------------------------------for print styles---------------------------*/
.noscreen {
	display:none;
	visibility:collapse;
	}
dt {
	font-weight:600;
	padding:15px 0 10px 0;
	}
dd {
	}
	
	input.inpsec {
	 width:1px;
	 height:1px;
	 display:none;
	}

