
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #70340e;
}

#body_top {
	margin: 0px;
	padding: 0px;
	background-color: #f9edc1;
	background-image: url(/images/summit/bg_body_top.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#body_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/summit/bg_body_bottom.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#wrap {
	width: 1014px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 55px;
	height: 200px;
	float: left;
	background-image: url(/images/summit/bg_wrap_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrap_right {
	width: 55px;
	height: 200px;
	float: right;
	background-image: url(/images/summit/bg_wrap_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrap_center {
	width: 1014px;
	float: left;
	background-image: url(/images/summit/bg_body_top.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 1014px;
	height: 146px;
	float: left;
	position: relative;
	margin-bottom: 3px;
}

#header #logo {
	width: 1014px;
	height: 146px;
	float: left;
}

#header #shadow {
	width: 340px;
	height: 146px;
	position: absolute;
	top: 0px;
	left: -340px;
}


/************ page headers using image replacements *************/

h1#pageTitle img {
	height: 74px;
	margin: -26px 0px 0px -16px;
	width: 742px;
	overflow: hidden;

}


/*************************************************************/
/********************* quicklinks ****************************/
/*************************************************************/
#quicklinks {
	width: 1014px;
	height: 40px;
	float: left;
	border-bottom: 1px solid #f3db84;
	font-size: 13px;
	font-weight: bold;

	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklink_bar {
	width: 2px;
	height: 40px;
	float: left;
	background-image: url(/images/summit/bg_quicklink_bar.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.quicklink_item {
	height: 40px;
	float: left;
}

.quicklink_item a {
	width: 100%;
	line-height: 40px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

.quicklink_item a:hover,
.quicklink_item a.current {
	color: #984f1b;
	text-decoration: none;
}

#quicklinks #search {
	width: 210px;
	height: 40px;
	float: left;
	padding: 0px 0px 0px 8px;
}

#quicklinks #search .title {
	width: 61px;
	float: left;
	line-height: 40px;
	color: #984f1b;
}

#quicklinks #search .textbox {
	width: 117px;
	height: 17px;
	float: left;
	background-image: url(/images/summit/bg_search_box.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	padding: 3px 5px 0px 5px;
	font-size: 11px;
	margin: 9px 2px 0px 0px;
}



/*************************************************************/
/********************* main **********************************/
/*************************************************************/
#main {
	width: 1014px;
	float: left;
	padding-bottom: 30px;
	background-color: #ffffff;
	background-image: url(/images/summit/bg_main.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	min-height: 500px;
}

#main_inside {
	width: 1006px;
	float: left;
	padding: 0px 6px 0px 2px;
	background-image: url(/images/summit/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 247px;
	float: left;
	padding: 11px 0px 0px 0px;
	margin: 0px;
}

#navcontainer {
	width: 247px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 237px;
	padding: 15px 0px 3px 10px;
	text-decoration: none;
	color: #000000;
	background-image: url(/images/summit/bg_menu1_off.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	text-decoration: none;
	color: #984f1b;
	background-image: url(/images/summit/bg_menu1_on.gif);
}

#navcontainer ul ul {
	list-style: none;
	margin: 1px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	background-image: url(/images/summit/bg_menu1_off.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#navcontainer li li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#navcontainer li li a {
	display: block;
	width: 227px;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #000000;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	text-decoration: none;
	color: #984f1b;
	background-image: url(/images/summit/bg_menu2_on.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#banners {
	width: 237px;
	float: left;
	padding: 25px 0px 0px 10px;
}

.navbanner {
	width: 237px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 742px;
	float: right;
}

#main_content {
	min-height: 450px;
	padding: 10px 14px;
}

#breadcrumbs {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding: 8px 2px 2px 0px;
	color: #666666;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #999999;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 986px;
	height: 200px;
	background-image: url(/images/summit/bg_footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	clear: both;
	padding: 8px 10px 22px 18px;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover,
#footer a.current {
	color: #e7b809;
	text-decoration: none;
}

#footer_left {
	width: 273px;
	float: left;
}

#footer_links {
	width: 200px;
	height: 45px;
	float: right;
	padding: 10px 12px 0px 0px;
	text-align: right;
}

#footer_description {
	width: 613px;
	float: right;
	padding-right: 100px;
	background-image: url(/images/summit/bg_footer_description.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#printfooter {
	display: none;
	visibility: hidden;
}

.formSection a {
	color: #ffffff;
}

.formSection a:hover {
	color: #e7b809;
}
