/*-----------------------------------------------------------

TITLE : FRENCH ACADEMY - MIT

DESCRIPTION : Full Site Styles

-----------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:fff;
	margin: 0;
	padding: 0;
	}
	
.clear {
	font-size: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

a {
	color: #f42841;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a.footer {
	color: #fff;
	text-decoration: none;
}

a.footer:hover {
	color: #000;
}

/*---------------------------------- HEADING STYLES ---------------------------------------*/

.dates {
	border: 1px solid #000;
}

td.right {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

td.left {
	border-top: 1px solid #000;
}


td {
	font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
	padding: 3px;
}



li {
	font: normal 12px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
}

p {
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
/*	margin-top: 6px;
	margin-bottom: 10px;*/
}


b, strong {
	font-weight: bold;
}

h1 {
	font: bold 22px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #f42841;
	margin-bottom: 6px;
}

h2 {
	font: bold 18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #f42841;
}

h3 {
	font: bold 16px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #f42841;
}



/*---------------------------------- HEADER STYLES ---------------------------------------*/

#container {
	width: 930px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 930px;
	height: 267px;
	margin: 0 auto 0 auto;
}

#header_info_image {
	width: 261px;
	height: 267px;
	float: right;
}

#header_nav {
	width: 669px;
	height: 267px;
	float: left;
	background-image: url(/persistent/templateimages/header_left.jpg);
	background-repeat: no-repeat;
}

#contents {
	width: 900px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0 auto 0 auto;
	margin-bottom: 30px;
	font: normal 12px/18px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #000;
}

#footer {
	width: 920px;
	height: 60px;
	padding-top: 10px;
	background-color: #f42841;
	font: normal 10px/13px Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #fff;
	padding-left: 10px;
}

/*---------------------------------- NAV BAR  ---------------------------------------*/

#spacer{
	width: 669px;
	height: 208px;
	float: left;
}

#navbar {
	width: 669px;
	height: 24px;
}

#nav, #nav ul {
	list-style: none;
	display: block;
	width: 660px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#nav a {
	display: block;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 11px/24px Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#nav a span {
	padding-left: 5px;
	}

#nav a span.main {
	text-transform: uppercase;
	padding-left: 5px;
	}
	
html>body #nav a span { 
	/*line-height: 2.3; */ 
	display: block;
	}

span.normal {
	color: #fff;
	}

span.normal:hover {
	color: #000;
	}
	
span.selected {
	color: #000;
	padding: 0px;
	}

html>body #nav a span.main { 
	/*line-height: 2.3; */ 
	display: block;
	}

#nav a:hover span {
	color: #000;		
	text-decoration: none;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: capitalize;
	} 
	
li.index {
	padding-left: 0px;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #000; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* second-level lists */

#nav li ul {
	position: absolute;
	top: 40px;
	left: -999em;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	list-style: none;
	z-index: 0;
	}
	
ul#nav li ul li {
	width: 200px;
	margin: 0px;
	padding: 0px;
	color: #3d3e39;
	}
	
ul#nav li ul li a {
	float: left;
	width: 190px;
	font: normal 11px/25px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #bfc51d;
	padding-left: 10px;
	text-transform: none;
	border-top: 1px solid #fff;
	}
	
ul#nav li ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #d6ddc0;
	display: block;
	}

/* ----------- Nav drop down Menu End-------------- */



