﻿
/*
  CONOVER DENTAL CENTER STYLE SHEET
*/

/* Elements */
body
{
	margin: 5px 0px 0px 0px;
	font-size: 10pt;
	color: #333333;
	font-family: Tahoma;
	background-color: White;
	background-image: url('Images/bg_bluegradient.gif');
	background-repeat: repeat-x;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 14pt;
	color: #305A8E;
	font-weight: normal;
}


a:link    
{
color:#484848 
}
a:visited 
{
color:#484848 
}
a:active  
{
color:#484848 
}
a:hover
{
	color: #416DA4;
	text-decoration: underline;
}

/* Element ID's ONE INSTANCE PER PAGE*/
#divHeading
{
position: relative;
top: 0px;
margin-left: auto; 
margin-right: auto;
width: 750px;  height: 123px; 
background-color: #ffffff; 
border-top: darkgray 3px solid;
border-left: darkgray 3px solid; 
border-right: darkgray 3px solid; 
border-bottom: darkgray thin solid; 
border-color: #6590CD;
}

#divFooter
{
position: relative;	
top: 0px;  left: 0px; height: 60px;
margin-left: auto; 
margin-right: auto; 
width: 750px;
background-color: #ffffff;
border-bottom: 3px solid #6590CD;
border-left: 3px solid #6590CD; 
border-right: 3px solid #6590CD;
border-top: thin solid #6590CD;
}


#divPageContents
{
/* Height is specific inline */
margin-left: auto;
margin-right: auto; 
width: 750px; 
position: relative;
top: 0px;  
background-color: #ffffff; 
border-left: 3px solid #6590CD;
border-right: 3px solid #6590CD;
}

/* Classes */
.cssPageText
{
	font-size: 10pt;
	color: #333333;
}

.divImageDiv
{
	font-size: 9pt;
	top: 53px;
	left: 477px;
	height: 286px;
}

.cssFramedImage
{
	border: 4px solid #CCCCCC;
}

.cssPageHeading
{
	font-family: Tahoma;
	font-size: 16pt;
	color: #305A8E;
	top: 7px;
	left: 21px;
	width: 266px;
	height: 25px;
}

.divEmphaticText
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

.divAdType
{
	padding: 3px;
	margin: 3px;
	border: 1px solid #C0C0C0;
}


