@charset "utf-8";
/*
Theme Name: Dr Richard M Wood
Theme URI: http://GreenVineDesigns.com
Description: Custom wordpress Theme for At Your Services developed under GreenVine Designs.
Version: 1.0
Author: Michael Shihinski
Author URI: http://GreenVineDesigns.com
*/

* 				{ margin: 0; padding: 0; outline: none; }
.clear 			{ clear: both; }
.alignleft 		{ float: left; display: inline; margin: 0px 10px 10px 0px; }
.aligncenter 	{ margin: 0 auto; }
.alignright 	{ float: right; display: inline; margin: 0px 0px 10px 10px; }
p				{ margin-bottom: 15px; }
body 			{ background: #fff url(images/bg.jpg) top center no-repeat;
				  font-family: Arial, Helvetica, sans-serif;
				  font-size: 10pt; color: #fff; }


a:link {
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}
a:visited {
color:#eab330;
text-decoration:none;
font-weight:normal;
}
a:hover {
color:#1E77D3;
text-decoration:underline;
font-weight:normal;
}


/* Theme Specific Styling */
#wrapper {
	width: 918px;
	margin: 0 auto;
	padding-top: 10px;
}

#menu {
	width: 918px;
	height: 45px;
	overflow: hidden;
	background: #000;
	text-align: center;
	padding-top: 25px;
}

#banner .slideshow-widget {
	position: absolute;
	z-index: 0;
}

#menu ul { 
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}

#menu li {
	float: left;
	position: relative;
	right: 50%;
}

#menu a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12pt;
	padding: 0px 15px;
	display: block;
	text-transform: uppercase;
}

#menu a:hover {
	color: #de1672;
}

#menu li.page-item-2 a:hover {
	color: #fbb224;
}

#menu li.page-item-10 a:hover {
	color: #8cd000;
}

#menu li.page-item-13 a:hover {
	color: #50afef;
}

#menu li.page-item-15 a:hover {
	color: #dba3f0;
}

#menu li.page-item-20 a:hover {
	color: #efe64c;
}

#logo {
	width: 254px;
	height: 23px;
	background: url(images/logo.jpg) top left no-repeat;
	overflow: hidden;
	margin: 10px 0px;
}

#logo a {
	display: block;
	width: 254px;
	height: 23px;
}

#content {
	width: 918px;
	min-height: 437px;
	height: auto !important;
	height: 437px;
	text-align: justify;
}

h1.title {
	width: 205px;
	height: 27px;
	overflow: hidden;
}

h1.title span {
	display: none;
}

h1.wow {
	background: url(images/words_of_women_h1.png) top left no-repeat;
}

h1.locations {
	background: url(images/locations.png) top left no-repeat;
}

h1.surgeon {
	background: url(images/surgeon.png) top left no-repeat;
}

h1.test {
	background: url(images/testimonials_h1.png) top left no-repeat;
}

h1.book {
	background: url(images/the_book.png) top left no-repeat;
}

#level2 {
	background: #000;
	padding: 10px 20px;
}

#level2 .inner {
	background: #575a5b;
	padding: 10px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
}

#banner {
	width: 918px;
	height: 437px;
	background: url(images/tmp.jpg) top left no-repeat;
}


#link {
	position: absolute;
	z-index: 100;
	width: 918px;
	height: 437px;
	overflow: hidden;
	background: transparent url(images/filler.gif) top left repeat;
}

#link a {
	width: 918px;
	height: 437px;
	display: block;
}

#footer {
	background: #d8d8d8;
	min-width: 918px;
	width: 100%;
	height: 18px;
	margin: 40px 0px;
}

#footer a {
	color: #636466;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
}

#footer .inner {
	width: 918px;
	height: 17px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 1px;
}
div.my_left_box{
    float: left;
    padding: 10px;
    width: 435px;
    border: 1px solid gray;
}

div.my_right_box{
    float: right;
    padding: 10px;
    width: 290px;
    border: 1px solid gray;
}

