@charset "UTF-8";
	
#container {
	width:952px;
	margin: 0;
	position:relative;
	}
	
	
#header {
	position:relative;
	margin-bottom:40px;
	}
#header #branding{
	padding-left:40px;
	}	
#header #imagery{
	}
	

#mainContent {
	margin:0 337px 0 175px; /* left must equal left column width, right must equal right column width */
	padding: 0 15px 30px 15px;
	}
	
#galleryThumbs .galleryThumb{
	float:left;
	margin:0 2px 2px 0;
	}


#sidebarNavigation {
	float:left;
	width:120px;
	padding:83px 15px 0 40px;
	background-image:url(../!images/framework/bg_sidebarNavigation.gif);
	}
#sidebarNavigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}

#sidebarNavigation li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
	

#sidebarContact {
	float:right;
	width:322px;
	padding:25px 0 30px 15px;
	}
	
#sidebarContact iframe{
	width:100%;
	height:490px;
	border:1px solid;
	}

	
	
#footer {
	margin: 0 0 25px 190px;
	padding:25px 0 0 0;
	border-top: solid 1px;
	}
	

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}



/* ContactPage Styles */
.contactPage{
	padding:15px;
	margin:0;
	width:275px;
	}
.contactPage input.personalInfo{
	width:100%;
	}
