/*===========================
011E36 = blue (background)
394F90 = blue (nav)
379028 = green
===========================*/


html {border:0;}

body {
	background: #011E36 url('images/bg.jpg')  repeat-x scroll top left;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
	display: block; /*This fixes the vertical spacing issue in IE*/
}

table img {
	display: inline;
}

#massart_wrapper {
	width: 895px;
	text-align: left;
	margin: 0 auto;
}

#massart_header {
	width: 895px;
	height: 120px;
	margin: 0;
}

#massart_logo {
	background: url('images/logos.jpg')  no-repeat scroll top left;
	width: 515px;
	height: 120px;
	float: left;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
}


#massart_flash {
/*	background: url('images/flash_temp.jpg')  no-repeat scroll top left;*/
	width: 380px;
	height: 120px;
	float: left;
}

#massart_main {
	background: #379028 url('images/wrapper_topLeft.jpg')  no-repeat scroll top left;
	width: 895px;
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
}

#content_wrapper {
	background: #FFF url('images/watermark.jpg')  no-repeat scroll center center;
	width: 665px;
	text-align: left;
	margin: 0 auto;
	float: left;
	position:relative; 
	z-index: 1;
}

#content_top {
	background: url('images/content_top.jpg')  no-repeat scroll top left;
	width: 665px;
	height: 10px;
}

#content_bottom {
	background: url('images/content_bottom.jpg')  no-repeat scroll top left;
	width: 665px;
	height: 10px;
}

#massart_content {
	padding: 0 15px;
}

#wrapper_bottom {
	background: url('images/wrapper_bottom.jpg')  no-repeat scroll top left;
	width: 895px;
	height: 15px;
	clear: both;
}

#massart_footer {
	width: 665px;
	margin: 20px 0 0 210px;
	text-align: center;
/*	float: left;*/
	clear: both;
}

#massart_footer p {
/*	width: 895px;*/
/*	margin: 0 0 0 200px;*/
}


/* =========================== */
/* = LEFT COLUMN BEGINS HERE = */
/* =========================== */
#leftColumn {
	background: url('images/inset_bg.jpg')  repeat-x scroll top left;
	width: 210px;
/*	height: 400px;*/
	text-align: center;
	float: left;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
}

/*==News Inset Begins Here==*/
#news_inset {
	background: url('images/inset_left_bg.jpg')  repeat-y scroll top left;
	width: 125px;
	margin: 0;
	padding: 0;
}

#news_top {
	background: url('images/news_top.jpg')  no-repeat scroll top left;
	width: 125px;
	height: 30px;
}

#news_body {
	background: url('images/news_bg.jpg')  no-repeat scroll top left;
	width: 125px;
/*	height: 250px;*/
/*	overflow: hidden;*/
}

#news_content {
	width: 115px;
	margin: 0 0 0 5px;
}

#more_button {
	text-align: center;
	width: 125px;
	margin: 5px 0 0 0;
}

#more_button img {
	margin: 0 auto;
}

#news_bottom {
	background: url('images/inset_left_bottom.jpg')  no-repeat scroll top left;
	width: 125px;
	height: 5px;
}

/*==Affiliation logos==*/
#massart_affiliations {
	background: url('images/affiliations.jpg')  no-repeat scroll top left;
	width: 610px;
	height: 70px;
	margin: 10px 0 0 22px;
}


/*==Auction Alerts Signup==*/
#inset_join {
	width: 180px;
/*	height: 300px;*/
	margin: 10px auto 0 auto;
	text-align: center;
}

#inset_join form {
	display: inline; /*This fixes the IE Extra Form Margin bug*/
/*	IE gives me grief*/
	margin: 0;
	padding: 0;
}


#join_top {
	background: url('images/join_top.jpg')  no-repeat scroll top left;
	width: 180px;
	height: 85px;
}

#join_body {
	width: 180px;
	margin: 0;
	text-align: left;
	padding: 10px 0 10px 10px;
}

#join_bottom {
	background: url('images/inset_right_bottom.jpg')  no-repeat scroll bottom left;
	width: 180px;
	height: 25px;
/*	margin: 10px 0 0 10px;*/
	text-align: center;
}

/*==Auction Scroller Begins==*/
#auction_inset {
	width: 180px;
	height: 280px;
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: center;
}

#auction_top {
	background: url('images/scroller_top.jpg')  no-repeat scroll top right;
	width: 180px;
	height: 30px;
	text-align: center;
}


#auction_body {
	background: url('images/scroller_bg.jpg')  repeat-y scroll top left;
	width: 180px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
}

#auction_bottom {
	margin: 0 auto;
	text-align: center;
}

#auction_bottom img {
	margin: 0 auto 0 auto;
}

.auctionlist {
/*	width: 625px;*/
}


/*This keeps the gallery working properly in FireFox*/
table #container img {
	display: inline;
}

/*Auction scroller photo background*/
table .listAuctionPic {
	background: transparent none;
	border: 0px none transparent;
}

/*Fixes scroller photo in FireFox*/
a.menulisting .listAuctionPic img {
	display: inline;
	background: transparent none;
	border: 0px none transparent;
}

/* =================== */
/* = NAVIGATION MENU = */
/* =================== */
/*Navigation*/
#massart_nav {
	background: url('images/nav_bg.jpg')  repeat-x scroll top left;
	width: 685px;
	height: 45px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	position:relative; 
	z-index: 2;
}

#massart_nav img {
	display: inline;
	margin: 0 !important;
	margin: 0 -3px; /*Fixes IE 3px bug for floated images*/
	/*IE GIVES ME GRIEF*/
	padding: 0;
	float: left;
}


/*Staff Page*/
div.staff {
	padding-top: 10px;
	clear: left;
	border-top: 1px solid #999;
}

div.staff p.staff {
	font-size: 1.5em;
	font-weight: bold;
}

.staff img {
	float: left;
	margin-right: 20px;
}


tr.stripe {
	background-color: #FBE49B;
}


/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
img.floatRight { float: right; margin-left: 1em;}
img.floatLeft { float: left; margin-right: 1em;}
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearme { clear: both; }
.block  { display: block; }
.divider { height: 1px; margin: 1em 0; border-top: 1px solid #CCC;}