

/* 
 * TEMPLATE STRUCTURAL ELEMENTS AND ITEMS
 * Elements which define the overall layout of the site.
 * ------------------------------------------------------------------------- */
 div#page {
	width:968px;
}

div#header ul#nav_utility {
	width:958px;
}

div#header_main {
	
	position:relative;
	width:948px;
	border: solid 10px #fff;
	border-bottom:0;
}

div#header ul#nav_primary {
	padding-left:7px;
	margin-top:0;
	margin-bottom:0;
	width:948px;
	height:30px;
}

		div#header ul#nav_primary li {
				list-style:none;
				height:18px;
				margin:0 0 5px 0;
				padding:0;
				float:left;
			}
				div#header ul#nav_primary li {
					display:block;
					color:#000;
					height:30px;
				}

					div#header ul#nav_primary li#nav_main_schedule_fill {
						background-image:url(../../_img/nav/schedule_fill.gif);
						width:200px;
					}



div#header ul#nav_secondary {
	background:#6595B2 none repeat scroll 0%;
	float:left;
	font-size:0.9em;
	padding:20px 0pt 0pt;
	position:relative;
	top:-35px;
	width:948px;
	margin-top:-2px;
	border-top: solid 1px #fff;
}

div#header div#sub_nav {
	border-top: solid 1px #fff;
}

div#content div#primary {
				float:left;
				width:738px;
				padding:0 0 0 17px;
			}

/* 
 * SCHEDULE
 * ------------------------------------------------------------------------- */
	div#schedule_wrapper {
		border-top:1px dotted #B7BFC5;
		width:930px;
		margin:0 auto 1em auto;
	}
	

	
	
