@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #00746b;
	}

#wrapper {
	width: 980px;
	margin: 0 auto;
	}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$
		 	Header 
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#header {
	margin: 0;
	}

#logo {
	float: left;
	margin-left: 20px;
	margin-top: 38px;
	}
	
#waitTime {
	float: right;
	margin-right: 20px;
	margin-bottom: 16px;/*24px*/
	color: #514a34;
	font-size: .75em;
	background: #f5f3e1;
	background: -moz-linear-gradient(top, #f5f3e1 0%, #d6d4c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f3e1), color-stop(100%,#d6d4c5));
	background: -webkit-linear-gradient(top, #f5f3e1 0%,#d6d4c5 100%);
	background: -o-linear-gradient(top, #f5f3e1 0%,#d6d4c5 100%);
	background: -ms-linear-gradient(top, #f5f3e1 0%,#d6d4c5 100%);
	background: linear-gradient(to bottom, #f5f3e1 0%,#d6d4c5 100%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,.40);
	padding: 4px 10px;
}

	#waitTime span {font-weight: bold;}

	#waitTime div.time {
		display: inline-block;
		margin-left: 10px;
		padding: 4px 6px;
		background: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,.75) inset;
	}
	
	#waitTime #ErWaitTime {display: inline;}

	#callAhead {margin: 6px 0 2px;}

#quickNav {
	float: right;
	margin-right: 10px;
	}
	
	#search {
		float: right;
		margin-right: 10px;
		}
		
		input.searchButton, input#physBtn {
			border: 1px solid #b0b0b0;
			padding: 0 4px 4px;
			margin-left: 0;
			float: right;
			height: 22px;
			width: 32px;
			zoom: 1;
			background: #fafafa;
			background: -moz-linear-gradient(top, #fafafa 0%, #d1d1d1 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d1d1d1));
			background: -webkit-linear-gradient(top, #fafafa 0%,#d1d1d1 100%);
			background: -o-linear-gradient(top, #fafafa 0%,#d1d1d1 100%);
			background: -ms-linear-gradient(top, #fafafa 0%,#d1d1d1 100%);
			background: linear-gradient(to bottom, #fafafa 0%,#d1d1d1 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d1d1d1',GradientType=0 );
			}
			
			.searchButton:hover, input#physBtn:hover {
				background: #f5f5f5;
				background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebebeb));
				background: -webkit-linear-gradient(top, #fff 0%,#ebebeb 100%);
				background: -o-linear-gradient(top, #fff 0%,#ebebeb 100%);
				background: -ms-linear-gradient(top, #fff 0%,#ebebeb 100%);
				background: linear-gradient(to bottom, #fff 0%,#ebebeb 100%);
				filter: none;
				}
				
		#Query {
			float: right;
			margin: 0;
			}
			
	#TopicCenterDDL {
		margin-right: 14px;
		float: right;
		}

#nav {
	clear: both;
	padding-top: 5px;/*20px*/
	width: 960px;
	margin: 0 10px;
	}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$
		 Main content 
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#container {
	width: 980px;
	}

#content {
	z-index: 3;
	position: relative;
	width: 960px;
	margin: 0 10px;
	box-shadow: 0 0 3px #555;
	background: url(contentBg.gif) 0 0 repeat-y;
	}
	
	#content.singleCol {
		background: #fff;
		}
	
#mainContent {
	float: left;
	/*width: 618px;*/
	background: #fff;
	/*padding: 40px;*/
	}

#side {
	float: right;
	width: 261px;
	background: #d3ccb4;
	border-left: 1px solid #bcb6a1;
	}

#image {
	position: relative;
	left: -5px;
	}
	
	#cover {
		position: absolute;
		bottom: 0;
		left: 0;
		}

#accordion {
	border-bottom: 1px solid #bab49e;
	}

.ui-accordion-header {
	color: #514a34;
	background: #f6eed1;
	background: -moz-linear-gradient(top, #f6eed1 0%, #d1cbb2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6eed1), color-stop(100%,#d1cbb2));
	background: -webkit-linear-gradient(top, #f6eed1 0%,#d1cbb2 100%);
	background: -o-linear-gradient(top, #f6eed1 0%,#d1cbb2 100%);
	background: -ms-linear-gradient(top, #f6eed1 0%,#d1cbb2 100%);
	background: linear-gradient(to bottom, #f6eed1 0%,#d1cbb2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6eed1', endColorstr='#d1cbb2',GradientType=0 );
	font-size: .875em;
	padding: .75em 1.25em;
	margin: 0;
	cursor: pointer;
	border-top: 1px solid #bab49e;
	font-weight: bold;
	zoom: 1;
	}

.ui-state-hover {
	background: #fff6d8;
	background: -moz-linear-gradient(top, #fff6d8 0%, #d8d2ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6d8), color-stop(100%,#d8d2ba));
	background: -webkit-linear-gradient(top, #fff6d8 0%,#d8d2ba 100%);
	background: -o-linear-gradient(top, #fff6d8 0%,#d8d2ba 100%);
	background: -ms-linear-gradient(top, #fff6d8 0%,#d8d2ba 100%);
	background: linear-gradient(to bottom, #fff6d8 0%,#d8d2ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6d8', endColorstr='#d8d2ba',GradientType=0 );
	}

.ui-state-active {
	background: #fffef9;
	border-bottom: 1px solid #eae7db;
	color: #512754;
	}

.ui-accordion-content {
	background: #fffef9;
	padding: 1em;
	}
	
	.ui-accordion-content ul {
		margin: 0;
		padding: 0 1em 0;
		}

.ui-icon {
	width: 13px;
	height: 13px;
	display: block;
	float: right;
	margin-top: 2px;
	}
		
.ui-icon-triangle-1-e {
	background: url(accordionArrows.png) 0 0 no-repeat;
	}
	
	.ui-state-hover .ui-icon {
		background-position: 0 -32px;
		}
	
.ui-icon-triangle-1-s {
	background: url(accordionArrows.png) 0 -32px no-repeat;
	}
	
#contentAccordion {
	margin: .25em 0 1em;
	border-bottom: 1px solid #BAB49E;
	}

#contentAccordion .ui-accordion-header {
	padding: .25em;
	font-weight: normal;
	}
	
.imgLeft {
	float: left;
	margin: 5px 10px 10px 0;
	}
	
.imgRight {
	float: right;
	margin: 5px 0 10px 10px;
	}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$
		 	Footer 
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

#footer {
	width: 960px;
	margin: 0 10px;
	}

#copyright {
	float: left;
	}

#social {
	float: right;
	}
	
	#social a {
		color: #fff;
		text-decoration: none;
		}
		
		#social a:hover {
			text-decoration: underline;
			}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$
		 	Misc. 
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

.shim {
	clear: both;
	}