/*	
	The Desautels Group - main stylesheet
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	background: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

table tr td {
	font-size: 11px;
	vertical-align: top;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: ""; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clr {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.print {
	display: none;
	visibility: hidden;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#disclosure {
	background: #D6CCE0;
	width: 948px;
	margin: 8px auto 8px auto;
}

#disclosure p {
	color: #000000;
	line-height: 15px;
	padding: 3px 0 3px 12px;
}

/* =Global layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: url('../images/wrapper/site_bg.gif') 0 0 repeat-y;
	width: 980px;
	margin: 8px auto 15px auto;
	position: relative;
}

#header {
	height: 190px;
	width: 980px;
}

#container-content {
	width: 948px;
	margin: 0 auto; 
	padding-top: 18px;
}

/* =Second level layout
---------------------------------------------------------------------------------------------------- */
#main-content {
	float: left;
	width: 523px;
}

#right-col {
	float: right;
	width: 221px;
}

.right-box-border {
	width: 220px;
	margin: 8px 0 8px 0;
	border: 1px solid #d4d1e0;
}

#print-box {
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 12px;
	color: #260d54;
	margin-bottom: 5px;
}

#print-box td {
	padding-right:6px;
}

.right-box-border .sidetext {
	line-height: 13px;
	color: #000000;
}

.right-box-border .sidetext p {
	color: #000000;
	font-size: 10px;
}

.right-box-border .sideform {
	font-size: 11px;
	color: #000000;
}

.right-box-border .sideform p {
	color: #000000;
	font-size: 11px;
	padding: 0px;
}

.right-box-border .sideform td {
	font-size: 12px;
	color: #000000;
}
.right-box-border .sideform h2 {
	font-size: 19px;
	color: #000000;
}

.right-box-border h2 {
	font-family: "trebuchet ms";
	padding: 5px 0 0 8px;
	font-weight: bold;
	font-size: 18px;
	color: #260d54;
}

.right-box-border h3 {
	font-family: "trebuchet ms";
	padding: 5px 0 0 8px;
	font-weight: bold;
	font-size: 13px;
	color: #260d54;
}

.right-box-border p {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	margin: 0px;
	padding: 0 5px 5px 8px;
}

.right-box-border a {
	font-size: 9px;
	line-height: 12px;
	color: #260d54;
	text-decoration: underline;
}

.right-box-border a:hover {
	color: #666699;
}

.right-box-border ul {
	color: #1d1160;
	margin: 0 5px 0 12px;
	padding: 0 0 10px 12px;
}

.right-box-border ul li a {
	font-size: 11px;
	line-height: 12px;
	color: #260d54;
	text-decoration: underline;
}

.right-box-border ul li a:hover {
	color: #666699;
}

.right-box-no-border h1 {
	font-family: "trebuchet ms";
	font-weight: bold;
	color: #260d54;
	font-size: 32px;
	padding: 0 0 0 24px;
	line-height: 32px;	
}

.right-box-no-border h2 {
	font-family: "trebuchet ms";
	font-weight: bold;
	color: #260d54;
	font-size: 25px;
	padding: 0 0 0 24px;
}

.right-box-no-border p {
	padding: 0 5px 5px 8px;
	font-size: 9px;
	line-height: 12px;
	color: #000000;
}

#right-contact {
	background: url('../images/contact-btn-bg.gif') 100% 2px no-repeat;
	margin: 8px 0 8px 0;
	border: 1px solid #d2d0df;
	width: 220px;
	height: 60px;
}

#right-contact div {
	padding: 3px;
}

#right-contact h1 {
	font-size: 18px;
	color: #a4662b;
	padding: 0 0 0 8px;
	padding-top: 5px;
}

#right-contact h1 a {
	font-size: 18px;
	color: #a4662b;
	text-decoration: none;
}

#right-contact h1 a:hover {
	text-decoration: underline;
}

#right-contact h2 {
	font-size: 11px;
	color: #1e1160;
	margin: 0 0 0 8px;
}

#right-contact h2 a {
	color: #1e1160;
	text-decoration: none;
}

#right-contact h2 a:hover {
	text-decoration: underline;
}

/* =Testimonial
---------------------------------------------------------------------------------------------------- */

#testimonials p {
	margin: 2px 0 8px 0;
	padding: 0;
	line-height: 18px;
}

#testimonial {
	background: url('../images/wrapper/testimonial-btm.gif') 0 100% no-repeat;
	width: 466px; 
	padding: 10px 0 7px 0;
}

#testimonial #testimonial-bg {
	background: url('../images/wrapper/testimonial-bg.gif') 0 0 repeat-y;
}

#testimonial #testimonial-inner {
	background: url('../images/wrapper/testimonial-top.gif') 0 0 no-repeat;
	padding: 16px 19px 0 19px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
}

/* =Homepage layout
---------------------------------------------------------------------------------------------------- */
#home #left-col {
	float: left;
	width: 220px;
}

#home #right-col {
	float: right;
	width: 718px;
}

#home #main-content-home {
	float: left;
	width: 475px;	
	min-height: 475px;
	height: auto !important;
	height: 475px;
}

#home #recent-listings h1 {
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 18px;
	margin:0 0 8px 0;
}

#home #main-content-home h2 {
	font-size: 12px;
}

#home #main-content-home hr {
	border-top: 1px solid #d4d1e0;
	margin: 0 0 5px 15px;
}

#home #intro {
	width: 220px;
	padding: 0 0 5px 10px;
}

#home #intro h1 {
	font-family: "trebuchet ms";
	font-weight:bold;
	color: #260d54;
	font-size: 32px;
	line-height: 32px;	
}

#home #intro h2 {
	font-family: "trebuchet ms";
	font-weight:bold;
	color: #260d54;
	font-size: 25px;
}

#home #intro p {
	margin: 5px 0 5px 0 ;
	font-size: 11px;
	line-height: 14px;
}

#home .banner-ad {
	margin: 8px 0 6px 0;
	width: 215px;
}

#home .callout {
	border: 1px solid #d4d1e0;
	margin: 8px 0 6px 0;
	width: 215px;
}

#home .callout h2 {
	font-family: "trebuchet ms";
	padding: 5px 0 0 8px;
	font-size: 18px;
	color: #260d54;
}

#home .callout h3 {
	font-family: "trebuchet ms";
	padding: 5px 0 0 8px;
	font-size: 13px;
	color: #260d54;
}

#home .callout p {
	font-size: 9px;
	line-height: 12px;
	padding: 0 2px 5px 8px;
}

#home .callout a {
	font-size: 9px;	
	text-decoration:underline;
}

#home #contact {
	background: url('../images/contact-btn-bg.gif') 98% 2px no-repeat;
	border: 1px solid #d4d1e0;
	margin: 8px 0 6px 0;
	width: 217px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	padding: 0;
}

#home #contact h1 {
	font-size: 18px;
	color: #a4662b;
	margin: 5px 0 3px 8px;
	padding-top: 5px;
}

#home #contact h1 a {
	font-size: 18px;
	color: #a4662b;
	text-decoration: none;
}

#home #contact h1 a:hover {
	text-decoration: underline;
}

#home #contact h2 {
	font-size: 14px;
	color: #1e1160;
	margin: 8px 0 5px 8px;
}

#home #contact h2 a {
	font-size: 14px;
	color: #1e1160;
	text-decoration: none;
}

#home #contact h2 a:hover {
	font-size: 14px;
	color: #1e1160;
	text-decoration: underline;
}

#home #home-contact {
	background: url('../images/contact-btn-bg.gif') 98% 2px no-repeat;
	border: 1px solid #d4d1e0;
	margin: 8px 0 6px 0;
	width: 215px;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	padding: 0;
}

#home #home-contact h1 {
	font-size: 18px;
	color: #a4662b;
	margin: 5px 0 3px 8px;
	padding-top: 5px;
}

#home #home-contact h1 a {
	font-size: 18px;
	color: #a4662b;
	text-decoration: none;
}

#home #home-contact h1 a:hover {
	text-decoration: underline;
}

#home #home-contact h2 {
	font-size: 13px;
	color: #1e1160;
	margin: 8px 0 5px 8px;
}

#home #home-contact h2 a {
	font-size: 13px;
	color: #1e1160;
	text-decoration: none;
}

#home #home-contact h2 a:hover {
	text-decoration: underline;
}

#home #recent-listings {
	margin: 20px 0 20px 14px;
}

#home #real-estate-links {
	padding-left: 14px;
}

#home #real-estate-links h1 {
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 18px;
	margin:0 0 8px 0;
}

#home #power-paragraph {
	padding-left: 14px;
}

#home #power-paragraph h1 {
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 18px;
	margin:0 0 8px 0;
}

#home #power-paragraph p {
	margin: 0 0 8px 0;
}

/* Media Room */
#media {
	background: url('../images/wrapper/media-btn.jpg') right top no-repeat;
	width: 215px;
	border: 1px solid #d4d1e0;
}

#media a {
	color: #000000;
}

#media a:hover {
	color: #260d54;
}

#media #media-text {
	padding: 10px 10px 5px 10px;
}

#media #media-text h2 {
	font-size: 14px;
	color: #1e1160;
	margin: 4px 0 5px 0;
	padding: 4px 0 10px 0;
}

#media #media-text h2 a {
	font-size: 14px;
	color: #1e1160;
	text-decoration: none;
}

#media #media-text h2 a:hover {
	font-size: 14px;
	color: #1e1160;
	text-decoration: underline;
}

.pdf-link {
	float: right;
	display: block;
	padding: 5px 10px 5px 0;
	margin-bottom: 5px;
}

.pdf-link img {
	float: left;
	padding: 2px 3px 5px 0 ;
}
	
.pdf-link a {
	display: block;
	padding: 4px 2px 5px 0;
	font-size: 10px;
	text-decoration: none;
	color: #260d54;
}

.pdf-link a:hover {		
	color: #666699;
}

.homealert-pic {
	float: right;	
	padding: 2px 2px 0 0;
} 

.homealert-pic-right {
	padding:2px 2px 0 0;
}

#related-items {
	padding: 2px 0 2px 2px;
} 

#home .featured-props {
    margin: 0 0 0 15px;
}

.featured-props {
    margin: 0;
}

.house-box h3 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin: 5px 0 0 15px;
}

.house-box p, .house-box span  {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 5px 0 15px;
	color: #000000;
}

.house-box p.price {
	font-size: 11px;
	font-weight: bold;
	color: #AA601D;
	margin: 0 0 0 15px;
}

.house-box hr {
	border-top: 1px solid #d4d1e0;
	margin: 0 0 5px 0;
}

/* = breadcrumb
---------------------------------------------------------------------------------------------------- */
#bread-crumbs {
	font-size: 10px;
	line-height: 13px;
	color:#666666;
	padding: 0 0 10px 0;
}

#bread-crumbs a {
	font-size: 10px;
	line-height: 13px;
	text-decoration: underline;
	color: #666666;
	padding: 0 0 10px 0;
}

#bread-crumbs a:hover{
	color: #666699;
}

/* =Social Network
---------------------------------------------------------------------------------------------------- */
#social {
	margin-left: 20px;
	border-top: 1px solid #D4D2E0;
	width: 940px;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: url('../images/wrapper/footer_background.gif') 0 0 no-repeat;
	width: 980px;
	min-height: 71px;
	height: auto !important;	
	height: 71px;
	margin-top: 20px;
	clear: both;
}

#footer img {
	float: left;
	display: block;
	margin: 10px 0 0 25px;
}

#footer p {
	color: #260d54;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 0 0 212px;
}

#home #footer p {
	color: #260d54;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 0 0 255px;
}

#footer a {
	color: #260d54;
	text-decoration: underline;
}

#footer a:hover {
	color: #666699;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link { 
	color:#260d54;
	outline: 0;
}

a:hover {
	color: #666699;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
h1 {	
	font-family: "trebuchet ms";
	font-weight:bold;
	font-size: 22px;
	line-height: 24px;
	color: #260d54;
}

h2 { 
	font-weight:bold;
	font-size:12px;
}

h3 {
	font-size: 12px;
    color: #1D1160;
	margin: 10px 0 10px 0;
}

p {
	line-height: 13px;
	color: #666666;
}

#listing-detail h2 {
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	color: #260d54;
}

#listing-detail h3 {
	font-weight:bold;
	font-size:12px;
	color: #666666;
}

.reg-text-sm p {
	font-size: 11px;
	color:#666666;
}

a { 
	text-decoration: underline;
	outline: 0;
	color:#260d54;
}

a:hover {
	color: #666699;
}

.price {
	font-size: 14px;
	font-weight:bold;
	color:#AA601D;
}

#content {
	line-height: 13px;
	color: #666666;
	height: 350px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0 15px 20px 0;
}

#content p {
	margin: 0 0 15px 0;
}

#content-listings {
	line-height: 13px;
	color: #666666;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 750px;
	padding: 0 15px 20px 0;
}

#content-listings-ad {
	padding: 0 15px 20px 0;
	line-height: 13px;
	color:#666666;
	width: 750px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0 15px 20px 0;
}

.validation {
    color: #ff0000;
	font-weight: bold;
}

.asterisk {
    font-size: x-small;
	font-weight: bold;
	color: #ff0000;
}

.pdf {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	line-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.pdf2 {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	line-height: 16px;
	margin-bottom: 12px;
	margin-top: 8px;
	padding-left: 20px;
	list-style-type: none !important;
	vertical-align: middle;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */ 
#content ul {
	margin: 12px 0 12px 8px;
	padding: 0 0 0 8px;
}

#content ul li {
	list-style: square;
	line-height: 16px;
}

.sitemap td ul li {
	list-style: square;
	line-height: 18px;
}

/* =Scroll box
----------------------------------------------------------------------------------------------------*/
#content #scroll-box {
	font-size: 11px;
	padding-left: 0;
}

#home #scroll-box {
	font-size: 11px;
	padding-left: 15px;
}

#scroll-box h2 {
	float: left;
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 16px !important;
	text-transform: uppercase;
	margin: 2px 0 8px 0 !important;
}

#home #scroll-box h2 {
	float: left;
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 16px !important;
	text-transform: uppercase;
	margin: 0 0 8px 0 !important;
}

#scroll-box ul {
	float: right;
	margin: 0 !important;
	padding: 0 !important;
}

#scroll-box ul li {
	float: left;
	list-style: none;
	line-height: 16px;
	margin: 0 !important;
	padding-left: 8px !important;
}

#scroll-box .instructions {
	clear: both;
	margin: 0 !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #d4d1e0;
}

/* =Colors
---------------------------------------------------------------------------------------------------- */ 
.blue {
	color: #003366;
	font-weight: bold;
}

.black {
	background: #000000;
}

.dk-blue { 
	background: #195BA5; 
}

.white {
	background: #FFFFFF;
}

/* =left nav
---------------------------------------------------------------------------------------------------- */
#left-nav {
	float: left;
	width: 196px;
}

#left-nav ul {
	width: 166px;
	margin: 0 15px 0 0 !important;
}

#left-nav li {
	line-height: 15px;
	color:#666666;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e8e2ee;
}

#left-nav ul li a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #666666;
}

#left-nav ul li a:hover {
	color: #1d1160;
	text-decoration:underline;
}

#left-nav li.last {
	padding: 5px 0 5px 0;
	border-bottom: none;
}

/* =lists
---------------------------------------------------------------------------------------------------- */
ul {
	list-style: square;
	margin: 0 0 0 16px;
}

ul li {
	padding: 3px 0 3px 0;
}

/* =font-adjust
---------------------------------------------------------------------------------------------------- */
#font-adjust {
	margin: 8px 0 6px 7px;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
.small-button {
	background: #330066;
	color: #ffffcc;
	font-weight: bold;
	border: 1px solid #000000; 
	width: 100px;
	font-size: 11px;
}

/* =Quick search
---------------------------------------------------------------------------------------------------- */
#home #search-form {	
	float: right;
	width: 221px;
}

#search-form {	
	margin-bottom: 10px;
	padding: 0 0 8px 0;
	border: 1px solid #d4d1e0;
}

#search-form input {
	background: #ffffff;
	width: 190px;
	border: 1px solid #d4d1e0;
} 

#search-form select {
	width: 190px;
	margin-bottom: 10px;
	border: 1px solid #d4d1e0;	
}

#search-form p.location {
	font-family: 'trebuchet ms';
	color: #666666;
	font-size: 11px;
}

#search-form .img-button {
	margin: 10px 0 5px 0;
	border: 0;
	width: 190px;
}

#search-form .reset {
	font-size: 11px;
	font-weight: bold;
	width: 190px;
	height: 19px;
	border: 0;
	background: #9993b9;
	color: #ffffff;
	cursor: pointer; 
	margin: 5px 0 0 0; 
}

#search-form-inner {
	padding-left: 14px;
}

#search-form .help {
	color: #666666; 
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.photos-top td {
	padding: 0 0 0 26px;
}

.photos-top tr td h1 {
	font-size: 18px;
	margin: 22px 0 0 0;
}

.photos-top tr td h2 {
	font-size: 14px;
	margin: 2px 0 0 0;
}

.photos-top .header {
	background: url('../images/wrapper/popup-header.jpg') right top no-repeat;
}

.photos-content h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

/* =Condo Listing Table
---------------------------------------------------------------------------------------------------- */
.normal { 
 	background: #FFFFFF 
 }

.highlight { 
 	background: #E8E2EE;
	cursor: pointer;
 }
 
.listing-data td {
	border-bottom: 1px solid #E8E2EE;
   	padding: 4px;
 }

.listing-data-header {
	background: #270D54;
    color: #FFFFFF;
 }
 
 /* =Blog
---------------------------------------------------------------------------------------------------- */
#blog {
	background: url('../images/wrapper/blog-bg2.gif') 100% 16px no-repeat;
	width: 215px;
}

#blog a {
	color: #000000;
}

#blog a:hover {
	color: #260d54;
}

#blog #blog-text {
	padding: 16px 10px 5px 10px;
}

/* =Fancy Box
---------------------------------------------------------------------------------------------------- */
#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666;
	display: none;
	z-index: 30;
}

#fancy_wrap {
	text-align: left;
}

#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: url('../images/wrapper/fancy_progress.png') 0 0 no-repeat;
}

#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

#fancy_loading_icon {
	position: absolute;
	background: url('../images/wrapper/fancy_loading.gif') 0 0 no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #bbb;
	background: #FFF;
}

#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

#fancy_div {
	background: #000;
	color: #ffffff;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/wrapper/fancy_closebox.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url('data:image/gif;base64,AAAA');
	outline: none;
}

a#fancy_left {
	left: 0; 
}

a#fancy_right {
	right: 0; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: 20px;
	background: url('../images/wrapper/fancy_left.png') 0 0 no-repeat;
}

span#fancy_right_ico {
	right: 20px;
	background: url('../images/wrapper/fancy_right.png') 0 0 no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancy_bg {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_n.png') 0 0 repeat-x;
}

.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_ne.png') 0 0 no-repeat;
}

.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: url('../images/wrapper/fancy_shadow_e.png') 0 0 repeat-y;
}

.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_se.png') 0 0 no-repeat;
}

.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_s.png') 0 0 repeat-x;
}

.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_sw.png') 0 0 no-repeat;
}

.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: url('../images/wrapper/fancy_shadow_w.png') 0 0 repeat-y;
}

.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_nw.png') 0 0 no-repeat;
}

#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

#fancy_title div {
	color: #ffffff;
	padding: 0 0 4px 0;
}

#fancy_title table {
	margin: 0 auto;
}

#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: url('../images/wrapper/fancy_title_left.png') 0 0 repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: url('../images/wrapper/fancy_title_main.png') 0 0 repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: url('../images/wrapper/fancy_title_right.png') 0 0 repeat-x;
}

/* =CSS Menus core styles - Do not modify
---------------------------------------------------------------------------------------------------- */
.qmmc .qmdivider {display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery {float:left;width:0px;}
.qmmc .qmtitle {display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative; z-index:10;}
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div {visibility:hidden;position:absolute;}
.qmmc .qmcbox {cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a {display:inline;}
.qmmc .qmcbox div {float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}
.qmmc li:hover > ul {left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover > ul {top:0px;left:100%;}
#qm1 ul {top:100%;}
#qm1 ul li:hover > ul {top:0px;left:100%}

/* =Top nav and dropdowns (modify at will)
---------------------------------------------------------------------------------------------------- */ 
#top-nav {
	width: 948px;
	margin: 0 auto;
}

/* (MAIN) Container */	
#qm0 {	
	padding: 0;
	margin: 0 auto;
	width: 948px;
}

/* (MAIN) Items */	
#qm0 a {	
	background: url('../images/wrapper/top-nav-item-bg.gif') 0 0 repeat-x;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0 0 3px 0;
}	

#qm0 a#oh {
	width: 140px;
}
#qm0 a#vnp {
	width: 240px;
}
#qm0 a#bat {
	width: 192px;
}
#qm0 a#vhr {
	width: 165px;
}
#qm0 a#team {
	width: 90px;
}
#qm0 a#contacts {
	width: 121px;
}

#qm0 a.top-item {		
	background: url('../images/wrapper/top-nav-item-bg-lrg.gif') 0 0 repeat-x;
	width: 474px;
	text-align: center;
}
#qm0 a span {
	background: url('../images/wrapper/top-nav-item-divider.gif') 100% 0 no-repeat;
	display: block;
	min-height: 26px;
	height: auto !important;
	height: 26px;
	cursor: pointer;
}
#qm0 a span.top-nav-item {
	background: url('../images/wrapper/top-nav-item-divider-lrg.gif') 100% 0 no-repeat;
	padding: 0;
}

#qm0 a:hover, #qm0 a.active {
	color: #dddd0d;
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	color: #dddd0d;
}

/* (SUB) Container */	
#qm0 div, #qm0 ul {	
	background: #202859;
	color: #000000;
	width: 175px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* (SUB) Items */	
#qm0 div a, #qm0 ul a {	
	background: #202859;
	display: block;
	color: #ffffff;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px !important;
	font-family: "trebuchet ms";
	text-decoration: none;
	text-align: left;
	margin: 0 !important;
	padding: 5px 10px 5px 10px!important;
	border-top: 1px solid #ffffff;
}
/* (SUB) Hover State */	
#qm0 div a:hover {	
	color: #dddd0d;
}
/* (SUB) Active State*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	color: #dddd0d;
}