/**********************************************************
**AGENT WEBSITE RED AND BLUE (RE/MAX)                    **
**This is where the template site will get all of its    **
**color, formating, and header images. Each area of the  **
**will be labeled and grouped. Though the naming         **
**convention should be self-explanitory.                 **
**********************************************************/

/*********************
** HEADER IMAGES    **
*********************/
.header-left {
	background-image: url(../images/header-bg-redandblue.jpg);
}
.header-right {
	background-image: url(../images/header-bg-extend-redandblue.jpg);
	background-repeat:repeat-x;
}
/*end HEADER IMAGES*/

/********************
** HEADER TEXT     **
********************/
.brokerage-name {
	font-family: verdana;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.website-slogan {
	font-family: verdana;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.name-and-address {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}
/*end HEADER TEXT*/

/***************************
** LEFT NAVIGATION COLORS **
***************************/
.left-nav-bgcolor {
	background-color: #CC0000;
}
.left-nav-bordercolor {
	background-color: #003399;
}
.navigation-header {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
.nav-links {
	font-family: verdana;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-links:hover {
	font-family: verdana;
	font-size: 10pt;
	color: #FFFF00;
}
/*end LEFT NAVIGATION COLORS*/

/****************************
** FOOTER COLORS AND FONTS **
****************************/
.footerlinks {
	font-family: verdana;
	font-size: 8pt;
	color: #003399;
	text-decoration: none;
}
.footerlinks:hover {
	font-family: verdana;
	font-size: 8pt;
	color: #003399;
	text-decoration: underline;
}
.footertext {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}
/*end FOOTER COLORS AND FONTS*/

/*********************
** BODY FORMATING   **
*********************/
.body-header {
	font-family: verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.body-text {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}
/*end BODY FORMATING*/
.small-body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.sub-menu-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #0000FF;
	text-decoration: underline;
}
.sub-menu-links:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FF0000;
	text-decoration: none;
}
.small-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.listing_table {
	background: #06329F;
	border-color: #06329F;
}