html
{
background-image: url('images/OP-background.jpg');
background-repeat:no-repeat;
background-position: center top;
background-color:#0075c8;
}

body 
{
 margin: 0 auto;
 background: url('images/OlympicPlasticSurgerySilhouette.png') no-repeat fixed bottom center;
}

#ContentHolder
{
  width:1000px;
  margin: 0px auto;
}

/* Drop Shadow */
.box_shadow {
     -moz-box-shadow: 0px 0px 4px #000000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #000000; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #000000; /* Opera 10.5, IE 9.0 */
}

/* Gradient */
.gradient {
  background-image: -moz-linear-gradient(top, #96cdea, #0075c8); /* FF3.6 */
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0075c8),color-stop(1, #96cdea)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#96cdea', endColorstr='#0075c8'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#96cdea', endColorstr='#0075c8')"; /* IE8 */
}

.gradient_flip {
  background-image: -moz-linear-gradient(top, #0075c8, #96cdea); /* FF3.6 */
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #96cdea),color-stop(1, #0075c8)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075c8', endColorstr='#96cdea'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075c8', endColorstr='#96cdea')"; /* IE8 */
}


.gradient_purple {
  background-image: -moz-linear-gradient(top, #b489c0, #803795); /* FF3.6 */
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #803795),color-stop(1, #b489c0)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b489c0', endColorstr='#803795'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b489c0', endColorstr='#803795')"; /* IE8 */
}

.gradient_pink {
  background-image: -moz-linear-gradient(top, #f7cbdd, #f19abe); /* FF3.6 */
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f19abe),color-stop(1, #f7cbdd)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cbdd', endColorstr='#f19abe'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7cbdd', endColorstr='#f19abe')"; /* IE8 */
}

/* Text Shadows */
.text_shadow
{
	text-shadow: 0 0 0.2em #ffffff;
}

/* Tables */

table,tr
{
width:100%;
padding:0 0 50px 0;
}

td
{
padding:20px 0 20px 0;
text-align:center;
}

/* HEADINGS */

h1, h1 a 
{
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 56px;
	font-family: 'Georgia' , serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

h2, h2 a 
{
	margin: 0;
	color: #fff;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: 'trebuchet ms';
}

	h2.pagetitle, h2.pagetitle a 
	{
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia' , serif;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a 
{
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'verdana';
}

/*Link Colors*/
a
{
text-decoration: none;
color:#0075c8;
outline: none;
}

a:hover
{
color:#f19abe;
}

a:visited
{
color:#803795;
}

a:visited:hover
{
color:#f19abe;
}

a img
{
    border: #000000;
}
/* Header */
#Header
{
  height:150px;
  width:1000px;
  background-color:#fff;
  padding:20px 0 0 0;
  margin:10px 0 10px 0px;

}

#header_image
{
	float:right;
	width:800px;
	float:right;
	margin:10px 10px;
    -moz-outline:0 none;
    outline:0 none;
	/*Rounded Corners*/
    -moz-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#header_flash
{
	float:left;
	margin:10px;
}

/* Navigation and Drop Down Menu*/
#nav
{
	width:1000px;
    float:left;
    margin:0 10px 0 0;
	/*padding:5px 25px 0 25px;*/
	background-color:#f19abe;
	font-family: 'trebuchet ms' , serif;
	/*Rounded Corners*/
    -moz-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#nav ul 
{
	padding:0px;
	margin:0 170px;
	list-style: none;
	line-height: 1;
}

#nav a 
{
	display: block;
	color:#ffffff;
	padding:5px;
	text-decoration:none;	
}

#nav li 
{
	max-width: 8em;
	float: left;
	padding:0 20px 0 0;
	margin:0 0 0 10px;
	color:#000000;	
}

#nav li ul 
{
	margin:0 0 0 -10px;
	width: 9.4em;
	position: absolute;
	left: -999em;
	background-color:#f19abe;
	color:#000000;
	/*Rounded Corners*/
    -moz-border-bottom-right-radius: 8px; 
	-moz-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#nav li ul a 
{
	width: 10em;
}

#nav li li ul 
{
	max-width:10em;
	margin: -1.6em 0 0 8em;
    /*Rounded Corners*/
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#nav a:hover
{
		text-shadow: 0 0 0.2em #ffffff, 0 0 0.2em #ffffff;
		
}
	
#nav li:hover ul 
{
	left:auto;
}

#nav li:hover ul, #nav li.sfhover ul 
{
	left:auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul 
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul 
{
	left:auto;
}

/* Center Content */
#centerContent
{
  float:right;
  width:630px;
  background-image: url('images/opacity45.png');
  padding:10px 25px 20px 25px;
  margin:10px;
  /*Rounded Corners*/
    -moz-border-radius: 15px; 
    -khtml-border-radius: 15px; 
    -webkit-border-radius: 15px;
    border-radius: 15px;  
	
}

/* Services Menus */
#services
{
list-style-type: none;
text-align:center;
}

#services ul
{
}

#services li 
{
display:inline;
height:auto;
width:auto;
}

/* Side Bar*/
#sidebar
{
	float:left;
	width:270px;
	background-image: url('images/opacity45.png');
	padding:5px;
	margin:10px 0 10px 10px;
	/*Rounded Corners*/
    -moz-border-radius: 15px; 
    -khtml-border-radius: 15px; 
    -webkit-border-radius: 15px;
    border-radius: 15px;
    
}

#sbb {
	margin: 10px;
	padding: 3px;
	text-align: center;
	text-decoration: none; /*remove the link underlines*/
	/*Rounded Corners*/
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;
	
}

	#sbb  ul 
	{
		margin: 0; 
		padding: 0;
		list-style-type: none;
		font-family: verdana, arial, sanf-serif;
		font-size: 20px;
		/*Rounded Corners*/
		-moz-border-radius: 8px; 
		-khtml-border-radius: 8px; 
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

		#sbb  li 
		{
			margin: 20px 0 10px;
			background-color:#0075c8;
			/*Rounded Corners*/
				-moz-border-radius: 8px; 
				-khtml-border-radius: 8px; 
				-webkit-border-radius: 8px;
				border-radius: 8px;
		}

			#sbb a 
			{
				color:#ffffff;
				display:block;
				/*width:245px;
				height:25px;*/
				text-decoration: none; /*remove the link underlines*/
				/*Rounded Corners*/
				-moz-border-radius: 8px; 
				-khtml-border-radius: 8px; 
				-webkit-border-radius: 8px;
				border-radius: 8px;
				background-image: -moz-linear-gradient(top, #96cdea, #0075c8); /* FF3.6 */
				background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0075c8),color-stop(1, #96cdea)); /* Saf4+, Chrome */
				filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#96cdea', endColorstr='#0075c8'); /* IE6,IE7 */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#96cdea', endColorstr='#0075c8')"; /* IE8 */
			}

			#sbb a:link, #list-menu a:active, #list-menu a:visited 
			{
				color: #ffffff;
			}

			#sbb a:hover 
			{
				color: #ffffff;
				background-image: -moz-linear-gradient(top, #0075c8, #96cdea); /* FF3.6 */
				background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #96cdea),color-stop(1, #0075c8)); /* Saf4+, Chrome */
				filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075c8', endColorstr='#96cdea'); /* IE6,IE7 */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075c8', endColorstr='#96cdea')"; /* IE8 */
			}

#sbb-link {
	margin: 10px;
	padding: 3px;
	text-align: center;
	text-decoration: none; /*remove the link underlines*/
	/*Rounded Corners*/
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;
	
}
	#sbb-link  ul 
	{
		margin: 0; 
		padding: 0;
		list-style-type: none;
		font-family: verdana, arial, sanf-serif;
		font-size: 14px;
		/*Rounded Corners*/
		-moz-border-radius: 8px; 
		-khtml-border-radius: 8px; 
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
#sidebutbig
{
	width:225px;
	height:auto;
	text-align:center;
	background-color:#803795;
	margin:12px 12px 20px 12px;
	padding:10px 10px 20px 10px;
	/*Rounded Corners*/
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;

}

/*Staff Pics*/
#bioblock
{
	margin:40px 0 40px 0;
	
}


/* Footer */
#footer
{
    margin:0 auto;
    padding:0;
	width:1000px;
	height:90px;
   clear:both;
}

/*Pop-Up Window Coolness*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 10px solid #0075c8;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.htc);
}
img.btn_close {
	float: right;
	margin: -45px -45px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

