/*********** Global modifications ***********/
body {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: auto;
	overflow-y: scroll;
}

h1 {
	font-family: Arial;
	font-weight: 200;
	font-size: 22px;
	color: #FF9900;
}

h2 {
	font-family: Arial;
	font-weight: 200;
	font-size: 18px;
	color: #FF9900;
}

p {
	font-family: Arial;
	font-size: 11px;
	color: #69655C;
	margin: 0px;
	text-align:justify;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
/********************************************/

/* Formatting for top logo and information **/
#top_information {
	position:absolute;
	font-family: Arial;
	font-size: 9px;
	color: #69655C;
	right: 0px;;
}

#top_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
}

#top_logo img {
	border: none;
}

#top_menu {
	position: relative;
	top: 30px;
	left: 260px;
	width: 600px;
}

#languages {
	position: absolute;
	top: 86px;
	left: 890px;
}

#qualmark_logo {
	position: relative;
	top: 40px;
	float: right;
} 

#qualmark_logo_home {
	position: relative;
	top: 300px;
	float: right;
} 
/********************************************/

/** Formatting for sections of the webpage **/
#top_body {
	position: relative;
	height: 48px;
	top: 10px;
	bottom: 10px;
}

#picture_body {
	position: relative;
	top: 30px;
	height: 160px;
}

#left_menu {
	position: absolute;
	top: 300px;
}

#main_body {
	position: relative;
	width: 720px;
	top: 26px;
	left: 240px;
}

#ws_body {
	position: relative;
	width: 560px;
	top: 26px;
	left: 240px;
}

#home_body {
	position: relative;
	top: 150px;
}

#thumbnail_body {
	position: relative;
	width: 720px;
	top: 20px;
	left: 192px;
}

#instructor_photo {
	position: relative;
	top: 40px;
	float: right;
	height: 120px;
	width: 120px;
}

#end_body {
	position: relative;
	top: 110px;
}
/********************************************/

/********* Formatting top bar links *********/
.navbar li {
	display: inline;
	position: relative;
	font-family: Arial;
	font-size: 11px;
	padding: 6px;
}

#active {
	color: #FF9900;
}

.navbar li a:link {
	text-decoration: none;
	color: #69655C;
}

.navbar li a:visited {
	text-decoration: none;
	color: #69655C;
}

.navbar li a:hover {
	text-decoration: none;
	color: #FF9900;
}
/***********************************************/

/***** Formatting for left menu bar links ******/
.leftbar li {
	position: relative;
	font-family: Arial;
	font-size: 11px;
	padding: 1px;
	list-style-type: none;
}

.leftbar li a:link {
	text-decoration: none;
	color: #69655C;
}

.leftbar li a:visited {
	text-decoration: none;
	color: #69655C;
}

.leftbar li a:hover {
	text-decoration: none;
	color: #FF9900;
}
/***********************************************/

/***** Formatting for lists in paragraphs ******/
.paralink li {
	position: relative;
	font-family: Arial;
	font-size: 11px;
	color: #FF9900;
	padding: 4x;
	list-style-type: none;
}
/***********************************************/

/*** Formatting for slideshow and thumbnails ***/
.thumbnails li {
	list-style:none;
	float: left;
	margin: 10px;
}

.thumbnails a img {
	border: 1px solid #69655C;
}

.thumbnails a:hover img {
	border: 1px solid #FF9900;
}

img.tbimgsize {
	width: 120px;
	height: 90px;
}

img.qualmarksize {
	width: 68px; 
	height: 80px;
}

img.flagsize {
	width: 24px; 
	height: 12px;
	border: none;
}

.slides {
	overflow: scroll;
	width: 960px;
	height: 160px;
}

.slides li {
	list-style: none;
}

.slides_big{
	overflow: scroll;
	width: 960px;
	height: 360px;
}

.slides_big li {
	list-style: none;
}
/***********************************************/

/****** Formatting for attractions links *******/
.attrlinks li {
	position: relative;
	font-family: Arial;
	font-size: 11px;
	padding: 1px;
	list-style-type: none;
}

.attrlinks li a:link {
	text-decoration: none;
	color: #FF9900;
}

.attrlinks li a:visited {
	text-decoration: none;
	color: #FF9900;
}

.attrlinks li a:hover {
	text-decoration: none;
	color: #69655C;
}
/***********************************************/

/** Code borrowed for using thumbnail popups ***/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/***********************************************/
