@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'playtime_with_hot_toddiesRg';
    src: url('fonts/playtime-webfont.eot');
    src: url('fonts/playtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/playtime-webfont.woff2') format('woff2'),
         url('fonts/playtime-webfont.woff') format('woff'),
         url('fonts/playtime-webfont.ttf') format('truetype'),
         url('fonts/playtime-webfont.svg#playtime_with_hot_toddiesRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #FCEE78;
	margin: 0;
	padding: 0;
	color: #000;
	font-family:  'playtime_with_hot_toddiesRg', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 34px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, p {
	margin-top: 0;	 
}
a {
	color: #3A2B64;
}
a img {
	border: none;
}



/* ~~ Container ~~ */

.container {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}
.tools p {
	font-size: 17px;
	text-align: right;
}
.spacing {
	padding: 0 15px;
}
.logo {
	padding-bottom: 15px;
}
.logo p {
	text-align: center;
	margin-top: 20px;
}




/* ~~ Main Horizonal Navigation ~~*/

.mainmenu {
	margin-bottom: 15px;
}
#menu {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000;
}
#menu li {
    display:inline;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
#menu a {
	display:inline-block;
	color: #FCED89;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 14px
}
#menu a:hover {
	color: #FCED89;
	background-color: #BE0F24;
}
#menu a.active{
}




/* ~~ Second Horizonal Navigation ~~*/

.mainmenu2 {
	margin-bottom: 35px;
}
#menu2 {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #BE0F24;
}
#menu2 li {
    display:inline;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
#menu2 a {
	display:inline-block;
	color: #FCED89;
	text-decoration: none;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px
}
#menu2 a:hover {
	color: #FCED89;
	background-color: #000;
}
#menu2 a.active{
}
.lead {
	color: #fff;
	font-weight: bold;	
}



/* ~~ Main Body Text ~~ */


.content {
	padding-bottom: 25px;
}
.content h2 {
	color: #D81835;
	font-size: 22px;
	text-align: center;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.content h3 {
	font-size: 22px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.content h4 {
	color: #D81835;
	font-size: 22px;
	margin-top: 45px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.content ul {
	margin-left: 40px;
}
.tagline {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 25px 0px;
	margin: 25px 0px;
}
.tagline p {
	text-align: center;
	margin: 0px;
}
table.question td {
	vertical-align: top;
}
table.question tr.fill td {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 28px;
}
.highlight {
	background-color: #FAD8DA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B71822;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
input[type=submit]{
    font-size: 18px;
}



/* ~~ Footer ~~ */

.footer {
	border-top: 1px solid #000;
	padding-top: 25px;
	margin-bottom: 40px;
}
.footer p {
	text-align: center;
	color: #D81835;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black {
	color: #000 !important;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
