/* !RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.25; }
ol, ul { list-style: none; }
/* ---------- Tables still need 'cellspacing="0"' in the markup. ---------- */
table { border-collapse: separate; border-spacing: 0; width:100%; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
body {
	color: #515052;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: .90em;
}
A{
text-decoration: none;
color: #2295D4;
}
A:hover{
	text-decoration: underline;
}
P{
     margin-top: 10px;
     padding-bottom: 15px;
     line-height: 1.25em;
}
h1 {
 	font-size: 1.45em;
	margin: 7px 0px 7px 0px;
	font-weight: bold;
}
h2 {
 	font-size: 1.55em;
	margin: 0px 0px;
	color: #58595B;
}
h3{
 	font-size: 1.20em;
	line-height: 1em;
	font-weight: bold;
	color: #7A7E8E;
}
h4{
	margin-top: 10px;
 	font-size: 1.20em;
	font-weight: bold;
	color: #7A7E8E;
}
#header
{
    height: 120px;
    width: 100%;
    background-color: #FFFFFF;
}
#main {
	width: 900px;
	background-color: #ffffff;
	min-height: 1000px;
	margin: 1px auto;
}
#top {
	margin: 0px;
	border-bottom: 1px solid grey;
}
#top p{
	padding-left: 5px;
}
#content{
}
.g3 h3{
    color: #FFBF1F;
}
.contacts
{	margin-top: 10px;
	background: url('/domino/html/clhia/Publications/tccfr_Sandbox.nsf/contact_us.jpg') no-repeat;
}
.contacts h3{
	height: 40px;
	padding-top: 5px;
	margin-left: 40px;
	padding-left: 5px;
	line-height: 1.25em;
}
.tips{
	background: url('/domino/html/clhia/Publications/tccfr_Sandbox.nsf/resources.jpg') no-repeat;
}
.tips h3{
	height: 40px;
	margin-left: 40px;
	padding-left: 5px;
	line-height: 1.20em;
}
.tips ul li {
      padding-top: 7px;
}
.edition{
}
.articles img{
	float: right;
	padding: 5px;
}
.rightnav{
	padding-top:25px;
	padding-left:5px;
}
.container-fluid{
	padding-left:0px;
}
ul{
	line-height:1.5em;
}
#footer {
	margin-top: 30px;
	border-top: 1px solid grey;
	padding-top: 10px;
	padding-left: 10px;
}
select{
	border: 1px solid #bbb;
}
.table th, .table td {
	font-size: 90%;
}
.table th{
		background-color: #0D97D1;
		font-weight: bold;
		color: #ffffff;
		border-bottom:2px solid #dddddd;
		
}
/* !GRIDS */
.grid {
	display: table;
	position: relative;
	width: 100%;
}
.grid > div {
	float: left;
	margin: 0 2px;
}
.grid > .g1 {  width: 60px; }
.grid > .g2 {  width: 140px; }
.grid > .g3 {  width: 210px; }
.grid > .g4 {  width: 280px; }
.grid > .g5 {  width: 380px;}
.grid > .g6 {  width: 450px; }
.grid > .g7 {  width: 540px; }
.grid > .g8 {  width: 650px; }
.grid > .g9 {  width: 700px; }
.grid > .g10 { width: 780px; }
.grid > .g11 { width: 860px; }
.grid > .g12 { width: 940px; }
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
