@charset utf-8; /* Introducing new HTML5 elements */
header,footer,section,hgroup,aside,nav,article,figure,figcaption,time,dialog {
	display: block;
}

hr {
border: 0;
height: 1px;
background: -webkit-linear-gradient(left center, transparent, #333, transparent);
background: -moz-linear-gradient(left center, transparent, #333, transparent);
background: -o-linear-gradient(left center, transparent, #333, transparent);
background: -ms-linear-gradient(left center, transparent, #333, transparent);
background: linear-gradient(left center, transparent, #333, transparent);
background: -webkit-gradient(linear, left center, right center,
color-stop(0, transparent),
color-stop(0.5, #333),
color-stop(1, transparent));
}

.image-left {
	float: left;
	width: 300px;
	border: 0px;
	margin: 0px 0px 120px 85px;
	padding: 25px 25px 15px 25px;
	line-height:24px;
	background-color:#FFF;
}

.image-left:hover {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;}


.image-right {
	float: right;
	width: 300px;
	border: 0px;;
	margin: 0px 85px 120px 0px;
	padding: 25px 25px 15px 25px;
	line-height:24px;
	background-color:#FFF;
}

.image-right:hover {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;}

.clearboth { clear: both;
}

html {
	background: url(../photos/Index_Backgrounds/index-background-00.jpg) no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
}


.selected {
	color: #634A37 !important;
	opacity:1;
	cursor: default;
	background-color: #F1F1F0 !important;
}

#message a {
	/* display:   block before hiding */
display: block;
	display: none; /* link is above all other elements */
z-index: 999; /* link doesn't hide text behind it */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7; /* link stays at same place on page */
position: fixed; /* link goes at the bottom of the page */
bottom: 10px;
	right: 40px; /* round the corners (to your preference) */
border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php); /* make it big and easy to see (size, style to preferences) */
width: 50px;
	height: 50px;
	background-color: #444;
	font-size: 24px;
	text-align: center;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#message a:hover {
	background-color: #000;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

.up-icon {
	position: relative;
	width: 25px;
	height: 32px;
	z-index: 6;
	right: 0px;
	bottom: -5px;
}

.up-icon:hover {
	position: relative;
	width: 25px;
	height: 32px;
	z-index: 6;
	right: 0px;
	bottom: -5px;
	background-color: transparent;
	border: none;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

#shuffle a {
	/* link is above all other elements */
z-index: 999; /* link doesn't hide text behind it */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7; /* link stays at same place on page */
position: absolute; /* link goes at the bottom of the page */
top: 100px;
	right: 60px; /* round the corners (to your preference) */
border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php); /* make it big and easy to see (size, style to preferences) */
width: 50px;
	height: 50px;
	background-color: #333;
	font-size: 24px;
	text-align: center;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

#shuffle a:hover {
	background-color: #000;
}

#shuffle-index a {
	/* link is above all other elements */
z-index: 999; /* link doesn't hide text behind it */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7; /* link stays at same place on page */
position: absolute; /* link goes at the bottom of the page */
bottom: 15px;
	right: 130px; /* round the corners (to your preference) */
border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php); /* make it big and easy to see (size, style to preferences) */
width: 50px;
	height: 50px;
	background-color: #333;
	font-size: 24px;
	text-align: center;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#shuffle-index a:hover {
	background-color: #000;
}

#bottom-nav {
	height: 70px;
	width: 100%;
	background: #F1F1F0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	display: block;
	float: left;
	vertical-align: middle;
}

#email-icon {
	position: absolute;
	float: left;
	display: block;
	height: auto;
	width: auto;
	margin-left: 60px;
	margin-top: 17px;

	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px rgba(0,0,0,0.4); /* Firefox */
/* Safari/Chrome */
/* Opera and other CSS3 supporting browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#share a {
	position: absolute;
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	right: 280px;
	margin-top: 10px;
	z-index: 6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php);
	background-color: #333;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#share a:hover {
	background-color: #000;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#share-arrow-icon {
	position: relative;
	width: 50px;
	height: 40px;
	z-index: 6;
	right: -1px;
	bottom: -2px;
}

#share-arrow-icon:hover {
	background-color: transparent;
	border: none;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

#share-index a {
	position: fixed;
	float: left;
	display: block;
	border: none;
	height: 50px;
	width: 50px;
	bottom: 15px;
	right: 35px;
	z-index: 6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php);
	background-color: #333;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

#share-index a:hover {
	background-color: #000;
}

#shuffle-bottom a {
	position: absolute;
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	right: 200px;
	margin-top: 10px;
	z-index: 6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php);
	background-color: #333;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#shuffle-bottom a:hover {
	background-color: #000;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

.shuffle-icon {
	position: relative;
	width: 38px;
	height: 35px;
	z-index: 6;
	right: 0px;
	top: 7px;
	bottom: 5px;
}

.shuffle-icon:hover {
	position: relative;
	width: 38px;
	height: 35px;
	z-index: 6;
	right: 0px;
	top: 7px;
	bottom: 5px;
	background-color: transparent;
	border: none;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

#back-arrow a {
	position: absolute;
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	right: 120px;
	margin-top: 10px;
	z-index: 6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php);
	background-color: #333;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#back-arrow a:hover {
	background-color: #000;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

.back-arrow-icon {
	position: relative;
	width: 35px;
	height: 28px;
	z-index: 6;
	right: 2px;
	bottom: -10px;
}

.back-arrow-icon:hover {
	position: relative;
	width: 35px;
	height: 28px;
	z-index: 6;
	right: 2px;
	bottom: -10px;
	background-color: transparent;
	border: none;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

#home-button a {
	position: absolute;
	float: left;
	display: block;
	height: 50px;
	width: 50px;
	right: 360px;
	margin-top: 10px;
	z-index: 6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	border-radius: 50px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php);
	background-color: #333;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#home-button a:hover {
	background-color: #000;

	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

.home-icon {
	position: relative;
	width: 38px;
	height: 35px;
	z-index: 6;
	right: 0px;
	top: 7px;
	bottom: 5px;
}

.home-icon:hover {
	position: relative;
	width: 38px;
	height: 35px;
	z-index: 6;
	right: 0px;
	top: 7px;
	bottom: 5px;
	background-color: transparent;
	border: none;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

#index-shuffle a {
	/* link is above all other elements */
z-index: 999; /* link doesn't hide text behind it */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7; /* link stays at same place on page */
position: absolute; /* link goes at the bottom of the page */
top: 100px;
	right: 50px; /* round the corners (to your preference) */
border-radius: 50px; /* make it big and easy to see (size, style to preferences) */
width: 50px;
	height: 50px;
	background-color: #333;
	font-size: 24px;
	text-align: center;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#index-shuffle a:hover {
	background-color: #000;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

.index-shuffle-icon {
	position: relative;
	width: 38px;
	height: 35px;
	z-index: 6;
	right: 0px;
	top: 7px;
	bottom: 5px;
}

.index-shuffle-icon:hover {
	position: relative;
	width: 38px;
	height: 35px;
	z-index: 6;
	right: 0px;
	top: 7px;
	bottom: 5px;
	background-color: transparent;
	border: none;

	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0); /* Opera and other CSS3 supporting browsers */
}

x-index {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 6;
	right: 50px;
	bottom: 30px;
}


body:before {
	content: "";
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: 100;

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

body,html {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#wrap {
	min-height: 100%;
}

.content {
	padding-bottom: 30px;
	text-align: center;
}

#jmf {
	position: fixed;
	display:block;
	right:45px;
	top: 9px;
	width: auto;
	height: auto;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#jmf:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#jmf-index {
	position: absolute;
	display:block;
	right:40px;
	width: 50px;
	height: 50px;
	z-index: 1;
	top: 12px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#navbar {
	position: absolute;
	width: auto;
	height: 48px;
	z-index: 2;
	background: #F1F1F0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 15px;
}

#navbar li {
	list-style: none;
	width: auto;
	float: left;
	padding: 3px 15px;
	background-color: transparent;
}

#navbar li a {
	display: block;
	width: auto;
	padding: 3px 15px;
	background-color: transparent;
	color: #333;
	text-decoration:none;
}

#navbar li a:hover {
	background-color: #FFF;
}

#navbar li ul {
	display: none;
	width: auto;
	width: 10em; /* Width to help Opera out */
background-color: #F1F1F0;
}


#navbar li:hover ul {
	display: block;
	width: auto;
	position: absolute;
	margin-top: 3px;
	margin-left: 14px;
	padding: 0;

	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px rgba(0,0,0,0.4); /* Firefox */
/* Safari/Chrome */
/* Opera and other CSS3 supporting browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

#navbar li ul li ul li {
	display: none;
	width: auto;
	width: 10em; /* Width to help Opera out */
}

#navbar li ul li:hover ul li {
	display: block;
	width: auto;
	position: relative;
	margin-top: 0px;
	padding-left:10px;
	float: none;
}


#navbar li ul li ul li:hover a {
	background-color: #fff;
}

#navbar li:hover li {
	float: none;
	background-color: #F1F1F0;
	font-size: 16px;
	color: #333;

}

#navbar li:hover li a {
	background-color: #F1F1F0;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #333;
	line-height:30px;
}

#navbar li li a:hover {
	background-color: #fff;
}

#navbar a {
	display: block;
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	color: #333;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	letter-spacing: 1.5;
}


ul {
	border: 0px;
	margin: 0px;
	list-style: none;
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;	color: #333;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1.5;
}

li {
	border: 0px;
	margin: 0px;
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;	color: #333;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1.5;
}

#h4 a hover {
	color: #C00;
}

#prox {
	position: absolute;
	width: 900px;
	height: 400px;
	z-index: 1;
	margin-top: -200px;
	margin-left: -450px;
	left: 50%;
	top: 50%;

}

#center-image {
	alignment-adjust: central;
}

#logo-ie {
	width: 180px;
	position: absolute;
	height: 40px;
	z-index: 1;
	background: #F0EDEA;
	text-align: center;
	top: 30px;
	left: 50px;
	border-radius: 15px;
	font: 18px/27px 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2;
	font-weight: 500;
	font-stretch: normal;
	text-transform: lowercase;
	color: #888;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: 0px 1.3px 0.5px #fff;
	behavior: url(PIE.php);

	-webkit-box-shadow: 1px 0px 5px #ccc;
	box-shadow: 1px 0px 5px #ccc;
	padding-top: 10px;
}

#logo a {
	font: 18px/27px 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2;
	font-weight: 500;
	font-stretch: normal;
	text-transform: lowercase;
	color: #777;
	text-decoration: none;
	text-align: right;
	text-indent: 0px;
	text-shadow: 0px 1.3px 0.5px #fff;
}

#logo a:hover {
	color: #000;
}

.NAVIGHEADER {
	font: 18px/27px 'BebasNeueRegular', Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #ccc;
	text-transform: lowercase;
	color: #666;
	text-decoration: none;
	text-align: left;
}

#new-nav-top {
	position: fixed;
	width: auto;
	height: auto;
	z-index: 1;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	top: 15px;
	padding: 10px 40px 10px 30px;
	border-top-left-radius: 0px 0px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

.LOGOTEXT {
	font: 18px/27px 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2;
	font-weight: 500;
	font-stretch: normal;
	color: #777;
	text-decoration: none;
	text-align: right;
	text-indent: 0px;
	text-shadow: 0px 1.3px 0.5px #fff;
}

.new-nav-top-white {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0px 1.3px 0.5px #CCC;
	letter-spacing: 1.5;
}
#new-nav-top a {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	text-shadow: 0px 1.3px 0.5px #CCC;
	letter-spacing: 1.5;
}

#new-nav-top a:hover {
	text-shadow: 1px 0.5px 1px #999;
}

#main #footer a {
	font-size: 9px;
	color: #999;
}

#footer {
	position: fixed;
	width: auto;
	height: 20px;
	z-index: 5;
	left: 0px;
	bottom: 15px;
	border-top-left-radius: 0px 0px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	padding-top: 6px;
	background-color: #F1F1F0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-box-shadow: inset 0 0 5px #888;
	-webkit-box-shadow: inset 0 0 5px#888;
	box-shadow: inset 0 0 5px #888;

}

#footer-ie {
	position: absolute;
	width: 100%;
	height: 15px;
	z-index: 5;
	left: 10px;
	bottom: 20px;
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 9px;
	color: #999;
	text-align: center;
}

#footer a {
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	letter-spacing: 1.5;
}

#footer a:hover {
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	color: #000;
	background: #FFF;
	text-align: left;
}

#footer a:active {
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	color: red;
	text-align: left;
}

#footer a:visited {
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	color: #222;
	text-align: left;
}

iframe.btn {
	bottom: 21px;
	right: 150px !important;
	position: fixed !important;
}

h1 {
	font: 60px/68px 'OpenSansCondensedLight', Arial, sans-serif;
	letter-spacing: 0;
	text-shadow: 0px 1.3px 0.5px #FFF;
	text-align: center !important;
	color: #333;
	font-weight: 400;
}

h2 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

h3 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	font-weight: 400;
	color: #333;
}

body p {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	font-variant: normal;
	color: #333;
	font-style: normal;
}

#pages p {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	color: #444;
	text-align: center;
}

#container {
	width: auto;
	height: auto;
}

#pages {
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 70px;
	padding-top: 15px;
	padding-bottom: 30px;
	behavior: url(file:///Macintosh%20HD/Users/miguelferreira/Dropbox/JMF/JMF%20Web%20Sites/css/PIE.php);
	width: 65%;
	background-color:#F8F8F8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #222;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#page-title {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
}

#pages-index {
	min-width: 1100px;
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #FFF;
	text-transform: lowercase;
}

#pages a {
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	text-decoration: none;
	color: #000;
	background-color:#E7E7E7;
	display: inline;
	font-style: normal;
}

a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#pages a:hover {
	background-color: #CCC;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #E3E3E3;
	color: #C00;
	font-style: normal;
}

#pages a:visited {
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #F5F2F0;
	color: #333;
	font-style: normal;
}

#pages a:active {
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #FFF;
	background-color: #CCC;
	color: #FFF;
}

#RVP {
	text-align: center;
	font-size:14px;
	width: 100%;
	overflow:auto;
	height: auto;
	z-index: 0;
	left:auto;
	right:auto;
	bottom:0px;
	top:0px;
	padding-top:20px;
}

#RVP a {
	font-size:14px;
}
#RVP a:hover {
	font-size:14px;
}

.rvp-book-image {
	position: relative;
	display:block;
	text-align: center;
	float: left;
	width: 250px;
	height: 300px;
	margin-left: 150px;
	padding-bottom: 50px;
	clear: left;
	top:0px;
	z-index:0;

}

.rvp-description {
	position: relative;
	display:block;
	text-align: left;
	float: left;
	width: 350px;
	height: 300px;
	margin-left: 90px;
	padding-bottom: 50px;
	clear: right;
	z-index:0;
	top:0px;
}

.rvp-paypal {
	position: relative;
	display:block;
	text-align: center;
	float: left;
	width: 250px;
	height: 50px;
	margin-left: 150px;
	clear: left;
	z-index:0;
	padding-bottom:10px;
}

.rvp-price {
	position: relative;
	display:block;
	text-align: left;
	float: left;
	margin-left: 100px;
	width: 200px;
	height: 50px;
	z-index:0;
	padding-bottom: 20px;
}

.rvp-pres-title {
	position: relative;
	display:block;
	text-align: left;
	float: none;
	width: 300px;
	height: 30px;
	margin-left: 180px;
	margin-right:50px;
	padding-right:0px;
	padding-bottom: 25px;
	clear: both;
	z-index:0;
}


.rvp-presentation {
	position: relative;
	display:block;
	text-align: left;
	float: left;
	width: 170px;
	height: 300px;
	margin-left: 180px;
	padding-bottom: 10px;
	z-index:0;
	clear: left;
}

.rvp-pres-venues {
	position: relative;
	display:block;
	text-align: left;
	float: left;
	width: 350px;
	height: 300px;
	margin-left: 100px;
	margin-right: 50px;
	margin-top: 0px;
	padding-bottom: 10px;
	z-index:0;
	clear: right;
}

#rvp-pos {
	position: relative;
	display:block;
	text-align: center;
	width: auto;
	height: auto;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: opx;
	padding-bottom: 30px;
	z-index:0;
	clear: both;
}

.rvp-country {
	position: relative;
	display:block;
	text-align: left;
	width: 350px;
	height: auto;
	margin-left: 270px;
	margin-top: 60px;
	padding-bottom: 60px;
	z-index:0;
	clear: both;
}

.rvp-samples {
	position: relative;
	display:block;
	text-align: center;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	z-index:0;
	clear: both;
}

.rvp-hr {
	position: relative;
	display:block;
	text-align: center;
	width: 75%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index:0;
	clear: both;
}

.dropshadow-top {
-webkit-box-shadow: 0px -10px 20px -15px #000000;
   -moz-box-shadow: 0px -10px 20px -15px #000000;
        box-shadow: 0px -10px 20px -15px #000000;
}

.dropshadow {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

.dropshadow-light {
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px rgba(0,0,0,0.4); /* Firefox */
/* Safari/Chrome */
/* Opera and other CSS3 supporting browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

.dropshadow-heavy {
	-webkit-box-shadow: 2px 2px 12px #999;
	box-shadow: 2px 2px 12px #999; /* Firefox */
/* Safari/Chrome */
/* Opera and other CSS3 supporting browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* IE 8 */
: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999'); /* IE 5.5 -7 */
}

a img:hover {
	-webkit-box-shadow: 0px 0px 12px rgba(255, 255, 255, 40);
	box-shadow: 0px 0px 12px rgba(255, 255, 255, 40); /* Opera and other CSS3 supporting browsers */
}

#disqus_thread {
	background: #C1C1C1;
	padding: 15px;
}

.whitedot {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
}

.CENTERTEXT {
	text-align: center !important;
}

.CENTER {
	margin-right: auto;
	margin-left: auto;
}

.LEFTTEXT {
	text-align: left !important;
}

.GRAYBACKGROUND {
	background-color: #999;
}

#slideshow {
	margin: 50px auto;
	position: relative;
	top: 90px;
	width: 520px;
	height: 380px;
	padding: 10px;

	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#slideshow > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.right-text {
	text-align: right;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
}

.bebas-15 {
	display: block;
	font-family: 'BebasNeueRegular','Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	text-transform: lowercase;
	text-shadow: 0px 1.3px 0.5px #fff;
	font-size: 15px;
	color: #600;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1.5;
}

.opensans60 {
	font: 60px/68px 'OpenSansCondensedLight', Arial, sans-serif;
	letter-spacing: 0;
	text-shadow: 0px 1.3px 0.5px #FFF;
}

.opensans18 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
}

.opensans18italic {
	font: 18px/27px 'OpenSansCondensedLightItalic', Arial, sans-serif;
}

.opensans18bold {
	font: 18px/27px 'OpenSansCondensedBold', Arial, sans-serif;
}

.opensans-16 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

.opensans14 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
}

.opensans18left {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
}

.opensans18italicblack {
	font: 18px/27px 'OpenSansCondensedLightItalic', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
}

.opensans24 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1;
	font-weight: normal;
	font-stretch: normal;
}

.opensans20 {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.5;
	font-weight: normal;
	font-stretch: normal;
}

.opensans20-center {
	font: 18px/27px 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 18px;
	text-align:center;
	color: #000;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.5;
	font-weight: normal;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #FFF;
}

.opensans20strong {
	font: 18px/27px 'OpenSansCondensedLightItalic', Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.5;
	font-weight:600;
	font-stretch: normal;
	text-shadow: 0px 1.3px 0.5px #FFF;
}

.lucida-10 {
	font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	text-shadow: 0px 1.3px 0.5px #ccc;
	font-size: 11px;
	color: #333;
}

.Museo-700 {
	font-family: Museo-700;
	font-weight: normal;
	font-style: normal;
}

.Museo-300 {
	font-family: Museo-300 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.MuseoSans-300-16 {
	font-family: MuseoSans-500;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

.MuseoSans-300-16-left {
	font-family: MuseoSans-500;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align:left;
}

.MuseoSans-300-12 {
	font-family: MuseoSans-500;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.MuseoSans-300-10 {
	font-family: MuseoSans-500;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.Museo-500 {
	font-family: Museo-500;
	font-weight: normal;
	font-style: normal;
}

.Museo-500-18 {
	font-size: 18px;
	font-family: Museo-500;
	font-weight: normal;
	font-style: normal;
}

.MuseoSans-500 {
	font-family: MuseoSans-500;
	font-weight: normal;
	font-style: normal;
}

.MuseoSans-500Italic {
	font-family: MuseoSans-500Italic;
	font-weight: normal;
	font-style: normal;
}

.MuseoSlab-500 {
	font-family: MuseoSlab-500;
	font-weight: normal;
	font-style: normal;
}

.MuseoSlab-500Italic {
	font-family: MuseoSlab-500Italic;
	font-weight: normal;
	font-style: normal;
}

.Novecentowide-Book { 
	font-family: Novecentowide-Book;
	font-weight: normal;
	font-style: normal;
}