/* WCNorth.com - Master CSS */
/* Site designed by KabimbaMedia.com */

/*	=RESET YUIv3 */

/*	=RESET YUIv3 */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/*// =Global Elements */

html, body {
	background-color: #eee;
	}
html, body, table, tr, td, ul, li, dl, dt, dd {
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif; 
	color: #222;
	}
a, a:link, a:visited, a:active { 
	color: #692121;
	text-decoration: underline;
	outline: 0;
	}
a:hover { 
	color: #581C1C; 
	text-decoration: underline;
	}

/* shims */
.left { float: left; margin: 0 15px 15px 0; }
.right { float: right; margin: 0 0 15px 15px; }
.clear { clear: both; }
img.brdr { border: 1px solid black; }
.small { font-size: 11px; }
strong { font-weight: bold; }
em { font-style: italic; }
.first { margin-top: 0 !important; padding-top: 0 !important; }
.noborder { border: 0 !important; }


/* structure */
#wrap_outer {
	margin: 20px auto;
	border: 8px solid #e4e4e4;
	width: 850px;
	}
#wrap_inner {
	border: 1px solid #d3d3d3;
	background-color: #fff;
	}



/*// =Masthead */

h1#logo {
	height: 100px;
	margin: 8px 6px 0 8px;
	border-bottom: 1px solid #E4E4E4;
	text-align: center;
	}
h1#logo a {
	display: block;
	width: 460px;
	height: 90px;
	margin: 0 auto;
	background: url('../images/logo.gif') no-repeat;
	text-indent: -999em;
	}

ul#nav {
	margin: 0 8px 10px;
	padding: 5px 0;
	border-bottom: 1px solid #E4E4E4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
ul#nav li {
	display: inline;
	padding: 0 10px;
	}
ul#nav li a {
	font-weight: bold;
	}



/*// =Content */

h1,h2,h3,h4,h5,h6 {
	clear:  both;
	}
#content {
	margin: 0 20px;
	}
#content h2 {
	padding: 25px 0 20px;
	font-size: 26px;
	font-weight: bold;
	color: #692121;
	}
#content h3 {
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	}
#content h4 {
	padding: 30px 0 10px;
	font-size: 16px;
	color: #692121;
	}
#content img {
	border: 1px solid #444;
	}
#content p {
	margin-bottom: 10px;
	}
#content table {
	margin-bottom: 15px;
	}
#content table td {
	padding: 6px;
	}


/*// =Footer */

#footer {
	clear: both;
	padding: 40px 0 20px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #692121; 
	text-align: center;
	}