<!--	
		/* //   start main layout elements   \\ */

#everything { /* capsule for entire page */
	width: 850px;
	margin: 0px auto; }

#header_top { text-align: right; margin: 22px 40px 0 0; }

#header_bot { text-align: left; margin: -14px 0 0 20px; }

#content_box {
	height: 502px;
	padding: 10px 22px 16px 20px;
	background: url(/images/bg_content.png) 0 0 no-repeat; }

#image_viewer {
	width: 800px;
	height: 232px;
	margin-left: 4px; }

#menu_bar { 
	width: 798px;
	text-align: right; 
	margin: 5px 0px 0px 5px;
	border-top: 1px dotted #aaa;
}
	
.menu_item, .menu_item_end {
	padding: 0 6px 0 1px; 
	border-right: 1px dotted #505050; 
	font-size: 13px; font-family: sans-serif, "Lucida Grande", Arial; font-weight: normal; }

.menu_item_end { border-right: 0; }

#welcome { margin: 40px 0 0 20px; }

#content_left_locations {
	float: left;
	width: 125px;
	height: 165px;
	border-right: 1px solid #ccc;
	margin-right: 15px;
	padding-top: 30px; }

#content_left_av {
	float: left;
	width: 190px;
	height: 190px;
	border-right: 1px solid #ccc;
	margin: 5px 15px 0 0;
	}

#content { padding-right: 10px; }

#footer {
	border-top: 1px dotted #aaa;
	margin: 0 50px 0 50px;
	padding-top: 5px; }

		/* //   end main layout elements   \\ */
		/* //   start include layout elements   \\ */

div.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 500px; 
	height: 120px; 
	margin-top: 40px;
	margin-left: 300px; 
}

div.stepcarousel .belt {
	position: absolute;
	left: 0;
	top: 0; }

div.stepcarousel .panel {
	float: left;
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ 
	}

		
		/* //   end include layout elements   \\ */
-->
