/* General Selectors */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	font: 12px arial, sans-serif;
	color: #222;
}

h1 {
	margin: 15px 0 40px 0;
	border-bottom: 1px solid #666;
	font: 33px georgia, serif;
	color: #222;
}

h2 {
	margin: 15px 0 0 0;
	font: 28px georgia, serif;
	color: #222;
}

h3 {
	margin: 20px 0 0 0;
}

p {
	margin: 15px 0 0 0;
	line-height: 16px;
}

table {
	margin: 15px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ol, ul {
	margin: 10px 0 0 25px;
	padding: 0;
}

li {
	margin: 6px 0 0 0;
	padding: 0;
	line-height: 16px;
}

hr {
	clear: both;
	margin: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #777;
	border-left: 0;
	padding: 5px 0 0 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a:hover {
	color: #888;
}

img {
	border: 0;
}

/* General Formatting */
.clear {
	clear: both;
}

.center{
	text-align: center;
}

.error{
	color: red;
}

.info {
	color: blue;
}

span.instr {
	display: block;
	font-style: italic;
	font-size: 66%;
}

img.highlight {
	float: right;
	margin: 5px 0 30px 20px;
}

/* Website Layout */
div#page {
	width: 995px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#top {
	position: relative; 
	clear: both;
	height: 152px;
	width: 995px;
	margin: 0 auto 0 auto;
	padding: 0;
	z-index: 1000;
}

img#logo {
	position: absolute; 
	top: 50px; 
	left: 16px;
}

div#social {
	position: absolute;
	top: 45px;
	right: 30px; 
}

div#contact {
	position: absolute; 
	top: 45px; 
	right: 150px; 
	width: 150px;
	font-size: 23px;
	color: #d0c17e;
}

/* Navigation Menu */
ul#menu {
	position: absolute; 
	bottom: 0; 
	right: 20px; 
	width: 735px;
	height: 30px;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	list-style-type: none;
}

ul#menu li ul {
	display: none;
}

ul#menu li:hover > ul {
	z-index: 100;
	display: block;
	position: absolute;
	width: 175px;
	margin: 5px 0 0 0;
	padding: 0;
	background: #55090b;
}

ul#menu li:hover > ul li {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
}

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	border-right: 1px solid #d0c17e;
	padding: 3px 11px 3px 11px;
	font-size: 12px;
	text-transform: uppercase;
	color: #d0c17e;
}

.menulink:hover {
	color: #fff;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #fff;
}

.dropdown:link, .dropdown:visited, .dropdown:active {
	display: block;
	border-bottom: 1px solid #d0c17e;
	padding: 7px 7px 7px 7px;
	color: #d0c17e;
}

.dropdown:hover {
	color: #fff;
}

/* Content Styling */
div#content {
	margin: 0;
	border-bottom: 1px solid #bbb;
	padding: 0 0 20px 0;
  z-index: 900;
}

div#leftCol {
	float: left;
	width: 664px;
	padding: 0 10px 50px 10px;
}

img#header {
	display: block;
}

div#rightCol {
	float: right;
	width: 281px;
	padding: 0 15px 0 15px;
	background-image: url("images/headers/specialists.png");
	background-position: 9px 0; 
	background-repeat: no-repeat;
}

h2#slogan {
	height: 139px;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	font: italic 25px georgia, serif;
	color: #FFF8DD;
}

.submenu:link, .submenu:visited, .submenu:hover, .submenu:active {
	display: block;
	padding: 10px 5px 10px 35px;
	background-image: url("images/submenu.gif");
	background-repeat: no-repeat;
	color: #666;
}

div#rightCol p {
	margin-bottom: 10px;
	color: #666;
}

/* Styling for Specific Pages */
/* Home */
div#slideshow {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}

div#slides {
	width: 684px;
	height: 319px;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
}

div#controls {
	display: none;
}

div#controls a {
	z-index: 100;
	
	margin: 0;
	border: none;
	padding: 5px 10px;
	
	display: block;
	position: absolute;
	
	color: white;
	background-color: black;
	opacity: 0.7;
}

a#prev {
	top: 150px;
	left: -9px;
}

a#next {
	top: 150px;
	right: -10px;
}

div#caption {
	z-index: 100;
	position: absolute;
	height: 18px;
	margin: 0 -9px 0 -9px;
	padding: 10px;
	
	width: 100%;
	
	top: 281px;
	
	font-size: 14px;
	text-align: center;
	
	color: white;
	background-color: black;
	opacity: 0.7;
}

div#nav a {
	display: inline-block;
	margin: 5px;
	border: 1px solid #b8c4cf;
	padding: 3px 5px 5px 5px;
	color: #b8c4cf;
	text-align: center;
	height: 10px;
	width: 10px;
}

div#nav a.activeSlide {
	color: black;
	background-color: #b8c4cf;
}

div#rightColHome {
	float: right;
	width: 271px;
	padding: 0 25px 0 15px;
	background-image: url(images/homeRight.png);
	background-repeat: no-repeat;
}

h2#homeSlogan {
	margin: 25px 0 0 0;
	font-size: 35px;
	line-height: 35px;
	color: #550909;
	text-align: right;
}

img#homeAbout {
	display: block;
	float: right;
	clear: both;
	margin: 15px 0 0 0;
}

p#homeBlurb {
	clear: both;
	float: right;
	width: 240px;
	padding-bottom: 40px;
	text-align: right;
}

div.home {
	float: left;
	width: 190px;
	margin-top: -20px;
}

div#middle {
	margin: -20px 30px 0 30px;
}

div.home img {
	display: block;
}

div.home h3 {
	margin: 0 0 -5px 0;
	padding: 5px 0 5px 5px;
	background: #bbb;
}

div.home p {
	color: #666;
}

/*Our Management Team*/
a.teamMenu {
	display: block;
	float: left;
	width: 270px;
	height: 25px;
}

img.team {
	float: right; 
	width: 200px;
	margin: 25px 10px 20px 35px;
	border: 1px solid #888;
}

/*Contact Us*/
div#contactForm {
	width: 400px;
	margin: 20px 0 0 0;
	border: 1px solid #bbb;
	padding: 0 10px 10px 10px;
	background-color: #ccc;
}

div#contactForm h2 {
	margin: 0 -10px 0 -10px;
	padding: 5px 0 6px 11px;
	background: #bbb;
}

/* Footers Styling */
div#footer {
	clear: both;
	padding: 30px 0 20px 0;
	font-size: 10px;
	color: #888;
}

div#copyright {
	float: left;
}

ul#footerMenu {
	float: right;
	width: 395px;
	margin: 0;
	padding: 0;
}

ul#footerMenu li {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	list-style-type: none;
}

.footer:link, .footer:visited, .footer:active {
	padding: 2px 8px 2px 8px;
	color: #666;
}

.footer.active, .footer:hover {
	color: #999;
}


