/*GENERAL*/

*
{
	margin:0;
	padding:0;
}

html
{
	height:100%;
}

body
{
	height:100%;
	background-color: #CCCCCC;
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	color: #6e6e6e;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#page
{
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background:White;
}

* html #page
{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#site{
	width:760px; 
	margin: 0 auto; 
	min-height: 100%; 
	text-align: left;
}


/*HEADER*/

#header{
	width:760px; 
	height:110px;
}
	#header #logo{
		float:left; 
		width:271px; 
		height:110px; 
		margin-left:14px;
	}
	#header #rightBG{
		float:right; 
		width:167px; 
		height:110px;
	}


/*MENU*/

#menu{
	width:760px; 
	height:41px; 
	border-top:solid 1px #b2b2b2; 
	border-bottom:solid 1px #b2b2b2; 
	text-align:center;
}
	#menu ul{
		margin: 0;
		padding: 0;
		float: left;
		color:#b2b2b2;
		font-size:x-small;
		font-weight:bold;
		width: 100%;
		background-color: #fff;
	}
	#menu ul li{
		display: inline;
	}
	#menu ul li a{
		height:28px;
		width:190px;
		float: left;
		color: #b2b2b2;
		padding: 13px 0 0 0;
		text-decoration: none;
	}
	#menu ul li a:hover{
		background-color: #879d00;
		color:#fff;
	}
	#menu ul li span{
		height:28px;
		width:190px;
		float: left;
		color:#fff;
		background-color: #879d00;
		padding: 13px 0 0 0;
		text-decoration: none;
	}
	

/* SLIDESHOW */
#slideshow{
	width:730px; 
	height:257px;
}
	#slideshowFlash{
		float:left; 
		width:513px; 
		height:257px;
	}
	#canamexMap{
		float:right; 
		width:217px; 
		height:257px;
	}


/*CONTENT*/

#content
{
	width:730px; 
	margin: 16px 0 0 14px; 
	line-height:18px;
	padding-bottom:150px;
	/*Trick for ie7*/
	margin-bottom:109px;		
}

* html #content
{
	padding-bottom:150px;
	margin-bottom:109px;
}

#contentMain
{
	display:inline;
	clear:both;
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:20px;
	width:530px;
	font-size:xx-small;
	letter-spacing:1px;
	line-height:25px;
	text-align:justify;
}

#contentMain p
{
	margin-bottom:15px;
}

#contentMain .title
{
	font-size:small;
	font-weight:bold;
	color:#85a00b;
}

#contentMain address
{
	display:block;
	font-style:normal;
}

/*FOOTER*/

#footer
{
	clear:both;
	position:relative;
	height:109px;
	margin: -109px auto 0 auto;
	width: 760px;
	font-size:medium;
	text-align:center;
	border:0;
	line-height:1.5em;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	font-size:9px;
	letter-spacing:2px;
	color:White;
	font-weight:bold;
} 

/*A css hack that only applies to IE -- specifies a different height for the footer */

* html #footer
{
	margin-top:-109px;	
}

#footer #address
{
	padding-top:80px;
}

#footer #valid
{
	display:block;
	position:absolute;
	right:0;
	width:755px;
	height:7px;
	color:#b2b2b2;
	text-align:right;
	padding-right:5px;
	margin-bottom:1px;
	font-size:7px;
}

#footer #valid a, #footer #valid a:visited
{
	font-size:7px;
	color:#b2b2b2;
	text-decoration:none;
}

#footer #address a, #footer #address a:visited
{
	color:White;
	text-decoration:none;
}