/* 

STYLE SHEET FOR BROADWAYDENTAL.ORG WEB SITE
developed by bluespace creative, Inc.
www.bluespacecreative.com

*/

* {margin: 0; padding: 0;}

body {
	background: #cce9e5 url(../images/BubblesBkg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000;
}
p {
	clear: none !important;
	float: none !important;
	padding-bottom: 8px;
	color: #333;
}

/*  --------- 2. structure  --------- */

#wrapper {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;

		}
#wrapper #innerWrapper {
}
		
#logo {
	float: left;
	padding-top: 29px;
	padding-left: 52px;}
	
#logo a, #logo a:hover{border-bottom: none;}

#topNav {
	float: right;
	text-align: right;
	padding-top: 18px;
	color: #1cabbf !important;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/topNavBkg.gif);
	background-position: right top;
	padding-right: 32px;
	width: 540px;
	padding-bottom: 27px;
	background-repeat: no-repeat;
	z-index: 300;
	line-height: 10px;
}

#topNav p{color: #1cabbf !important;}

#topNav a {
	color: #1cabbf !important;
	text-decoration: none;
	border-bottom-style: none;
}
#topNav a:hover {
	border-bottom: 1px dotted #01AFC8;
	background-color: transparent;
}
	
#masthead {
	padding-top: 25px;
	float: left;
	clear: both;
		}
		
#navContainer {
	padding-left: 13px;
		}
#masthead #pageTitle {
	margin-left: 13px;
	background-image: url(../images/secPageTitle.jpg);
	height: 74px;
	background-repeat: no-repeat;
	width: 872px;
}


#content {
	clear: both; z-index: 300;
		}
.bottomSection {
	width: 240px;
	padding-right: 13px;
	padding-left: 38px;
	float: left;
	padding-bottom: 10px;
}

#rightContent {
	width: 520px;
	padding-left: 38px;
	float: left;
	padding-bottom: 10px;
}

#fullContent {
	width: 770px;
	padding-left: 51px;
	float: left;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 13px;
	padding-left: 38px;
	font-size: 11px;
		}
#footer p {
	padding-bottom: 2px;
	color: #6a6a6a;
}

#footer a {color: #6A6A6A;}

/* ---------- 3. links and navigation ---------- */

a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #13758f;
	text-decoration: none;}
		
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #13758f;
	color: #13758f;
	text-decoration: none;}
		
.bottomSection h4 a{height: 15px; border-bottom: none !important; padding: 5px 0 5px 4px; display: block; background: url(../images/navigation/secNav.gif) no-repeat top left; overflow: hidden;}
.bottomSection h4 a:hover{border-bottom: none !important; background-color: transparent; background: url(../images/navigation/secNav.gif) no-repeat top right; overflow: hidden;}

		
/* ---------- 4. fonts ---------- */

ul {list-style-type: none;}
#pageTitle h1 {font-size: 45px; color: #00afc8; padding: 29px 0 0 20px;}

#rightContent ul, #fullContent ul {list-style-type: disc; padding: 0 0 8px 18px; line-height: 19px;}

/* ---------- 5. images ---------- */

a img {border: 0;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  