/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

#join p {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	line-height: 1.4;
	padding-top: 10px;
	margin-bottom: 0px;
}

#blurb p, {
	margin-bottom: 0px;
}

#form p {
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 0px;
}



a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color: #A90A25;
	text-decoration: none;
}

a:link {
	border-bottom: none;
	color:#A90A25;
}

a:hover {
	color: #ED1A3B;
	-webkit-transition:color 0.2s ease-out;  
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #A80A25;
	-webkit-transition:color 0.2s ease-out;  
}

ul {
	list-style: none;
}

#menu a:hover {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EC1A3B), to(#A80A25));
	background-image: -moz-linear-gradient(100% 100% 90deg, #A80A25, #EC1A3B);
	-webkit-transition:background-image 0.2s ease-out;  
}

#join {
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px;
}

#middlehome img {
}

.space_below {
padding-bottom: 10px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #A90A25; 
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 10px;
	border: none;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c31531), to(#A80A25));
	background-image: -moz-linear-gradient(100% 100% 90deg, #A80A25, #c31531);
}

td h4 {
	font-size: 19px;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 17px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.question {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #A90A25;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}