@charset "utf-8";
/*
Theme Name: drboutin
Theme URI: http://drboutin.com/
Description: Dr. Boutin's Site
Version: 1.0
Author: Kevin Wick
Company: Essential Talk
*/
* {
	margin: 0;
	padding: 0;
}

img {
border: none;
}
 
body  {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size: .9em;
	background: #000000 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: #000000;
}

p {
  padding-bottom: 15px;
  padding-top: 5px;
}

blockquote {padding-left: 10px;}

#container {
	width: 966px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 15px 0 0 20px;  /* 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: 140px;
	width: 946px;
        clear:both;
} 
.logo {
	background: url(images/logo.gif) no-repeat top left;
	width: 261px;
	height: 106px;
	float: left;
	padding-bottom: 33px;
}
#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;*/


}
#mainContent {
	background: url(images/contentBG.gif) top left repeat-y;
	width: 755px;
	float: left;

}

#editableContent {
	padding:10px 30px 20px;
}

#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: #EE282D;
}

 
#footer {
	padding: 10px 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;
	font-weight:bold;
	font-size: 0.75em;
	text-align: right;
	color: #5c5c5c;
}

.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:#666666; background:none; margin:0; padding:0;}
#editableContent a:focus, #editableContent a:hover, #editableContent a:active {color:#666666; background:none; margin:0; padding:0;}


.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;
}

#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;

}


ul, ol {margin-left: 35px; margin-bottom: 10px; }

#btnSet {margin-left: 200px;}
#btnSet .pgBtn a{background: url(images/mainButton.gif) top left no-repeat; width: 108px; height: 53px; color:#FFFFFF; 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:#FFFFFF; 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 a{background: url(images/header-button.gif) top left no-repeat; width: 140px; height: 27px; color:#FFFFFF; font-size: 14px; padding-left: 15px; padding-right: 15px; text-align: center; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-top: 10px; float: left; text-decoration:none; margin-left:13px;}

.patientLogin ul {list-style:none; padding:0; margin:0;}


/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
  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: 195px;
  	padding-bottom: 5px;
	padding-top: 5px;
  display: block;
  color: #FFFFFF;

	font-weight: bold;
  font-size: .9em;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* 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;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #ee2c31 url(images/buttonBG.gif) top left repeat-x;
  color: #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: #000000;
  color: #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: #000000; color: #FFFFFF; text-decoration:none; border: 2px solid #383838; padding: 0 5px; }