@charset "utf-8";
/*
Theme Name: Niagara
Theme URI: http://niagaraorthodontics.com/
Description: Dr. Pershad's Site
Version: 1.0
Author: Joel Ybanez
Company: Essential Talk
*/
* {
	margin: 0;
	padding: 0;
}

img {
border: none;
}
 
body  {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size: .9em;
	background: #143761 url(images/BG.gif) top left repeat-x;
	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: #0a2642;
}

p {
  padding-bottom: 12px;
  padding-top: 5px;
  font-size: .8em;
  color: #283964;
  line-height: 1.8em;
}

blockquote {padding-left: 10px;}

#container {
	width: 966px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerb {
	background: url(images/bdybkgblue.gif) top left repeat-x;
	margin: 0;
}

#header {
	padding: 10px 0 2px 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: 146px;
	width: 966px;
        margin-bottom: 1px;
        float: left;
        clear:both;
} 
.logo {
	background: url(images/logo.gif) no-repeat top left;
	width: 261px;
	height: 106px;
	float: left;
	padding-bottom: 33px;
}

#banner {
	width: 717px;
         height: 95px;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px;
	/*clear: both;*/
}

#sidebar ul, li {
font-size: 16px;
}

#sidebar img {margin: 10px 0 0 0;}

#mainContent {
	background: url(images/contentBG.gif) top left repeat-y;
	width: 755px;
	float: left;
}

 #editableContent1 {
      padding: 0px 45px;
} 

 #editableContent {
}

#editableContent ul, ol, li {
margin-left: 35px;
margin-bottom: 5px;
color:#283964; 
font-size: 12px;
}

 #pageContent {
	padding:5px 45px 5px;
} 

#intro {
          width: 747px;
          height: 520px;
          margin: 0px auto;
}

#maps {
          width: 664px;
          height: 160px;
}

.mapLeft {
	width: 331px;
         height: auto;
	float: left;
}

.mapRight {
	width: 331px;
         height: auto;
	float: right;
}

.p_spacer {
 	background: url(images/spabkg.gif) top left repeat-x;
	height:8px;
         padding-bottom: 8px;
         margin: 0;
}

#contentFooter {
	background: url(images/footer.gif) bottom left no-repeat;
	
}

h2 {
	background: url(images/topper.gif) top left no-repeat;
	width: 755px;
	padding: 20px 0px 0px 30px;

}
* html h2{display: inline;}
h3 {
color: #1e3b63; padding-top:5px; padding-bottom:10px; /*0a2642-2c3e88*/
}

table {
	font: 11px/24px "Trebuchet MS", Tahoma, Arial;
	border-collapse: collapse;
         color: #283964;
	/* width: 320px; */
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

td:first-child {
	width: 190px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}

#footer {
	padding: 0px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer.gif) bottom left no-repeat;
	text-align: center;
clear: both;
} 
#footer p {
font-size: .8em;
}
.fltrtText { /* 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;
         margin-right:22px;
	font-weight:bold;
	font-size: 0.80em;
	text-align: right;
	color: #143761;
}

.noSpace {padding:0; margin:0;}

.spacer {padding-top: 50px;}

#menu {
	background: url(images/menuborder.gif) top left no-repeat;
}

#editableContent a:link, #editableContent a:visited {color:#8384b4; background:none; margin:0; padding:0;}
#editableContent a:focus, #editableContent a:hover, #editableContent a:active {color:#8384b4; background:none; margin:0; padding:0;}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
}

#pagetitle {
	background: url(images/titlebkg.gif) top left no-repeat;
	width: 755px;
	height: 18px;
}

#staff {
	width: 100%;
	height: 150px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#staff img {
	width: 203px;
	height: 148px;
	margin-right: 10px;
}

.fltrt { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;

}

.fltrtFirst { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;
         clear: both;
}

.fltRight { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 8px;
}


.fltLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 8px;
}


.flashvideo {margin-left: 185px;}

ul, ol {margin-left: 35px; margin-bottom: 10px; color:#283964; }

#btnSet {margin-left: 200px;}
#btnSet .pgBtn a{background: url(images/mainButton.gif) top left no-repeat; width: 108px; height: 53px; color:#d6eaf9; font-size: 12px; padding-left: 15px; padding-right: 15px; text-align: right; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-top: 5px; float: left; margin-top: 20px; text-decoration:none;}
#btnSet .pgBtn a:hover{background: url(images/mainButton.gif) top left no-repeat; width: 108px; height: 53px; color:#0a2642; font-size: 12px; padding-left: 15px; padding-right: 15px; text-align: right; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-top: 5px; float: left; margin-top: 20px; text-decoration:none;}

.patientLogin { width: 966px; height: 36px; padding: 0; margin: 0; display: inline; float: left; }
.patientLogin ul { height: 36px; list-style:none; padding:0; margin: 0;}
.patientLogin a { background: url(images/request.jpg) top left no-repeat; width: 195px; height: 24px; color:#FFF; font-size: 12px; padding-top: 6px; padding-right:10px; text-align: center; font-family:Arial, Helvetica, sans-serif; float: right; text-decoration:none; }

/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
  font-size: 14px;
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  background: url(images/menuborder.gif) bottom left no-repeat;
  width: 195px;
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu-v a {
  width: 190px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  display: block;
  color: #7ba8da; /*fff*/
  font-weight: bold;
  font-size: .9em;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  /* background-color:#CCCCCC; */
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
background: url(images/menuHover.gif) top left repeat-x;
color: #143761;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #1f1048 url(images/buttonBG.gif) top left repeat-x;
  color: #7ba8da; /*FFF*/
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background: #0a2642;
  color: #7ba8da; /*fff*/
}


ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 195px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}

#links{float:left;width:100%;}
#links ul{list-style-type:none;display:inline;padding:0;}
#links ul li{float:left; margin-right: 30px; margin-left: 30px; display: inline;}
#links ul li img{width:286px; height:119px;}
#links ul li a{background:none; width:286px;}
#links img{border:none;}

#bookmark {float: right; display:inline; }
#bookmark a{background: #0a2642; color: #7ba9da; text-decoration:none; border: 2px solid #7ba9da; padding: 0 5px; margin-right:22px; }

.border_purp { border: solid 2px #75a9db }

.staffGallery img { float: left; margin: 0 3px; }
.welcome_section {position: relative; width: 665px; height: 416px; background: #070b16 url(images/collage.jpg) top left no-repeat; }
.welcome_section img { position: absolute; bottom: 10px; left: 10px; }
