/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

ul.glossymenu{
	background: #eef;
	list-style-type: none;
	margin: 0px 0px;
	padding: 0;
	width: 125px;
	border-bottom-width: 0;
	float: left;
}

ul.glossymenu ul{
	width:125px;
	margin-right:5px;
    padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
	background: #eef;
}

.glossymenu li a {
	font: bold 12px Verdana, Arial, sans-serif;
	color: navy;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border: 1px #b8b8b8 solid;
}

#leftcol {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0;
	width: 125px;
	border-bottom-width: 0;
	float: left;
}

#langmenu {
	font: bold 12px Verdana, Arial, sans-serif;
	position: relative;
	padding: 5px 12px;
	float:left;
}

ul.glossymenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
}

ul.glossymenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 125px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.glossymenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #ffe;      /* gives the active menu items a yellow background */
  color: #000;                 /* makes the active menu item text black */ 
}

ul.glossymenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}

ul.glossymenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}

h1 {
     font-size:18px;
     font-style: bold;
}

h2 { 
     font-size: 14px;
     font-style: bold;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 115px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: navy;
}

.glossymenu li a:hover{
	background: #ccf;
}
	
#coretext {
	font: 12px Verdana, Arial, sans-serif;
	color: #505050;
	line-height: 130%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 10px;
	padding-top: 5px;
	text-align: justify;
	width: 390px;
	float: left;
	margin-bottom: 10px;
	border: 1px #b8b8b8 solid;
}

.title {
	background: #fff url('data/Logo01.png') no-repeat bottom center;
	height: 72px;
	padding: 10px;
	margin-bottom: 5px;
}

.curlycontainer{
	background: #ffffe0;
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 	150px;
	float: right;
	position: relative;
}

.curlycontainer .innerdiv{
	background: transparent url(data/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 4px 10px 10px 5px;
	font: 12px Verdana, Arial, sans-serif;
	color: #505050;
}

.myfooter {
	clear: both;
	background: white;
	padding: 0px;
	text-align: center;	
	font: 12px Verdana, Arial, sans-serif;
	border: 1px #b8b8b8 solid;
	width: 720px;
}

.myfooter ul {
	margin:0;
	padding:0px 0 0 0;
}

.myfooter ul li {
	font: 11px Verdana, Arial, sans-serif;
	display:inline;
	padding:0 25px;
	}
	
table {
	border-collapse:collapse;
	}

table tr td {
	border:1px #b8b8b8 solid;
	padding: 5px;
	margin: 0
	}

.CVList {
	text-align:center;
	}
	
.CVList tr td {
	border:0px;
}

body {
	text-align: center;
	background: #eef;
	padding: 0px;
	margin: 0px;
}

#center {
	font: 14px Verdana, Arial, sans-serif;
	color: #505050;
	line-height: 130%;
	padding-left: 10px;
	padding-right: 0px;
}

#rightnotes {
	margin: auto;
	float: right;
	width: 160px;
}
	
#content
{
	text-align: left;
	width: 720px;
	margin: 0 auto;
	background: white;
	padding: 0px 10px 10px 10px;
}

.caption
{
	font: 10px Verdana, Arial, sans-serif;
}

label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 5px;
}

#submit {
	margin-left: 97px;
	width: auto;
	float: none;
}

textarea {
	width: 255px;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

form {
	border: 1px #b8b8b8 solid;
	padding: 10px;
	margin-bottom: 5px;
	}