/* SITE BODY BACKGROUND */
#fullsite {
	width: 800px;
	margin-left: 50%;
	position: absolute;
	left: -400px;
	z-index: 2;
}


/* HEADER */
#fullsite #siteHeader {
	position: relative;
	width: 800px;
	height: 50px;
}

#fullsite #siteHeader #shLogo {
	position: relative;
	float: left;
	height: 50px;
	width: 450px;
}

#fullsite #siteHeader #shCall {
	position: relative;
	background-image: url(../images/st-paul-dentist-call-today.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 310px;
	height: 50px;
	text-align: right;
	padding-right: 40px;
}

/* SITE IMAGE */

#fullsite #siteImage {
	position: relative;
	height: 180px;
	width: 800px;
}

#fullsite #siteImage #siPhoto {
	position: relative;
	background-image: url(../images/st-paul-dentist-women2.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 450px;
	float: left;
}

#fullsite #siteImage #siDentalPlan {
	position: relative;
	height: 180px;
	width: 350px;
	float: left;
}

/* TOP NAVIGATION */
#topNavigation {
	position: absolute;
	height: 25px;
	width: 780px;
	top: 235px;
	z-index: 25;
	padding: 0px 10px 0px 10px;
	margin-left: 50%;
	left: -400px;
	
}

#fullsite #topNavigationSpacer {
	position: relative;
	background-image: url(../images/st-paul-dentist-navbar2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 800px;
	z-index: 25;
}

/* SITE BODY */
#fullsite #siteBody {
	position: relative;
	background-image: url(../images/st-paul-dentist-body-bkg2.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 780px;
	padding: 10px;
}

#fullsite #siteBody #sbLeft {
	position: relative;
	background-image: url(../images/clear.png);
	background-repeat: repeat;
	width: 530px;
	float: left;
	padding-left: 10px;
}

#fullsite #siteBody #sbRight {
	position: relative;
	width: 220px;
	float: left;
	padding-left: 10px;
}


/* SITE BODY LEFT CONTENT */
#fullsite #siteBody #sbLeft #sblContent {
	position: relative;
	width: 530px;
}

/* SITE BODY RIGHT OFFER CONTENT */
#fullsite #siteBody #sbRight #offerHeader {
	position: relative;
	height: 25px;
	width: 220px;
}

#fullsite #siteBody #sbRight #offerContent {
	position: relative;
	background-image: url(../images/st-paul-dentist-offer-body.jpg);
	background-repeat: no-repeat;
	background-color: #F6D181;
	width: 220px;
	margin-bottom: 20px;
}

#fullsite #siteBody #sbRight #offerContent #ocContent {
	position: relative;
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* SITE BODY RIGHT NEWS */
#fullsite #siteBody #sbRight #sbrSideOne {
	position: relative;
	background-image:url(../images/st-paul-dentist-side-bkg.jpg);
	background-repeat: no-repeat;
	background-color: #F6D181;
	width: 200px;
	padding: 10px 10px 0px 10px;
}
#fullsite #siteBody #sbRight #sbrSideOne #sbrSNews {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 200px;
	position: relative;
	height: 200px;
	overflow: hidden;
	border-bottom:1px solid #445818;
	border-top:1px solid #445818;
}

#fullsite #siteBody #sbRight #sbrSideOne #sbrSNews #sNewsContent .sideNewsEntry {
	padding: 10px 0px;
	position: relative;
}

/* SITE BODY RIGHT COMMERCIAL */
#fullsite #siteBody #sbRight #sbrCommerical {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 200px;
	position: relative;
	height: 250px;
	overflow: hidden;
}

/* BOTTOM NAVIGATION */
#fullsite #bottomNavigation {
	position: relative;
	background-color: #FFFFFF;
	height: 20px;
	width: 780px;
	padding: 10px;
	text-align: center;
}

/* SITE FOOTER */
#fullsite #siteFooter {
	position: relative;
	background-image: url(../images/st-paul-dentist-body-footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	clear: both;
	float: none;
	width: 800px;
}

#fullsite #siteFooter #sfContent {
	position: relative;
	width: 780px;
	padding: 10px 10px 10px 10px;
}

#fullsite #siteFooter #sfContent .addressBox {
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8AEA3;
}


/* SITE COPYRIGHT */
#fullsite #siteCopyright {
	position: relative;
	height: 40px;
	width: 800px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
