/* -------------------
      Carson Darling  
           2008       
   ------------------- */


/* CSS Reset */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* ---------- Text Formatting ---------- */


:focus { outline: 0; }

pre, code { font-family: monospace; }


/* Headers */

h1, h2, h3 {
	margin: 1em 0;
}

h1 { font-size: 150%; }

h2 { font-size: 133%; }

h3 { font-size: 117%; }


/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #69c;
}

a:hover, a:active {
	text-decoration: underline;
	-moz-outline: none;
	color: #369;
}


/* Lists */

ol, ul, dl {
	list-style: none;
}


/* Tables */

table {
  /* Still need cellspacing = 0 */
	border-collapse: collapse;
	border-spacing: 0;
}


/* Odds and Ends */

hr { visibility: hidden; clear: both; }

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

sup { vertical-align: 75%; }

.red { color: #f00; }


/* ------------- Structure ------------- */

body {
	line-height: 1;
	background: #fff;
	font: 10px "Verdana", "Times New Roman", Times, serif ;
	text-align: center;
	color: #000;
}

p {
	width: 800px;
	margin: 25px auto; 
	background: #fff;
	font-size: 100%;
}


/* Header */

#logo {
  height: 45px;
  margin: 25px 0 0 0;
  background: #fff url(../logo.gif) top center no-repeat;
}

#logo span {
	position: absolute;
	left: -9999px;
}


#url {
  position: absolute;
  left: 50%;
  height: 45px;
  width: 654px;
  background: #fff url(../i/search.gif) top center no-repeat;
  font-size: 200%;
  border: 0;
  margin: 0 0 0 -364px;
  padding: 13px 0px 0px 20px;
  
}
#gobutton {
  position: relative;
  height: 22px;
  width: 71px;
  margin: 0;
  padding: 0;
  border: 0;
  margin: 0;
  text-indent: -9999px;
  background: #fff url(../go.gif) top center no-repeat;
	cursor: pointer;
}


#main form {
  postition: relative;
  margin: 25px 0;
}


/*NAV*/

#nav {
	position: relative;
	left: 10px;
	line-height: 1;
	height: 25px;
        width: 300px;
	margin: 0 auto;
      font: "Times New Roman", Times, serif ;
	font-size: 150%;
	font-weight: bold;
}

#nav ul {
  width: 100%;
  height: 100%;

}

#nav li {
	float: left;
	text-align: center;
}

#nav li.active {
	padding: .5em 12px .35em;
	cursor: default;
	color: #000000;
}

#nav li a:link, #nav li a:visited {
	padding: .5em 12px .35em;
	display: block;
	color: #000000;
}

#nav li a:hover, #nav li a:active {
	padding: .5em 12px .35em;
	color: #00dccc;
	text-decoration: none;
}

/*footer*/
#footer {
	font-size: 125%;
	}