/* -------------------------------------------------------------- 
    global.css

    Basic styling used over the whole site.
    Reset css, clearfix, general style for fonts, links, etc.
-------------------------------------------------------------- */

/*
=RESET CSS
*/
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
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:"" "";}


/*
=BASIC STYLING
*/
body {
	font:normal 69%/1.3 Verdana,Arial,Geneva,helvetica,sans-serif;
	background:#fff;
	color:#000;
}
h1,h2,h3,h4 {font:bold 1em/1.1 times New Roman, Times, serif}
h1 {font-size:1.3em}
a {color:#000}	
a:active {color:#000}
a:visited {color:#666}
a:hover {color:#ad2613}
img {border:0}
table {border-collapse:collapse}
fieldset {border:none}
input, textarea {font:1em Verdana,Arial,Geneva,helvetica,sans-serif}
legend {color:#0f3244}
/* http://positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {display:inline-block}
.clearfix {display:block}
.strong {font-weight:bold}
body {min-width:994px;}


