/* TOOLS CSS */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

p { margin: 0 0 10px 0; }

ol { list-style-type: decimal; list-style-position: outside; margin-left: 30px; margin-bottom: 15px; }

a, a:active, a:visited {
	color: #0074bc;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }

/* END TOOLS */




/* TYPOGRAPHY */

h2 {
	color: #0074bc;
	font-size: 20px;
	font-weight: bold;

}

h2 { margin-bottom: 15px; }

h3 + p {
	margin-top: 15px;
	}
	
p + h3 { margin-top: 20px; }

h3 { color: #0074bc; }

h4 { font-size: 12px; font-weight: bold; color: #000000; }

h5 { font-size: 12px; font-weight: bold; color: #c6181e; }

h6 { font-size: 16px; font-weight: bold; color: #333333; }





.number{
	color: #c6181e;
	font-size: 20px;
	font-weight: bold;

}

/* END TYPOGRAPHY */




/* PAGE LAYOUT */

body {
	background:#fff url(http://www.insideout.on.ca/19Annual/img/bg-green.gif) top center repeat-x fixed;
	font:12px/18px Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	color:#626262;
}

#container {
	width: 840px;
	margin: 0 auto;
	padding: 0 5px;
	}

#header {
	width: 840px;
	height: 128px;
	background: url(http://www.insideout.on.ca/19Annual/img/header-main-crowd1.gif);
	}


#contentWrap {
	width: 840px;
	background: #fff
	}


#contentLeft {
		width: 180px;
	   	text-align: left;
		margin: 0 auto;
    	padding-left: 10px; 
    	padding-top: 15px; 	
    	border-right: 1px dotted #999999;	float: left;
        }

#contentMain {
		width: 420px;
		padding-left: 20px; 
    	padding-top: 15px; 
		float: left;
		}

#flash {
	width: 800px;
	height: 240px; 
	padding-left: 10px;
 	padding-right: 10px;
	}

		

#contentRight {
		width: 180px;
		padding-left: 10px;
     	padding-top: 15px; 
    	padding-right: 10px;
    	border-left: 1px dotted #999999;
		float: right;
		}



#border {border-top: 1px dotted #999999;
    	padding-top: 10px;
    	padding-bottom: 10px; 
        }
 

#borderSolid {
        border-top: 4px solid #999999;
       	padding-bottom: 10px; 
        }



#footer {
	width: 800px;
	height: 64px;
	background: #5e1005;
	margin: 0 auto 20px;
	padding: 15px 20px 0;
	color: #fff;
	font-weight: normal;
    font-size: 10px;
	}



/* END LAYOUT */




