/* JUO CSS */
/* Hand-crafted by Simon J Clark */
/* Work started on 25th Feb 2009 */
/* Version 1 */
/* Compatible with Firefox, Safari and IE7 */

html {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	min-width: 970px;      /* 2x LC width + RC width */
}

h1 {
	display: none;
}

a {
	text-decoration: none;
}

.table {
	width: 100%;
	float: right;
	margin: 10px 0;
}

.row {
	float: left;
}

.data {
	width: 100%;
	height: 24px;
	float: left;
}

.clear {
	clear: both;
}

#home,
#all {
	width: 100%;
	height: 100%;
	background: #e40d62;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
}

#all {
	background: #fff;
}

img {
	border: 0;
}

#image-wrapper,
#image-wrapperh {
	width: 100%;
	float: left;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	overflow: hidden;
}

#image-wrapperh {
	height: 100%;
}

#left-hand-image {
	width: 455px;
	height: auto;
	background: #fff;
	float: left;
	position: relative;
	z-index: 2;
}

#juo-banner {
	width: 100%;
	height: 138px;
	float: left;
	background: #e40d62;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 0;
	margin: 0 auto;
	overflow: hidden;
}

.page-title {
	font-size: 1.4em;
	color: #fff;
	padding: 100px 20px 0 0;
	position: relative;
	z-index: 1;
	float: right;
	font-weight:100;
}

#nav-bg {
	width: 150px;
	height: 180px;
	float: left;
	position: absolute;
	top:158px;
	left:20px;
	z-index: 1;
	padding: 0;
	margin: 0;
	background: url(/images/nav-box.png) top left no-repeat;
}

#navigation-box {
	width: 150px;
	height: 180px;
	float: left;
	position: absolute;
	top:158px;
	left:20px;
	z-index: 2;
	padding: 0;
	margin: 0;
}

#navigation-box ul.nav {
	margin: 12px 0 0 0;
	float: left;
	padding: 0;
}

#navigation-box ul.nav li {
	list-style: none;
	margin: 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 16px;
}
#navigation-box ul.nav li a {
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}
#navigation-box ul.nav .active, #navigation-box ul.nav li a:hover {
	color: #e40d62;
}

#central-image {
	width: 513px;
	height: 358px;
	float: left;
	background: #E40D61 url(/images/01-Home2.jpg);
	position: absolute;
	top:170px;
	left:460px;
	z-index: 0;
}

.pink-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #e40d62;
}

.i {
	padding: 0;
}

.i2 {
	padding: 0 0 0 20px;
}

.i3 {
	margin: 20px 0 0 0;
	text-align: center;
}


/*NEW FLUID COLUMN LAYOUT - About Us Page*/

#container {
	position: relative;
	top: 158px;
	margin: 0 20px;
	padding-left: 250px;   /* LC width */
	padding-right: 250px;  /* RC width */
}
#container .column {
	position: relative;
	float: left;
}
#center-fluid {
	width: 100%;
	text-align: center;
}
#left-fixed {
	width: 250px;          /* LC width */
	right: 250px;          /* LC width */
	margin-left: -100%;
	padding: 200px 0 0 10px;
}
#left-fixed p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 14px 0 14px 0;
	padding: 0 20px 0 0;
	line-height: 1.3em;
}
#right-fixed {
	width: 250px;          /* RC width */
	margin-right: -250px;  /* RC width */
	padding: 20px 0 0 0;
}
#right-fixed p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 14px 0 14px 0;
	padding: 0 0 0 20px;
	line-height: 1.3em;
}
/*** IE6 Fix ***/
* html #left-fixed {
	left: 250px;           /* RC width */
}

.pink {
	color: #e40d62;
}

/*NEW FLUID COLUMN LAYOUT - Gallery Pages*/

#container-gallery {
	position: relative;
	top: 158px;
	margin: 10px 0 0 0;
	padding-left: 430px;   /* LC width */
	padding-right: 20px;    /* RC width */
}
#center-fluid-gallery {
	width: 100%;
	margin: 0;
	padding: 0;
}
#left-fixed-gallery {
	width: 430px;          /* LC width */
	right: 430px;          /* LC width */
	margin-left: -100%;
	padding: 0;
}
#right-fixed-gallery {
	width: 20px;          /* RC width */
	margin-right: -20px;  /* RC width */
	padding: 20px 0 0 0;
}
#right-fixed-gallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 14px 0 14px 0;
	padding: 0 0 0 20px;
	line-height: 1.2em;
}
/*** IE6 Fix ***/
* html #left-fixed-gallery {
	left: 20px;           /* RC width */
}

/*NEW FLUID COLUMN LAYOUT - Information/Commissions/Contact Pages*/

#container-other {
	position: relative;
	top: 158px;
	margin: 10px 0 0 0;
	padding-left: 500px;   /* LC width */
	padding-right: 20px;    /* RC width */
}
#center-fluid-other {
	width: 100%;
	margin: 0;
	padding: 0;
}
#left-fixed-other {
	width: 500px;          /* LC width */
	right: 500px;          /* LC width */
	margin-left: -100%;
	padding: 0;
}
#right-fixed-other {
	width: 20px;          /* RC width */
	margin-right: -20px;  /* RC width */
	padding: 20px 0 0 0;
}
#right-fixed-other p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 14px 0 14px 0;
	padding: 0 0 0 20px;
	line-height: 1.2em;
}
/*** IE6 Fix ***/
* html #left-fixed-other {
	left: 20px;           /* RC width */
}


#wrapper {
	height: auto;
	position: relative;
	top: 170px;
	z-index: 0;
	margin: 0 20px;
	padding: 0 0 40px 0;
}

#left {
	max-width: 280px;
	float:left;	
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 180px 0 40px 0;
}

#left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 14px 0 14px 0;
	padding: 0 20px 0 0;
	line-height: 1.2em;
}

#middle {
	width: 50%;
	max-width: 280px;
	float:left;	
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0;
	text-align: center;
	background: #ccc;
	height: 500px;
}

#right {
	width: 25%;
	max-width: 280px;
	float:right;	
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0;
}

#right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 14px 0 14px 0;
	padding: 0 0 0 20px;
	line-height: 1.2em;
}

#right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	color: #999;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.2em;
}

#left2 {
	width: 425px;
	float:left;	
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 180px 0 0 0;
}

#middle2 {
	width: 19%;
	height: 0;
	float:left;	
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0;
	/*background: #ccc;*/
}

#right2 {
	min-width: 550px;
	width: 56%;
	float:right;	
	padding: 0 0 40px 0;
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0;
}

.box-nav {
	width: 540px;
	float:right;	
	position: relative;
	top: 0;
	z-index: 2;
	margin: 0 0 2px 0;
}

.box-nav-box {
	width: 60px;
	height: 60px;
	float:right;	
	margin: 0 0 0 7px;
}

.box-nav-box-active {
	width: 60px;
	height: 3px;
	float:right;	
	margin: 0 0 0 7px;
}

.box-nav-box-active .active,
.box-nav-box-active .inactive {
	width: 60px;
	height: 3px;
	float:right;	
	margin: 0;
	background: #E40D61;
}

.box-nav-box-active .inactive {
	background: #fff;
}


.text-box,
.text-box-info {
	width: 95%;
	float:right;	
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
}

.text-box-info {
	margin: 20px 0;
	padding: 0 10px 0 10px;
}

.text-box-info ul {
	margin: 0;
	padding: 0;
}

.text-box-info ul li {
	margin: 0;
	padding: 0 0 6px 0;
	list-style: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
}

.text-box p,
.text-box-info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D6E71;
	margin: 0 0 14px 0;
	padding: 0;
	line-height: 1.3em;
}

.text-box h2,
.text-box-info h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: 100;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.2em;
}

.text-box h3,
.text-box-info h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	line-height: 1.2em;
	border-bottom: 1px dotted #E40D61;
}


.text-box p a:link,
.text-box p a:hover,
.text-box p a:active,
.text-box p a:visited,
.text-box-info p a:link,
.text-box-info p a:hover,
.text-box-info p a:active,
.text-box-info p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E40D61;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

.text-box p a:hover,
.text-box p a:active,
.text-box-info p a:hover,
.text-box-info p a:active {
	color: #6D6E71;
}

a.largelink,
a.largelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E40D61;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	border-bottom: 1px solid #E40D61;
}

a.largelink:hover,
a.largelink:active {
	color: #6D6E71;
	border-bottom: 1px solid #6D6E71;
}


#info {
	width: 275px;
	height: 389px;
	float: left;
	background: #fff;
	position: absolute;
	top:158px;
	left:170px;
	z-index: 1;
}

#gallery1 {
	width: 275px;
	height: 500px;
	float: left;
	background: #fff;
	position: absolute;
	top:158px;
	left:170px;
	z-index: 1;
}

a.glacier {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/glacier-link-hover.jpg) top left no-repeat;
}

a.glacier:hover,
a.glacier:active {
	background: url(/images/glacier-link-image.jpg) top left no-repeat;
}

a.aqua {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/aqua-link-hover.jpg) top left no-repeat;
}

a.aqua:hover,
a.aqua:active {
	background: url(/images/aqua-link-image.jpg) top left no-repeat;
}

a.coast {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/coast-link-hover.jpg) top left no-repeat;
}

a.coast:hover,
a.coast:active {
	background: url(/images/coast-link-image.jpg) top left no-repeat;
}

a.horizon {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/horizon-link-hover.jpg) top left no-repeat;
}

a.horizon:hover,
a.horizon:active {
	background: url(/images/horizon-link-image.jpg) top left no-repeat;
}

a.contours {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/contours-link-hover.jpg) top left no-repeat;
}

a.contours:hover,
a.contours:active {
	background: url(/images/contours-link-image.jpg) top left no-repeat;
}

a.migration {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/migration-link-hover.jpg) top left no-repeat;
}

a.migration:hover,
a.migration:active {
	background: url(/images/migration-link-image.jpg) top left no-repeat;
}

a.drift {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/drift-link-hover.jpg) top left no-repeat;
}

a.drift:hover,
a.drift:active {
	background: url(/images/drift-link-image.jpg) top left no-repeat;
}

a.sparks {
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(/images/sparks-link-hover.jpg) top left no-repeat;
}

a.sparks:hover,
a.sparks:active {
	background: url(/images/sparks-link-image.jpg) top left no-repeat;
}

#footer {
	width: 100%;
	height: 22px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:100;
	background: #eee;
	filter:alpha(opacity=50);
	opacity:0.5;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000;
	margin: 0;
	padding:3px 0 0 0;
	line-height: 1.2em;
	text-align: center;
}



