/* 
  CSS file by JoshCanHelp.com 
  URL: 
  Site name: 
  Created on:
*/

/** CSS RESET
Adapted from Eric Meyer's CSS Reset Reloaded
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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
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;
}

img
{
border: 0;
}

/*** universal ***/

a {color: #2F2524; font-weight:}

ul {margin: 0 40px 0 20px;}
	ul li {margin: 0 0 0.5em; line-height: 1.3em; }

h3 {margin: 20px 40px 10px 20px; padding: 20px 0 0 0; border-top: 1px solid black; font-size: 1.6em;}

/** MAIN CSS **/

body {font-size: 100%; font-family: Arial, Helvetica, sans-serif}

#header {width: 100%; float: left; padding: 10px 0; text-align: center; border-bottom: 1px solid black; }
	#header h1#page-name {font-size: 1px; text-indent: -9999px;}
	#header h2 {max-width: 1000px; margin: 20px auto 0; padding: 10px 0 0 0; border-top: 1px solid black; font-size: 1.8em;}
	#header p {margin: 0 auto 10px auto; padding: 20px 0 ;  max-width: 1000px; text-align: left; line-height: 1.3em;}
		#header p img {float: left; margin: 0 8px 8px 0; max-width: 200px; }
	#header span {max-width: 1000px; font-size: 1.2em; margin: 0 auto; padding: 10px 0 0 0; display: block; border-top: 1px solid black; font-weight: bold; text-align: center; clear: both; }

#col-left {width: 50%; float: left; margin: 20px 0; }
#col-right {width: 50%; float: left; margin: 20px 0; }

#footer {width: 100%; float: left; padding: 20px 0; text-align: center; font-size: 0.9em;}