/*
	CIC - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
    background: #E3DDD7;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}


/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	font-size: 9px;
	color: #ffffff;
}

#footer p {
	margin: 10px 0 0 20px;
}

#footer a {
	color: #ffffff;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	font-size: 12px;
}

#breadcrumb p {
	color: #75745F;
	margin: 5px 0 0 20px;
}

#breadcrumb a {
	color: #75745F;
}

#breadcrumb a:hover {
	color: #2268AF;
}


/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:hover, a:visited {
	color: #2268AF;
	outline: none;
}

/* =Tables
----------------------------------------------------------------------------------------------------*/ 
Table {
	background: #FFFFFF; 
	border: none;
	
} 

TD.red {
	background: #C1361E;
}

TD.white {
	background: #FFFFFF;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#home-content p {
	font-size: 13px;
	color: #666666;
	margin: 0 0 10px 0;
}

#home-content p.blue {
	font-size: 13px;
	color: #336666;
	margin: 0 0 10px 0;
}

h1 {
	color: #004080;
	font-size: 16px;
	font-weight: bold;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #004080;
}

h3 {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
}

h1.home {
	font-family: georgia, serif;
	font-size: 18px;
	color: #504F3D;
	letter-spacing: 6px;
	margin: 0px 0 10px 0;
}

h1.home-f {
	font-family: georgia, serif;
	font-size: 18px;
	color: #504F3D;
	letter-spacing: 4px;
	margin: 0px 0 10px 0;
}

h2.home {
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC6600;
	margin: 0;
}

h2.blue {
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #336666;
	margin: 8px 0 0 0;
}

h2.drkblue {
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #003265;
	margin: 8px 0 0 0;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin: 0 0 0 0;
}

ul { 
	list-style: circle; 
	}

li {
	font-family: Arial;
	font-size: 12px;
}
p
{
	font-family: Arial;
	font-size: 12px;
}

#small {
	font-size: 10px;
}	

