* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

html {
	background: #808080;
}


body {
	background: #808080;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

a {
	color: #8C0F08;
}

a:hover {
	color: #222;
}

h1 {
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 2px;
}


br.clear {
	clear: both;
}

img.center {
	vertical-align: middle;
}

p {
	color: #333;
	line-height: 1.4em;
}

p.wide {
	width: 650px;
}

ul.list, 
ul.list_numbered {
	width: 635px;
	padding-top: 5px;
	padding-left: 15px;
	list-style-type: square;
}

ul.list li, 
ul.list_numbered li {
	padding: 2px 0 4px 5px;
}

ul.list_numbered {
	list-style-type: decimal;
}

em.small {
	font-size: 11px;
}

span.date {
	font-size: 14px;
	font-weight: bold;
	color: #8C0F08;
}

img.list_image, 
img.floating_image {
	float: left;
	margin: 0 20px 20px 0;
}

a.big {
	font-size: 16px;
	font-weight: bold;
}

span.small {
	display: block;
	color: #666;
	font-size: 12px;
	margin: 8px 0 5px 0;
}

span.file_err {
	display: block;
	color: #8C0F08;
	font-size: 12px;
	margin: 5px 0 0 0;
}


/* container */

#container {
	width: 100%;
	background: url('/_grafix/bg_top.png') top left repeat-x;
}

#wrapper {
	margin: auto;
	width: 820px;
	background: url('/_grafix/bg_middle.png') top left repeat-y;
}

#wrapper_bottom {
	float: left;
	width: 820px;
	height: 25px;
	background: url('/_grafix/bg_bottom.png') bottom left no-repeat;
}


/* header */

#header {
	margin: auto;
	width: 820px;
	height: 215px;
	background: url('/_grafix/bg_header.png') top left no-repeat;
	padding-left: 15px;
}


/* crumbtrail */

#crumbtrail {
	float: left;
	width: 794px;
	height: 44px;
	font-size: 12px;
	color: #fff;
}

#crumbtrail .left {
	float: left;
	padding: 8px 0 0 10px;
}

#crumbtrail .right {
	float: right;
	padding: 8px 10px 0 0;
}

#crumbtrail a {
	color: #fff;
}

#crumbtrail a:hover {
	color: #DCD9CC;
}


/* header */

#logo {
	float: left;
	width: 790px;
	height: 110px;
}


/* navigation */

#navigation {
	float: left;
	width: 792px;
	height: 40px;
}

#navigation .left {
	float: left;
}

#navigation .right {
	float: right;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 40px;
	padding-left: 2px;
	background: url('/_grafix/navigation_line.png') top left no-repeat;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 40px;
}

#navigation li a:hover { 
	background-position: 0 -40px; 
}

#navigation li a.selected { 
	background-position: 0 -40px; 
}

#navigation span {
	display: none;
}


/* content */

#content {
	width: 820px;
}

#content .content_gutter {
	padding: 15px 45px;
}

#content div.text {
	float: left;
	width: 430px;
}

#content div.image {
	float: right;
	margin-top: 5px;
}


/* home */

#block {
	width: 734px;
	background: #DCD9CC url('/_grafix/block_top.png') top left no-repeat;
}

#block .gutter {
	padding: 20px;
}

#block .bottom {
	background: url('/_grafix/block_bottom.png') bottom left no-repeat;
}

#buttons {
	margin: auto;
	width: 640px;
	margin: 25px;
}

#buttons a {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
}

#buttons a:hover { 
	background-position: 0 -50px; 
}

#buttons span {
	display: none;
}

#block_small {
	width: 425px;
	background: #BA5613 url('/_grafix/block_small_top.png') top left no-repeat;
}

#block_small .gutter {
	padding: 15px;
}

#block_small .bottom {
	background: url('/_grafix/block_small_bottom.png') bottom left no-repeat;
}


/* form */

#contact_form td {
	color: #333;
}

#contact_form td.mandatory {
	font-weight: bold;
}

#contact_form td.mandatory_err {
	color: #8C0F08;
	font-weight: bold;
}

span.err {
	color: #8C0F08;
	font-weight: bold;
}

#contact_form table {
	width: 470px;
}

#contact_form input.text {
	width: 320px;
	height: 20px;
	padding: 2px;
	background: #eee;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#contact_form .textarea {
	width: 320px;
	height: 60px;
	padding: 2px;
	background: #eee;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#contact_form .button_cell {
	text-align: right; 
}

#contact_form input.button {
	font-size: 14px;
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
}


/* contest */

#application_form td {
	color: #333;
}

#application_form td.mandatory {
	font-weight: bold;
}

#application_form td.mandatory_err {
	color: #8C0F08;
	font-weight: bold;
}

#application_form table {
	width: 425px;
}

#application_form input.text {
	width: 270px;
	height: 20px;
	padding: 2px;
	background: #eee;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#application_form textarea {
	width: 270px;
	height: 100px;
	padding: 2px;
	background: #eee;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#application_form .button_cell {
	text-align: right; 
}

#application_form input.button {
	font-size: 14px;
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
}


/* footer */

#footer {
	color: #999;
	padding-top: 30px;
	font-size: 11px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #666;
}

#spacer_bottom {
	height: 15px;
}


/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

.sIFR-active h2 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}
