/*CSS Document*/

@import url("fonts/fonts.css");
@import url("topmenu.css");

body
{
	margin: 0;
	padding: 0;
	overflow: visible;
}
#universe
{
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	overflow: visible;
}

/*top banner*/
#topbanner
{
	position: relative;
	width: 760px;
	height: 120px;
	margin: 0;
	padding: 0 0 0 200px;
	background: url(../header/slologo.gif) no-repeat;
	overflow: hidden;
}
#flashbanner
{
	margin: 0;
	overflow: hidden;
}
object, embed
{
	margin: 0;
	display: block;
	overflow: hidden;
}
/*content*/
#loadzone
{
	position: relative;
	width: 960px;
/*height: 30px;*/
	padding: 30px 0;
	margin: 0;
	background: #FFFFFF url(../header/whiteshadow.gif) repeat-x;
	overflow: visible;
}
div#menu
{
	width: 200px;
/*height: 400px;*/
	position: absolute;
	overflow: visible;
	margin: 0;
	padding: 0 0 30px 0;
	left: 0;
}
div#content
{
	width: 740px;
	position: relative;
	padding: 0;
	margin: 0 0 0 220px;
	overflow: visible;
	min-height:280px;
}

#maincol h2.section {
	font-family: "ArimoRegular", Arial, Helvetica, sans-serif;
	color: rgb(123, 114, 94);
	background:#fff;
}

.imagefloatleft {
	display: block;
	float: left;
	margin: 3px 15px 10px 0;
}

.imagefloatright {
	display: block;
	float: right;
	margin: 3px 0 10px 15px;
}


/* content category - shadow divider */
.shadow {
	height: 9px;
	background: url(../header/whiteshadow.gif) repeat-x;
	overflow: hidden;
}


/* Footer */
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7b725e;
	margin-top: 30px;
	text-align: right;
	width: 960px;
}

/* links*/
a {
	color: inherit;
	text-decoration: none;
	@ /* for ie */
	color: #5e5349; /* for ie */
}

a:hover {
	color: inherit;
	text-decoration: underline;
	opacity: .8;
	filter:alpha(opacity=80);
	@ /* for ie */
	color: #5e5349; /* for ie */
}

a.readmore {
	color: #7B7250 !important;
	font-weight: bold;
}

a.readmore:hover {
	text-decoration: none;
}

#photos a:hover {
	color: inherit;
	text-decoration: underline;
	opacity: .8;
	filter:alpha(opacity=80);
	zoom:1;
}

#basicinfo a {
	color: inherit;
	text-decoration: none;
	@ /* for ie */
	color: #efefef; /* for ie */
}

#basicinfo a:hover {
	color: inherit;
	text-decoration: underline;
	opacity: .8;
	filter:alpha(opacity=80);
	@ /* for ie */
	color: #dddddd; /* for ie */
}

.clear {clear:both;}

.wide h2 {font-family:Arial, Helvetica, sans-serif; margin: 8px 0 0 0;}

