/*
	The Condo Guy - 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;
}

/* =Disclosure
---------------------------------------------------------------------------------------------------- */
#disclosure {
	background: #EEEEEE;
	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;
}

/* =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, #home #real-estate-links, #home #power-paragraph {
	padding-left: 15px;
	padding-bottom: 10px;
}

#home #recent-listings h1, #home #real-estate-links h1, #home #power-paragraph h1 {
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 18px;
	margin:0 0 8px 0;
	text-transform: uppercase;
}

#home #power-paragraph p {
	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 .featured-props {
    margin: 0 0 0 15px;
}

#home #intro {
	width: 215px;
	padding: 0 0 5px 6px;
}

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

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

#home #intro p {
	margin: 5px 2px 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 h1 {
	font-family: "trebuchet ms";
	padding: 5px 0 0 8px;
	font-size: 24px;
	color: #260d54;
}

#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: 10px;
	line-height: 12px;
	padding: 0 8px 5px 8px;
}

#media {
	background: url('../images/wrapper/media-btn.jpg') right top no-repeat;
	width: 215px;
	height: 78px;
	margin: 0;
	border: 1px solid #D2D0DF;
}

#media a {
	color: #000000;
}

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

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

/* =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 h1 {
	float: left;
	font-family: "trebuchet ms";
	color: #260d54;
	font-size: 18px !important;
	text-transform: uppercase;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

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

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

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


/* =Featured Properties
---------------------------------------------------------------------------------------------------- */

.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;
}

/* =left nav
---------------------------------------------------------------------------------------------------- */
#left-nav {
	float: left;
	width: 196px;
	/*border: 1px solid #e8e2ee;*/
}

#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.first {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e8e2ee;
}

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


/* =Layout
---------------------------------------------------------------------------------------------------- */

#content {
	padding: 0;
	margin-right: 20px;
	_height: 350px;
	min-height: 350px;
	width: 510px;
	float: left;
}

#content p {
	padding-bottom: 18px;
}

#content ul, #content ol {
	
	margin: 3px 0 6px 20px;
	padding: 0;
}

#content ul li {
	list-style-type: square;
	padding-bottom: 4px;
}

#content-listings {
	padding: 0;
	margin-right: 20px;
	_height: 350px;
	min-height: 350px;
	width: 730px;
	float: left;
}

.listing-header {
	background: url('../images/listing_top.gif') 0 0 no-repeat;
}

.listing-header-350 {
	background: url('../images/listing_top-350.gif') 0 0 no-repeat;
}

#content-listings td {
	padding: 4px;
}

#condo-alert-box {
    background: #DDDD0D;
    width: 182px;
    height: 72px;
	margin: 0;
	cursor: pointer;
}

#condo-alert-box p {
	margin: 5px 5px 0 8px;
}

#condo-alert-box  a, #condo-alert-box a:hover {
	color: #260D54;
}	

.buy-box {
    background: #DDDD0D;
    width: 175px;
    height: 72px;
	margin: 0; 
}

.buy-box p {
	margin: 5px 5px 0 8px;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar {
	margin:  0;
	padding: 0;
	width: 222px;
	float: left;
}

#sidebar p {
	padding-bottom: 18px;
}


/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	font-size: 10px;
	color: #000000;
	padding: 0 0 12px 0;
}

#breadcrumb a {
	color: #260D54; 
}

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

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

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

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

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

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

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

/* =Featured Property (Home Page)
---------------------------------------------------------------------------------------------------- */
#featured-property {	
	background: #DDDD0D;
    border: 1px solid #2B1456;
}

#feature-product-desc h3 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 0 15px;
}

#feature-product-desc p {
    font-size: 11px;
    color: #000000;
    margin: 5px 5px 0 15px;
}

#feature-product-desc .price {
    font-size: 11px;
    font-weight: bold;
    color: #AA601D;
    margin: 0 0 0 15px;
}

a.btns {
	display: block;
	background: url('../images/wrapper/btn-bg.jpg') 0 0 no-repeat;
	height: 72px;
	width: 231px;
	color: #1d1160;
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 12px;
	text-decoration: none;
}

a.btns:hover {
	display: block;
	background: url('../images/wrapper/btn-bg-on.jpg') 0 0 no-repeat;
	height: 72px;
	width: 231px;
	font-weight: bold;
	font-family: arial, verdana;
	color: #ffffff;
	text-decoration: none;	
}

.btns-content {
	color: #1d1160;
	font-weight: bold;
	padding: 10px 10px 0 15px;
}

#condo-alert {
	background: url('../images/wrapper/condo-alert-bg.jpg') 0 0 no-repeat;
	color: #260D54;
	width: 254px;
	height: 72px;
	cursor: pointer; 
}
#condo-alert p {
	color: #1d1160;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 0 12px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #260D54;
	outline: none;
}

a:hover, a:visited {
	color: #666699;
}

/* =Condo Listing Table
---------------------------------------------------------------------------------------------------- */

 .normal 
 { 
 	background-color: #FFFFFF; 
 }
 
 .highlight 
 { 
 	background-color: #E8E2EE;
	cursor: pointer;
 }
 
 .listing-data td
 {
	border-color: #E8E2EE;
    border-width: 0 0 1px 0;
    border-style: solid;
	padding: 4px 16px 4px 4px;
	margin: 0;
 }
  
  .listing-data-header 
 {
	background-color: #270D54;
    color: #FFFFFF;
 }
 
/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
    font-size: 11px;
    color: #000000;
	margin-top: 0;
}

td {
    font-size: 11px;
    color: #000000;
}


h1 {
    font-size: 22px;
    color: #1D1160;
	margin: 0 0 10px 0;
}


h1.home {
	font-family: arial;
    font-size: 32px;
    color: #1D1160;
	margin: 0 0 10px 0;
}

h1.home span {
    font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
    color: #1D1160;
}

h1.fp {
	font-family: arial, sans-serif;
    font-size: 18px;
    color: #1D1160;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0;
}

h1.fp span {
	font-weight: normal;
	margin: 0;
}

h1.fp2 {
	font-family: arial, sans-serif;
    font-size: 16px;
    color: #1D1160;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 4px 0 0 0;
}

h1.fp2 span {
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 18px;
    color: #1D1160;
	margin: 5px 0 10px 0;
}

h2.listing {
	font-size: 14px;
    color: #1D1160;
	margin: 5px 0 10px 0;
}


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

.black { 
	background: #000000; 
}

.blue { 
	background: #1D1160; 
}


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

.red { 
	background: #D83337; 
}

.dk-red { 
	background: #993300; 
}

.white {
	background: #FFFFFF;
}

/* =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;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data td {
	padding: 3px 0 8px 10px;
}

.data p {
	margin-top: -2px; 
}

.home-btn-boxes td {
	padding: 0 0 0 1px;
}

/* =Popups
---------------------------------------------------------------------------------------------------- */
.popup-position {
	white-space: normal;
	position: relative;
}

#content1 {
	visibility: hidden;
  	position: absolute;
    top: -10px;
	left: 2px;
	width: 170px;
    border: none;
    background: none;
	color: #ffffff;
	font-size: 10px;
	padding: 12px;
	font-weight: normal;
	white-space: normal;
}

#content2 {
    visibility: hidden;
	position: absolute;
    top: -10px;
	left: 2px;
	width: 170px;
    border: none;
    background: none;
	color: #ffffff;
	font-size: 10px;
	padding: 12px;
	font-weight: normal;
	white-space: normal;
}

#content3 {
    visibility: hidden;
	position: absolute;
    top: -10px;
	left: 2px;
	width: 170px;
    border: none;
    background: none;
	color: #ffffff;
	font-size: 10px;
	padding: 12px;
	font-weight: normal;
	white-space: normal;
}

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

form {
	margin: 0;
	padding: 0;
}

#search-box {	
	margin: 0;
	border: 1px solid #D4D1E0;
	padding: 2px 1px 4px 2px;
}

#search-box input {
	margin-left: 7px;
	border: 1px solid #D4D1E0;
	width: 114px;
} 

#search-box .img-button {
	margin: 0;
	padding: 0 0 15px 0;
	border: none;
	width: 128px;
}

#search-box select{
	margin-left: 7px;	
	width: 114px;		
}

#search-box-inner {	
	margin: 0;
	border: 1px solid #D4D1E0;
	padding: 0 0 5px 0;
} 

#search-box-inner input {
	margin: 0;
	background: #ffffff;
	border: 1px solid #D4D1E0;
}

#search-box-inner select {
	margin: 0;
	background: #ffffff;
	border: 1px solid #D4D1E0;
	width: 200px;
}

#search-box-inner select{
	margin-left: 7px;	
	width: 190px;		
}

#search-box p, #search-box-inner p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 7px;
}

#search-box-inner .img-button {
	margin: 0px 0 0 0 ;
	padding: 0 0 15px 0;
	border: none;
	width: 190px;
}

/* =SiteMap
---------------------------------------------------------------------------------------------------- */
ul.siteMap {
	list-style-image: url("/images/bullet-arrow.gif");
}

ul.siteMap li {
	padding-left: 0;
	margin-left: 0;
}

ul.siteMap ul {
	padding: 3px 0 10px 15px;
	margin: 0 0 0 3px;
}

ul.siteMap li, ul.siteMap ul li{
	margin-top: 2px;
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
#btn-vmc {
	background: url('../images/btn-more-condos-bg.gif') 0 0 no-repeat;
	width: 109px;
	height: 17px;
}

#btn-vmc-item a {
	text-decoration: none;
	font-family: arial, sans-serif;
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
	display: block;
	padding: 4px 4px 0 0;
}

ul#purp-bullets {
	margin: 0 0 0 3px;
	padding: 0 0 0 3px;
}

ul#purp-bullets li {
	list-style-type: none;
	background: url('../images/purp-bullet.gif') 0 3px no-repeat;
	padding: 0 0 0 20px;
	margin: 4px 0 4px 0;
}


img {
    padding: 0;
    margin: 0;
}

.small-button
{
	FONT-FAMILY: Verdana, Arial, helvetica;
	BACKGROUND: #330066;
	FONT-SIZE: xx-small;
	COLOR: #FFFFCC;
	FONT-WEIGHT: bold;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	width: 100px;
	
}

.validation {
    FONT-FAMILY: Verdana, Arial, helvetica;
    FONT-SIZE: xx-small;
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
}

.asterisk {
    FONT-FAMILY: Arial, helvetica;
    FONT-SIZE: x-small;
	FONT-WEIGHT: bold;
	COLOR: #FF0000;
}

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

.pdf2 {
	list-style: none;
	background: url('../images/icon-pdf2.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

table#priceList td
{
	border-bottom: 1px solid #D2CEDE;
}

#sell-condo-box {
	margin: 0 0 60px 20px;
}
#sell-condo-box td {
	background: #9588AF;
	padding:20px;
}
#sell-condo-box, #sell-condo-box p, #sell-condo-box ul li, #sell-condo-box ul {
	color: #FFFFFF;
}

#sell-condo-box ul li a, #sell-condo-box ul li a:visited {
	color: #FFFFFF;
}

#sell-condo-box ul li a:hover, #sell-condo-box ul li a:active {
	color: #EEEEEE;
}

/* --------------------- */
/* real estate list view */
/* --------------------- */

table#relistviewwrap {
	width: 100%;
	border-top: 1px solid #DDDDDD;
}

.relistviewleft {
	width: 160px;
	vertical-align: top;
	padding: 8px 0;
}

.relistviewleft img { 
	padding: 0;
	margin-top: 8px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
}

.relistviewright {
	width: 80%;
	vertical-align: top;
	padding: 6px 0;
}

/* adds padding between mls number and favorites */
.listviewmoreinfo { padding: 5px 5px; }

/* formats the price */
.listprice { text-align: right; }

/* formats remarks */
.listremark {
	color: #000000;
	display: block;
}
.listremark {
	color: #e7e7e7;
	display: block;
}
.listremark {
display: none;
}


/* wraps the town and price in a box */
.listinfobottom {
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
}

/* floats the town name left */
.listfavleft {
	float: left;
	width: 30%;
	display: inline;
	text-align: center;
}

/* floats the price right */
.listfavright {
	text-align: right;
	float: right;
	width: 50%;
}

.listfavright{
width: 33%;
text-align: center;
float: right;
display: inline;
padding: 0;
}

.listfavright strong {
display: inline;
}

/* formats the town name */
.listtown { text-transform: uppercase; }

.listfavmid{
width: 30%;
float: left;
display: inline;
text-align: center;
}

.mlsblock p{
margin: 0;
padding: 0;
text-align: left;
}

.clearboth { clear: both; }

table#relistviewheaders
{
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
       text-align: center;
width: 100%;
	
}

table#relistviewheaders p
{

margin: 0;
padding:0;
}
.headerviewleft
{
width: 113px;
}

.headerviewright {
width: 80%;
padding: 0;
margin: 0;

}

.headerfavright{
width: 33%;
text-align: center;
float: right;
display: inline;


}

.headerfavright p
{
margin: 0;
padding: 0;
text-align: left;

}

/* =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 {	
	width: 948px;
	margin: 0;
	padding: 0;
}

/* (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#vmc {
	width: 224px;
}
#qm0 a#oh {
	width: 140px;
}
#qm0 a#bat {
	width: 218px;
}
#qm0 a#cr {
	width: 155px;
}
#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;
}