@import url(https://fonts.googleapis.com/css?family=Cardo,Oxygen);

*{
	padding:0;
	margin:0;
}
body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color:#000000;
	font-size: 13px;
}
/** BASE FONT FAMILIES **/
body, p, ul, ol, h1, h3, h4, ul, ol {
	font-family: Oxygen, Arial, Helvetica, sans-serif;
}
h2 { font-family: Oxygen, Verdana, Arial, Helvetica, sans-serif; }
/**BASE ELEMENT STYLES**/
p, ul, ol {
	font-size: 140%;
	text-align: justify;
	line-height: 125%;
	margin: 14px 0 14px 0;
	}

h1 {
	color: #232323;
	font-size: 180%;
	text-align: left;
	margin: 0;
	text-transform:uppercase;
	font-weight:bold;
	}
#home h1 {
	}
	
h2 {
	color: #3B6FA7;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 10px 0;
	}

h3, h4, h5, h6 {
	color:#000000;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}

a {
	color: #14439E;
	text-decoration: none;
	}

a:hover {
	color: #4482C3;
	}

ul {
	list-style-position: inside;
	margin: 10px 0 20px 30px;
	padding: 0;
	}
	
ul li {
	margin-bottom: 10px;
	list-style: circle;
	}
	
ol {
	list-style-position: inside;
	margin: 10px 0 20px 10px;
	padding: 0;
	}
	
ol li {
	margin-bottom: 10px;
	}
	
a:link img, a:hover img, a:visited img {
	border: none;
	background:none;
	}

/*------------- header section ----------------- */

#header_wrapper{
	width: 100%;
	height:380px;
	z-index:100;
	position:relative;
	}
#home #header_wrapper{
	}

#header{
	margin: 0 auto;
	width: 988px;
	padding: 0;
	height: 93px;
	position:relative;
	}

#home #header{
	}

/*------------- middle section ----------------- */

#middle_wrapper{
	width: 100%;
	padding: 0 0 10px 0;
	}
#home #middle_wrapper{
	}

/*------------- content section ----------------- */

#content_wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: url(../_media/backgrounds/bg-content.png) center top repeat-y;
	position: relative;
	z-index: 9;
	}
#home #content_wrapper{
	}

/*------------- content header/footer section ----------------- */

#content_header{
	width: 100%;
	background: url(../_media/backgrounds/bg-content-top.png) center top no-repeat;
	padding: 55px 0px 20px 0px;
	}
	
#home #content_header{
	}
	
#content_footer{
	width: 100%;
	background: url(../_media/backgrounds/bg-content-bottom.png) center bottom no-repeat;
	}	
#home #content_footer{
	}
/*------------- content main ----------------- */

#content_main{
	width: 688px;
	min-height: 300px;
	text-align: left;
	padding: 15px 0 10px 0;
	margin: 0;
	float: right;
	right: 20px;
	position: relative;
	}
#home #content_main{
	padding: 30px 0 10px 0;
	min-height: 0;
}
#home #content_main p {
	font-size: 140%;
	line-height: 140%;
}
#f {
	width: 77px;
	height: 80px;
	background: url(../_media/backgrounds/F.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: -20px -20px -40px -10px;
}

/*------------- content side ----------------- */

#content_side{
	float: left;
	width:248px;
	min-height: 100%;
	position: relative;
	left: 23px;
	padding: 0;
	text-align: center;
	margin-top: -14px;
	}
#home #content_side{
}
#content_side p, #content_side h1, #content_side h2, #content_side ul{
}

#content_side p{
	text-align: center;	
	color: #000000;
	padding: 0 15px 20px 15px;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
    }

#home #content_side p{
}

#home #content_side a{
	border: none;
	text-decoration: none;
}
	
#content_side h2, #content_side h3 {
	color: #000000;
	font-family: Oxygen, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	text-transform:uppercase;
	padding: 0 10px 8px 10px;
	margin: 0;
	text-align: center;
	}
	
#content_side ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 10px 20px 15px;
	text-align:left !important;
	}
#content_side li {
	padding: 0;
	margin: 5px 0 5px 0;
	list-style: none;
	list-style-type: none;
	text-align:left;
	}
	
#content_side li a {
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 110%;
	text-align: left;
	}
#content_side li li a {
	font-size: 80%;
	text-align: left;
	line-height: 100%;
	}
	
#content_side  ul li ul li a {
	font-size: 70%;
	text-align: left;
	line-height: 95%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a.active {
	}
	
#content_side li a:hover {
	color: #000;
	}

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../_media/backgrounds/bg_footer.png);
}

#footer{
	text-align: center;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	height: 140px;
	background-image: url(../_media/backgrounds/konys-and-katsarski.png);
	background-position: center 70px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
}

#home #footer{
}

#footer_links{
	text-align: center;
	width: 960px;
	margin: 0 auto;
}
#footer_links p{
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: Oxygen, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer_links a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
	padding: 0 3px 0 3px;
	text-decoration: none;
}

#footer_links a:hover {
	text-decoration: underline;
}
/*------------- misc elements ----------------- */

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 98%;
	margin: 0 auto 0 auto;
}
#checklist li{
	list-style-type: none;
	list-style-image: url(../_media/common_assets/checkbox.png);
}

/*  CSS Classes   */	

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right, #mapContainer {
	background-color: #ffffff;
	border: solid #222222 1px;
	margin-bottom: 5px;
	padding: 0;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	margin: 0 auto 5px auto;
	}

.swf_center {
	margin: 0 auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0 auto 5px auto;
	width: 480px;
	height: 350px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_center {
	margin: 0 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}		

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0;
	}	

.module_right p, .module_left p, .module_center p {
	padding-left: 10px;
	padding-right: 10px;
	}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}
/*pullquotes*/
.pullquote {
	font-style: italic;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}

.pullquote.alignright{
	text-align: right;
	border-right: 3px solid #000000;
	padding: 6px 10px 6px 6px;
	color: #9D7B55;
	float: none;
}
.pullquote.alignleft{
	padding: 6px 6px 6px 10px;
	border-left: 3px solid #866340;
	color: #866340;
	text-align: left;
	float: none;
}
.pullquote.alignright.small{
	width: 40%;
	padding: 6px 10px 6px 10px;
	margin: 0 0 12px 10px;
	float: right;
	background-color: #EEEEEE;
	border-right: 3px solid #000000;
}

.pullquote.alignleft.small{
	width: 40%;
	padding: 6px 10px 6px 10px;
	margin: 0 10px 12px 0;
	float: left;
	background-color: #EEEEEE;
	border-left: 3px solid #000000;
}
/*sizers*/
.small {
 	font-size: .8em;
}
.large {
	font-szie: 1.2em;
}

/*  DESIGN ELEMENTS */
	
.dashed_line{

	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.caption{
	margin: 5px 0 0 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 10px;
}
.clear{
	clear: both;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0 30px 0;
	}
.clear_line{
	clear: both;
	background-color: #E4DBB4;
	width: 100%;
	padding-top: 1px;
	margin: 20px 0 20px 0;
	}

.highlight {
	width: 97%;
	margin: 0 auto;
	padding: 10px 10px 5px 0;
	background-color: #EFE6CD;
	border: solid #C68974 1px;
	}
	
#breadcrumbs{
	position:relative;
	left:8px;
	padding:0 0 36px 0;
	display: none;
}
#breadcrumbs #breadcrumbPage,#breadcrumbs #breadcrumbSpacer{
	float:left;
	margin:0px;
	padding:5px 0 5px 5px;
	font-size:10px;
	line-height:100%;
}

#interior #sb-nav-close{

}

.pbhs { 
	font-weight:bold;
	}
/* CSS3/PIE.htc stuff */

.rounded6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rounded10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.shadow {
  /* offset left, top, thickness, color with alpha */
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#interior .rounded6, #interior .rounded8, #interior .rounded10, #interior .shadow {
    behavior: url(../_css/PIE.htc);
}
#home .rounded6, #home .rounded8, #home .rounded10, #home .shadow {
    behavior: url(_css/PIE.htc);
}

.opacity80 {
    opacity:.8;
}
/* no flash styles */

#name{
	width:279px;
	height:95px;
	background-image:url(../_media/backgrounds/EastSideLogo.png);
	background-repeat:no-repeat;
	display:block;
	left:3px;
	position:absolute;
	top:8px;
	text-indent:-9999px;
}
#name a{text-indent:-9999px; display:block; width:100%; height:100%;}
#name.start{
	opacity:0;
}
#home #name {
}
#phone{
	position:absolute;
	left:780px;
	top:30px;
	color:#FFF;
	font-family: Oxygen, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-style:italic;
	font-weight: bold;
	text-align: right;
}
#nav{
	height:46px;
	margin: 0 -490px 0 0;
	position: absolute;
	z-index: 99;
	top: 389px;
	right: 50%;
}
#nav .sf-menu{
	width:715px;
}
#nav.start{
	opacity:0;
}
#home #nav{
}
#banner{
	width:984px;
	height:278px;
	background-repeat:no-repeat;
	position: relative;
	margin:0 auto;
	text-align:left;
	background-image: url(../_media/backgrounds/bannerBG.png);
}
#banner img{
top:8px;
left:8px;
position:relative;
}
#home #banner{
	
}
.pngFix{
	-pie-png-fix:true;
   	behavior:url(_css/PIE.htc);	
}
.iefix
{
 /* IE hack */
  background:none\9; /* Targets IE only */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader();
}
.animate{
	visibility:hidden;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
ul#bannerNav{
margin:0px;
padding:0px;
position:absolute;
left:8px;
top:180px;
}
ul#bannerNav li{
	list-style:none;
	float:left;
	padding:0px
}
ul#bannerNav li a.btnMain{
	display:block;
	height:50px;
	background-position:left center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#oms-patient-info a.btnMain{
	background-image:url(../_media/backgrounds/oral-surgery-patient-info.png);
	width:241px;
}
#endo-info a.btnMain{	
	background-image:url(../_media/backgrounds/endodontic-patient-info.png);
	width:242px;	
}
#referring-doctors a.btnMain{
	background-image:url(../_media/backgrounds/referring-doctors.png);
	width:243px;
}
#patient-videos a.btnMain{
	background-image:url(../_media/backgrounds/patient-education-videos.png);
	width:242px;
}
#nivoSlider{
	position: relative;
	top:0;
	left:0px;
	height:400px;
	width:690px;
	overflow:hidden;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	font-size: 16px !important;
}

#home #content_side a {
    margin-top: 10px;
}