

/*  ================================================== 
 *
 *  Created by Fabien Doiron - September 16, 2007
 *  Copyright � 2007 non~linear creations
 *  All Right Reserved
 *  
 *  Default Stylesheet - css/default.css 
 *	Last modified - December 14, 2007
 *
 *  ==================================================
 */

html
{
	font-size: 62.5%;
}
body
{
	/*font-family: Arial, Verdana, sans-serif;*/
	/*font-size: 12px;*/
	font: 1.2em/1.25em Arial, Verdana, sans-serif;
	color: #686868;
	background-color: #FFFFFF;
}

/*  ================================================================================================  */
/*  ================================================================================================  */

/*  ========== CONTENT TAGS ==========  */

	/* Headings */
		h1, h2, h3, h4, h5, h6		{ font-family: Arial, Verdana, sans-serif; color: #000000; background-color: #FFFFFF; }
		
		h1	{ font-size: 2.0833em; line-height: 1em; }
		h2	{ font-size: 1.5em; line-height: 2em; }
		h3	{ font-size: 1.1667em; line-height: 1.5em; }
		h4	{ font-size: 1em; line-height: 1.1667em; }
		h5	{ font-size: 0.8333em; line-height: 1em; }
		h6	{ font-size: 0.75em; line-height: 0.9167em; }
		
		h1.blue-arrow 		{ background: url(../design/ftr_arrow_blue.gif) no-repeat; padding-top: 40px; }
		h1.black-arrow 	{ background: url(../design/ftr_arrow_black.gif) no-repeat; padding-top: 40px; }		

	/* Paragraph */
		p	{ line-height: 1.1667em; }
		
	/* Links */
		a,
		a:link		{ }
		a:visited	{ }
		a:hover		{ text-decoration: none; }
		
	/* Lists */
		ul		{ }
		ul li	{ }
		ol		{ }
		ol li	{ }
		
	/* Table */
		table	{ }
		tr		{ }
		th		{ padding: 5px; border: 1px solid #333333; }
		td		{ padding: 5px; border: 1px solid #333333; }
		
	/* Quotes */
		blockquote	{ font-style: italic; padding: 15px; }
		
/*  ================================================================================================  */
/*  ================================================================================================  */

	/*  ========== DIV - Center Aligned ==========  */
		#wrapper		{ width: 719px; text-align: center; margin: 5px auto 11px auto; }
		#container	{ text-align: left; }
		#header		{ position: relative; }
		#mainnav		{ }
		#content		{ border: 1px dashed #C7C7C7; margin-top: 11px;}
		#footer		{ clear: both; }
		
	/*  ========== DIV - Left Aligned ==========  */
		/*
		#wrapper		{ width: 800px; }
		#container		{ }
		#header			{ }
		#mainnav		{ }
		#content		{ }
		#footer			{ clear: both; }
		*/

/*  ================================================================================================  */
/*  ================================================================================================  */

	/*  ========== HEADER STYLES ========== */
		#header .hdr-right
		{
			text-align: right;
		}
			
	/*  ========== CONTENT STYLES ========== */
	
		#content .intro-text
		{
			margin: 21px 38px;
		}

		#content .intro-text p
		{
			color: #686868;
			font-size: 1.1667em;
			line-height: 1.2143em;
			margin: 7px 0;
		}
		
		#content .intro-text p.first
		{
			margin: 17px 0;
		}
		
		#content #box-container {
			/*height: 198px;*/
		}

		#content .container-big-box {
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			width: 353px;
			/*height: 198px;*/
		}
		
		#content .container-big-box .box-heading {
			margin: 0 38px;
		}
		
		#content .container-big-box .box-button-container-container {
			 padding-bottom:13px;
			 width:100%;
		}
		
		#content .container-big-box .box-button-container {
			margin-top:10px;
		}
		
		#content .container-big-box .box-button-container-images {
			right:7px;
		}
		
		#content .black-button {
			background: #4D4D4D url(../design/btn_splash_black.gif) no-repeat;
			color: #FFFFFF;
			font-weight: bold;
			text-transform: uppercase;
			padding: 6px 0 5px 31px;
			margin: 1px 0 1px 0;
		}
		
		#content .blue-button {
			background: #81B2DB url(../design/btn_splash_blue.gif) no-repeat;
			color: #FFFFFF;
			font-weight: bold;
			text-transform: uppercase;
			padding: 6px 0 5px 31px;
			margin: 1px 0 1px 0;
		}
		
		#content .blue-button a:link, #content .blue-button a:visited, #content .black-button a:link, #content .black-button a:visited {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		#content .blue-button a:hover, #content .blue-button a:active, #content .black-button a:hover, #content .black-button a:active {
			text-decoration: underline;
			color: #FFFFFF;
		}

/*  ================================================================================================  */
/*  ================================================================================================  */

	/*  ========== COMMON STYLES ========== */

		.bg-white 				{ background-color: #FFFFFF; color: #000000; }
		.bg-light-blue 		{ background-color: #C8D8F2; color: #000000; }
		.bg-dark-blue 			{ background-color: #4B90CC; color: #FFFFFF; }
		.bg-light-grey 		{ background-color: #E8E8E8; color: #000000; }
		.bg-black 				{ background-color: #000000; color: #FFFFFF; }
		
		.txt-white				{ color: #FFFFFF; }
		.txt-light-blue		{ color: #9ACFF1; }
		.txt-blue				{ color: #4B90CC; }
		.txt-dark-blue			{ color: #0C64C0; }
		.txt-black				{ color: #000000; }
		
		.no-padding				{ padding: 0 !important; }
		.no-top-padding 		{ padding-top: 0 !important; }
		.no-right-padding 	{ padding-right: 0 !important; }
		.no-bottom-padding 	{ padding-bottom: 0 !important; }
		.no-left-padding 		{ padding-left: 0 !important; }
		
		.no-margin				{ margin: 0 !important; }
		.no-top-margin 		{ margin-top: 0 !important; }
		.no-right-margin 		{ margin-right: 0 !important; }
		.no-bottom-margin 	{ margin-bottom: 0 !important; }
		.no-left-margin 		{ margin-left: 0 !important; }
		
		.pos-rel					{ position: relative; }
		.pos-abs					{ position: absolute; }
		.top						{ top: 0; }
		.right					{ right: 0; }
		.bottom					{ bottom: 0; }
		.left						{ left: 0; }
		
		.no-bold					{ font-weight: normal; }
		.bold						{ font-weight: bold; }
		
