﻿/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* Basic body information */

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 100%; /* Set to 100% so IE plays nicely with EMs and where 100% is : 1em, 16px or 12pt */;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	background-color:#22225b;
	padding:0;
	margin:0;
}

html {	padding:0;
		margin:0;
}


/* Layout and text controls for page */

#wrapper {
	width: 100%;
	margin:0;
	height: auto;
	text-align: left;
}

/* Start content area */

#header {
	position: fixed;
	left: 150px;
	top:0;
	margin: 0;
	padding: 0;
	height: 103px;
	width:560px;
	background-image: url('../images/flash/header.png');
	background-repeat: no-repeat;
}

#container {
	padding: 0;
	margin: 100px 0 0 150px;
	background-attachment: scroll;
	background-color: #ffffff; 
	height: 1%;
	width: 560px;
}

/* Images in content */
.imgl {
	float: left;
	margin: 0.625em 1.25em 0.625em 0;
}

.imgr{
	float: right;
	margin: 0.625em 0 0.625em 1.25em;
}

.imgc{
	text-align: center;
	padding: 0.625em 0 0.625em 0;
}
/* End images in content */

/* Start text controls for content */

#center {
	height: auto;
	width: 520px;
	padding: 5px 20px 5px 20px;
	position: relative;
	background-color: #ffffff;
	background-image:url('../images/shadow.png');
	background-position:top left;
	background-repeat: repeat-y;
}

#center h1 {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

#center h2 {
	text-align: left;
	margin-top: 25px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

#center h3 {
	text-align: left;
	margin-top: 25px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

#center p {
	padding:0 0 0.5em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

.contquote {
	float: right;
	width: 30%;
	font-size: 0.85em;
	text-align: left;
	line-height: 1.9em;
	border-left: 0.0625em solid #a54626;
	padding: 0.625em;
	margin: 0.625em 0 0.625em 1.25em;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.slogan {
	font-size: 1.1em;
	color: #22225b;
	text-align: center;
	line-height: 2.0em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	margin:0 0 5px 0;
}

/****************************************************** FOOTER */

#footwrap {
	clear:both;
	height:160px;
	width: 560px;
	padding:0;
	margin:0;
}

#footer {
	height: auto;
	width: 560px;
	margin: 15px 0 10px 0;
	text-align: left;
	color: #000000;
}

.fcol1 {
	float:left;
	width:150px;
}

.fcol2 {
	float:right;
	width:320px;
	padding: 0 40px 0 20px;
}

#footer h4 {
	font-size: 0.85em;
	line-height: 0.8em;
	color:#000000;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	color: #000000;
	font-size:0.85em;
	line-height:1.5em;
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color: #bf4904;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color: #1f517d;
	border-bottom: 2px dotted #fff;
	text-decoration: none;
}

#footer hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px;
	border-color: #000000;
	border-bottom-style: solid;
}

.css {
	background-image: url('../images/common/css-xhtml_blue.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 90px;
	margin-bottom:5px;
}

#footer .tiny {
	font-size: 0.7em;
	line-height:1.3em;
	text-align: left;
	color: #000;
}

/* End all content */

/* Left column */

#lwrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	background-color: #22225b;
}

#l1 {
	position: absolute;
	top: 0;
	left: 0;
	width:150px;
	height:100px;
	background-image: url('../images/flash/l1.jpg');
	background-repeat: no-repeat;
}

#l2 {
	position: absolute;
	top: 100px;
	left: 0;
	width:150px;
	height:321px;
	background-image: url('../images/flash/l2.jpg');
	background-repeat: no-repeat;
}

#l3 {
	position: absolute;
	top: 421px;
	left: 0;
	width: 150px;
	height: 347px;
	background-color: #22225b;
	background-repeat: no-repeat;
	overflow: hidden;
}

/* End left column */

/* Right column */

#rwrap {
	position: fixed;
	top: 0;
	left: 710px;
	width: 314px;
	height: 100%;
	background-color: #22225b; /* Specific to layout */
}

#r1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 314px;
	height: 100px;
	background-image: url('../images/flash/r1.jpg');
	background-repeat: no-repeat;
}

#r2 {
	position: absolute;
	top: 100px;
	left:0;
	width: 314px;
	height: 321px;
	background-image: url('../images/flash/r2.jpg');
	background-repeat: no-repeat;
}

#r3 {
	position: absolute;
	top: 421px;
	left:0;
	width: 314px;
	height: 214px;
	background-image: url('../images/flash/r3.jpg');
	background-repeat: no-repeat;
}

#r4 {
	position: absolute;
	top: 635px;
	left:0;
	width: 314px;
	height: 133px;
	background-image: url('../images/flash/r4.jpg');
	background-repeat: no-repeat;
}

/* Image controls in right column */

#imgwrap {
	position:fixed;
	top: 150px;
	left:730px;
	width:176px;
	height:216px;
	overflow:hidden;
	z-index:35;
}

.rimg {
	float: left;
	width: 80px;
	height: auto;
	margin: 4px 4px 4px 4px;
}

/* End image controls */

#rquote {
	position: absolute;
	top: 450px;
	left: 5px;
	width: 160px;
	z-index: 50;
	border-left: 0.0625em;
	border-left-style: ridge;
	border-color: #7e1003;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 0.7em;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.9em;
	color: #000000;
	padding: 0 0 0 10px;
}

/* End right column */


/* Start for screens >1280px wide - will not be visible in monitors less than this */
#wide {
	position: fixed;
	top:0;
	left:1024px;
	height: 768px;
	width:576px;
	background-color:#22225b;
	background-repeat:no-repeat;
	overflow:hidden;
}

#w1 {
	position:absolute;
	top:0;
	left:0;
	width:576px;
	height:100px;
	background-color:#22225b;
	background-repeat:no-repeat;
}
#w2 {
	position:absolute;
	top:100px;
	left:0;
	width:576px;
	height:321px;
	background-image:url('../images/flash/w2.jpg');
	background-repeat:no-repeat;
}

#w3 {
	position:absolute;
	top:576px;
	left:0;
	width:256px;
	height:214px;
	background-color:#22225b;
	background-repeat:no-repeat;
}

#w4 {
	position:absolute;
	top:635px;
	left:0;
	width:576px;
	height:133px;
	background-color:#22225b;
	background-repeat:no-repeat;
}

/* end wide screen */


/* Special control for menu */

#menu{
	position: fixed;
	top: 295px;
	left: 20px;
	width: 120px;
	height: 200px;
	z-index: 60;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; /* determines font used in menu */;
	font-size: 0.85em;
	letter-spacing: 0.02em;
}



/* Menu used is ADxMenu - excellent stuff */


/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 120px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image:url('empty.gif');	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #fff;
	background: #22225b;
}

.menu {
	width: 120px;
}

.menu ul {
	width: 120px;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: 2px 2px 2px 4px;
	display: block;
}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
}

.menu li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/


/* Switcher */

#switcher{
	margin:0;
	width: 510px;
	padding: 0;
	position:relative;
	top: 0px;
	left: 0px;
}

#switcher li{
	float: left;
	width: 160px;
	list-style: none;
	text-decoration: none;
	padding: .2em 0.5em;
	white-space: nowrap;
	text-decoration:none;
	display:block;
}

#switcher li img{
	border: none;
	padding:0;
	margin:0 20px 0 0;
}

#switcher li a{
	width: 160px;
	height: 15px;
	display: block;
	float: left;
	padding: .2em 0.5em;
	white-space: nowrap;
	border-bottom: none;
	text-decoration:none;
}

#switcher li a:hover{
	border-bottom: none;
}

#switcher li a.on{
	border: 1px solid #cccccc;
}

/* End switcher */

/* Global classes */

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html>body .clear {
	display: inline-table; 
	width: 100%;
}

* html .clear {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* End global classes */

/* Headings */
 
h6, h5, h4, h3, h2, h1 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 2em;
	margin-bottom: 0.8em;
} /* 18pt */

h2 {
	font-size: 1.25em;
	margin-bottom: 0.75em;
} /* 15pt */

h3 {
	font-size: 1.0em;
	line-height: 2.2em;
	margin-bottom: 1em;
} /* 12pt */

h4 {
	font-size: 0.8125em;
	line-height: 1.80;
	margin-bottom: 1.25em;
} /* 10pt */

h5 {
	font-size: 0.6875em;
	line-height: 1.60em;
} /* 8pt */

h6 {
	font-size: 0.5625em;
} /* 7pt */

p {
	padding:0 0 0.9em 0;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}

/* SLIMBOX */

#gallery {
	height: auto;
	width: 350px;
	text-align:center;
	margin: 0 auto;
	padding: 5px;
	background-color: #ffffff;
}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/slimbox/prevlabel.gif') no-repeat 0
15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
		
			
/* Keyboard navigation aids - DO NOT RESTYLE */

#skip {
	position:absolute;
	width:100%;
	left:-19000px;
	top:-100px; /* ensures content top is visible! */
	overflow:hidden;
}
.skip {
	height:0;
	width:0;
	left:-19000px;
	overflow:hidden;
	position:absolute;
}

/* End keyboard navigation aids */

/* Londescription tag controls - DO NOT restyle */

dl#footnotes {
	position : absolute;
	left : -1900px;
	width : 100%;
	overflow:hidden;
	visibility:hidden;
}

/* End longdescription tag controls */

/* Sitemap */

.sitemap 	{
	padding: 0; margin: 50px 0 0 70px;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow: visible;
}
		
.sitemap ul {		
	display: block;
	list-style: none;
	margin: -11px 0; padding: 0;
	border: 0;
}
		
.sitemap ul li 	{
	position: relative; top: 0px; left: -11px;
	margin: 10px 0 5px 0; padding: 0; 
	border: 0;
}
			
.sitemap a, .sitemap a:visited {
	width: 400px; height: 22px;
	display: block; 
	margin: 0 0 0 3px; padding: 1px;
	font-weight: bold; font-size: 85%; line-height: 1.5em; 
	text-indent: 0.5em; text-align: left; text-decoration: none;
}

.sitemap ul ul {
	padding: 10px 0 18px 0;
	background: none;
}


.sitemap ul li li	{
	position: relative; top: 0px; left: 0px;
	margin: 10px 0 5px 1px; padding: 0 0 0 25px;
}
			
.sitemap ul li .level3 { 
	left: 10px;
	margin: 10px 0 0 1px;
}

.sitemap ul ul a, .sitemap ul ul a:visited 	{
	width: 15.9em;
	height: 1.3em;
	margin: 0;
	font-size: 85%; line-height: 1.3em; font-weight: normal; text-indent: 0.4em; 
}

.sitemap ul ul ul {margin: 0 0 5px 12px; }

.sitemap ul li li li	{
	position: relative; top: 2px; left: 0px;
	margin: 2px 0 5px 0; padding: 1px 0 1px 20px; 
}
	
.sitemap ul ul ul a, .sitemap ul ul ul a:visited 	{
	width: 14.9em;
	padding: 1px;
	font-size: 100%;
}

/* Global Settings >>> colors, borders and images  */
.sitemap 	{ }
.sitemap ul li li	{color: #000; }	
.sitemap ul li li li	{color: #000; }	
.sitemap ul ul ul { border-left: 2px solid #bf4904; }
.sitemap ul li .level3 { top: 0px; left: 0px; }
.sitemap a, .sitemap a:visited	{
	color: #fff; 
	border: 1px solid #000; 
	background: #22225b; 
}
				
.sitemap a:active, .sitemap a:hover, .sitemap a:focus,  a:focus .sffocus {
	color: #fff;
	border: 1px solid #000;
	background: #bf4904;
}
			
.sitemap ul ul a, .sitemap ul ul a:visited 	{
	color: #000;
	border: 1px solid #7a8599;
	background: #b6b7cc;
}			
.sitemap ul ul a:active, .sitemap ul ul a:hover, .sitemap ul ul a:focus	{
	color: #fff;
	border: 1px solid #000;
	background: #759096;
}
