@charset "UTF-8";
/* CSS Document */

body {
	background-color: #222;
	width: 1000px;
	height: auto;
	margin: auto;
	margin-top: 20px;

}

.headerBackground {
	width: 978px;
	height: 150px;
	background-image: url(../resources/acc_header_background.png);
	background-repeat:no-repeat;
	
}

.contentBackground {
	width: 978px;
	height: 460px;
	background-image: url(../resources/acc_content_background_2.png);
	background-repeat:no-repeat;
	
}

.footerBackground {
	width: 978px;
	height: 95px;
	background-image: url(../resources/acc_footer_background.png);
	background-repeat:no-repeat;
	padding-left: 27px;
	padding-top: 10px;
	
}

.mainLogo {
	width: 350px;
	height: 140px;
	position: relative;
	float: left;
	margin-left: 30px;
	border: none;

}

.logoImage {
	width: 350px;
	height: 140px;
	border: none;

}

.siteDesignWrapper {
	width: 980px;
	height: 33px;

}

.siteDesign {
	width: 238px;
	height: 33px;
	margin-left: 20px;
	float: left;
	margin-top:-24px;

}

.copyright {
	width: 715px;
	height: 20px;
	float: left;
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-right: 20px;
	margin-top:-27px;

}

.mainNav {
	position: relative;
	width: 980px;
	height: 440px;
	padding-top: 15px;
	
}

#footerSlideshow {
	margin: auto;

}

.addressBlock {
	text-align:right;
	margin-right:50px;
	margin-top: expression('-120px');
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}

.addressBlockLeft {
	text-align:Left;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	padding-left: 5px;
}

.addressBlockRight {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	float:right;
	margin-top:-63px;
	margin-top: expression('-45px');
	margin-right: 50px;
}

.headerNavBlock {
	text-align:right;
	margin-right:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}


.contentForeground {
	width: 958px;
	height: 400px;
	margin-left: 19px;
	border-top: solid thin #666;
	border-bottom: solid thin #666;
	position: relative;
	z-index: 10;
}

.pageHeader {
	width: 137px;
	height: 400px;
	z-index: 15;
}

.pageHeader#doctor {
	background: url(../images/doctor_page_header.png) no-repeat scroll 0%;
}

.pageHeader#clinic {
	background: url(../images/clinic_page_header.png) no-repeat scroll 0%;
}

.pageHeader#athletes {
	background: url(../images/athletes_page_header.png) no-repeat scroll 0%;
}

.pageHeader#services {
	background: url(../images/services_page_header.png) no-repeat scroll 0%;
}

.pageHeader#successStories {
	background: url(../images/success_stories_page_header.png) no-repeat scroll 0%;
}

.pageHeader#faq {
	background: url(../images/faq_page_header.png) no-repeat scroll 0%;
}

.pageHeader#contactUs {
	background: url(../images/contact_us_page_header.png) no-repeat scroll 0%;
}

.pageContent {
	width: 785px;
	height: 370px;
	margin-left: 150px;
	float: left;
	position: relative;
	z-index: 20;
	margin-top: -390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left:8px;
	padding-top:0px;
	padding-right:10px;
	overflow:auto;
}

.column { 
	padding: 5px;
	text-align:justify;
}

.wrapper { 
	margin:0px;
	height: 270px;

}
		
.wide, .thin { clear:both; }
	
blockquote { font-style: italic; margin-left: 10px; border-left:2px solid #EFEFEF; padding-left: 8px;}

#mainTabs {
margin:0 auto;
width:885px;
margin-top:0px;
}
#mainTabs li { list-style:none; float:right;}
#mainTabs .long li { list-style:none; float:right; width:250px;}
#mainTabs a {
  display:block;
  padding:4px 0 6px;
  height:18px;
  width:155px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  text-align:center;
  font:12pt Calibri;
  color:#444;
  background:#FFF;
  border-bottom:1px solid #FFF;
  border-top:1px solid #666;
}
#mainTabs .long a {
	width:200px;
}

#mainTabs a:hover {
  height:18px;
  padding:4px 0 6px;
  background:#888;
  color:#FFF;
  border-bottom:1px solid #8CC63F;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  border-right:1px solid #666;
}
#mainTabs a.selected {
  height:18px;
  padding:4px 0 6px;
  background:#FFF;
  color:#8CC63F;
  border-bottom:1px solid #666;
  border-left:1px solid #666;
  border-right:1px solid #666;
  border-top:1px solid #FFF;
  z-index:1000;
}

.clear { clear:both; height:1px; }


/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 790px; 
    height:360px;
} 

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .div {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:790px;
	height:360px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}




/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 			{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 		{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  		{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  		{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

#contact-wrapper {  
    width:633px;  
    border:1px solid #e2e2e2;  
    background:#FFF;  
    padding:0px 20px 0px 20px;  
}  
#contact-wrapper div {  
    clear:both;  
    margin:1em 0;  
}  
#contact-wrapper label {  
    display:block;  
    float:none;  
    font-size:12px;  
    width:auto;  
}  
form#contactform input {  
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
    border-style:solid;  
    border-width:1px;  
    padding:5px;  
    font-size:12px;  
    color:#333;  
}  
form#contactform textarea {  
    font-family:Arial, Tahoma, Helvetica, sans-serif;  
    font-size:100%;  
    padding:0.6em 0.5em 0.7em;  
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;  
    border-style:solid;  
    border-width:1px;  
}

#directionsDetail {
	width: 300px;
	height: 350px;
	float:right;
	margin-right:30px;
	margin-top:-350px;
}


/*Individual Page Content DIvs*/

/*doctor*/

#aboutDoctor {
	padding: 30px;
	
}

#education {
	padding: 30px;
	
}

#licenses {
	padding: 30px;
	
}

#community {
	padding: 30px;
	
}

