@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #040404;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 792px;
	background-color: #040404;
}

#appointment {
	height: 31px;
	width: 792px;
	background-color: #b5a77c;
	border-bottom: 1px solid #fff;
}

#appointment div {
	font-size: 18px;
	padding: 5px;
}

div.contactMe {
	float: right;
}
div.contactMe a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
div.contactMe a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
div.contactMe a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}	
div.contactMe a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#header {
	height: 327px;
	width: 792px;
}

#navigation {
	height: 28px;
	background-color: #040404;
	color: #b5a77c;
	border-bottom: 1px solid #ffffff;
}

#main {
	width: 792px;
	background-color: #040404;
}

#content {
	float: left;
	padding: 15px;
	padding-top: 10px;
	width: 528px;
	background-color: #181818;
	color: #fff;
}

#contactForm {
	float: right;
	width: 208px;
	background-color: #29271d;
	margin-right: 7px;
	padding-left:7px;
	padding-top:30px;
}

.clear {
	clear: both;	
}

#contactForm form {
	margin-left: 6px;	
}

#contactForm input[type=text] {
	width: 190px;
	background-image: url(../images/inputbg.jpg);
	padding: 3px 0px 0px 3px;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
}

#contactForm textarea {
	width: 190px;
	padding: 3px 0px 0px 3px;
	font-size: 14px;
	background-image: url(../images/inputbg.jpg);
	border: 0px;
	overflow-y: auto;
}

#contactForm input[type="submit"] {
	float: right;	
	width: 80px;
}

#contactForm p {
	margin-bottom: 5px;	
}

#copyright {
	margin: 15px 10px;
	color: #fff;	
}

#copyright a {
	color: #fff;	
}

/*** MENU CSS ***/

ul.dropdown {
	background-color: #040404;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 1;
}
ul.dropdown a:link, ul.dropdown a:visited {
	display: block;
	text-decoration: none;
	color: #ccc; 
	/* padding: 3px 7px; */
}

ul.dropdown a:hover	{
	text-decoration: none;
	color: #ccc;
}
ul.dropdown ul {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	width: 170px;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	left: 0px;
	top: 100%;
	border: 1px solid #fff;
}
ul.dropdown li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 3px 7px;
	height: 22px;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	left: 100%;
	top: 0px;
}

ul.dropdown ul li:hover {
	background-color: #666;
	position: relative;
	z-index: 3;
}

ul.dropdown li:hover {
	background-color: #333;
	position: relative;
	z-index: 599;
}



/*** CONTENT CSS ***/

#content h1 {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}

#content h2 {
	font-size: 13px;
	font-weight: bold;
}

#content p {
	margin-bottom: 10px;	
}

#content ul {
	margin-left: 25px;
	margin-bottom: 10px;
}

#content ol {
	margin-left: 35px;
	margin-bottom: 10px;
}

#content .iLinks {
	margin-left: 15px;
	display: block;
	width: 230px;
	float: left;
	list-style-type: none;	
	border: 1px solid #fff;
	padding: 3px;
	padding-left: 10px;
	background-color: #333333;
}

#content .iLinks a {
	color: #E8E8E8;	
}

.phone {
	font-size: 18px;	
}

.credentials {
	font-weight: bold;
}

.centerImg {
	display: block;
	margin: 15px auto;
}

.rightImg {
	float: right;
	margin: 5px;
	border: 1px solid #ccc;
}

.leftImg {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
}

.staff {
	float: right;
	width: 435px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.center {
	text-align: center;	
}

a {
	color: #ccc;	
}

.gallery {
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.gallery .before, .gallery .after {
	float: left;
}

.gallery .before p, .gallery .after p {
	text-align: center;
	padding: 0px;
}

.gallery .after {
	margin-right: 10px;	
}
.gallery img {
	border: 1px solid #ccc;
	float: left;
	clear: left;
	margin: 5px;
}

.gallery .description {
	float: right;
	width: 300px;
}

.galleryNav {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;	
}

.galleryNav .page {
	float: left;	
}

.galleryNav .next {
	float: right;
}

.mediaRow {
	clear: both;
	margin: 15px 0px;
	border-bottom: 1px solid #ccc;
}

.mediaCol {
	float: left;
	width: 168px;
	text-align: center;
}
.mediaCol2 {
	float: left;
	width: 200px;
	text-align: center;
}
