/* Custom Styles for IDXCentral.com Template Website */
/* Moineau Design */

.PrimaryColor 		{ background-color: #FFD46D;} 		/* Main Theme Color CC0000 FFD46D*/
.MidSection		 	{ background-color: #AE9C55; } 		/* Mid Section of page background color - left and right sides */
.NavigationColor 	{ background-color: #AE9C55; } 		/* Color behind navigation text DDDDDD FFEDA6*/
.NavigationLines 	{ background-color: #CAB87C; } 		/* 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;
}

