@import url("navigation.css");
@import url("subpage-navigation.css");
@import url("subpages.css");
@import url("gallery.css");
@import url("shadowbox.css");
@import url("SpryValidationTextField.css");
@import url("SpryValidationSelect.css");
@import url("nivo-slider.css");

@font-face {
	font-family: Goudy;
	src: url('../fonts/GoudyBookletter1911.otf');
}

@font-face {
	font-style: italic;
	font-family: Goudy;
	src: url('../fonts/OFLGoudyStM-Italic.otf');
}

@font-face {
	font-family: Euphemia;
	src: url('../fonts/euphemia.ttf');
}

* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
    background: url(/images/bg.png) repeat;	
	color: #666;
	text-align: left;	
}

ol,ul {font: 14px/2 Georgia, "Times New Roman", Times, serif;}
li {
	text-align: left;
}

/* @group Headers */

h1, .h1 {
	font: 22px Euphemia, "Times New Roman", Times, serif !important;
	/*text-transform: uppercase !important*/
}

h3, h4, h5, h6 {
	font: 14px Euphemia, "Times New Roman", Times, serif;
	color: gray;
	text-transform: uppercase;
}

h3 a:link, h3 a:hover, h3 a:visited {
	color: gray;
	text-decoration: none;
}

h2 {
	font: 20px Euphemia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: gray;
}

/* @end */

/* @group Layout */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	height: auto;

}

#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	height: auto;
}

#image-slider {
	margin: 20px 30px 20px 0;
	height: 450px;
	width: 595px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	float: left;
	clear: both;
	position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;	
}
#image-slider .nivo-slice {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;		
}
#homepage-content {
	width: 325px;
	float: right;
	position: relative;
	clear: right;
	padding-top: 25px;
	margin-left: 0;
}

#homepage-content #logo {
	margin: 0 0 25px 0 !important;
}

.pullquote {
	color: #A68236;
	text-align: left;
	text-transform: none;
	margin-top: 20px;
	font-size: 38px;
	font-style: italic;
	font-family: 'Philosopher', sans-serif;
}

/* @end */

/* @group Footer */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 950px;
	height: 20px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

#footer h3 {
	margin-top: 3px;
	font-size: 10px;
	letter-spacing: 1px;
}

.disclaimer {
	margin-top: 15px;
	text-transform: none;
	text-align: center;
	font-size: 12px;
	color: gray;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 950px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	position: relative;
	z-index: 99;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 15px;
}

/* @end */

#complimentary-consultation {
	width: 250px;
	height: 45px;
	background-color: maroon;
	color: white;
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
	margin-top: 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#how-to-select {
	width: 250px;
	height: 45px;
	background-color: maroon;
	color: white;
	position: relative;
	float: left;
	clear: both;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.promo-link-text {
	color: white;
	font-size: 15px;
	margin: 8px;
}
.promo-link-sub {
	/*text-transform: uppercase;*/
	font-size: 12px;
}

.promo-link-text a:link, .promo-link-sub a:link, #how-to-select a:visited, #complimentary-consultation a:visited {
	color: white;
	text-decoration: none;
}

.promo-link-text a:hover {
	text-decoration: underline;
}

.signature {
	font-size: 18px;
}

.inline {
	display: inline;
}
.inlineBlock {
	display: inline-block;
}

.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1;}
.unit{float:left;}
.m0{margin:0 !important;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}

/* dropdown menus */
.dropMenuHover .dropMenuContent {
    display: none;
}
.dropMenuHover.open .dropMenuContent {
    display: block!important;
}
.dropMenuHover:hover {
	background: none !important;
}
.dropMenuContent {
	border: 1px solid gray;
    overflow: hidden;
    position: relative !important;
    top: 2px !important;
    height: auto !important;
}
.dropMenuContent li,
.dropMenuContent a {
    display: block;
    line-height: normal;
    height: 25px !important;
    background: none !important;
    text-align: center !important;
    border: none !important;
}
#homepageDropdown {
	top: 0px !important;
	width: 188px !important;
	background: #e7e7e7 !important;
}
#homepageDropdown li {
	width: 100% !important;	
	padding-top: 0px !important;	
}
.dropMenuContent li:hover, 
.dropMenuContent a:hover,
.dropMenuContent a:hover li,
#homepageDropdown .dropMenuContent a:hover li,
#homepageDropdown .dropMenuContent a:hover {
	color: #fff !important;
	background-color: #A68236 !important;
	height: 25px !important;
}