/* CSS Document */
html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; 
	padding: 0;
	font-size: 72.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF; 
	color: #000; 
	position: relative;
	
}


h1, h2, h3, h4, h5, h6, h7, p, form, blockquote { margin: 0; padding: 0; }
img { border:none; text-decoration: none;}
ul, li{ list-style:disc;}



/**** STRUCTURE ****/
div#containerHome{
	background: #fff url(../images/bg-home.gif) bottom no-repeat;
  width: 768px;
  height: 1228px;
  margin: 0 auto 12px auto;
}

div#containerAbout{
	background: #fff url(../images/bg-about.gif) bottom no-repeat;
  width: 768px;
  height: 1298px;
  margin: 0 auto 12px auto;
}

div#containerEvents{
	background: #fff url(../images/bg-events.gif) bottom no-repeat;
  width: 768px;
  height: 1298px;
  margin: 0 auto 12px auto;
}

div#containerPartners{
	background: #fff url(../images/bg-partners.gif) bottom no-repeat;
  width: 768px;
  height: 1298px;
  margin: 0 auto 12px auto;
}

div#containerServices{
	background: #fff url(../images/bg-services.gif) bottom no-repeat;
  width: 768px;
  height: 1298px;
  margin: 0 auto 12px auto;
}

div#containerContact{
	background: #fff url(../images/bg-contact.gif) bottom no-repeat;
  width: 768px;
  height: 1298px;
  margin: 0 auto 12px auto;
}

div#containerLibrary{
	background: #fff url(../images/bg-library.gif) bottom no-repeat;
  width: 768px;
  height: 1298px;
  margin: 0 auto 12px auto;
}

div#containerLibrary2{
	background: #fff url(../images/bg-library.gif) bottom no-repeat;
  width: 768px;
  height: 100%;
  margin: 0 auto 12px auto;
}

div#col1{
  width: 539px;
  margin: 0 22px 10px 0;
  float: left;
  display: inline;
}

div#col2{
  width: 207px;
  margin: 0;
   float: left;
  display: inline;
}
div#visa{
  width: 440px;
  height: 200px;
  margin-top: 50px;
   text-align: right;
}

.visaclass {
	margin-right: 50px;
}

/**** IMAGES ****/

div#logo {
	background: url(../images/logo.gif) no-repeat left top;
	width: 466px;
	height: 109px;
	margin-left: 148px;
	margin-bottom: 10px;
	margin-top: 25px;
}

div#quote {
	width: 206px;
	height: 180px;
	margin-top: 4px;
}

div#didyouknow {
	width: 539px;
	height: 146px;
	margin: 0 0 20px 0;
}

div#stayinformed {
	background: url(../images/header_stayinformed.gif) no-repeat left top;
	width: 118px;
	height: 23px;
	margin: 0 auto;
}

.bioimage {
	margin-top: 4px;
}


div#titleservices {
	background: url(../images/title-services.gif) no-repeat top left;
	width: 191px;
	height: 25px;
}
div#titlepreferred {
	background: url(../images/title-preferred.gif) no-repeat top left;
	width: 159px;
	height: 25px;
}
div#titleservicesentre {
	background: url(../images/title-services-entre.gif) no-repeat top left;
	width: 201px;
	height: 25px;
}
div#titleservicesestab {
	background: url(../images/title-services-estab.gif) no-repeat top left;
	width: 300px;
	height: 25px;
}
div#titleservicesad {
	background: url(../images/title-services-ad.gif) no-repeat top left;
	width: 338px;
	height: 25px;
}
div#titledenkendifference {
	background: url(../images/title-denken-difference.gif) no-repeat top left;
	width: 191px;
	height: 25px;
}
div#titlecontactus {
	background: url(../images/title-contact-us.gif) no-repeat top left;
	width: 191px;
	height: 25px;
}
div#titlethelibrary {
	background: url(../images/title-the-library.gif) no-repeat top left;
	width: 191px;
	height: 25px;
}
div#titleaboutus {
	background: url(../images/title-aboutus.gif) no-repeat top left;
	width: 191px;
	height: 25px;
}
div#titleevents {
	background: url(../images/title-events.gif) no-repeat top left;
	width: 191px;
	height: 25px;
}
/*** ACCESSIBILITY TAGS ***/

div#logo span {
	display:none;
}
div#quote span {
	display:none;
}
div#stayinformed span {
	display:none;
}
div#didyouknow span {
	display:none;
}
div#titlethelibrary span {
	display:none;
}
div#titleaboutus span {
	display:none;
}
div#titlecontactus span {
	display:none;
}
div#titledenkendifference span {
	display:none;
}
div#titleservices span {
	display:none;
}
div#titlepreferred span {
	display:none;
}
div#titleservicesestab span {
	display:none;
}
div#titleservicesentre span {
	display:none;
}
div#titleservicesad span {
	display:none;
}
div#titleevents span {
	display:none;
}

/**** LINK COLORS ****/
a:link,a:visited {
	color: #86A8E7; 
	text-decoration: none;
		}

a:hover, a:active {
	color: #000; 
	text-decoration: underline;
	background-color: #EBF2FF; 
	}


/**** TOP NAV ****/
div#navtest {
	width: 768px;
	height: 25px;
	margin: 0 auto;
	left: -30px;
}
div#nav {
	width: 730px;
	height: 20px;
	background: #000;
	margin: 0 auto;
	padding-right: 38px; /* this pushes over the Contact Us */
	padding-top: 5px;
}

.topnav {
	color: #fff;
	font-weight: bold;
	text-align: center;	
}	



a:link.topnavlink ,a:visited.topnavlink {
	color: #fff; 
	text-decoration: none;
	margin-left: 40px;

		}

a:hover.topnavlink, a:active.topnavlink {
	color: #ccc; 
	text-decoration: none;
	background-color: #000; 
	margin-left: 40px;
	}	

/**** TEXT FORMATTING ****/
	
p {
	line-height: 19px;
	font-size: 1.0em;
	margin-bottom: 15px;
}

.form {
	font-size: 1.1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#copyright{
  width: 768px;
  height: 30px;
  margin: 0 auto 40px auto;
  font-size: 0.8em;
  text-align: center;
}

.asterisk {
	font-size: 0.8em;
	margin-top: 100px;
}

h1 {
	margin-bottom: 10px;
	}

h2 {
	color: #333333;
	font-size: 1.1em;
	margin-top: 10px;
}
h3 {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.titlegrey {
	color: #333333;
	font-size: 1.1em;
}

.inthenewsbox {
	background:#cccccc; 
	padding:10px;
}