/*=================================*/
/* Gilbert Pellegrom
/* http://www.gilbertpellegrom.co.uk
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family:Helvetica,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",Sans-Serif,Verdana,Arial;
	font-size:12px;
	line-height:1.5em;
	color:#5F5F5F;
	background:#fff url(../images/header_back_small.png) repeat-x;
}

a, a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #5F5F5F;
}
a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
}

h1 {
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	color:#000;
	margin-bottom:7px;
}

h2 {
	font-size:22px;
	font-weight:bold;
	line-height:25px;
	color:#000;
	margin-bottom:7px;
}

h3 {
	font-size:18px;
	line-height:18px;
	color:#000;
	margin-bottom:7px;
}

p {
	margin-bottom:10px;
}
ol {
	list-style:decimal;
	padding-left:20px;
	padding-bottom:7px;
}
ul {
	list-style:disc;
	padding-left:25px;
	padding-bottom:7px;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
	color:#000;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#333;
	color:#fff;
	padding:0px 2px;
}
pre {
	background:#333;
	padding:0px 20px;
	margin:20px;
}
blockquote {
	font-style:italic;
	font-size:14px;
	padding:0 10px;
	margin:0 0 10px 20px;
	border-left:3px solid #000;
}

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#header {
	width:900px;
	height:100px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	color:#fff;
	padding-top:35px;
}
#body {
	width:900px;
	margin:30px auto 0 auto;
	clear:both;
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
  padding: 2px;
  font: 400 1em Verdana, Sans-serif;
  color: #666;
  background:#ffffff;
  border: 1px solid #999;
  margin:2px;
}

input:focus,
textarea:focus,
select:focus {
  color: #000;
  background: #fff;
  border: 1px solid #002F59;
}

input.button {
  color: #000;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}
/* Get rid of Safari and Chrome focus outlines */
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.box {
	width:200px;
	height:150px;
	background:#ddd;
	border:2px solid #333;
	padding:10px;
	margin:10px;
}

.clear {
	clear:both;
}


