body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #363233;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 760px;
}

#backgroundHome {
	background: url(http://www.intentcity.ca/_images/home/bg.jpg) top no-repeat;
	width: 760px;
}

#background {
	background: url(http://www.intentcity.ca/_images/bg.jpg) top no-repeat;
	width: 760px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;	
}

h1 {
	font-size: 16px;
	margin-top: 0px;	
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#header {
	text-align: right;
	border-top: 6px solid #82aec6;
}

#intentcity {
	padding-left: 17px;
	margin-top: 19px;
	float: left;
}

#nav {
	margin-left: 297px;
	margin-top: 63px;
	height: 11px;
}

div#nav ul {
	padding: 0;
	margin: 0;
	padding-right: 0;
}



div#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
}

#clear {
	clear: both;
}

#photo {
	float: left;
}

#subnav {
	border-right: 1px solid #6C696A; 
	text-align: right;
	padding-right: 19px; 
	margin-bottom: 150px;
	margin-right: 18px;
	padding-top: 9px;
}

div#subnav img {
	padding-top: 10px;
}

#contentHome {
	margin-top: 0;
	margin-left: 297px;
	text-align: left;
	padding-right: 10px;
	height: 200px;
	padding-bottom: 200px;
}

#content {
	margin-top: 0;
	margin-left: 297px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 40px;
}

#title {
	padding-bottom: 15px;
}

.small {
	font-size: 11px;
}

div#content a:link, div#content a:visited, div#content a:active  {
	color: #194282
}

div#content a:hover {
	color: #82AEC6;
}

/*BEGIN footer items*/

#bottom {
	width: 760px; 
	padding: 0;
	text-align: right;
}

#mailing {
	float: left;
	margin: 15px 0 0 0;
	padding-left: 20px;
}

#logos {
	float: right;
	margin: 0;
	padding: 0;
}

#logosList {
	padding: 0 5px 0 0;
	margin: 0;
	width: 457px;
}

#logosList ul {
	margin: 0;
	padding: 0;
}


#logosList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
}

#footer {
	background: #82aec6; 
	color: white;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	text-align: left;
}

#footer a {
	color: white;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link {
	color: white;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer a:visited {
	color: #dddddd;
}

#footer a:hover, #footer a:active {
	color: #dddddd;
	text-decoration: underline;
}

#email {
	float: left;
	padding-left: 20px;
}

#footernav {
	float: left;
	padding-left: 81px;
}

#copyright {
	float: right;
	padding-right: 20px;
}

.gallery {
	border: 1px solid #6C696A;
}

.padding {
	margin-right: 8px;
}


/* group */
/* lightbox */


#lightbox {

	position: absolute;

	top: 40px;

	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(http://www.intentcity.ca/_images/lightbox/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(http://www.intentcity.ca/_images/lightbox/prevlabel.gif) left 15% no-repeat; 
	}


#nextLink:hover, #nextLink:visited:hover { 
	background: url(http://www.intentcity.ca/_images/lightbox/nextlabel.gif) right 15% no-repeat; }





#imageDataContainer{

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	}



#imageData{

	padding:0 10px;

	}

#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;	}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	filter:alpha(opacity=60);

	-moz-opacity: 0.6;

	opacity: 0.6;

	}

	



.clearfix:after {

	content: "."; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden;

	}



* html>body .clearfix {

	display: inline-block; 

	width: 100%;

	}



* html .clearfix {

	/* Hides from IE-mac \*/

	height: 1%;

	/* End hide from IE-mac */

	}	



