/* 
	main stylesheet for Bright Dental Health Centre
	1 column of body text with image at right 
	by: Jason Douglas - FieryLizard.com
	August 2009
*/
* {
	padding: 0;
	margin: 0;
}

html, body { height: 100%; }
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000;
}

img{ border: none; }

a{
	color: #000;
	text-decoration: underline;
}
a:hover{ text-decoration: none; }

p { margin-bottom:0.7em; }
h1{ font-size:3.2em; }
h2{ font-size:2em; }

.clear{ clear: both; }

#container{
	position:relative;
	height:100%;
	width: 970px;
	margin:0 auto 0 auto;
}
#content{
	position:absolute;
	top:50%;
	width:100%;
	height:617px;
	margin-top:-286px; /* top margin should be negative half of height, but reducing for 1024x768 */
}
#header_left {
	float:left;
	clear:left;
	width:313px;
	height:90px;
	text-align:right;
}
#header_right {
	float:left;
	clear:right;
	width:638px; /* (what would make 100% minus the right margin) */
	height:80px; /* 90px minus top margin */
	margin-top:10px;
	text-align:right;
	font-size:1em;
	font-weight:bold;
	color:#87868a;
}

#menu {
	float:left;
	clear:left;
	width:313px;
	height:427px;
	/*background-image:url(/images/menu_bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	*/
	text-align:right;
}
#menu h1 { margin-top:45px; } /* orig 95, moved up */
#menu ul { margin:25px 0 25px 0; }
#menu ul li {
	color:#696b6d;
	list-style:none;
	text-transform:uppercase;
	font-size:1.1em;
	margin-bottom:1em;
	font-weight:bold;
}
#menu ul a {
	color:#696b6d;
	text-decoration:none;
}
#menu ul a:hover { color:#474649; }

#quote_left {
	text-align:right;
	width:313px;
	vertical-align:bottom;
	margin:auto 0 0 auto;
}
.quote {
	display:block;
	font-style:italic;
	color:#000000;
	font-size:1.1em;
	margin-top:15px;
}

#maincontainer {
	float:left;
	width:449px; /*width:449px - margins;*/
	height:421px;
	overflow:auto;
}
#maincontainer #maintext {
	margin:28px 30px 12px 54px;
}
#pageimg {
	float:left;
	clear:right;
	width:189px; /* 208 - 19  (what would make 100% minus the right margin) */
	height:427px; 
	text-align:left;
	vertical-align:top;
}
#pageimg img {
	width:189px;
	height:421px;
}

#footer_left {
	/* not currently used */
	float:left;
	clear:left;
	width:465px; /* 485 = 50% minus margins */
	height:65px; /* 75px minus margins */
	vertical-align:top;
	margin:10px 0 0 20px;
}
#footer_right {
	float:right;
	clear:right;
	width:360px; /* 485 which would be 50% minus 15px right margin */
	height:75px;
	vertical-align:top;
	text-align:right;
	margin-right:16px;
}