/************************************************/
/*
/* !Tag Styles */
/*
/************************************************/

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #757575;
}
body { background: #fff url(http://www.aeroguard.ca/images/layout/bg.jpg) top no-repeat;}
body.splash { height: auto; background: #fff url(http://www.aeroguard.ca/images/layout/splashbg.jpg) top no-repeat;}

h5,h6 {
	font-size: 34px;
	font-weight: normal;
	color: #00498f;
	line-height: 48px;
	margin-top: 1em;
	margin-bottom: 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #00498f;
	line-height: 48px;
	margin-bottom: 2em;
}
h1.home {
	margin: 2em 0 0;
	padding: 0;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-top: 3.5em;
}

h2.heading {
	margin-top: 4.5em;
	font-size: 11px;
	color: #00498f;
}

h2.dividedheading {
	font-size: 12px;
	color: #00498f;
	margin-bottom: 3.5em;
}

h2.entryheading {
	margin-top: 3em;
	margin-bottom: 0;
}

h2.entrydate {
	color: #999;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

p {
	margin-bottom: 1.5em;
	line-height: 25px;
}

a,
a:visited,
a:active {
	color: #00498f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, 
div { 
	behavior: url(http://www.aeroguard.ca/scripts/iepngfix.htc);
	border: 0;
}

table,tr,td {
	padding: 0;
	margin: 0;
	border: none;
}



/************************************************/
/*
/* !Splash / Language Selection */
/*
/************************************************/

#languageselection {
	display: block;
	position: relative;
	margin: 100px auto 0;
	width: 640px;
	text-align: center;
	clear: both;
}

#languageselection #logo {
	margin-bottom: 40px;
}

#languageselection table {
	vertical-align: top;
	text-align: left;
}

#languageselection span {
	display: block;
	text-align: left;
}

#languageselection a,
#languageselection a:visited,
#languageselection a:active {
	color: #000;
	text-decoration: none;
}

#languageselection a:hover {
	color: #00498f;
	text-decoration: underline;
}



/************************************************/
/*
/* !Main Menu */
/*
/************************************************/

#menucontainer {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0 auto;
	width: 936px;
	height: 55px;
}

#menu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 11px;
	color: #fff;
	height: 55px;
	background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) top right no-repeat;
}
#menu.french { background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) top right no-repeat; }

	#menu a,
	#menu a:visited,
	#menu a:active,
	#menu a:hover {
		height: 100%;
		width: 100%;
		display: block;
		color: #fff;
		text-decoration: none;
	}

	#menu .main {
		height: 41px;
		padding: 0;
		list-style: none;
		display: block;
		float: left;
		text-indent: -2000px;
	}
	
	#menu #about_us {
 		width: 122px; 
		background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) 0 0 no-repeat;
	}
	#menu.french #about_us {
		width: 142px;
		background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) 0 0 no-repeat;
	}
	
		#menu #about_us:hover,
		#menu #about_us.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) 0 -55px no-repeat;
		}
		#menu.french #about_us:hover,
		#menu.french #about_us.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) 0 -55px no-repeat;
		}
		
		#menu #about_us .sub {
			width: 200px;
			margin-left: 53px;
		}
	
	#menu #what_we_offer {
		width: 112px;
		background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -122px 0 no-repeat;
	}
	#menu.french #what_we_offer {
		width: 97px;
		background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -142px 0 no-repeat;
	}
	
		#menu #what_we_offer:hover,
		#menu #what_we_offer.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -122px -55px no-repeat;
		}
		#menu.french #what_we_offer:hover,
		#menu.french #what_we_offer.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -142px -55px no-repeat;
		}
		
		#menu #what_we_offer .sub {
			width: 200px;
		}
	
	#menu #whats_new {
		width: 93px;
		background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -234px 0 no-repeat;
	}
	#menu.french #whats_new {
		width: 93px;
		background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -239px 0 no-repeat;
	}
	
		#menu #whats_new:hover,
		#menu #whats_new.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -234px -55px no-repeat;
		}
		#menu.french #whats_new:hover,
		#menu.french #whats_new.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -239px -55px no-repeat;
		}
		
		#menu #whats_new .sub {
			width: 200px;
		}
	
	#menu #where_to_find_us {
		width: 126px;
		background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -327px 0 no-repeat;
	}
	#menu.french #where_to_find_us {
		width: 117px;
		background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -332px 0 no-repeat;
	}
	
		#menu #where_to_find_us:hover,
		#menu #where_to_find_us.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -327px -55px no-repeat;
		}
		#menu.french #where_to_find_us:hover,
		#menu.french #where_to_find_us.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -332px -55px no-repeat;
		}
	
	#menu #contact_us {
		width: 132px;
		background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -453px 0 no-repeat;
	}
	#menu.french #contact_us {
		width: 156px;
		background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -449px 0 no-repeat;
	}
	
		#menu #contact_us:hover,
		#menu #contact_us.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-en.gif) -453px -55px no-repeat;
		}
		#menu.french #contact_us:hover,
		#menu.french #contact_us.selected {
			background: url(http://www.aeroguard.ca/images/layout/menu-fr.gif) -449px -55px no-repeat;
		}
		
	#menu .sub {
		margin: 41px 0 0 0;
		z-index: 2;
		padding: 0;
		list-style: none;
		text-indent: 0;
		background: #03325e url(http://www.aeroguard.ca/images/layout/menugrad.gif) top repeat-x;
		overflow: hidden;
		display: none;
	}
	
		#menu .sub li {
			margin: 0;
			padding: 0;
			list-style: none;
			text-indent: 0;
			border-top: 1px #03325e solid;
			border-bottom: 1px #03325e solid;
			background-color: #03325e;
		}
		
			#menu .sub li.first {
				margin-top: 8px;
			}
			
			#menu .sub li.last {
				margin-bottom: 7px;
			}
		
		#menu .sub li a {
			width: 100%;
			height: 100%;
			display: block;
			padding: 6px 14px;
		}
		
		#menu .sub li:hover,
		#menu .sub li.selected {
			border-top: 1px #003d7d solid;
			border-bottom: 1px #0259a8 solid;
			background-color: #00539e;
		}



/************************************************/
/*
/* !Footer Menu */
/*
/************************************************/

#footer {
	position: relative;
	margin: 0 auto;
	width: 936px;
	height: 40px;
	padding: 0;
}

	#footer div {
		height: 42px;
		padding: 0;
		display: block;
		float: left;
		text-indent: -2000px;
	}
	
	#footer div a {
		height: 100%;
		width: 100%;
		display: block;
	}

	#footer #career_opportunities {
		width: 191px;
		background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) 0 0 no-repeat;
	}
	#footer.french #career_opportunities {
		width: 201px;
		background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) 0 0 no-repeat;
	}
	
		#footer #career_opportunities:hover,
		#footer #career_opportunities.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) 0 -42px no-repeat;
		}
		#footer.french #career_opportunities:hover,
		#footer.french #career_opportunities.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) 0 -42px no-repeat;
		}
	
	#footer #industry_resources {
		width: 129px;
		background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) -191px 0 no-repeat;
	}
	#footer.french #industry_resources {
		width: 163px;
		background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) -201px 0 no-repeat;
	}
	
		#footer #industry_resources:hover,
		#footer #industry_resources.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) -191px -42px no-repeat;
		}
		#footer.french #industry_resources:hover,
		#footer.french #industry_resources.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) -201px -42px no-repeat;
		}
	
	#footer #privacy {
		width: 59px;
		background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) -320px 0 no-repeat;
	}
	#footer.french #privacy {
		width: 105px;
		background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) -364px 0 no-repeat;
	}
	
		#footer #privacy:hover,
		#footer #privacy.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) -320px -42px no-repeat;
		}
		#footer.french #privacy:hover,
		#footer.french #privacy.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) -364px -42px no-repeat;
		}
		
	#footer #language {
		width: 166px;
		background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) -379px 0 no-repeat;
	}
	#footer.french #language {
		width: 156px;
		background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) -469px 0 no-repeat;
	}
		
		#footer #language:hover,
		#footer #language.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-en.gif) -379px -42px no-repeat;
		}
		#footer.french #language:hover,
		#footer.french #language.selected {
			background: url(http://www.aeroguard.ca/images/layout/footer-fr.gif) -469px -42px no-repeat;
		}
		
	#footer #credit {
		float: right;
		width: 169px;
		height: 20px;
		text-indent: 0;
		margin: 12px 40px -12px 0;
	}
		
		

/************************************************/
/*
/* !Main Content */
/*
/************************************************/
		
#content {
	width: 880px;
	margin: -55px auto 0; /* Adjust bottom margin for footer adjustment */
}

#menubuffer,
#footbuffer {
	width: 880px;
	height: 40px;
}

#footbuffer {
	clear:both;
}

#logo {
	margin-left: 30px;
	height: 45px;
}

#headimage {
	margin-top: 25px;
	width: 920px;
	height: 290px;
}

#homeheading {
	float: left;
	margin-top: -60px;
	margin-left: 40px;
	margin-bottom: -10px;
	width: 380px;
}

#homeheading h1 {
	margin-bottom: 0;
}

#hometext {
	float: left;
	margin-left: 40px;
	margin-bottom: -20px;
	width: 450px;
}

#copy {
	margin-left: 30px;
	width: 480px;
}

#title {
	padding-top: 4px;
	margin-top: 70px;
}

#copy ul {
	padding: 0 0 0 2.5em;
	list-style: square;
}

#copy ol {
	padding: 0 0 0 2.5em;
}

#copy li {
	line-height: 1.7em;
	padding: 0 0 0 1em;
	margin-bottom: 0.6em;
}

#copy blockquote {
	line-height: 1.7em;	
	font-style: italic;
}

#copy #totop {
	background: url(http://www.aeroguard.ca/images/layout/dimmerline.png) top repeat-x;
	padding-top: 8px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#copy #totop a,
#copy #totop a:visited {
	color: #999;
	text-decoration: none;
}

#copy #totop a:hover,
#copy #totop a:active {
	color: #00539F;
	text-decoration: none;
}

#copy #divider {
	background: url(http://www.aeroguard.ca/images/layout/dimmerline.png) top repeat-x;
	width: 100%;
	height: 1px;
	margin: 3em 0 1em;
}

#copy #divider.notop {
	margin-top: 1em;
}

#copy #divider.morebottom {
	margin-bottom: 3em;
}



/************************************************/
/*
/* !Forms */
/*
/************************************************/

form #spacer {
	width: 120px;
	height: 20px;
	float: left;
}

#contactform #spacer {
	width: 180px;
}

#feedback {
	display: none;
}

#feedback .error {
	color: maroon;
}

#feedback .success {
	color: green;
}

label {
	width: 120px;
	display: block;
	float: left;
}

#contactform label {
	width: 180px;
}

input,
textarea {
	width: 240px;
	margin-bottom: 6px;
	padding: 4px;
	
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333;
}

input.radio {
	width: auto;
}

input.text,
textarea.text {
	border: 1px solid #ddd;
}

input.button {
	margin-top: 8px;
	margin-bottom: 4em;
	width: 120px;
}

/************************************************/
/*
/* !Location Map */
/*
/************************************************/

#CanadaMap {
	margin: -40px 0 0;
}

.tip {
	background-color: #00539F;
	padding: 4px;
}

.tip-title {
	color:#fff;
	font-weight:bold;
	margin: 4px;
}



/************************************************/
/*
/* !Side */
/*
/************************************************/

#side,
#homeside {
	float: right;
	width: 331px;
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 0;
}

#homeside {
	margin-top: 10px;
	margin-bottom: -10px;
}



/************************************************/
/*
/* !Side List */
/*
/************************************************/

#list {
	width: 331px;
	padding: 0;
	
	font-size: 11px;
	color: #fff;
}

#list #top {
	height: 47px;
	background: url(http://www.aeroguard.ca/images/layout/list_top.png) no-repeat;
}

#list #bottom {
	height: 31px;
	background: url(http://www.aeroguard.ca/images/layout/list_bot.png) no-repeat;
}

#list h2 {
	padding: 0;
	margin: 32px 0 0 32px;
	color: #FFF;
}

#list ul {
	margin: 20px 0 0 13px;
	padding: 0;
	text-indent: 0;
	list-style-position: inside;
	list-style: none;
}

#list li {
	padding: 0 20px 0;
	margin: 0 0 0.6em;
	width: 300px;
	line-height: 15px;
	vertical-align: top;
}

#list span {
	padding: 0 0 0 22px;
	background: url(http://www.aeroguard.ca/images/layout/list_item.gif) no-repeat;
}

#list a,
#list a:visited,
#list a:active {
	text-decoration: none;
	color: #fff;
}

#list a:hover {
	text-decoration: underline;
}