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

.PrimaryColor 		{ background-color: #FFD46D;} 		/* Main Theme Color CC0000 FFD46D*/
.MidSection		 	{ background-color: #7D7E4A; } 		/* Mid Section of page background color - left and right sides */
.NavigationColor 	{ background-color: #7D7E4A; } 		/* 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: #F8F3C7;							/* Color Choices
															Burgundy: 8A271D
															*/
}

/* Main Text attributes */
table, td, th, input, submit, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px;
}

/* Main Navigation 	*/
#navigation_main ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 159px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	border-top: 2px solid #A7A675;
}

#navigation_main li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #A7A675;
}

#navigation_main ul a:link, #navigation_main ul a:visited, #navigation_main ul a:active {
	display:block;
	padding:2px 10px 2px 7px;
	text-decoration:none;
	color: #F8F3C7;
}

#navigation_main ul a:hover {
	color: #000000;
	background-color:#E6DEAB;
}

/* Special button color */
.navigation_special {
	background-color:#8a271d;
}

/* Navigation - Contact Information */	
#nav_contactinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #F8F3C7;
	padding: 0px 10px 10px 7px;
}

#nav_contactinfo a:link, #nav_contactinfo a:visited, #nav_contactinfo a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #F8F3C7;
}

#nav_contactinfo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

/* All Links */
a:link, a:active, a:visited {  
	color: #8A271D; 
	text-decoration: underline
}
	
/* All Links Rollover Color */
a:hover {  
	color: #000000; 
	text-decoration: none
}
	
/* Colored Text */	
.red {  
	color: #990000; 
}

/* Copyright Footer */
#copyright_footer {
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding: 50px 0px 50px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

#copyright_footer a:link, #copyright_footer a:active, #copyright_footer a:visited, #copyright_footer a:hover {
	color: #8A271D;
	text-decoration: none;
	font-weight: normal;	
}
