/*

	Main website navigation styles

	Author:		Peter Santos <psantos@esolutionsgroup.ca>
	Date:		November 24, 2008
		
*/
@import url(icreate1.css);
.none 
{
}
.whitetext {
    color: #ffffff;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.headingwhite {
    font-size: 1.5em;
    
    word-spacing: -2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.headingblue {
    font-size: 1.5em;
    
    word-spacing: -2px;
    color: #9eaaca;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.subheading {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #333333;
}
.subheadinggrey {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #4e4e4e;
    text-transform: uppercase;
}
