@charset "UTF-8";

body {
	font: 100% Verdana, Geneva, sans-serif;
	background-image: url(../images/background.jpg);
	background-color: transparent;
	background-repeat: repeat;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
}
div.logo {
	background:url(../images/weblogo_stor.png) no-repeat;
	margin-left: 75px;
	height: 100px;
	width: 100px;
}
.passifloraTemplate .header {
	margin-top: 40px; 
    margin-left: 100px;
    margin-right: 100px;
	text-align: left;
} 
.passifloraTemplate .header h1 {
	color: #a68c81;
	margin: 0;
}

.passifloraTemplate .header a {
	color: #a68c81;
}

.passifloraTemplate .container {
	min-width: 880px;
	margin-left: 100px;
	margin-right: 100px;
	height: 80%;
	margin-top: 5px;
	padding-left: 0px;
	display: block;
	/* overflow: auto; */
	white-space: nowrap;
	background-color: #5f4236;
	border: 1px solid #B99B83;
}

.passifloraTemplate .container a {
	color: #B99B83;
}

/* START MENU - Styling */
.passifloraTemplate .container .menu {
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
	width: 250px;
	white-space: normal;
}

.passifloraTemplate .container .menu ul {
	list-style-type: none;
	padding-left: 30px;
}
/* END MENU - Styling */

/* START MENU ITEM - Styling */
.passifloraTemplate .container .menu ul li a {
	color: white;
}
.passifloraTemplate .container .menu .current a:link {
	font-weight: bold;
}
.passifloraTemplate .container .menu .current a:visited {
	font-weight: bold;
}
.passifloraTemplate .container .menu .current a:hover {
	font-weight: bold;
}
.passifloraTemplate .container .menu .current a:active {
	font-weight: bold;
}

.passifloraTemplate .container .menu ul li a:link {
	text-decoration: none;
}
.passifloraTemplate .container .menu ul li a:visited {
	text-decoration: none;
}
.passifloraTemplate .container .menu li a:hover {
	text-decoration: none;
}
.passifloraTemplate .container .menu li a:active {
	text-decoration: none;
}

.passifloraTemplate .container .menu ul li:hover {
	color: white;
	list-style-type: square;

}
.passifloraTemplate .container .menu ul li {
	border-bottom: 1px solid #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* END MENU ITEM - Styling */

.passifloraTemplate .container .content {
	float: left;
	color: white;
	margin-bottom: 20px;
}

.passifloraTemplate .container .content .contentTextNoIllustration {
	padding-top: 20px;
	margin-right: 40px;
	float: left;
	white-space: normal;
	font-size: 80%;
}

.passifloraTemplate .container .content .contentText {
	padding-top: 20px;
	margin-right: 40px;
	float: left;
	width: 300px;
	white-space: normal;
	font-size: 80%;
}



/* START IMAGE CONTENT - Styling */
.passifloraTemplate .container .content .contentIllustration {
	float:left;
	white-space: normal;
	
}
.passifloraTemplate .container .content .contentIllustration img {
	margin-top: 90px;
	/*border: #422F20 solid 3px;*/
}
.passifloraTemplate .container .content .contentIllustration .imageCollection {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #4f3226;
	width: 240px;
}

.passifloraTemplate .container .content .contentIllustration .imageCollection img {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* END IMAGE CONTENT - Styling */

/* START FOOTER - Styling */
.passifloraTemplate .footer { 
	padding-top: 10px;
	padding-bottom: 1em;
	text-align: center;
	color: #dadada;
}

.passifloraTemplate .footer p {
	margin: 0;
	padding: 10px 0;
}

.passifloraTemplate .footer a {
	color: #a68c81;
}
/* END FOOTER - Styling */

/* Help tags for clearing layout settings and fading */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden hidden;
}

.translucent {
    opacity: 0.90;
    filter: alpha(opacity: 90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
}


