@charset "utf-8";
/* CSS Document */

/* MAIN CONTENT */

#main {

			margin-left: 170px;

			margin-right: 145px;

			padding: 0 15px 15px 15px;

			border: 1px solid #666666;

			border-top: none;

			border-bottom: none;

}	



#main h1 {

	color: rgb(176,0,0);

	padding-top: 15px;

	margin-bottom: 10px;

	font: bold 2.3em Georgia, "Times New Roman", Times, serif;

}



#main h2 {

	font-size: 1.8em;

	font-weight: normal;

	border-bottom: 1px solid #106A9B;

	margin-bottom: 5px;

	color: rgb(176,0,0);

}



#main p {

	font-size: 1.4em;

	margin-bottom: 10px;

}



#main .figure {

	float: right;

	width: 200px;

	border: 2px solid black;

	margin-bottom: 2px;

	margin-left: 10px;

  position: relative;

}



#main .figure p {

	position: absolute;

	left: 10px;

	bottom: 10px;

	width: 168px;

	background-color: #FFF;

	border: 1px dashed #666666;

	font-size: 1.1em;

	font-weight: bold;

	text-align: center;

	padding: 5px;

	margin: 0;

}



#main .figure img {

	display: block;



}



/* SIDEBAR */

#sidebar {
	background-color: #D9ECFF;
	position: absolute;
	top: 2px; /* currently set at zero, previous 15px */
	left: 0;
	width: 170px;
	margin-top: 0px;
}



#sidebar h2 {

	font-size: 1.5em;

	color: #FFFFFF;

	padding: 2px 5px 2px 5px;

	margin-bottom: 5px;

	border-top: 1px solid #106A9B;

	background: url(../images/bg_side_head.png) repeat-x left bottom;

}

#sidebar p {

	margin-right: 5px;

	margin-bottom: 10px;

	margin-left: 5px;

	margin-bottom: 10px;

  font-size: 1.1em;

}



#sidebar p span.special {

	font-weight: bold;

	color: red;

}

#sidebar h3 {

	font-size: 1.2em;

	padding: 3px 5px 3px 7px;

	color: #663900;

	margin-bottom: 3px;

}



#sidebar h3 a {

	color: blue;

}



#sidebar a:hover {

	color: red;

}



/* ADVERTISING */ 

#adverts {

				 position: absolute;

				 top: 15px;

				 right: 6px;

				 width: 130px;				 

}



#adverts p {

	margin-bottom: 15px;

	text-align: center;

}



#adverts h4 {

				 font: italic bold 1.8em Arial, Helvetica,sans-serif;

				 color: red;

				 text-align: center;

}



#adverts .pictures {

	width: 125px;

	border: 1px solid black;

	margin-bottom: 2px;

}

#adverts .brandnew {
	color: #FF0000
}

/* ANNOUNCEMENT STYLES */

#announce {

	float: right;

	width: 130px;

	border-top: 10px solid RGB(0,111,175);

	margin-top: 3px 5px 3px 5px;

	line-height: 95%;

	margin-right: 3px;

}



#announce h2 {

	font-size: 1.4em;

	padding: 3px 0px 3px 0px;

	text-align: center;

}

#announce h3 {

	font-size: .8em;

	padding: 3px 0px 5px 0px;

	text-align: center;

}



#announce a {

	font-size: 1em;

	display: block;

	text-decoration: none;

	color: black;

	padding: 3px 5px;

	border-bottom: 1px solid #14556B;

}

#announce .title {

	font-weight: bold;

	display: block;

}

#announce a:hover {

	background-color: RGB(0,111,175);;

	color: yellow;

}



#announce ul {

	list-style:none;

}



#announce li {

	display: inline; /* for IE 7 and earlier white space bug */

}



img#map_print{

					 display: none;

}#main .figure_2 {
	float: left;
	width: 145px;
	border: 2px solid black;
	margin-bottom: 2px;
	position: relative;
	margin-right: 10px;
}
#main .figure_2 p {
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 120px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#main .figure_2 img {
	display: block;
}


