/* -------------------- Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}

img {
	border: 0; /* kills Gecko bug when img's are placed inside links */
	vertical-align: bottom; /* set vertical align to bottom for IE */
}
/* --------------- Document Defaults -------------- */
body {
	font: 10pt Arial, Helvetica, sans-serif; /* "at browser default" 62.5% makes font-size 1em = 10px, 1.2em = 12px, etc */
	background: #FFF;
	text-align: center;
}
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6, pre, blockquote, address {
	margin: 0;
}
p, ul, ol {
	font-size: 1em;
}

p { margin: 1em 0; }

ul {
	margin:0 0 1em 25px;

}
ul ul { /* fixes nested lists */
	font-size: 100%;
	font-weight: normal;
}

ul li { line-height: normal; }

h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.4em;}
h6 {font-size:1.2em;}
/* -------------------- Forms ---------------------- */
form :focus {
	outline: 0; /* removes Safari's blue border */
}
input, label {
	vertical-align: middle;
}
label {
	cursor: default;
}
input, select, textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, 'MS Sans Serif', sans-serif;
}

select {
	width: auto!important;
}

input, textarea {
	padding: 2px 4px;
}

input.submit,
input[type=submit] { overflow: visible; }
textarea { /* removes scrollbar from IE when none is needed */
	overflow: auto;
}

/* ------------------- Links ---------------------- */
.content a {
	text-decoration: underline !important;
}
a {
	text-decoration: underline;
	outline: 0; /* removes dotted border in FX */
}
a:active, a:focus, a:hover {
	visibility: visible; /* kills IE6 a:hover bug */
	text-decoration: none;
}

/* ------------------- Divs ---------------------- */
div.wrapper { clear: both; }

/* ------------------- Safari Hack ---------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) { div#header div.navigation ul { padding-top: 11px; } } /* SAFARI HACK */