@import url("reset.css");

/* ////////////////////////////////////////////
///                                         ///
///   Design & Development: inorbital.com   ///
///                                         ///
//////////////////////////////////////////// */


/* GLOBAL - LANDING PAGE
---------------------------------------------*/

h1 a, h1 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#3d6da4;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

#landingPage {
	background:url(images/backgroundTile.gif) repeat;
}


/* LANDING PAGE
---------------------------------------------*/

#landingHeaderBackground {
	float:left;
	width:100%;
	background:url(images/landing_topBackground.jpg) repeat-x;
}

#landingWrapper {
	width:950px;
	margin:0 auto;
}

#landingHeader {
	height:126px;	
	background:url(images/landingLogo.jpg) no-repeat;
}

#landingContent {
	float:left;
	width:960px;
	background:url(images/landingGlow.png) no-repeat top center;
}

#landingContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#3d6da4;
	margin:50px 0 0 10px;
}

#landingContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	line-height:25px;
}

#landingEnglish {
	display:inline;
	float:left;
	width: 401px;
	height:253px;
	margin:50px 0 0 70px;
	text-align:center;
}

#landingEnglishText {
	width:330px;
	margin:8px auto 0 auto;
	padding-top:20px;
	background:url(images/landingHline.gif) repeat-x top center;
}

#landingFrench {
	display:inline;
	float:left;
	width: 401px;
	height:253px;
	margin:50px 0 0 19px;
	text-align:center;
}

#landingFrenchText {
	width:330px;
	margin:8px auto 0 auto;
	padding-top:20px;
	background:url(images/landingHline.gif) repeat-x top center;
}

#landingQuickLinks {
	float:left;
	width:960px;
	margin-top:30px;
}

#landingQuickLinks a, #landingQuickLinks a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#ffffff;
	text-decoration:none;
}

#landingQuickLinks a:hover {
	text-decoration:underline;
}

#quickLinksEnglish {
	display:inline;
	float:left;
	margin-left:110px;
	width:300px;
}

#quickLinksEnglish h2 {
	height:30px;
	background:url(images/landingHline2.gif) no-repeat 0 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
}

#quickLinksFrench {
	display:inline;
	float:right;
	width:300px;
	margin-right:110px;
	text-align:right;
}

#quickLinksFrench h2 {
	height:30px;
	background:url(images/landingHline2.gif) no-repeat 172px 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
}

#copyright {
	float:left;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	margin-top:30px;
}

#copyright a, #copyright a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#98c7f0;
}

#copyright a:hover {
	text-decoration:underline;
}