/* 
title: Encore Computer Education and Entertainment
xhtml/css author: Ananda K. Maharjan
date: May 2008
document: master stylesheet
*/

/* 
Colour References:
text: ##707e89;
heading: #4F5563;
sky blue: #88bcea;
dark blue: #215084;
bg: #AE989B;

*/

/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, font, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}body {	line-height: 1;	color: black;	background: white;} ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}

/******************
Overall Site Styles
******************/

/* General Styles */

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#041D24;
	line-height: 1.7em;
	text-align:center;
	background-color: #AE989B;
	background-image: url(images/innerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#mainmenu {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	position: relative;
		}
#name {
	position: absolute;
	top: 32px;
	right: 0px;
		}
		
.logo {
	margin: 0;
	padding: 0;
	float: left;
}



strong{font-weight:800;}
p{padding-bottom:1em;}

h1{
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#4F5563;
	padding-bottom:0.2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	}
#name h1 {
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #AE989B;
	text-transform: none;
}

h2{
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	
	text-transform: uppercase;
	}
h3{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	}
	

.clearer {clear: both;}

/* Links */
a:link{color:#FFDFE3;text-decoration:none;}
a:visited{color:#FFDFE3;text-decoration:none;}
a:hover{color:#fff;text-decoration:none;}
a:active{color:#fff;text-decoration:none;}

/* Menu navbar */

#Navbar {
	width: 950px;
	margin-top: 13px;
	line-height: 1.3em;
			}

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

#Navbar ul li {
	display: inline;
}

#Navbar ul li a {
	height: 18px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	display: inline-block;
	color: #AE989B;
	float: left;
	letter-spacing: 0.2em;
	font-weight: bold;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
}

#Navbar ul li a:hover {
	background-position: left bottom;
	color: #4F5563;
}

#Navbar ul li.activ a{
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #4F5563;
}

#dropmenudiv{
	position:absolute;
	width: 200px;
	z-index: 100;
	
	}

#dropmenudiv a{
	display: block;
	text-decoration: none;
	color:#707e89;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 11px;
	z-index: -5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 1px;
		}

#dropmenudiv a:hover{
	color:#215084;
	text-align: left;
	background-color: #fbfbfb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1ddcf;
	margin-bottom: 1px;
	}


/* contents*/
#wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	}
img {
border: none;
}
.intro {
	height: 302px;
	width: 270px;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}

#banner {
	height: 302px;
	width: 950px;
	overflow: hidden;
	}

#bannertwo {
	height: 146px;
	position: relative;
	width: 950px;
	overflow: hidden;
	}
#headings {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#headings h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -0.1em;
	}
	
#banner .intro p {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	color: #CED6C7;	
	}
.mainpic {
	float: right;
}

.more {
	float: right;
	display: block;
	font-size:12px;
	color:#D2CFA4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

.more a:link, .more a:visited {
	font-size:12px;
	color:#D2CFA4;
	text-decoration: none;
	}
.more a:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFDFE3;	
	}
.moretwo {
	float: right;
	display: block;
	font-size:12px;
	color:#FFDFE3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

.moretwo a:link, .moretwo a:visited {
	font-size:12px;
	color:#FFDFE3;
	text-decoration: none;
	}
.moretwo a:hover {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFDFE3;	
	}

#contentblock {
	width: 950px;
				}

#lcontents {
	width: 270px;
	float: left;
	padding-top: 10px;
			}
#lcontents img{
	margin-bottom: 10px;
			}
#lcontents p {
	padding-right: 20px;
		}
#midcontents {
	padding: 20px;
	padding-left: 29px;
	padding-right: 29px;
	display:block;
	width: 600px;
	float: right;
	background-color: #C3AAAE;
	background-image: url(images/lightlogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#page{
	font-size: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#4F5563;
	padding-bottom:0.2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	}
	
#midleft {
	float: left;
	width: 285px;
}

#midright {
	width: 265px;
	float: right;
}
#midright ul {
	list-style-type: none;
}
#midright ul li {
	padding-left: 25px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#midright ul li a {
	color: #2A3B63;
	text-decoration: underline;
}
#midright ul li a:hover {
	color: #FFF3DB;
	text-decoration: none;
}
#midcontents img {
	border: 4px solid #FFFFFF;
	margin-top: 8px;
	margin-bottom: 8px;
	}
.separator {
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Footer */
#footer {
	clear: both;
	background-color: #696967;
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	}
#insidefooter {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D2CFA4;
		}
#insidefooter p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2CFA4;
	}
#insidefooter a {
	color: #D2CFA4;
	text-decoration: none;
	}
#insidefooter a:hover {
	color: #E1C5C8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2CFA4;
		}
.leftfooter {
	float: left;
}
#footer .rightfooter {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .rightfooter a{
	color: #fff;
}
#footer .rightfooter a:hover{
	color: #000;
	dispaly: block;
	background-color: #D2CFA4;
}
.sep {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #E1C5C8;	
}


/* inner contents */
#lcontents ul {
	list-style-type: none;
}
#lcontents ul li {
	padding: 0;
	margin: 0;
	
}
#lcontents ul li a {
	padding-left: 30px;
	color: #fff;
	background-image: url(images/sidebarbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	padding-top: 8px;
	display: block;
}
#lcontents ul li a:hover {
	color: #FFF3DB;
	background-position: left bottom;

}	
