@import url("normal.css");

body {
	background:#fff url(../images/page_bg.jpg) no-repeat center 235px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#585858;
}

a {
	text-decoration:underline;
	color:#690;
}

a:hover {
	color:#86CA00;
}

table.results td {
	border-bottom: solid #FEDD9E 1px;
}

#header {
	background-color:#000;
	height:200px;
}

#header a {
	display:block;
	background:url(../images/havok_2010_banner.jpg);
	height:200px;
	margin:0 auto;
	outline:none;
	text-indent:-9999px;
	width:895px;
}

#wrapper {
	width:755px;
	margin: 50px auto 0;
}

div#navbar-wrapper {
	background:#690 url(../images/nav_bg.gif) repeat-x;
	-moz-box-shadow:0 3px 10px rgba(0,0,0,.4);
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,.4);
	height:35px;
	margin-bottom: 20px;
}

#navbar {
	width:755px;
	margin: 0 auto;
}

#navbar li {
	display:inline;
	line-height:35px;
	padding-right:43px;
}

#navbar a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#navbar a:hover {
	color:#A4F700;
}

h2 {
	color:#71a900;
	font:2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	line-height:1.4em;
	text-transform:uppercase;
}

h3 {
	color:#3A5800;
	font:1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
	text-transform:uppercase;
}

#wrapper p {
	font:13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	line-height:1.4em;
	margin-bottom:20px;
}

p strong, td strong {
	font-weight: bold;
	}

span.label {
	font-weight:bold;
	}

.gallerythumb {
	margin: 4px;
	/*border: solid #eee 3px;*/
}

/*RESULTS TABLE*/

table {
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 3px;
	font:13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.4em;
	margin-bottom:30px;
	width:100%;
}

table td:first-child {
	width:283px;
}

table td {
	padding:5px 0;
	vertical-align:top;
}


/*===========
FORM LAYOUT 
===========*/

div.row {
	clear: both;
	padding-top: 5px;
	width:551px;
}

span.label {
  float: left;
  width:261px;
  text-align: right;
  padding-right: 10px;
}

span.field {
  float: right;
  width: 275px;
  text-align: left; }

#footer {
	border-top:solid #690 3px;
	width:755px;
	margin:20px auto;
	padding-top:5px;
}