@import url(/styles/content.css);

/* display: none settings for print */
#webyep-logon-button {
	display: none;
}
#photo {
	display: none;
}
#sidebar-wrapper {
	display: none;
}
/* other overrides scattered throughout the general settings below */
/* page width = 900px;		 */
/* reset margin and padding for consistency across browsers */
* {
	margin:0;
	padding:0;
}

body {
	font-size: 62%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}
a img {
	border: none;
}
/* apply hack for ie bug (and hide it from IE5-mac) \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */ 

		/* principle div's		 */
		#container {
			text-align: left;
			margin: 0px auto 20px;
			padding: 0px;
			border:0;
			width: 900px;
			background-color: white;
			background: url(/images/container-background.jpg) repeat;
		}
		
		#banner-wrapper {
			margin: 0 0 0 0;
			height: 92px;
			background: #EEE2C7;
		}
			#banner {
				float: left;
				width: 630px;
				height: 92px;
			}
			#photo {
				float: right;
				width: 270px;
				height: 92px;
			}

/* 	Pantone 142C	#F1BE49 */
		#nav-primary {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			background-color: #EFAA23;
			padding-top: 10px;
			height: 25px;
		}
				#nav-primary ul {
					display: inline;
					list-style: none;
					margin-left: 8px;
					border: none;
				}
				#nav-primary li {
					word-spacing: -3px;
					letter-spacing: 0px;
					display: inline;
					padding: 0 6px;
					background-color: #EFAA23;
					text-transform: uppercase;
					font-size: 1.3em;
					color: #6E6250;
				}
				
				#nav-primary li a {
					text-decoration: none;
					font-weight: bold;
					color: #5C524B;
				}
				
				#nav-primary li a:hover, #nav-primary li a:active, #nav-primary li a.active {
					color: white;
				}

				
		#main-wrapper {
			clear: both;
			width: 100%;
		
		}

		#sidebar-wrapper {
			background-position: 0 bottom;
			background: #987d62 url(/images/sidebar-background.jpg) no-repeat;
			float: left;
			width: 265px;
			min-height: 512px;
			zoom: 1;
		}
			#sidebar-content {
				margin-right: 25px;
				margin-left: 25px;
				margin-top: 25px;
			}
		
		#content-wrapper { 
			margin: 0;
			float: left;
			width: 635px;
			background-color: white;
			min-height: 512px;
			height: 1% /* Holly hack for Peekaboo Bug */
		}
			#content {
				margin-right: 50px;
				margin-left: 25px;
				margin-top: 25px;
			}
		#nav-secondary {
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			background-color: #6E6250;
			padding-top: 10px;
			height: 25px;			
		}
				#nav-secondary ul {
					display: inline;
					list-style: none;
					margin-left: 15px;
					border: none;
				}
				#nav-secondary li {
					word-spacing: -2px;
					letter-spacing: 0px;
					display: inline;
					padding: 0 20px;
					text-transform: uppercase;
					font-size: 1.3em;
				}
				
				#nav-secondary li a {
					text-decoration: none;
					font-weight: bold;
					color: #E3CEAE;
				}
				
				#nav-secondary li a:hover, #nav-secondary li a:active, #nav-secondary li a.active {
					color: white;
				}
		
		#footer-wrapper {
			clear: both;
			background-color: white;
		}
		.temp {
			right: 8px;
		}
