/*
    Siloam web site CSS

*/

/**********************************
	Color values:
	#8ba0ae - body grey
	#b5d0e2 - body light blue
	#97c1d9 - background blue
	#dae6f4 - background inside pages
	#559cbe - logo drop blue
	#002d62 - logo dark blue
	#fff - white

***************************************/
   
   

/* ===== global styles ===== */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td img {
	margin: 0;
	padding: 0;
}

div { 
	border: solid #000 0px; 
}


body {
    font-family: Verdana, Geneva, sans-serif;
	background: #b5d0e2;
	//background-image: url(../images/bkgd.gif);
	background-repeat: repeat-x;
    margin: 0;
    padding: 0;

}
}


#outerDiv {
    width: 775px;
	position: absolute;
	left: 527px;
	top: -18px; 
	margin: 0px 0px 0px -387px;
}

#border {
	width: 775px;
	border: solid #FFF 1px;
}

/* ===== header ===== */

#header {
    height: 119px;
	width: 775px;
    background: url(../images/Header.jpg) no-repeat;
}


/* ===== navBar ===== */

#navBar ul{
	width: 775px;
	list-style: none;
}

#navBar li {
	background-image: url(../images/navBarb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navBar li a {
	margin: 0px;
	padding: 0px;
	background: url(../images/navBarb.jpg) no-repeat left top;
	display: block;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
    text-indent: -9999px;
}
#navBar li.home a {
	float: left;
	width: 155px;
	height: 49px;
	background-position: 0px 0px;
}
#navBar li.home a:hover {
	float: left;
	width: 155px;
	height: 49px;
	background-position: 0px -49px;
}
#navBar li.doc a {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -155px 0px;
}
#navBar li.doc a:hover {
	float: left;
	width: 155px;
	height: 49px;
	background-position:  -155px -49px;
}
#navBar li.services a {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -310px 0px;
}
#navBar li.services a:hover {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -310px -49px;
}
#navBar li.smile a {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -465px 0px;
}
#navBar li.smile a:hover {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -465px -49px;
}
#navBar li.contact a {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -620px 0px;
}
#navBar li.contact a:hover {
	float: left;
	width: 155px;
	height: 49px;
	background-position: -620px -49px;
}
#navBar li.home a.current {
    background: url(../images/navBarb.jpg) no-repeat;
	background-position: 0px -49px;
	width: 155px;
	height: 49px;
}
#navBar li.doc a.current {
    background: url(../images/navBarb.jpg) no-repeat;
	background-position:  -155px -49px;
	width: 155px;
	height: 49px;
}
#navBar li.services a.current {
    background: url(../images/navBarb.jpg) no-repeat;
	background-position: -310px -49px;
	width: 155px;
	height: 49px;
}
#navBar li.smile a.current {
    background: url(../images/navBarb.jpg) no-repeat;
	background-position: -465px -49px;
	width: 155px;
	height: 49px;
}
#navBar li.contact a.current {
    background: url(../images/navBarb.jpg) no-repeat;
	background-position: -620px -49px;
	width: 155px;
	height: 49px;
}
#navBar li a.current:hover {
    cursor: default;
}





/* =====main Image ===== */

#mainImage {
	clear: both;
	width: 774px;
}




/* ===== bottom ===== */

#bottom {
	position: relative;
	width: 775px;
	height: 375px;
	background: #97c1d9;
}
#mainImage2 {
	padding: 275px 0 0 0;
}
#location {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .9em;
	padding: 20px 0 0 20px;
	width: 200px;
}
#copy {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 550px;
	font-size: .8em;
	margin: 0px;
	padding: 20px 0 0;
	line-height: 1.2em;
	color: #FFF;
}
/* ===== site pages ===== */
/* ===== mainContent ===== */

#mainContent {
	clear: both;
	width: 780px;
	height: 850px;
	background-color: #dae6f4;
}
.smileGalleryPage #mainContent {
	height: 9800px;
}
.services #mainContent {
	height: 1250px;
}
.home #mainContent {
	height: 375px;
}

.smileGalleryPage #mainContent img.teeth {
	border: solid #FFF 3px;
}
.smileGalleryPage #mainContent h2 {
	padding: 30px 0 10px 0;
}
.smileGalleryPage #backToTop a {
	font-size: .7em;
	line-height: 1.5em;
}
#mainContentContact{
	clear: both;
	width: 775px;
	height: 650px;
	background-color: #dae6f4;
}
/* ===== sideBar ===== */

#sidebar {
	clear: both;
	float: left;
	width: 248px;
	height: 850px;
	border-right: solid 1px #fff;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: #97c1d9;
}
.smileGalleryPage #sidebar {
	height: 9800px;
}
.services #sidebar {
	height: 1250px;
}
.home #sidebar {
	height: 375px;
}
#sidebarContact {
	clear: both;
	float: left;
	width: 248px;
	height: 650px;
	border-right: solid 1px #fff;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: #97c1d9;
}

/* ===== pageContent ===== */

#pageContent {
	padding: 20px 15px 0px 20px;
	margin: 0;
	font-size: .75em;
	line-height: 1.4em;
	color: #002d62;
}
#pageContent img{
	margin: 0 0 10px 0;
}
#pageContent p{
	margin: 0;
	padding: 5px 0 7px 0;
}
#pageContent h2{
	font-size: 1.1em;
	margin: 0px;
	padding: 5px 0 0 0;
	color: #002d62;
}
#pageContent a{
	text-decoration: none;
	color: #06C;
}
#pageContent a:hover{
	color:#8ba0ae;
}
.contact table.hours {
	float: right;
	margin: -4px 70px 0 0;
}
.services #pageContent table {
	float: left;
	margin: 0 20px 5px 20px;
	width: 425px;
}
.services #pageContent ul.indent {
	float: left;
	margin: 0 20px 10px 20px;
	width: 450px;
}
.noBullet {
	color: #dae6f4;
}
/* ===== footer ===== */
#footer {
	width: 775;
	clear: both;
	margin: 10px 0 0 0;
}

#footer p {
	font-size: 0.5em;
	font-style: normal;
	line-height: normal;
	color: #002d62;
	text-align: center;
}

#footer a:link, #footer a:visited{
	color: #559cbe;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #fff;
	text-decoration: none;
}


/* ===== floats ===== */


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  }

.Menu {

	 padding:15px;
	 background-color:#81B4D1;
	 text-align:left;

}

.Sub_Menu {

 	padding:12px;
 	background-color:#97c1d9;
	text-align:left;
}

.Menu_Link {

	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px; 
	padding-bottom:15px;
	color:white; 
	font-family: arial;
	text-decoration:none;

}

.Menu_Link_Selected {

	color: white;
	background-color: #97c1d9;

}

a.Menu_Link:hover {

	color: #81B4D1;
	background-color: white;

}

.Sub_Menu_Link {

	padding:8px;
	padding-left: 10px;
	padding-right: 10px; 
	color:white; 
	font-family: arial;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;

}

.Sub_Menu_Link_Selected {

	color: white;
	background-color: #81B4D1;

}


a.Sub_Menu_Link:hover {

	color: #81B4D1;
	background-color: white;

}



.Main_Block {
	width:100%
	background-color: #97c1d9;

	margin: 0;
	font-size: .75em;
	line-height: 1.4em;
	color: #002d62;

	
}

.Left_Block {
	float:left; 
	width:248px;
	
	padding-bottom: 10px;
	background-color: #97c1d9;	
}

.Right_Block {

	float:left;
	width:505px;
	//padding: 20px 15px 0px 20px;
	background-color: #dae6f4;
	padding-top:20px;
	padding:8px;

}

.Empty_Block {

	background-color: #97c1d9;

}

	

	
.Main_Block img{
	margin: 0 0 10px 0;
}
.Main_Block p{
	margin: 0;
	padding: 5px 0 7px 0;
}
.Main_Block h2{
	font-size: .9em;
	margin: 0px;
	padding: 5px 0 0 0;
	color: #002d62;
}
.Main_Block a{
	text-decoration: none;
	color: #06C;
}
.Main_Block a:hover{
	color:#8ba0ae;
}

