/* Custom Styles for IDXCentral.com Template Website */
/* Moineau Design */

.PrimaryColor 		{ background-color: #FFD46D;} 		/* Main Theme Color CC0000 FFD46D*/
.MidSection		 	{ background-color: #CE8E29; } 		/* Mid Section of page background color - left and right sides */
.NavigationColor 	{ background-color: #CE8E29; } 		/* Color behind navigation text DDDDDD FFEDA6*/
.NavigationLines 	{ background-color: #DCB05F; } 		/* Color between navigation links DDDDDD FFEDA6*/
.RightColumn	 	{ background-color: #E6DEAB; } 		/* Home page column on right */
.FeatureListingBox 	{ background-color: #AFA36D; } 		/* Color behind featured listing */

/* Background color */	
body {
	background-color: #8A271D;							/* Color Choices
															Burgundy: 8A271D
															*/
}

/* Main Text attributes */
.Normal {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px}

/* Navigation - Text attributes */	
.Navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	color: #F8F3C7;
}

/* Navigation - Text Hover attributes */		
.Navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}

/* Navigation - Contact Information */	
.ContactInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #F8F3C7;
}

/* All Links */
a {  
	color: #8A271D; 
	text-decoration: underline}
	
/* All Links Rollover Color */
a:hover {  
	color: #000000; 
	text-decoration: none}
	
/* Noline - Text attributes */	
.Noline {
	text-decoration: none;
}

/* Copyright Footer */
#copyright_footer {
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F8F3C7;	
}

#copyright_footer a:link, #copyright_footer a:active, #copyright_footer a:visited, #copyright_footer a:hover {
	color: #F8F3C7;
	text-decoration: none;
	font-weight: normal;	
}	