@charset "utf-8";
/* CSS Document */
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #EBCD7A;
	background:#000000;
}
h1 {
	margin:0;
	position:absolute;
	top: 37px;
	left: 10px;
	z-index:3;
	width: 230px;
	background:url(../images/logo.png) no-repeat;
	text-indent: -9000px;
}
h1 a {
	display: block;
	height: 125px;
	background:url(../images/logo.png) no-repeat;
}
h2 {
	margin:0;
	padding:0;
}
h3 {
	font-weight: bold;
}
h4 {
	font-size:16px;
	margin:5px;
}
h5 {
	font-size:14px;
	margin:5px;
	font-style:italic;
}




ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
p {
	margin: 0px;
	padding:0;
}
#wrapper {
	width: 950px;
	margin:0 auto;
	background: #7895A3;
}
#wrapper #content {
	float: right;
	width: 750px;
	color:#000000;
}
#wrapper #content h2 {
	margin:10px;
}
#wrapper #content p {
	margin:10px;
}
/*Start taking charge of the lower content div*/
#wrapper #lowerContent {
	clear: both;
	height:200px;
	
	
}

/*End taking charge of the lower content div*/


/*Start take charge of the sidebar*/

#wrapper #sidebar {
	float: left;
	width: 200px;
}
#wrapper #sidebar {
	height:300px;
	background:url(../images/P2LSidebarpix.jpg);
}
#knowledgeBody #wrapper #sidebar {
	height:300px;
	background:url(../images/knowledgeSidebar_bg.jpg);
}
#hereForYouBody #wrapper #sidebar {
	height:300px;
	/*background:url(../images/hereForYouSidebar_bg.jpg);*/
}
#erronBradyBody #wrapper #sidebar {
	height:300px;
	background:url(../images/bradySidebar_bg.jpg);
}
#yourSmileBody #wrapper #sidebar {
	height:300px;
	background:url(../images/yourSmileSidebar_bg.jpg);
}
/*End take charge of the sidebar*/

/*Start taking charge of the masthead*/
#wrapper #masthead {
	background: #550B0B url(../images/masthead_bg.gif) repeat;
	position: relative;
	height: 200px;
	width: 100%;
	border-bottom: solid 1px #483318;
}
/*End taking charge of the masthead*/



/*Begin Control the behavior and selection of the masthead images*/
#wrapper #masthead #bannerImage {
	position:absolute;
	width:950px;
	height:150px;
	top:25px;
	left:0px;
	z-index:1;
}
#bradyTeamBody #wrapper #masthead #bannerImage, #bradyTeamBody_chairSide #wrapper #masthead #bannerImage {
	background:url(../images/bradyTeamMastheadPic.jpg)
}
#welcomeBody #wrapper #masthead #bannerImage, #bradyLoginBody #wrapper #masthead #bannerImage {
	background:url(../images/adminMastheadPic.jpg)
}
#knowledgeBody #wrapper #masthead #bannerImage {
	background:url(../images/knowledgeMastheadPic.jpg)
}
#hereForYouBody #wrapper #masthead #bannerImage {
	background:url(../images/hereForYouMastheadPic.jpg)
}
#erronBradyBody #wrapper #masthead #bannerImage {
	background:url(../images/erronBradyMastheadPic.jpg)
}
#bradyIndexBody #wrapper #masthead #bannerImage {
	background:url(../images/indexMastheadPic.jpg)
}
#yourSmileRestorativeBody #wrapper #masthead #bannerImage, #yourSmileCrownsBody #wrapper #masthead #bannerImage, #yourSmileImplantsBody #wrapper #masthead #bannerImage, #yourSmileVeneersBody #wrapper #masthead #bannerImage, #yourSmileWhiteningBody #wrapper #masthead #bannerImage {
	background:url(../images/yourSmileMastheadPic.jpg)
}
#restoredBody #wrapper #masthead #bannerImage {
	background:url(../images/restoredMastheadPic.jpg)
}
/*End Control the behavior and selection of the masthead images*/

/*Start if taking control of footer*/
#wrapper #footer {
	clear: both;
	background: #53531E url(../images/footer_bg.gif) repeat;
	text-align:center;
}
#wrapper #footer p {
	display:inline;
}
#wrapper #footer a {
	display:inline;
}
#wrapper #footer p.middleFooterText {
	margin-left: 100px;
	margin-right:130px;
}
/*End of taking control of footer*/





.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;
}
.spacer {/*this class should be placed on a div element to give a 10px spacing above and below any inline elements that I want to give a little padding to and avoid the box model*/
	height:10px;
}
.underline {/*this class is a hybrid of the .spacer class that allows me to place a nice separating line between repeating content and acheive a 10px spacing above and below any inline elements that I want to give a little padding to and avoid the box model.*/
	height:10px;
	border-bottom: 1px solid #666666;
}
