@charset "utf-8";

/* ------------ Block-level elements ------------------- */
body {
	margin: 5px 0;
	background-color: #333;
	font-family: MyriadPro-Cond, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15pt;
}
p {
	margin-top: 0px;
}

/* ------------ Embedded fonts ------------------------- */
@font-face {
	font-family: MyriadPro-Cond;
	src: url(../../fonts/MYRIADP0.eot);
}

@font-face {
	font-family: MyriadPro-Cond;
	src: url(../../fonts/MyriadPro-Cond.ttf) format("truetype");
}

@font-face {
	font-family: MyriadPro-ContIt;
	src: url(../../fonts/MyriadPro-CondIt.ttf) format("truetype");
}


/* ------------ Customize layout ----------------------- */
.body  { width: 390px; height: 300px; }
.left  { width: 40px; }
.right { width: 170px; }

#wrapper {
	width: 700px;
	background: #fff url(../images/clues_blank_back.jpg) no-repeat 0px 66px; /*64px;*/
	_background: #fff url(../images/clues_full_back.jpg) no-repeat 0px 66px; /*64px;*/
}

.fsu_header {
	width: 700px;
	height: 65px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	letter-spacing: normal;
	margin-bottom: 1px;
}
.fsu_header img {
	float: left;
	margin-left: 15px;
	margin-top: 9px;
}
.fsu_header .right {
	float: right;
	width: 300px;
	margin-right: 25px;
	margin-top: 25px;
	text-align: right;
}
.fsu_header .right a {
	color: #333;
	text-decoration: none;
}

.header {
	background: transparent url(../images/clues_header.png) no-repeat 0 0;
	_background: transparent;
	width: 512px;
	height: 140px;
	margin: 13px 0 0 8px;
}

.body {
	padding-top: 30px;
}
.body p {
	font-size: 15pt;
}
.body a {
	color: #770000;
	text-decoration:none;
}
.body a:hover {
	text-decoration: underline;
}

input#txtPin {
	background: #d3ecb4;
	border: 1px solid #444444;
	width: 85px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
}
input#btnPin {
	width: 55px;
	height: 55px;
	vertical-align: middle;
	margin-left: 5px;
	background: top url(../images/submit_button_transparent.png);
	}
	input#btnPin:hover {
		background: top url(../images/submit_button_transparent_hover.png);
	}

input#btnSub {
	width: 55px;
	height: 55px;
	float: right;
	margin-top: 3px;
	margin-right: 15px;
	background: top url(../images/submit_button_transparent.png);
	}
	input#btnSub:hover {
		background: top url(../images/submit_button_transparent_hover.png);
	}


p.clue {
	font-weight: bold;
	font-size: 18pt;
}
p.small {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
}
div#theForm {
	float: left;
}
input#txtEmail100, input#txtName100 {
	background: #d3ecb4;
	border: 1px solid #444444;
	width: 250px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 5px;
	font-size: 15px;
}
input#txtSubject {
	background: #d3ecb4;
	color: #000000;
	border: 1px solid #444444;
	width: 325px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 5px;
	font-size: 14px;
}
div.label {
	float: left;
	margin-bottom: 5px;
	width: 50px;
	height: 22px;
	font-size: 15px;
}

/* ------------ Basic table-less layout ---------------- */

/* Left Navigation Column */
.left {
	float: left;
}
* html .left {
	display: inline;
}
/* Main content */
.body {
	float: left;
}
/* Right column/s */
.right {
	float: left;
}

/* Resize divs to fill height */
/* Start Mac IE5 filter \*/
.left, .body, .right {
	padding-bottom: 32767px !important;
	margin-bottom: -32757px !important;
}
/* End Mac IE5 filter */

/* IE 5.01 - wrapper heights */
#wrapper, #wrapper_final {
	float: left;
	float/**/: none; /* Ignored by IE 5.01, but used by IE 5.5 and above */
}
#wrapper, #wrapper_final {
	overflow: hidden; /* Hide excess padding in non-IE browsers */
}

/* Clearing */
#wrapper:after, #wrapper_final:after {
	content: 'testing';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper, #wrapper_final {
	display: inline-block;
	margin: 0px auto;
}
/*\*/
#wrapper, #wrapper_final {
	display: block;
}
/* End Clearing */

/* ------------ End Basic table-less layout ---------------- */

