﻿/*
CSS for IDRG Main Business Site
*/

/*
Background color: #123456
Text Color: #123456
*/
html {
	background: #DDD;
}

body {
	background: ;
	color: #000;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0 10px 0 8px;
	font-family: Arial;
}

p {
    text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px;
}

h1 {
	text-align: center;
	color: #123456;
	width: 100%;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	font-size: 40px;
}

.content {
	text-align: center;
}

.menu ul {
	list-style-type: none;
	margin: 0 15px 15px 15px;
	padding-top: 15px;
}

.menu ul li {
	display: inline;
	text-shadow: 0px 0px #123456;
	padding: 8px;
	font-weight: bold;
}

.menu {
	text-align: center;
}

#body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFF;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	border-left: 2px solid #123456;
	border-right: 2px solid #123456;
	box-shadow: 0px 0px 50px #123456; 
}

#footer {
	text-align: center;
	margin-top: -35px;
	font-size: x-small;
}

#padding {
	padding: 0 0 45px 0;
}

.menu a:link {
	color: #FFF;
	border: 2px solid #123456;
	border-radius: 20px;
	background: #123456;
	box-shadow: 0px 0px 10px #123456;
	padding: 5px;
}

.menu a:visited {
	color: #FFF;
	background: #123456;
}

.menu a:active {
	color: #FFF;
	background: #123456;
}

.menu a:hover {
	border: 2px solid #123456;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 40px #123456;
	padding: 5px;
	color: #123456;
	text-shadow: 1px 1px #FFF;
}

a:link {
	color: #000;
}

a:visited {
	color: #123456;
}

a:active {
	color: White;
}

a:hover {
	color: #bc8318;
}

ul li {
	list-style-type: none;
}

hr {
	color: #123456;
	border: 1px solid #123456;
}

figure img {
	border: 2px solid #123456;
	box-shadow: 10px 10px 40px #123456;
}

figcaption {
	font-style: italic;
	font-size: small;
    display: block;
	padding-top: 20px;
}

#map {
	border: 1px solid #123456;
	box-shadow: 0px 0px 50px #123456;
	width: 600px;
	height: 450px;
}

#statement {
	border: 1px solid #123456;
	box-shadow: 0px 0px 50px #123456;
	width: 640px;
	margin: 0 auto 0 auto;
	padding: 0 10px;
	text-align: center;
	border-radius: 25px;
}

.services ul li {
	text-align: left;
	list-style: circle url(images/check.ico);
	line-height: 30px;
}

.services table {
	margin: 0 auto 0 auto;
	text-align: center;
}

.services tr td {
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: 0;
	font-weight: bold;
}

.doctors img {
	border: 2px solid #123456;
	box-shadow: 10px 10px 40px #123456;
}

.staff hr {
	color: #123456;
	border: 1px solid #123456;
	width: 50%;
}


.doctors hr {
	color: #123456;
	border: 1px solid #123456;
	width: 50%;
}

.info h4 {
	text-decoration: underline;
}

.info ul li {
	list-style: disc;
	text-align: left;
}

.nav {
	height: 100px;
	line-height: 50px;
}

.nav ol li {
	list-style: none;
	margin: 0 15px 15px 15px;
	padding-top: 15px;
}

.nav ol li {
	display: inline;
	text-shadow: 0px 0px #123456;
	padding: 8px;
	font-weight: bold;
}

.info a {
	border: 2px solid #123456;
	border-radius: 20px;
	background: #123456;
	box-shadow: 0px 0px 10px #123456;
	padding: 5px;
}

.info a:visited {
	color: #FFF;
	background: #123456;
}

.info a:active {
	color: #FFF;
	background: #123456;
}

.info a:hover {
	border: 2px solid #123456;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 40px #123456;
	padding: 5px;
	color: #123456;
	text-shadow: 1px 1px #FFF;
}

.info .note a, a:active, a:visited {
	border: 0;
	background: none;
	text-align: center;
	color: #000;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px;
}

.info .note a:hover {
	text-shadow: 0px 0px;
	padding:5px;
	background:#123456;
	color: #FFF;
}