/* CSS Document */

body
	{ 
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	font-family: 'Lato', sans-serif; font-size: 16px; background-color: #FFFFFF; /* Changed 4/9/2017 9:51 pm*/
	}

font
	{ font-family: 'Lato', sans-serif; }
	/* { font-family: "Palatino Linotype", Times, "Times New Roman", serif } */

tr, td
	{ vertical-align:top }

.Top-Nav-Bar-BG-Color   { background-color:#337ab7 } /* Changed 4/9/2017 9:58 pm from light purple to bright blue*/

/* Added for new whole website template 6/2/2013 */
h1 {
	padding-top: 0px;
	margin-top: 0px;
	color: #074171;
}
h2, h3, h4 {
	color: #074171;
	font-weight: bold;
}
h2, h3, h4 a {
	color: #074171;
	font-weight: bold;
}
/* h1, h2, h3, h4 {color: #003B67} */

/* 4/9/2017 11:29 PM. Changed from 1024px to 100% width. */
.page-body-width
	{ width: 100%; }

#body-content-container
	{ 
	padding-top: 25px; padding-bottom: 25px;
	padding-left: 50px; padding-right: 50px;
	background-color: #FFFFFF	
	}
/* 4/9/2017 11:30 PM. Changed from 824px to 100% width. */
#body-content-col
	{ width: 100%; }

.page-elements-below-first
	{ padding-top: 25px }						  
						 
.colored-body-col
	{ 
	/* [COMMENTED OUT 11/15/2016 10:54 PM] width: 0px; */
	/* [COMMENTED OUT 11/13/2016 8:31 PM] height: 650px; */
	/* [COMMENTED OUT 11/15/2016 10:54 PM]background-color: #AAAAA4 */
	}						 
/* End addition for new whole website template 6/2/2013 */	

.Footer					
	{
	background-color: #337ab7; /* CHanged 4/9/2017 10:03 pm */
	width: 100%;  /* CHanged 4/9/2017 10:03 pm */
	}
						  
#footer-menuh-container
	{
	/*position: absolute;		
	top: 1em;
	left: 1em; */
	}

#footer-menuh
	{	
	font-family: 'Lato', sans-serif;			
	margin:0.1em;
	/* margin-top: 1em; */
	}
		
#footer-menuh a
	{
	text-align: left;	
	white-space:nowrap;
	margin:0;
	padding-top: 0.3em; padding-bottom: 0.3em; padding-left: 1em; padding-right: 1em;	
	}
	
#footer-menuh a:link, #footer-menuh a:visited, #footer-menuh a:active	/* menu at rest */
	{
	color: white;	
	text-decoration:none;
	}
	
#footer-menuh a:hover						/* menu on mouse-over  */
	{
	color: #f99d1c;	/* CHanged 4/9/2017 10:04 pm*/
	text-decoration:none;
	}	

#footer-menuh ul
	{	
	list-style:none;
	padding: 0;							
	}	
	/* width:19em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes	
	will have space on either side of the text -- try it */
		
#footer-menuh ul li
	{
	font-size: 1em;
	font-weight: bolder;
	padding-left: 0em;	
	text-align:left;
	}
	
#footer-menuh ul ul li
	{
	font-size: 0.75em;
	font-weight: 800;
	text-align:left;
	padding-left: 0.40em;			
	}	
/* Added for handrwiting type Google font for winners' quotes */
.quote {
	color: #006;
	font-family: 'Dancing Script', cursive;
	font-size: x-large;
}	
/* Next two classes Added 4/20/2016 1:34 PM */
.regular-raffle-blue-box-car-make-heading {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 25px;	
}
.regular-raffle-blue-box-car-model-heading {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.95em		
}
