
/*  _____________________ Big Reset  _____________________ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight:bold;
}

/*  _____________________ Global Attributes  _____________________ */

body, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 22px;
	margin:0px;
}

td .bump {
	padding:10px;
}

/*  _____________________ Global Layout  _____________________ */

#frameTable {
	background-color: #ffffff;
}

#contentTable {
	background-color: #D5C9A4;
}

#searchTable {
	background-color: #1b527d;
	margin:auto;
}

/*  _____________________ Main Sections  _____________________ */

#centerstage {
	background-color:#FFFFFF;
	float: left;
	text-align:left;
	display: block;
	width: 530px;
	height: 150px;
	padding: 0;
	border:  0;
}

#columnMain {
	/* Exact Width is 532px */
	float: left;
	width: 500px;
	margin: 20px 15px 0px 15px;
	background-color:#FFFFFF;
	text-shadow:0px 1px #fff;
}

#columnSecondary {
	float: left;
	width: 180px;
	/* min-height: 800px; */
	/* border: 12px 12px 12px 12px; */
	border-bottom-color: #666666;
	padding: 20px 20px 50px 20px;
	background-color:#F7F7F7;
	border-bottom: 4px solid #e0e0e0;
	text-shadow:0px 1px #fff;
}

#columnTertiary {
	float: right;
	width: 140px;
	/* min-height: 800px; */
	padding: 20px 0px 50px 10px;
	/*background-color:#EAF4FF;*/
	background-color:#EAF4F9;
	border-bottom: 4px solid #CEE3F4;
	text-shadow:0px 1px #fff;
}
#columnTertiary p {
	/* Give Paragraphs in the right-hand column a little bump down*/
	padding: 0 0 20px 0;	
}

#wrapup {
	margin-left: auto;
	margin-right: auto;
	width:900px;
}

div#hat {
	width: 100%;
	height: 90px;
	padding: 0px 0px 0px 0px;
	border:  0px 0px 0px 0px;
	background-color:#ae936b;
}

div#hat-large {
	float: right;
	display: block;
	width: 680px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	border:  0px 0px 0px 0px;
}

div#hat-small {
	float: left;
	width: 220px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	border:  0px 0px 0px 0px;
	background-color:#d4c5af;
}

div#hat-smallButtons {
	float: left;
	width: 220px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	border:  0px 0px 0px 0px;
	background-color:#d4c5af;
}

/*  _____________________ New Styles  _____________________ */

a:active {
	color: #1b527d;
	text-decoration: none;
}

a:link {
	color: #434343;
	text-decoration: none;
}

a:visited {
	color: #434343;
	text-decoration: none;
}

a:hover {
	color: #EC008C;
	text-decoration: underline;
}

.tinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ae936b;
}

.tinyText_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.sectHeadBody {
	color:#fff;
	font-family: 'Crete Round', serif;
	letter-spacing: 0px;
	font-size:16px;
	text-transform: normal;
	text-shadow: none;
	padding:3px;
}

.bigText {
	/* this is the brown text inside the tables */
	display:block;
	color: #ae936b;
	font-family: 'Crete Round', serif;
	font-size:27px;
	letter-spacing: -.5px;
	padding: 5px 0 5px 0;
}

.bigText-blue {
	color: #1b527d;
	font-family: 'Crete Round', serif;
	font-size:27px;
	letter-spacing: -.5px;
	padding: 5px 0 5px 0;
}

select {
	background-color: #CEE3F4;
	font-size: 11px;
	padding: 3px 4px 3px 4px;
	border: 1px solid #1b527d; /* This is the dark Blue Color */
	margin: 2px;
}

input.srchInputBox {
	width: 130px;
	background-color: #CEE3F4;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #1b527d; /* This is the dark Blue Color */
	margin: 2px;
	background-image: url(images/gradient_grey.gif)
}

input.submitButton {
	background-color: #CEE3F4;
	font-weight: bold;
	font-size: 11px;
	color: #1b527d;    /* This is actually the text color */
	border: 1px solid;
	border-color:#1b527d;
	margin: 2px;
	padding: 2px 2px 2px 2px;
	background-image: url(images/gradient_grey.gif)
}

input.submitButton_bullGenerator {
	width: 150px;
	background-color: #CEE3F4;
	font-weight: bold;
	font-size: 11px;
	color: #1b527d;    /* This is actually the text color */
	border: 1px solid;
	border-color:#1b527d;
	margin: 2px;
	padding: 2px 2px 2px 2px;
}

input.bullGenerator {
	width: 170px;
	background-color: #CEE3F4;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #1b527d; /* This is the dark Blue Color */
	margin: 2px;
	background-image: url(images/gradient_grey.gif)
}
.pushdown {
	margin: 15px 0 0 0;
}
