@charset "utf-8";
/* CSS Document 
   Developed by Karine A. for At-Ease Dentistry 
*/

/* === global styles === */

body {
	margin:0;
	padding:0;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background:#187970; /* url(../images/body_bg2.jpg); #038e86; */
	background-position:top;
	background-repeat:repeat-x;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

div#outerDiv {
	width:1000px;
	margin:0 auto;
	background:#35a99c url(../images/top_logo_nav.jpg) no-repeat;
	height:262px;
}

img.floatLeft {
    float: left;
	margin-right: 15px;
}

img.floatRight {
    float: right;
	margin-left: 15px;
}

img#fixedImage {
	position: fixed;
	right: 15px;
    bottom: 15px;
}

div#fixedText {
    position: fixed;
	width: 200px;
	top: 5px;
	left: 5px;
	background-color: #399;
	padding: 15px;
	border: 1px dashed #666;
}

#outerDiv div#contactButton {
	position: absolute;
	left: 650px;
	top: 0;	
}

#contactButton a:link, #contactButton a:visited {
    
}

/* === header === */

div#header {
    height: 110px;
	position: relative;
}


/* === template === */


#cont_wrapper {
	width: 1100px;
	border:#878684;
	border-width: 10px;	
	margin: 0 auto;
	padding: 0 5px;
	
}



#cont_header {
	width: 920px;
	height: 90px;
	padding: 0 30px;
	margin: 0 0 20px 0;
	background: url(../images/cont_header_bg.png)
}

/*#homerightim {
	background-color:#ccc; 
	background-image: url(../images/office_smright.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}*/