html {
	height: 100%;
}

body {
	color: #333;
	font: 12px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

ul {
	text-indent: 0;
	margin: 3px 0 0;
	padding: 0;
}

#content {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

#slideshow {
	width: 550px;
	float: left;
}

#slideshow {
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.section {
	background-color: #221f1f;
	color: white;
	font-weight: bold;
	float: left;
	
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	width: 113px;
	padding: 5px 10px;
	margin: auto 2px 2px;
}

.section:hover {
	background-color: black;
}


#slideshow img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#header {
	background-color: #EC1C24;
	padding-bottom: 6px;
}

#links ul {
	display: block;
	margin-top: 5px;
	height: 15px;
	margin-left: 30px;
}

#links ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#links ul li a {
	color: white;
	text-decoration: none;
}

#links ul li a:hover {
	color: #ec1c24;
}

ul li {
	display: block;
}

#header img {
	padding-top: 15px;
	padding-left: 19px;
}

#links {
	float: left;
	height: 26px;
	width: 100%;
	color: white;
	font-weight: bold;
	background-color: black;
}



p.questions {
	font-size: 14px;
	font-weight: bold;
	width: 400px;
}


p.answers {
	font-size: 16px;
	font-weight: bold;
	color: #eb1f27;
	border-top: 1px solid #333;
	padding-top: 5px;
}

#left ul ul li {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding-left: 30px;
	border-width: 0;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#left ul ul li:hover {
	padding-right: 5px;
}

#left {
	float: left;
	margin-bottom: auto;
	text-align: right;
	padding: 15px;
}

#left ul li {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: 1px solid #ff7f83;
	padding-bottom: 10px;
}

#left ul li:hover {
	color: #ec1c24;
}

#right {
	float: left;
	padding: 15px;
}

#right ul li {
	margin-top: 5px;
}

#right ul li:hover {
	padding-left: 5px;
	color: #ec1c24;
}

#right p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: 1px solid #ff7f83;
	padding-bottom: 10px;
}

#right ul {
	margin-top: 12px;
}

#questions {
	background-color: #ec1c24;
	width: 520px;
	color: white;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	border: 1px solid #ff7f83;
	text-transform: uppercase;
	padding: 0 15px 19px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#mainQ {
	color: black;
	border-bottom: 1px solid white;
}

#questions p {
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	width: 100%;
	margin-bottom: 10px;
}

#questions p:hover {
	color: black;
}

span.bottomRed {
	color: #ec1c24;
}

#footerText a {
	color: #ec1c24;
	text-decoration: none;
}

#footerText a:hover {
	color: white;
}

#middle {
		float: left;
		width: 550px;
		border-left: 1px solid #ff7f83;
		border-right: 1px solid #ff7f83;
	background-color: white;
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px 15px 100px;
	height: 100%;
}

#content p{

	margin-bottom: 0;
	font-size: 14px;
}

#content p.title {
	font-size: 18px;
	color: black;
	margin-top: 0;
}

#main {
	width: 955px;
	margin-left: 35px;
	height: 100%;
	float: left;
}
 
#footer {
	height: 30px;
	background-color: black;
	width: 100%;
	float: left;
	color: white;
}

#footerText {
	margin: 8px 8px 8px 40px;
	font-weight: bold;
	font-size: 11px;
}
.pics {  
    height:  200px;  
    width:   550px;  
    padding: 0;  
    margin: 0 0 7px;  
} 
 
.pics img {  
    width:  550px; 
    height: 200px; 
    top:  0; 
    left: 0;
}

#contacttitle {
	font-size: 16px;
	font-weight: bold;
}

#content p a {
	color: #ec1c24;
	text-decoration: none;
}

#content p a:hover {
	color: black;
}

#content p img {
	margin-left: -8px;
}

#right ul li a {
	color: #333;
	text-decoration: none;
} 

#right ul li a:hover {
	color: #ec1c24;
}

.q {
	color: red;
	font-weight: bold;
	border-bottom: 1px solid gray;
	width: 100%;	
}

li.section a {
	color: white;
	text-decoration: none;
}

li.section a:hover {
	color: #ec1c24;
	text-decoration: none;
}