﻿body 
{
	margin: 0px;background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-position:center;
	background-color:#CCCCCC;
	background-attachment:fixed;
}

.signUpBox
{
	color:#8BD7F2;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	padding-top:5px;
	padding-left:10px;
	width:200px;
}

.sponsorBox
{
	color:#333333;
	font-family:Verdana;
	font-size:10px;
	padding-top:5px;
	padding-left:5px;
	width:100px;
}

.content 
{ 	
	font-family:Verdana;
	font-size:12px;
}

.frontpage
{
	color:#666666;
	font-family:Verdana;
	font-size:12px;
	width:500px;
}

.frontpage ul
{
	padding-left: 20px;		
}

.frontpage li
{
	list-style-image: url('../images/bullet.gif'); 
	padding-bottom: 10px;
}

.boldGrey
{

font-family:Verdana;
color:#333333;
font-weight:bold;

}

a
{
	text-decoration:none;
	color:white;
	border:0px;
}

.bodylink
{
	text-decoration:underline;
	color:#333333;
	border:0px;
}

.redFont
{
	color:#FF0000;
}

.subMenuHeader
{
	vertical-align:middle;
	background-repeat:no-repeat;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 5px;
}


.subMenu
{
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	
}

.subMenu a:hover
{
	color:#4F4F4F;
}

.signUpTextBox
{
	color:white;
	font-family:Verdana;
	font-size:12px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:75px;
}

.login
{
	color:white;
	font-family:Verdana;
	font-size:11px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
}

/* LIGHTBOX STUFF */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
.southernAlberta{
color:#204B76;


}
#contentBox{
padding-top:10px;
padding-left:10px;

}
.northernAlberta{
color:#333333;
text-decoration:underline;
padding-left:15px;

}


/* NAVIGATION */

#dropmenudiv{
position:absolute;
border: 0px;
border-bottom-width: 0;
font:normal 11px Verdana;
color:white;
line-height:18px;
z-index:100;
padding-left:5px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}

#dropmenudiv a{
width: 100%;
display: block;
color:white;
border:none;
padding:0px;
text-decoration: none;

}

#dropmenudiv a:hover{ 
background-color: #0C345C;
}

