/*
Created by kat neville (2008)
http://www.safetygoat.co.uk 
*/

/*----------------------Universal reset by http://www.eric-meyer.com----------------------*/
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, font, 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 
{margin: 0; padding: 0; border: 0; outline: 0; background: transparent;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0px;}

/*This is for clearing any elements*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Modified from: http://code.google.com/p/blueprintcss/ */
h1,h2,h3,h4,h5,h6 { font-weight : normal; }
h1 { font-size : 3em; line-height : 1; margin-bottom : 0.5em; }
h2 { font-size : 2em; margin-bottom : .75em; }
h3 { font-size : 1.5em; line-height : 1; margin-bottom : 1em; }
h4 { font-size : 1.2em; line-height : 1.25; margin-bottom : 1.25em; }
h5 { font-size : 1em; font-weight: bold; margin-bottom : 1.5em; }
h6 { font-size : 1em; font-weight : bold; }
p { margin : 0 0 1.5em; }
ul, ol { margin : 0 1.5em 1.5em 0; }
ul { list-style-type : none; }
ol { list-style-type : decimal; }
dl { margin : 0 0 1.5em 0; }
dt { font-weight : bold; }
dd { margin-left : 1.5em;}
abbr, acronym { border-bottom-width : 0; }
address { margin-top : 1.5em; font-style : normal; }
del { color : #666; }
blockquote { margin : 1.5em 0; }
strong { font-weight : bold; }
em, dfn { font-style : italic; }
dfn { font-weight : bold; }
pre, code { margin : 1.5em 0; white-space : pre; }
pre, code, tt { font : 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height : 1.5; } 
tt { display : block; margin : 1.5em 0; line-height : 1.5; }
table { margin-bottom : 1.4em; }
th { border-bottom : 2px solid #433b34; font-weight : bold; }
td { border-bottom : 1px solid #ddd; }
th,td { padding : 4px 10px 4px 0; }
tfoot { font-style : italic; }
caption { background : #ffc; }

/*----------------------End of reset--------------------------------------------*/
/*----------------------End of reset--------------------------------------------*/
/*= Font styles for the landing page ------------------------------------------------- */

html {
	font-size:100%;
}
body, td, th, textarea, input, select {
	font-family:georgia, times new roman, helvetica, arial;
	font-size:75%;
	color:#818282;
	line-height:150%;
}
table {
  font-size:1.3em;
}
a, a:visited {
  outline: none;
  color: #009ddc;
  text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
	border-bottom-style: dotted;
	border-width:1px;
	outline: none;
}

/*= Now lets set up the layout ------------------------------------------------- */

html, body {
  text-align: center;
  height:100.1%;
}
body {
	background:#262e36 url(../images/background.jpg) no-repeat 50% 0;
	font-family: georgia, times, serif;
	color: #050708;
}
div#container {
	width:830px;
	margin:0 auto; 
	position:relative;
	padding:0 0 0 0;
	text-align:center;
}

div#container p {
	width:720px;
	margin:0 auto;
	margin-bottom:9px;
	text-align: left;
	line-height: 1.4em;
}

div#container form {
	display:block;
	width:720px;
	margin:0 auto;
	text-align: left;
	margin-top:18px;
}
div#container form label {
	display:block;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight: bold;	
	letter-spacing: -0.01em;
	font-size:1.3em;
	margin-top:14px;
	margin-right: 7px;
	float: left;
}
div#container form input.text {
	border:0;
	padding:6px 2px 2px 5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:1.3em;
	width:331px;
	height:25px;
	background-image:url(../images/input-background.jpg);
	background-color: none;
	margin-top:7px;
	margin-right: 7px;
	float: left;
}


h1 a{
	background: url(../images/logo.png) no-repeat 0 0;
	display: block;
	width: 476px;
	height: 127px;
	text-indent:-9999999px;
	margin:35px 0 0 160px;
}

h1 a:hover{
	border-bottom: none;
}

.headline{
	background: url(../images/headline.png) no-repeat 0 0;
	width: 484px;
	height: 31px;
	text-indent: -999999px;
	margin-left: 170px;
	margin-bottom: 20px;
}

.submitButton{
	background: url(../images/submit.png) no-repeat 0 0;
	display: block;
	width: 135px;
	height: 49px;
	text-indent: -99999999px;
	border: none;
	cursor: pointer;
}

.submitButton:hover{
	background-position: 0 -49px;
	border-bottom: none;
}
