ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
a img,:link img,:visited img { border:none }
a {outline: none;}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1E1E12;
	font-family: verdana, arial, san-serif;
	font-style: italic;
	color: #963E06;
}

#main_wrapper {
	position: relative;
	min-height: 100%;
}

* html #main_wrapper {
	height: 100%;
}

#footer_wrapper {
	position: relative;
	margin: -100px auto 0 auto;
}

/* IE -- footer height tweaking... */

* html #footer_wrapper {
	margin-top: -100px;
}

#jump {
	position: absolute;
	left: -5000px;
}

a {
	color: #963E06;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

span {
	font-weight: bold;
}

#header {
	width: 100%;
	height: 185px;
	background: url(./gfx/bg_header.jpg) repeat-x;
}

#header ul {
	position: relative;
	width: 351px;
	height: 40px;
	margin: 0 auto;
	padding-left: 30px;
}

#header li {
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	margin: 0 3px;
}

#header li a {
	display: block;
	text-indent: -9999px;
	outline: none;
	height: 40px;
	background-position: 0px 0px;
}

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


#projects a {background: url(./gfx/menu_projects.jpg); width: 108px;}
#company a {background: url(./gfx/menu_company.jpg); width: 86px;}
#crew a {background: url(./gfx/menu_crew.jpg); width: 59px;}
#jobs a {background: url(./gfx/menu_jobs.jpg); width: 50px;}

#header li a.current {
	background-position: 0px 40px;
}

h1 {
	width: 420px;
	height: 145px;
	margin: 0 auto;
	background: url(./gfx/title.jpg) top left;
	text-indent: -9999px;
}

h2 {
	color: #64643E;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 0.8em;
}

h3 {
	font-size: 1em;
	color: #963E06;
	text-transform: uppercase;
	
}


#content {
	width: 700px;
	margin: 25px auto 0 auto;
	font-size: 0.8em;
}

#content_legal {
	width: 700px;
	margin: 25px auto 0 auto;
	font-size: 0.6em;
	margin-bottom: 100px;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}


blockquote {
	margin: 10px 0;
	font-style: normal;
}



#footer_wrapper {
	width: 100%;
	height: 100px;
	background: url(./gfx/bg_footer.jpg) repeat-x 0 0;
	background-color: #767549;
	color: #535334;
	font-size: 0.6em;
	font-weight: bold;
}

#footer_legal {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 40px;
}


#footer_legal p {
	text-align: center;
	margin: 0;
}

.links {
	padding-bottom: 10px;
}

.links a {
	color: #535334;
	font-style: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.links a:hover {
	text-decoration: none;
}

.img_left {
	float: left;
	margin: 0 20px 0 0;
}

.img_right {
	float: right;
	margin: 0 0 0 20px;
}

.img_center {
	position: relative;
	left: 350px;
	margin-left: -150px;
}

.crew {
	clear: both;
	margin-bottom: 20px;
}

.crew img {
	margin: 0 32px;
}

ol {
	padding: 0 40px 20px 40px;
}



#mainlegend {
	font-size: 2em;
	font-weight: normal;
}

#formwrap {
	border: none;
}



fieldset {
	border: 1px solid #767549;
	margin-bottom: 10px;
	padding: 10px 0;
}

legend {
	font-size: 1.6em;
	font-style: normal;
	color: #767549;
	margin-left: 10px;
}

label {
	font-size: 1.4em;
}

label, input, textarea, select {
	margin-left: 10px;
	margin-top: 2px;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
  background-color : #cc9900;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  background-color : #fff;
}




/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #1E1E12; 
  background-color : #1E1E12; 
  padding : 0 4px 0 4px; 
  color : #1E1E12;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for browsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px dotted #767549; 
  color : #767549;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}


.button {
	background-color: #767549;
	color: #1E1E12;
	border: 1px solid #767549;
}

.results {
	font-size: 1.4em;
}






