@charset "UTF-8";
/* ====================================================================================================
      Default Style Elements
   ==================================================================================================== */

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 100%;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	background-image: url(/images/award-notice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
    font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
    font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
    font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
}

a:link {
	color: #FFF;
	text-decoration: none;
	border: none;
	outline: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
	border: none;
	outline: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
	outline: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
	border: none;
	outline: none;
}

a:link img, a:visited img {
	border: none;
	outline: none;
}

optgroup {
	font-style: normal;
}

/* ====================================================================================================
      Layout Style Elements (defined by id tags)
   ==================================================================================================== */

#main {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 70%;
}

#header_section {
	width: 100%;
}

#header_section a:hover img.square_link {
	border: 1px solid #666;
	margin-top: 11px;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: 11px;
}

#gallery_section {
	width: 800px;
	height: 450px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #333;
}

#thumbs_section {
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer_section {
	width: 100%;
	font-size: 60%;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer_section ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#footer_section ul li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}

#footer_section ul li a {
	color: #666;
}

#footer_section ul li a:hover {
	color: #FFF;
}

#footer_section ul .separator {
	height: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	display: inline;
	margin-right: 4px;
	margin-left: 2px;
}

/* ====================================================================================================
      Layout Style Elements (defined by class tags)
   ==================================================================================================== */

.hidden {
	display: none;
}

.clearFloat {
	clear: both;
}

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}

.standalone {
	padding-top: 100px;
	padding-bottom: 100px;
	border: thin solid #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner {
	width: 100%;
	text-align: left;
	margin-top: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.square_link {
	margin-top: 12px;
	margin-left: 12px;
}

.draw_line {
	border-bottom: 1px solid #666;
}

.line_spacer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.text a:link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.text a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.text a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.text a:active {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.image_preview {
	float: left;
	width: 166px;
	margin-left: 17px;
	margin-right: 17px;
	height: 96px;
	line-height: 96px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
}

a:hover .image_preview {
	border: 1px solid #666;
}

img.middle {
	vertical-align: middle;
	margin-top: -2px;
	margin-left: -3px;
}

.info_container {
	clear: both;
	min-height: 40px;
	border: 1px solid #333;
	margin: 10px;
}

.info_label {
	float: left;
	width: 70px;
	margin-left: 50px;
	margin-top: 10px;
}

.info_detail {
	float: left;
	width: 200px;
	padding-top: 10px;
}

.info_detail_newline {
	width: 200px;
	margin-left: 120px;
}

.info_detail_lastline {
	width: 200px;
	margin-left: 120px;
	margin-bottom: 10px;
}
