/*

The English Language Centre

margin and padding order: top right bottom left 

*/

html, body
 {
 height: 100%;
 }

body, table
 { 
 font-family: verdana, arial, serif; 
 font-size: 10pt; 
 background: #FFFFCC;
 }

table
 {
 border-collapse: collapse;
 }

table th, td
 {
 padding: 5px;
 }

h1, h2, h3, h4, h5 
{
	color: #990000; 
}

h4
{
	font-size: 11pt;
}

/* links */

a
 { 
 color: blue; 
 text-decoration: none;
 }

a:hover
 { 
 color: red; 
 text-decoration: underline;
 }

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #DD0000;
}

/* DIV styles */
	
div#container {
	position: relative;
	margin: auto;
	width: 95%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

div#header {
	height: 90px;
/*	background: #17a;   */
	background-image: url("/images/header-2.jpg");
	color: white;
	margin: 0 1em 1px 1em; /* top right bottom left */
	padding: 1px 0 0 2px;
	background-repeat: repeat-x;
}

div#header img {
	margin: 1px 40px 0px 0px;
	float: left;
	height: 30px;
	display: none;
}

div#header h2 {
	color: #FFFFCC;
	font-size: 20pt;
	padding-top: 20px;
	padding-left: 20px;
	display: none;
}

div#telc {
	position: absolute;
	top: 65px;
	left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	height: 20px;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #990000;
}
		
div#navigation {
	position: absolute;
	top: 90px;
	left: 0;
	width: 180px;
/*	color: white;   */
	height: 100%;
 	background: #FFFFCC;
	padding-top: 30px;
}

div#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
/*	height: 100%; */
}
		
div#navigation ul a {
	color: #990000;
	font-weight: bold; 
	text-decoration: none;
	display: block;
/*	background: #FAFAC8;  */
/* 	background-image: url("/images/water_3.jpg"); */
	padding: 0 0.5em;
	margin: 0 1em 1px 1em;
}
		
div#navigation ul a:hover {

	background-color: #FFFFAA;
}
	
div#content {
	padding: 1px 15px 1em 20px;
	border-left: 180px solid #FFFFCC; /* #069; */
}


div#toprightcontent {
	padding: 20px 15px 20% 20px;
	float: right;
	width: 200px;
}

div#toprightcontent img {
	width: 200px;
}

div#footer {
	padding: 1px 15px 1em 20px;
	border-left: 180px solid #FFFFCC; /* #069; */
}

.navigationFinish {
}

#navigation .csubmenu {
	/* visibility: hidden; */
	/* display: none; */
}

#navigation .csubmenu a {
	background: #FFFFDD;
	margin-left: 35px;
}


