/* Creople - version 1
/* June 2009 */

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;
}
body {
	line-height: 1;
}

html, body { height: 100%; }

noscript p { color: #f4892a; font-weight: bold; margin: 10px 10px 10px 0; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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: 0;
}


* { border:0 none; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; text-decoration:none; }

/* wrapper and common styles */
body { margin:0px auto; padding:0px 0px 20px 0px; font-family:Lucida Grande, Arial, Helvetica, sans-serif; background: #fff}
img { border:0px; margin:0px; padding:0px; }
.float_left { float:left; }

/* Font Styles */
a { color:#000; }
a:hover, #subheader ul li a:hover  { text-decoration:underline; }
p { font-family:Helvetica Neue, "Helvetica Neue", Arial, sans-serif; font-size:12px; color:#474747; }

/* Font style for IE */
html{ font-size: 100%; /* IE hack */ }

/* Common Visual Elements */
.line { height:3px; clear:both; display:block; padding:24px 0px 24px 0px; }
.no-padding { padding:0px 0px 0px 0px; }