/* ------------------------------------------------  */
/* 	RESET & CLEAR
/* ------------------------------------------------  */

* {margin: 0; padding: 0; border: 0; outline: 0; background:transparent;  }
a {text-decoration: none;}
a img {border: none;}
ul, ol {list-style: none;}
.clear-floats{clear: both;}

/*---GLOBAL Items---*/

body {
	margin: 0;
	padding: 0 0 0 0;
	background: #18010b url(../images/global/bg.png) repeat-x;

	text-align: left;
	font-family: "Georgia", Times, serif;
	}
	
a:link, a:visited {
	color: #faf3d7;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #febc32;
	text-decoration: underline;
	}
	
	
h1 {
	margin: 10px 0 10px 0;
	font-size: 26px;
	color:#b85032;
	font-style: italic;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	width: 500px;
	}
	
h2 {
	margin: 10px 0 10px 0;
	font-size: 18px;
	color:#672e2c;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	width: 500px;
	line-height: 22px;

	}
	
h3 {
	margin: 16px 0 0 0;
	font-size: 16px;
	color:#d65118;
	font-style: italic;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	width: 500px;

	}
	
h4 {
	margin: 16px 0 0 0;
	font-size: 20px;
	color:#dd713e;
	font-style: normal;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;

	}

p {

	font-size: 14px;
	color:#672e2c;
	font-weight:normal;
	text-align: left;
	font-family: "Georgia", Times, serif;
	line-height: 18px;

}
	
	
/*---STRUCTURES---*/



#page-container {
	width: 960px;
	height:auto;
	margin: 0 auto;
	background: #18010b url(../images/global/stripes.gif) repeat;
 
	}
	
#header-container {
	width: 960px;
	height: 220px;
	overflow: hidden;
	background: url(../images/global/header.png) no-repeat;
	
	}
	
#header-link {
	text-indent: -9999px;
	display:block;
	width:500px;
	height:140px;
	
	}
	
#navigation-container {
	margin-top: 10px;
	margin-left: 30px;
	width: 960px;
	height: 274px;
	overflow: hidden;
	background: url(../images/global/nav_bg.png) no-repeat;
	
	}

#content-container {

	float:left;
	clear:left;

}
	
	

#footer-container {
	width: 100%;
	min-height:200px;
	margin: 20px 0 0 0;
	text-align: left;

	}
	



/*---NAVIGATION---*/

ul#nav {
	width:812px;
	color:#fff;
	margin: 0px 0 0 40px;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 16px;
	display: block;
	clear:both;
	
	}
	
ul#nav li {
	margin: 22px 10px 0px 10px;
	display: block;
	height: 40px;
	width: auto;
	float: left;
	position:relative;
	white-space:nowrap;

	
	}

	
ul#nav a {
	
	display: block;
	height: 40px;
	color:#faf3d7;
	position:relative;
	width: auto;

	}
	
ul#nav .current a{

	color:#febc32;
	background: url(../images/global/nav_nub.gif) no-repeat;
	background-position: 50% 100%;


	
	}
	
ul#nav a:hover {

	color:#febc32;
	text-decoration: underline;

		
	}

#nav .nav_divider {
	margin:2px;
	width: 7px;
	height: 48px;
	background: url(../images/global/nav_divider.png) no-repeat;
	position:relative;
	
}


	
	
	
/*---CONTENT ELEMENTS---*/



.content-area {
	width:612px;
	margin: 10px 0 0 32px;
	min-height:360px;
	background: #faf3d7;
	padding:6px 0 20px 20px;
	border: #c17e43;
	border-width: 4px;
	border-style: solid;
	display:block;
		

}

.content-area a:link{
	
	color:#dd713e;
		

}

.content-area a:hover{
	
	text-decoration: underline;
		

}

.gallery-area {
	width:624px;
	margin: 8px 0 0 32px;
	background: #faf3d7;
	padding:8px 0 3px 8px;
	border: #c17e43;
	border-width: 4px;
	border-style: solid;
	display:block;
		

}


a.togglebtn  {
	width:632px;
	margin: 10px 0 0 32px;
	background: #000;
	display:block;
	padding:14px 0 4px 8px;
	height:36px;
	background: url(../images/global/gallerytab.gif);
	font-size: 16pt;
}

a.togglebtnselect  {
	width:632px;
	margin: 10px 0 0 32px;
	background: #000;
	display:block;
	padding:14px 0 4px 8px;
	height:36px;
	background: url(../images/global/selectedtab.gif);
	font-size: 16pt;
	color:#febc32;
}


a.togglebtn:hover {
	
	background: url(../images/global/selectedtab.gif);
	text-decoration: none;
}

a.togglebtnselect:hover {
	text-decoration: none;
	color:#febc32;
}

.tabarrow{
	margin: 2px 8px 0 0;
}

.pdficon {
	float:left;
}



.content-divider {
	display:block;
	width:500px;
	height:40px;
	background: url(../images/global/divider_copy.png) no-repeat;
	
}

#header-image {

	width: 624px;
	height:192px;
	padding: 8px;
	background: #faf3d7; 
	margin: 10px 0 0 32px;
	overflow: hidden;
	border-bottom: #c17e43;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
	

}

#subheader-image {

	width: 624px;
	height:100px;
	padding: 8px;
	background: #faf3d7; 
	margin: 10px 0 0 32px;
	overflow: hidden;
	border-bottom: #c17e43;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
	

}


#header-image img, #subheader-image img {

	position:absolute;
	margin:0 0 10px 0;
	float:left;
	display:none;

}



/*---SIDE BAR ELEMENTS---*/

#sidebar-containter{
	
	width:220px;
	min-height: 200px;
	margin: 0 30px 0 0;
	text-align: left;
	float:right;
	clear:right;
	
}

#ornament-side {
	margin: 20px 0 0 12px;
	display: block;
	background: url(../images/global/ornament.png) no-repeat;
	width:171px;
	height:106px;
	overflow: hidden;
}

#umc-side-logo {
	margin: 24px 0 0 12px;
	display: block;
	width:182px;
	height:51px;
	text-indent: -9999px

}

#umc-side-logo a{
	display: block;
	background: url(../images/global/ur-logo-large.png) no-repeat;
	width:182px;
	height:51px;


}


ul#sidenav {
	width:220px;
	margin: 0 0 0 0;
	display:block;
	list-style: none;
	font-size: 16px;
	display: block;
	
	}
	
ul#sidenav li {
	margin: 10px 10px 0px 0px;
	display: block;
	height: 18px;
	padding: 0 0 10px 0;
	border-bottom: #5f180b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

	
ul#sidenav a {
	font-size: 14px;
	color:#c17e43;
	display: block;
	}
	
ul#sidenav .current a{
	color:#febc32;
	margin: 0 0 0 24px;
	
	}

ul#sidenav .current {
	background: url(../images/global/bullet.png) no-repeat;
	background-position: -5px -5px;

	
	}
	
ul#sidenav a:hover {

	color:#febc32;
	text-decoration: underline;
	
	}

#sidenav .nav_divider {
	margin:2px;
	width: 7px;
	height: 48px;
	background: url(../images/global/nav_divider.png) no-repeat;
}

	
	
/*---FOOTER ELEMENTS---*/

#footer-container p{
	color: #fff;
	clear:both;
	padding-top:10px;
	margin: 0;
	font-size:11px;
	width:582px;
}

.footer-divider{
	margin: 0 0 0 30px;
	background: url(../images/global/divider_body.png) no-repeat;
	width:900px;
	display:block;
	height:20px;

}


ul#footer-nav li {
	float: left;
	margin: 0 16px 15px 0;
	}
		
ul#footer-nav {
	width:822px;
	height:30px;
	padding: 0;
	margin: 0 0 0 40px;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	list-style: none;
	position: relative;
	display:block;
}
ul#footer-nav a:link,
ul#footer-nav a:visited {
	font-size: 12px;
	color: #faf3d7;
	font-weight: normal;
	}
	

	
ul#footer-nav .current a{

	color: #febc32;
	font-weight: normal;
	}	

ul#footer-nav a:hover,
ul#footer-nav a:visited:hover {
	color: #febc32;
	text-decoration: underline;
	}
	
/* FOOTER LOGOS */

ul#logosoup {
	margin: 0 0 0 30px;
	width: 940px;
	
}

ul#logosoup li{ 
	text-indent: -9999px;
	display:block;
	float:left;
	margin: 10px 20px 0 0;
	height:110px;
	
}

ul#logosoup li a{ 
	display:block;
	height:90px;
}

li#wegmans a{
	width:95px;
	background: url(../images/global/wegmans-logo.png) no-repeat;
	

}

li#urmc {
	width:178px;
	background: url(../images/global/urmclogo.png) no-repeat;

}

li#constellation {
	width:95px;
	background: url(../images/global/constellation-logo.png) no-repeat;
	
}



