/* CSS Document */
body {
		margin: 0;
		padding: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		background-image: url(/images/BackOrangeGrad.jpg);
		background-repeat: repeat-x;
}

#Main {
	padding-top: 0px;
	position:absolute;
	left: 50%;
	top: 5px;
	width: 982px;
	height: 1000px;
	margin-top: 8px;
	margin-left: -492px;
}

img {
		border: none;
}

#MenuTop 
{
	position: relative;
	margin: 0px 0px 5px 8px;
	width: 968px;
	/* width: auto;*/
	z-index: 999;
}

#HeaderLogin 
{
	float: right; 
	top:5px;
	padding: 5px 15px 0px 0px; 
}

#BackContent
{
	padding: 0px 8px 0px 8px; 
}

#BackContentTop
{
	height: 20px;
	width: 968px; 
	padding: 8px 0px 0px 10px; 
	background-image: url(/images/BackContentTop.jpg); 
	background-repeat:no-repeat;
}

#BackContentMiddle
{ 
	overflow:auto;	
	height: auto;
	/* width: 948px; */
	width: 950px;
	padding: 10px 10px 10px 10px; 
	background-image: url(/images/BackContentMiddle.jpg); 
	background-repeat: repeat-y;
}	

#BackContentBottom
{ 
	height:15px; 
	width: 968px; 
	background-image: url(/images/BackContentBottom.jpg); 
	background-repeat: no-repeat;
}	

#FAQContainer
{ 
	height: auto; 
	left: 30px; 
	width: 900px; 
	padding-bottom: 20px;
}	

.Footer 
{
	width: 100%;
	background-image: url(/images/BackGreyBlueFooter.png);
}	

#FooterText 
{
	float:right; 
	padding: 5px 20px 0px 0px;
}

.BlueText 
{
	font-size: 13px; 
	color: #039AFF;
}

.BoldText
{
	font-weight: bold;
}

.rollover a 
{
	background: url(/images/btnMoreOver.png) 0 0 no-repeat;
}

.FAQ 
{
	overflow:auto;
	height: auto;
}

a:link {
	color: #039AFF;
}

a:visited {
}

a:active {
}

a:hover { 
	text-decoration: underline; 
	color: red;
}

.lh10  
{
	line-height: 10px; 
}

.liWithoutBullet
{
    list-style-type: none;
}

#ContactsTextCalgary, #ContactsTextEdmonton
{ 
	/* border: solid 1px red;*/
	padding: 20px 8px 8px 8px;
	width: 447px;
	float: left; 
	height: auto; 
}	

#ContactsMapIconCalgary, #ContactsMapIconEdmonton
{ 
	/* border: solid 1px red;*/
	padding: 50px 8px 8px 8px;
	float:left;
	width: 447px; 
	height: 176px; 
}	

#ContactsBackgroundCalgary
{ 
	/* border: solid 1px red;*/
	float: left;
	height: 541px; 
	width: 472px; 
	background-image: url(/images/Contacts_BackCalgary.jpg); 
	background-repeat: no-repeat;
}	

#ContactsBackgroundEdmonton
{ 
	/* border: solid 1px red;*/
	float: right;
	height: 541px; 
	width: 472px; 
	background-image: url(/images/Contacts_BackEdmonton.jpg); 
	background-repeat: no-repeat;
}	

#divCoverShield
{
    position: fixed; 
    top: 0px; 
    left: 0px; 
    opacity:.50;
    filter: alpha(opacity=50); 
    display: none; 
    width: 100%; 
    height: 100%;
	z-index: 8000; 
	background-color: Black; 
	border: solid 1px red;
}
	
	
	


