/*general setup*/

.temporary
{
/*	font-weight: bold;
	font-style: italic;
	border: 3px solid #3f6;
	color: blue;
	background: #f9f;*/
}

.title { font-style: italic;}

.sold
{
	color: #e00;
}

a
{
	color: #660;
	text-decoration: none;
}

p a
{
	font-weight: bold;
}


div#content
{
	font-family:  "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 13px;	
}

div#content h3
{
	margin-top: 10px;
}

div#content a
{
	font-weight: bold;
}

div#content p
{
	line-height: 140%;
	margin-bottom: 8px;
	width: 430px;
}

div#box_content p
{
	line-height: 140%;
}

div, p {margin:0px;padding:0px;}
h1, h2, h3, h4
{
	margin: 0px;
	font-size: 100%;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

blockquote
{
	font-style: italic;
}


img
{
	border: none;
	margin: 0px;
	padding: 0px;
}



/*vertical centering structural hacks*/
.outer { display: table; position: relative; background: #E1E0C0; }
.middle { position: absolute; top: 50%; } /* for explorer only*/
.middle[class] { display: table-cell; vertical-align: middle; position: static; }
.inner { position: relative; top: -50%; } /* for explorer only */
.inner[class] { position: static; } 



/*global navigation menu*/
div#global_nav
{
	width: 800px;
	margin-bottom: 10px;
	text-align: right;
}

div#global_nav li
{
	display: inline;
}

/*site navigation menu*/
div#site_nav
{
	position: relative;
}

div#site_menu
{
	position: relative;
	width: 278px;
	height: 182px;
}

div#site_menu div#left_image
{
	position: absolute;
	left: 0px;
	top: 0px;
}

div#site_menu ul
{
	position: absolute;
	left: 61px;
	top: 0px;
}

div#site_nav li
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	line-height: 0px;
	float:left;
	clear:left;
}


div#main
{
	position: relative;
	font-size: 11px;
}

/*browsing area*/
div#browse
{
	width: 235px;
	margin: 25px 20px;
	text-align: right;
}

div#browse  p
{
	padding-bottom: 10px;
}

div#browse h4
{
	margin-bottom: 5px;
}

div#browse ul
{
/*	margin-bottom: 25px;*/
}

div#browse li
{
	margin-bottom: 5px;
}

/*display canvas*/
div#display
{
	position: absolute;
	top: 0px;
	left: 279px;
	width: 520px;
	background: #600;
}

div#area
{
	position: relative;
	width: 491px;
	height: 59px;
	background: #E1E0C0;
	border-right: 1px solid white;
}


div#area h2
{
}

div#area h2, h3#criteria
{
	color: #600;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 15px;
	padding-left: 20px;
}

h4#pagination
{
	position: absolute;
	right: 65px;
	top: 90px;
	font-weight: normal;
	color: #660;
}

div.box
{
	width: 491px;
	padding: 15px 0px;
/*	margin-top: 1px;*/
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 2px solid white;
	background: #ECEBD6;
}

div#box_content
{
	margin: 20px 20px;
}

div#box_content p
{
	margin-bottom: 10px;
}

div#box_content h4
{
	margin: 15px 0px;
}

div#bottom_bar
{
	position: relative;
	width: 491px;
	background: #E1E0C0;
	border-right: 1px solid white;
	height: 59px;
}




div#bottom_nav
{
	margin-top: 10px;
}

div#bottom_nav li
{
	display: inline;
	margin-right: 16px;
	font-size: 12px;
}

div#bottom_nav li a
{
	color: #600;
}

