/* Custom Styles for IDXCentral.com Template Website */
/* Moineau Design */

#menu ul {
	list-style: none;
    margin: 0;
	padding: 0;
	/*padding-left: 35px;*/
	/*padding-right: 0px;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; 
	
	
}

#menu li { /* all list items */
	float: left;
	position: relative;
	/*border-right: 1px solid #1C0048;
	border-left: 1px solid #1C0048;
	padding-right: 0px;*/
	width: 12em; 	
	text-decoration: none;
	
		
	
}

#menu li ul {/* second-level lists */
	text-decoration: none;
	padding-left: 0px;
	position: absolute;
	display: block; 
	top: 0em;
    left: 0;
	width: 20em;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; 
	text-align: left;
	
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
	
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
	
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	color: #FFFFFF;
	background-color: transparent; /* IE6 Bug */
	padding: 3px;	
	/*padding-right: 0px;*/
	text-decoration: none;
	border: 0px solid #ffffff;
	text-align: center;
	
	
}

/* Hover Styles */
#menu ul a:hover { 
	color: #F8F3C7;
	background-color: transparent;
	padding: 3px;
	/*padding-right: 0px;*/
	text-decoration: none;
	
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: #3c535f; /* IE6 Bug */
	border: 0px solid #000000;
	padding: 5px;
	text-align: left;
	
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	text-decoration: none;
	color: #FFFFFF;
	background: #6c808b;
	border: 0px solid #000000;
	padding: 5px;
	text-align: left;
	
} 

.PrimaryColor 		{ background-color: #FFD46D;} 		/* Main Theme Color CC0000 FFD46D*/
.MidSection		 	{ background-color: #6C808B; } 		/* Mid Section of page background color - left and right sides */
.NavigationColor 	{ background-color: #3c535f; } 		/* Color behind navigation text DDDDDD FFEDA6*/
.NavigationLines 	{ background-color: #9CA79F; } 		/* 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: #F8F3C7;							/* 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;
}

