@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'goudysans_blk_btblack';
    src: url('../fonts/goudsank-webfont.woff2') format('woff2'),
         url('../fonts/goudsank-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url(../images/back.jpg);
	color: #444444;
	font-family: 'goudysans_blk_btblack';
	font-size: 15px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 125px;
	margin: 30px;
	background: #f8f0f1;
	border-radius: 12px;
	box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.7);
}

#header h1 {
	padding-top: 20px;
	color: #ba0606;
	font-size: 3em;
}

#content {
	width: 840px;
	min-height: 300px;
	margin: 30px;
	background: #f8f0f1;
	border-radius: 12px;
	padding: 30px;
    font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, "sans-serif";
    font-weight: 600;
	box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.7);
}

#content h2 {
    font-family: 'goudysans_blk_btblack';
    font-weight: normal;
}

table {
    border-spacing: 0;
}

th {
	text-align: left;
}

input, select {
	border: 1px solid #bb6666;
	border-radius: 3px;
    font-family: "Gill Sans", "Gill Sans MT", Helvetica, Arial, "sans-serif";
    font-size: 0.95em;
}

input {
    padding-left: 3px;
}

a {
	color: #0063bf;
}

a:visited {
	color: #0063bf;
}

#footer {
	width: 900px;
	height: 32px;
	margin: 30px;
	background: #99323a;
	border-radius: 8px;
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.7);
}

#footer p {
	padding: 9px 0 0 30px;
	font-size: 0.8em;
	color: #333333;
}

.blue_buttonx {
	width: 150px;
	height: 35px;
	margin-right: 30px;
	display: inline-block;
	background: url(../images/blue_button.png);
	color: #333;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}

.blue_button, .blue_button:visited {
	width: 150px;
	height: 30px;
	margin-right: 30px;
	display: inline-block;
	background: #7fb3e3;
	color: #333;
	border: 3px solid #0063bf;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}

.blue_button_small, .blue_button_small:visited {
	width: 90px;
	height: 18px;
	display: block;
	background: #7fb3e3;
	color: #333;
	border: 2px solid #0063bf;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.blue_button_small2, .blue_button_small2:visited {
	width: 60px;
	height: 13px;
	display: block;
	background: #7fb3e3;
	color: #333;
	border: 1px solid #0063bf;
	border-radius: 4px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}

.blue_button_small3, .blue_button_small3:visited {
	width: 120px;
	height: 18px;
	display: block;
	background: #7fb3e3;
	color: #333;
	border: 1px solid #0063bf;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.yellow_button_small {
	width: 90px;
	height: 18px;
	display: block;
	background: #f0e17d;
	color: #333;
	border: 2px solid #c3aa07;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.yellow_button_small:visited {
	color: #333;
}

.orange_button_small {
	width: 90px;
	height: 18px;
	display: block;
	background: #e59d66;
	color: #333;
	border: 2px solid #b0590d;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.orange_button_small:visited {
	color: #333;
}

.blue_button_small_wide {
	width: 140px;
	height: 20px;
	display: block;
	background: url(../images/blue_button_small_wide.png);
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
}

.blue_button_small_wide:visited {
	color: #333;
}

.blue_button_submit {
	font-family: 'goudysans_blk_btblack';
	font-size: 13px;
	width: 90px;
	height: 24px;
	display: block;
	background: #7fb3e3;
	color: #333;
	border: 2px solid #0063bf;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.blue_button_submit:visited {
	color: #333;
}

.blue_button_group {
	width: 200px;
	height: 50px;
	margin: 5px 30px;
	display: block;
	background: #7fb3e3;
	color: #333;
	border: 3px solid #0063bf;
	border-radius: 8px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
}

.blue_button_group:visited {
	color: #333;
}

.red_button_group {
	width: 200px;
	height: 40px;
	margin: 5px 30px;
	display: block;
	background: #de9999;
	color: #333;
	border: 3px solid #dc0a0a;
	border-radius: 8px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
}

.red_button_group:visited {
	color: #333;
}

.yellow_button_group {
	width: 200px;
	height: 40px;
	margin: 5px 30px;
	display: block;
	background: #f0e17d;
	/*color: #d7bb04;*/
	border: 3px solid #c3aa07;
	border-radius: 8px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
}

.yellow_button_group:visited {
	color: #333;
}

.blue_button_medium {
	width: 85px;
	height: 26px;
	display: block;
	background: #7fb3e3;
	border: 2px solid #0063bf;
	border-radius: 6px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
}

.blue_button_medium:visited {
	color: #333;
}

.blue_button_medium_double {
	width: 90px;
	height: 34px;
	display: block;
	background: #7fb3e3;
	border: 2px solid #0063bf;
	border-radius: 6px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
}

.blue_button_medium_double:visited {
	color: #333;
}

.grey_button_medium {
	width: 85px;
	height: 26px;
	display: block;
	background: #aaa;
	border: 2px solid #666;
	border-radius: 6px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
}

.grey_button_medium:visited {
	color: #333;
}

.green_button_medium {
	width: 85px;
	height: 26px;
	display: block;
	background: #98f3a3;
	border: 2px solid #2ba733;
	border-radius: 6px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
}

.green_button_medium:visited {
	color: #333;
}

.button {
	background: url(../images/blue_button_small.png);
	width: 90px;
	height: 25px;
}

