﻿@import url('siteStyle.css');
@import url('siteLeftNavigation.css');
@import url('siteRightNavigation.css');
@import url('layoutStyle.css');

body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url('../images/default/background.png');
	background-repeat: repeat;
}

#siteWrapper
{
	width: 990px;
	margin: 0 auto;
	background-color: #FFF;
}

#headerWrapper
{
	width: 978px;
	position: relative;
}

#topBar
{
	width: 978px;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #0099CC;
	height: 14px;
	line-height: 14px;
	position: relative;
	float: left;
	z-index: 1;
}

#logoHeader
{
	clear: both;
	position: relative;
	width: 978px;
	margin-top: 5px;
	margin-left: 6px;
	margin-right: 6px;
	background-image: url('../images/default/topgradbar.jpg');
	background-repeat: repeat-x;
	height: 70px;
	float: left;
	z-index: 1;
}

#topPageButtons
{
	clear: both;
	position: absolute;
	float: right;
	left: 750px;
	top: 13px;
	width: 225px;
	height: 25px;
	font-size: 12px;
	overflow: visible;
	z-index: 2;
}

#pageWrapper
{
	width: 978px;
	margin-top: 5px;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	padding: 0;
}

#phDentalSearch
{
	width: 206px;
	background-color: #0099CC;
	height: 107px;
	float: left;
}

#phGraphic
{
	width: 765px;
	margin-left: 7px;
	height: 107px;
	float: left;
}

#leftNavWrapper
{
	width: 206px;
	float: left;
	margin-top: 5px;
	margin-bottom: 3px;
}

#leftNavigation
{
	clear: both;
	float: left;
	width: 206px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/leftNav/left_nav_bg.png');
	background-repeat: repeat-y;
}

#lnLeftMenu
{
	width: 175px;
	margin-top: 12px;
}

#lnQuickLinks
{

	float: left;
	background-image: url('../images/leftNav/bottom_left_nav_grey_box.png');
	background-repeat: no-repeat;
	width: 206px;
	height: 84px;
	margin-top: 10px;
	margin-bottom: 2px;	
}

#mainContentWrapper
{
	margin-top: 5px;
	margin-left: 7px;
	float: left;
	position: relative;
	width: 765px;
}

#mcBar
{
	width: 765px;
	margin: 0;
	padding: 0;
	background-color: #99CC33;
	float: left;
	height: 9px;
	line-height: 9px;
}

#mcStandard
{
	margin: 10px 10px 7px 10px;
	width: 735px;
}

#mcWithNavigation
{
	float: left;
	width: 590px;
	margin: 10px 10px 7px 10px;	
}

#mcRightNavigation
{
	width: 149px;
	float: right;
	margin-top: 10px;
	background-image: url('../images/rightNav/right_nav_bg.gif');
	background-repeat: no-repeat;
	background-color: #DDE9A3;

}

#footerBar
{
	clear: both;
	width: 978px;
	background-color: #0099CC;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	height: 14px;
	line-height: 14px;
	color: #FFF;
	font-size: 10px;
	text-align: center;	
}

#footer
{
	clear: both;
	text-align: center;
	font-size: x-small;
	color: #000;
}

#curvedBG
{
	margin: 0 auto;
	width: 400px;
	background-image: url('../images/default/roundedGrayBox.gif');
	background-repeat: no-repeat;
	height: 60px;
}









