/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

body {
    text-align:center;
	font: 8pt/16pt georgia;
	color: #555753;
}

body.main
{
	 background: #000000;
}
body.framed {
     margin-top:7px;
     margin-bottom:7px;
     margin-right:7px;
     margin-left:7px;
     background: transparent;
     text-align: left;
}

body.info {
     margin-top:7px;
     margin-bottom:7px;
     margin-right:7px;
     margin-left:7px;
     background: url(infobg.gif);
     text-align: left;
}


p {
	font: 8pt/16pt georgia;
	margin-top: 0px;
	text-align: justify;
	}

h3 {
	font: bold 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #7D775C;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #806D49;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #806D49;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #806D49;
	}



iframe {
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}


/* specific divs */

#container {
    width: 780px;
    height: 680px;
	margin-left: auto;
	margin-right:auto;
    background: transparent url(traveller.gif) no-repeat;
}

/* Header */

#pageHeader
{
    filter:alpha(Opacity=40);
    top: 43px;
	margin-bottom: 20px;
	height: 100px;
	position: relative;
}

/* Content Frame */

#outer
{
	margin-left: auto;
	margin-right:auto;

}

#outerFrame
{
	margin-left: auto;
	margin-right:auto;
    filter:alpha(Opacity=50);
	padding: 3px 3px 3px 3px;
	border: solid 3px #7D775C;
	background: #EDE9DC;
	width: 450px;
}

#supportingText
{
	border: solid 1px #7D775C;
	width: 449px;
	height: 399px;
	position: relative;
}


/* Seminar Links */

#linkList
{
	padding-left: 10px;
	padding-right: 20px;
    float: left;
	width: 150px;
	position: relative;
	top: -470px;
}

#linkList td {
	font: 7.5pt/12pt georgia;
}


/* Navigation Links */

#linkList2
{
	padding: 10px;
	width: 150px;
	text-align:left;
	line-height: 3.5ex;
	float: right;
	margin-top: 100px;
	margin-right: 6px;
	position: relative;
	top: -430px;

}

#linkList2 li {
	list-style-type: none;
}


/* Footer */

#footer
{
	margin-left: auto;
	margin-right:auto;
	width: 80%;
 	margin-top: 20px;
}

#footer li {
	line-height: 2.5ex;
	list-style-type: none;
	display: inline;
	padding: 8px;
	padding-top: 5px;
}

/* Contact info box */

div.contactinfo 
{
	border: 1px solid #947B53;
}	

div.quote
{
	padding: 7px;
	border: 1px dashed #947B53
}
