/* CSS Document */

/* BODY ELEMENTS */

.usbg {
	background-image:url(../media/bg_US.jpg);
	background-repeat:no-repeat;
}
.bg-progress {
	background-image:url(/media/bg-progress.jpg);
	background-repeat:no-repeat;
}
.navcolumn {
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#A20000;
	background-color:#8F0000;
	background-repeat:no-repeat;
}
.navtitles {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}
.nav-bg {
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#A20000;
	background-color:#8F0000;
	background-image:url(/media/nav_bgbox.jpg);
}

/****bg images on properties pages****/
.properties_progress {
	background-color:#CCCCCC;
	background-image:url(/images/properties_progress_main.jpg);
	background-repeat:no-repeat;
}

/* TEXT AND FONTS */
.header {
	font:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#A20000;
}
.topNavlink {
	font:"Century Gothic", Arial, sans-serif;
	font-size:13px;
	letter-spacing:2px;
	color:#000000;
	line-height:18px;
}
a.topNavlink {
	font:"Century Gothic", Arial, sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:2px;
	line-height:18px;
	text-decoration:none;
}
a.topNavlink:hover {
	font:"Century Gothic", Arial, sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:2px;
	line-height:18px;
	text-decoration:underline;
}
.bodycopy {
	font:"Century Gothic", Arial, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:18px;
	text-decoration:none;
}

.tabledata_whitebg {
	font:"Century Gothic", Arial, sans-serif;
	font-size:12px;
	color:#660000;
	line-height:18px;
	background-color:#ffffff;
}
.tabledata_graybg {
	font:"Century Gothic", Arial, sans-serif;
	font-size:12px;
	color:#660000;
	line-height:18px;
	background-color:#dddddd;
}


.addfeatures {
	font:"Century Gothic", Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	background-color:#333333;
}

/* GLOSSY MENU ELEMENTS */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../media/glossyback2.gif);
}

/*** TABLE CELL ROLLOVERS - PROPERTIES/PHOTOGALL PAGE SUBNAV IMAGES***/
.tablecell_rollover1{
background-color:#FFFFFF;
}
.tablecell_rollover1:hover{
background-color:#8F0000;
}
.pm_progress_rollover1{
background-image:url(../images/property_mnav_progress-off.jpg);
background-repeat:no-repeat; /*309 px wide */
}
.pm_progress_rollover1:hover{
background-image:url(../images/property_mnav_progress-on.jpg);
background-repeat:no-repeat; /*309 px wide */
}

