@charset "utf-8";
/* CSS Document */

/* RESET */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
/* END RESET */

body {
    text-align: center;
    background: #081645 url(../background-images/bg-home.png) repeat-x;
    background-position: 0px 548px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:hover,
a:active,
a:hover {
	color:#fff;
}

#container {
    width: 1051px;
    margin: 25px auto;
}

#header {
    width: 1051px;
    height: 189px;

}

#main {
    width: 1051px;
	background-image: url(../background-images/bg-home-main.jpg);
	background-repeat:repeat-y;

	
}

#portal {
	background-image: url(../background-images/top-background.png);
	background-repeat:repeat;
	float:left;
	width:1051px;
}


#portal h2 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 10px;
}

#portal div {
    margin: 15px 65px;
    height: 230px;
	width: 215px;
	float: left;
	border: 1px solid #353535;
	position: relative;
}

#portal div img {
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#portal div span {
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 215px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

}

#navigation {
	background-image:url(../background-images/navigation-background.png);
	background-repeat:repeat;
	position: relative;
	overflow: hidden;
	height:35px;




}
/*
#navigation ul {
	list-style-type: none;
	background: #534f4f;
	float: left;
	width: 1051px;
}

#navigation li {
	display: inline;	
}

#navigation li a {
	display: block;
	float: left;
	padding: 6px 5px;
	width: 205px;
	margin: 0px 66px;
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}
*/
#gen, #cent, #cosm {
	text-indent: -9999px;
}

#gen {
	background: url(../images/nav/general-dentistry.png) center no-repeat;
	background-position: center 0px;
}
#cent {
	background: url(../images/nav/center-for-sleep-solutions.png) center no-repeat;
	background-position: center 0px;
}
#cosm {
	background: url(../images/nav/cosmetic-dentistry.png) center no-repeat;
	background-position: center 0px;
}

#nav li a:hover {
	background-color: #2e4351;
}
#content-home-main{

	min-height: 240px;

}.stylebig{
	font-size:24px;
	font-weight:bold;
	
}
#content-home {
    background-color: #0e1c48;
    text-align: left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 20px;
	margin-right: 20px;
	padding:15px;
	min-height: 200px;
	color: #FFF;
}
#content-home
a:link,
a:hover,
a:active,
a:visited {
	color:#fff;
}

 
#content-home h1 {
	font-weight: normal;
	font-size: 28px;
	padding-bottom:20px;
}

#content-home p {
	line-height:30px;
	font-size: 14px;
	
}


#footer {
	position: relative;
	top: -5px;
	background-image:url(../background-images/home-footer-top.png);

}

#footer ul {
    list-style-type: none;
}

#footer li {
    display: inline;
}

#footer li a {
    width: 214px;
    margin: 0px 100px;
    display: inline;
    line-height: 30px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

#footerbg-home {
	position: relative;
	top: -10px;
	background: url(../background-images/home-footer.png) no-repeat;
	height: 26px;
	width: 1051px;
}

#bot, #bot a {
	color: #eee;
	font-size: 14px;
	line-height:20px;
	margin-top: 10px;
	text-align: left;
}

#bot p {
	margin: 5px;	
}

#logos {
	padding: 15px 0px;
	text-align: center;
}

#logos img {
	margin: 0px 20px;
	vertical-align: middle;
	border: 0px;
}

.clear {
    clear: both;
}

#copyright {
 text-align: left;
 color: #fff;
 font-size: 12px;
 padding: 5px;
 border: 1px solid #112436;

 width: 240px;
 box-shadow: 1px 1px 3px #000;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
}

#copyright a {
 color: #fff;	
}

