/* Body Stylesheet */
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.2;
}

.left {
	clear: both;
	float: left;
}

.right {
	clear: both;
	float: right;
}

/* Hyperlink Stylesheet */
a {
	color: darkslategray;
	text-decoration: none;
}

a.submenu {
	color: #000000;
	text-decoration: none;	
}

a.menu {
	/*color: #816952;
	color:#000;*/
	color: darkslategray;
	text-decoration: none;
}

a:hover, a.menu:hover, a.submenu:hover {
	color: #999999;
}

a img:hover {
	filter:alpha(opacity=50);
    opacity: 0.5;
}

a img {
	border-style: none;
    filter:alpha(opacity=100);
    opacity: 1.0;
}


/* Form Stylesheet */
input.form {
	height: 15px;
	width: 340px;
}

/* Paragraph Stylesheet */
p {
	color : #000000;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	margin-left: 5px;
	margin-right: 10px;
	text-align: justify;
}

p.copyright {
	/*color: #816952;
	color:#000;*/
	color: darkslategray;
	font-size: 10px;
	text-align: left;
}

p.subtitle {
	font-size: 16px;
	text-align: left;
	/*color: #816952;
	color: darkslategray;*/
	color:#000;
}

p.title {
	/*color: #816952;
	color:#000;*/
	color: darkslategray;
	font-size: 20px;
	text-align: left;

}

p.address {
	/*color: #816952;
	color:#000;*/
	color: darkslategray;
	font-size: 14px;
	text-align: left;
}

p.publication {
	text-align: center;
}

/* Sidemenu Stylesheet*/

#sidemenu p, #sidemenu p.s-main, #sidemenu p.s-main a {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: darkslategray;
}

#sidemenu p.sm-active, #sidemenu p.sm-active a {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*color: #816952;*/
	color: lightslategray;
}

#sidemenu p.s-sub, #sidemenu p.s-address {
	font-size: 12px;
}

#sidemenu a {
	color: #000;
}

#sidemenu a:hover, #sidemenu p.s-main a:hover, #sidemenu p.sm-active a:hover {
	color: #999999;
}

/* Menu Stylesheet */
ul.menu {
	font-size: 20px;
	/*font-style: italic;*/
	list-style: none;
}

ul.menu li {
	display: inline;
}

ul.submenu {
	font-style: normal;
	list-style: none;
	font-size: 12px;
}

ul.submenu li {
}

/* Image Stylesheet */
img.press {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

img.press:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#pressImage {
	visibility:hidden;
	padding:5px;
	background: url('/images/awards/SDA_Gold.jpg') no-repeat center;
	width: 300px;
	height: 200px;
}

#coverImage {
	visibility:hidden;
	padding:0px 5px;
	background: url('/photos/publication/home_concept_2005_07_thumbnail.jpg') no-repeat center;
	background-size: 200px;
	width: 300px;
	height: 300px;
}

/* Stylesheet for the image galleries */
.galleria {
	height: 395px;
}

.galleria-thumbnails {
	float: left;
}
