@charset "utf-8";

#meet-your-neurosurgeon{ behavior: url("iepngfix.htc"); }

body  {
	font: 80% Arial, Helvetica, sans-serif;
	background-image:url(images/bg-body.jpg); background-repeat:repeat-x;
	background-color:#bdcde1;
	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: #262626;
	
}
.twoColFixRtHdr #container { 
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.twoColFixRtHdr #header { 
	background-image:url(images/header.jpg); background-repeat:no-repeat;
	padding:0;
	height:207px;
	margin-top:0px;
	border-top:1px solid black;
} 
a img {
	border:none;
	}
h1, h2, h3, h4, h5, h6 {
	color:#00659e;
	}

/*--------------- before the logo got incorporated into the flash banner: --------------> */
/* H1 tag is now used in the sidebar*/
.twoColFixRtHdr #header h1 a img {
	margin: 37px 0 0 0;; /* 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:342px;
	height:170px;
	background-image:url(images/logo-ga-brain-spine.jpg); background-repeat:no-repeat; background-position: 0 0;
	}
.twoColFixRtHdr #header h1 a:hover img {
	background-position:-344px 0;
	}

#slogans {
	float:right;
	width:605px;
	height:206px;
	background-image:url(images/slogans.jpg); background-repeat:no-repeat; background-position:bottom;
	margin:0;
	padding:0;
	}
/*-------------------------------NAVIGATION----------------------------------------*/
#nav {
	margin:-16px 0 0 0;
	height:48px;
	background-image:url(images/nav-bg.jpg); background-repeat:repeat-x;
	}
#nav ul {
	list-style:none; 
		margin-left:-40px;
		
	}
#nav ul li {
		display:inline;
 		line-height:48px;
		float:left;
		display:block;
		background-image:url(images/nav-sep.jpg); background-repeat:no-repeat; background-position:right;
		padding-right:3px;
	}
	
#nav ul li a {
	color:#fff; 
		font-size:14px;	
		text-decoration:none;
		padding:15px 10px 15px 10px;	
	}
#nav ul li a:hover {
	color:#fff;
		background-image:url(images/nav-bg-hover.jpg); background-repeat:repeat-x;
	}
#nav ul li.active a { /*page status indicator*/
	color:#fff;
	text-decoration:underline;
	background-image:url(images/nav-bg-hover.jpg); background-repeat:repeat-x;
	}

/*--------------------------------SIDE container------------------------------------------------*/	
.twoColFixRtHdr #sidebar1container { /*holds the repeating graphic for the sidebar*/
	float: right; 
	width: 316px; 
	background-image:url(images/bg-rt-col-rpt.jpg); background-repeat:repeat-y; background-position:right top;
	margin-top:-19px;

	}

.twoColFixRtHdr #sidebar1 { /*holds the background gradient graphic at the top*/
	background-image:url(images/bg-rt-col.jpg); background-repeat:no-repeat; background-position: top right;
	margin-top:-1px;
	padding:0px;
}
#sidebar1content { /*holds the content away from sidebar edges*/
	padding:20px 0px 20px 30px;
	
	}
	
#sidebar1content a{
	color:#00659e;
	text-decoration:none;
	}
#sidebar1content a:Hover {
	color:#000;
	text-decoration:underline;
	}

#sidebar1bottom { /*holds bottom graphic for sidebar*/
	width:316px;
	height:10px;
	background-image:url(images/rt-col-bottom.jpg); background-repeat:no-repeat; background-position:top;
	}

#sidebar1appointment {
	border-width: 3px;
	border-style: solid;
	border-color: #b5b3af;
	/*background-color: #ffffff;*/
	margin-right: 15px;
	
}

.twoColFixRtHdr #mainContent #sidebar1appointment a {
	padding: 15px 27px 15px 27px;
	color:#fff;
	background-image:url(images/nav-bg.jpg); background-repeat:repeat-x;
}
.twoColFixRtHdr #mainContent #sidebar1appointment a:hover {
	background-image:url(images/nav-bg-hover.jpg); background-repeat:repeat-x;
	color:#fff;
}





/*-------sidebar styles-----------*/	
.address {
	text-align:right;
	font-size:1em;
	margin-right:10px;
	}
.address a {
	color:#000;
	text-decoration:none;
	}
.address a:hover {
	color:#00659e;
	}
h1.address {
	margin-top:-5px;
	font-size:1.2em;
	}
.phone {
	
	text-align:right;
	text-decoration:none;
	color:#00659e;
	font-size:24px;
	padding-bottom:10px;
	margin-right:10px;
	}
.phone a:hover {
	color:#000;
	}
/*---------------------------------HOME page callouts -----------------------------------*/
#callout-testimonials { /*now replaced with flash*/
	width:205px;
	height:97px;
	text-align:center;
	background-image:url(images/bg-testimonial.jpg); background-repeat:no-repeat;
	float:right;
	margin:20px;
	}
#callout-testimonials p {
	width:140px;
	margin:20px;
	color:#00659e;
	}
/*--------------videos-----------------*/
#videos a img {
	width:238px;
	height:197px;
	background-image:url(images/videos.jpg); background-repeat:no-repeat; background-position:0 0;
	}
#videos a:hover img {
	background-position:-244px 0;
	}


/*-----Dagnew in left sidebar using PNG fix for IE6--------*/
#meet-your-neurosurgeon {
	width:306px;
	height:327px;
	background-image:url(images/elias-dagnew-md.png); background-repeat:no-repeat; background-position:right;
	margin-right:10px;
	}	
.quote-dagnew {
	width:140px;
	margin-left:10px;
	}
		
	
/*------------------------------main content------------------------------------*/
.twoColFixRtHdr #mainContent { 
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/bg-shdw-maincnt-top.jpg); background-repeat:repeat-x; background-position:top;
	min-height:500px;
  height:auto !important;
  height:500px;	
  line-height:20px;
} 

.twoColFixRtHdr #mainContent a {
	color:#00659e;
	text-decoration:none;
	}
.twoColFixRtHdr #mainContent a:hover {
	color:#000;
	text-decoration:underline;
	}


/*---------------------------------------------footer---------------------------------------------*/

.twoColFixRtHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
	font-size:11px;
	color:#5f7ca8;
	
} 
.twoColFixRtHdr #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 */
	color:#fff;
	font-size:12px;
}
		
.twoColFixRtHdr #footer p a {
	font-size:11px;
	color:#5f7ca8;
	}
.twoColFixRtHdr #footer p a:hover {
	color:#fff;
	}
	
#footer ul {
	padding:0px;
	margin:0;
}
#footer li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	list-style-type:none;
	display:inline;
	line-height:15px;
	padding-right:10px;
	padding-bottom:2px;
}
#footer li a {
	color:#5f7ca8;	
	text-decoration:none;
	font-size:10px;
	font-weight:bold;	
}
#footer li a:hover {
	color:#fff;
	text-decoration:none;
}

#footer .extralinks li a {
	color:#cccccc;	
	text-decoration:none;
	font-size:6pt;	
} 

/*----------------------------------stuff-------------------------------------------*/
.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;
}
	
ul li {/*--custom bullets--*/
	list-style-image:url(images/bullet-1.gif);
	}
	
td {vertical-align:	top;}

#education {
	display:none;
	}
	
.bgblue {
	background-color:#e5f4fb;
	border:1px solid #859db0;
	padding:5px;
	}
.dagnewblue {
	color:#00659e;
	}
/*------------------------------------- PRINT STYLES-----------------------------------*/
	
.printonly {
	display:none;
	visibility:collapse;
	}
.screenonly {
	display:inherit;
	}
#masterfooter {
	border:1px solid red;
	}

