/*CSS file for Kingston Denture Clinic*/

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background-color: #fff;
	margin-top: 30px;
}

h1 {
	color: #003366;
	font-style: italic;
	font-size: 4em;
	margin-bottom: 10px;
}

h2 {
	font-style: italic;
	color: #000080;
}

span {
	font-style: italic;
	font-weight: bold;
}

span.blue {
	color: #000080;
}





/*wrapper div
============================================================*/
#wrapper {
	width: 780px;
	margin: 0 auto;
}

#wrapper address {
	font-style: normal;
	font-size: 1.3em;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 630px;
	text-align: center;
	font-weight: bold;
}

#wrapper p.saying {
	background-color: #036;
	height: 30px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-family: lucida-console, arial, sans-serif;
	font-size: 1.5em;
}

/*#nav
============================================================*/
#nav {
	width: 630px;
	font-family: lucida-console, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#nav a {
	text-decoration: none;
	color: #c00;
}

#nav a:hover {
	text-decoration: underline;
	border-bottom: 3px solid #c00;
}

#nav img {
	float: right;
}

#nav ul {
	list-style: none;
	margin-left: 0px;
	float: left;
}

#nav li {
	display: inline;
	padding-right: 40px;
}

#nav li.selected {
	color: #036;
}

/*#banner-left, #banner-right
============================================================*/
#banner-left {
	width: 630px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #036;
	border-bottom: 2px solid #036;
}

#banner-left p.jhon {
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

#banner-left p.phone {
	color: #036;
	font-size: 3em;
	font-weight: bold;
}

#banner-right img.float-right{
	float: right;
	margin-top: 5px;
}

/*#content
============================================================*/
#content {
	width: 780px;
	border-bottom: 2px solid #036;
}

/*#left
============================================================*/
#left {
	float: left;
	clear: both;
	width: 300px;
	margin-top: 45px;
}

#left a {
	color: #c00;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

#left h3 {
	color: #003366;
	text-align: center;
	border: 2px solid #003366;
	width: 285px;
	margin-bottom: 30px;
	background-color: #cfcfcf;
	padding: 2px;
}

#left img.second {
	margin-top: 30px;
}

#left img.third {
	margin-top: 30px;
	margin-bottom: 20px;
	border: none;
}

#left img.lucy {
	margin-top: 90px;
}

#left p {
	font-family: lucida-console, arial, sans-serif;
	color: #000080;
	font-weight: bold;
	margin-top: 5px;
}


/*#right
============================================================*/
#right {
	float: right;
	width: 480px;
	margin-top: 45px;
	font-family: lucida-console, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#right h2  {
	font-family: times, courier, serif;
	font-size: 2em;
	margin-bottom: 10px;
	margin-left: 40px;
}

#right h2.two {
	margin-top: 90px;
}

#right h2.three {
	margin-top: 45px;
}

#right h2.second {
	margin-top: 30px;
}

#right h2.special  {
	font-family: times, courier, serif;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 40px;
	color: #c00;
}

#right h3 {
	color: #003366;
	text-align: center;
	border: 2px solid #003366;
	width: 300px;
	margin-bottom: 30px;
	margin-left: 110px;
	background-color: #cfcfcf;
	padding: 2px;
}

#right h4 {
	color: #000080;
	margin-top: 25px;
	margin-left: 40px;

}

#right p {
	margin-bottom: 10px;
	margin-left: 40px;
}

#right p.red {
	color: #c00;
	font-size: 2em;
	font-weight: bold;
	font-family: times, courier, serif;
	text-align: center;
	line-height: 1.3em;
}

#right p.phone {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	font-family: times, courier, serif;
	text-align: center;
	line-height: 1.3em;
}

#right ul {
	margin-left: 40px;
}

#right li {
	margin-bottom: 3px;
}

/*#footer
=============================================================*/
#footer {
	clear: both;
	width: 780px;
	text-align: center;
	margin-bottom: 30px;
	border-top: 2px solid #036;
}

#footer a {
	text-decoration: none;
	color: #c00;
}

#footer a:hover {
	border-bottom: 3px solid #c00;	
}

#footer p {
	padding-top: 20px;
	font-family: lucida-console, arial, sans-serif;

}

#footer ul {
	list-style: none;
	margin-left: 0px;
	font-family: lucida-console, arial, sans-serif;
	font-size: 1em;
}

#footer li {
	display: inline;
}

#footer li.selected {
	color: #036;
}


