
body {
	background:#F1F1F1 url("img/bg6.gif") repeat-x left top;
	text-align:left;
	/*verflow:hidden;*/
	
	scrollbar-base-color: #FFFFFF; 
	scrollbar-arrow-color: #999999; 
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #999999;
	
	margin:0;
	}

#page_mid {
	position:relative;
	top:0px;
	/*line-height:539px;
	vertical-align:baseline;*/
	width:1000px;
	height:578px;
	margin:0;
	background:url("img/page_bg3.gif") no-repeat left top;
	}

#page_center {
	position:absolute;
	left:0;
	top:23px;
	width:1000px;
	height:555px;
	text-align:left;
	margin:0;
	}

#menu {
	position:absolute;
	left:62px;
	top:70px;
	height:53px;
	width:600px;
	margin:0;
	}

#sub_menu {
	position:absolute;
	top:26px;
	margin:0;
	}

#menu_ding {
	position:absolute;
	top:20px;
	width:33px;
	height:30px;
	margin:0;
	}

.menu_item {
}

.menu_bullet {
}

#line {
	position:absolute;
	left:65px;
	bottom:30px;
	width:1px;
	height:375px;
	/*background:url("img/line.gif") no-repeat left top;*/
}

#main_frame {
	position:absolute;
	left:45px;
	bottom:40px;
	width:630px;
	height:389px; /* dependency in menu.js */
	margin:0;
	padding:0;
	/*background:url("img/main_bg.jpg") no-repeat left top;*/
	background:#FAFAFA;
}

#main_frame2 {
	margin:0;
	padding:10px 20px 10px 20px;
}

#artwork {
	position:absolute;
	right:1px;
	bottom:40px;
	width:257px;
	height:389px;
	background:url("img/artwork.jpg") no-repeat left top;
	}

#logo {
	position:absolute;
	left:9px;
	top:0;
	width:257px;
	height:69px;
	background:none;
	}

#logo_print {
	position:absolute;
	left:4px;
	top:0px;
	width:313px;
	height:200px;
	}

#slogan {
	position:absolute;
	right:11px;
	top:0;
	width:336px;
	height:69px;
	background:url("img/results.gif") no-repeat left top;
	}
	
#flash {
	position:absolute;
	left:1px;
	top:0;
	width:998px;
	height:62px;

	}

#button_up {
	position:absolute;
	right:278px;
	bottom:60px;
	width:25px;
	height:26px;
	background:url("img/button_up.gif") no-repeat left top;
	cursor:pointer;
}

#button_down {
	position:absolute;
	right:278px;
	bottom:35px;
	width:25px;
	height:26px;
	background:url("img/button_down.gif") no-repeat left top;
	cursor:pointer;
}

#cright {
	position:absolute;
	left:438px;
	bottom:-14px;
	width:135px;
	height:26px;
	color:#BC6B82;
	font-family: "trebuchet ms", verdana;
	font-size:10px;
	line-height:10px;
	margin:0;
	padding:0;
}

#text_left {
	position:absolute;
	left:20px;
	top:10px;
}


#text_right {
	position:absolute;
	right:20px;
	top:10px;
	width:140px;
}


#house {
	position:absolute;
	left:88px;
	bottom:10px;
	width:455px;
	height:270px;
}

#house div {
}

#current_openings_link {
	position:absolute;
	right:20px;
	bottom:16px;
}


/* text defaults */

body, p, td, th {
	color:#7C1A36;
	font-family: "trebuchet ms", verdana;
	font-size:13px;
	line-height:17px;
	margin:0;
	padding:0;
	}

h2 {
	color:#46603e;
	font-size:19px;
	line-height:22px;
	}

h3 {
	margin:0 0 10px 0;
	}

h4 {
	margin:0 0 40px 0;
	}

h5 {
	margin:20px 0 8px 0;
	}
	
p {
	margin:7px 0 12px 0;
	}


a:link {	
	color:#7C1A36;
	text-decoration:none
}

a:visited {	
	color:#7C1A36;
	text-decoration:none
}

a:hover {	
	color:#7C1A36;
	text-decoration:underline
}

a:active {	
	color:#7C1A36;
	text-decoration:none
}


li {
	margin-top:3px;
	margin-left:0;
	padding-left:1px;
}

ul {
	margin-left:0px;
	padding-left:24px;
}


big {
	font-family: times new roman;
	font-size:35px;
	line-height:30px;
		margin:0;
		padding:0;

}

.profile div span, dt {
	font-size:80%;
	font-weight:bold;
	padding:0;
	margin:20px 0 8px 0;
}

.highlited {
	color:#ff6666;
	}

#menu p {
	font-family:"arial black", arial, helvetica;
	font-size:16px;	
}

.pdf_icon {
	margin:1px;
	width:13px;
	height:13px;
	vertical-align: middle;
	}

/* layout */


.trash{
	border:1px solid #red;
	padding:10px 150px 10px 20px;
}




@media print {

	#page_mid, #page_center {
		width:665px;
	}

	#flash {
		display:none;
	}

	#main_frame {
		top:124px;
	}
	
	#cright {
		top:1000px; 
		left:280px;
	}
}

@media screen {

	#main_frame {

		overflow: auto;
		overflow: -moz-scrollbars-none;
		overflow-y: hidden;

	}
	
	#logo_print {
		display:none;
	}
}