@charset "UTF-8";
/* CSS Document */

/**********************************************************************
************************** INIT ***************************************
**********************************************************************/

html, body {
	margin:0;
	padding:0
}
body {
	text-align:center;
	background:url(graphics/background.jpg) repeat-x;
	font-family: "Trebuchet MS",Verdana,"Century Gothic","Arial Narrow",Arial,sans-serif;
	font-size: 10pt;
}

p {
	margin:0 10px 10px
}
a {
	display:block;
	color:#000099;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#container {
	width:900px;
	margin:0 auto;
	text-align:left;
	
	}
	
strong {
	color:#000000;
}


/**********************************************************************
************************** HEADER ***************************************
**********************************************************************/

#header{
	height:207px;
	background:url(graphics/header.jpg) no-repeat;
	padding:0;
	margin:0;
}

#header h1 {
	display:none;
}

#headerNAV{
	width:270px;
	float:right;
}

.headerANIM{
	padding:0;
	margin:0;
	float:left;
}
#francaisBTN{
	padding:20px 0 0 120px;
	width:166px;
	mion-height:41px;
}

#scheduleBTN{
	padding-top: 30px;
	width:289px;
	height:94px;
}


/**********************************************************************
************************** CONTENT ***************************************
**********************************************************************/
#wrapper {
	width:900px;
	min-height:800px;
	background:url(graphics/sidebar_ground.jpg);
}

#pageIMAGE {
	margin:25px 0 30px 0;
}

#content {
	float:left;
	width:477px;
	min-height:800px;
	border:#969696 thin solid;
	padding: 30px;
	margin:0 0 60px 0;
	color:#000;
	background-repeat: repeat-x;
	background-color: #FFF;
	background-image: url(graphics/content_ground.jpg);
	font-weight: bold;
}

#content h2{
	padding:5px;
	margin:0;
	font-size:16px;
	letter-spacing:0.1em;
	color:#000;
	font-weight:bolder;
	border: thin none #ff0000;
	background-image: none;
	background-repeat: repeat-x;
	
}

#content h3{
	color:#FFF;
	background-color: #4D4F53;
	font-size: 14pt;
	background-image: url(graphics/heading_ground.jpg);
	margin-bottom:15px;
	margin-top:0px;
	padding: 5px;

}

#content p {
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 25px;
}

#content ul{
	color:#000;
	list-style-image: url(graphics/arrow_red.png);
	list-style-type: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-style:normal;
	color:#000;
	border-color:#999;

}

#content li {
	margin-bottom:10px;
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align:justify;
}

#content a{
	display:inline;
	color: #06F;
	text-decoration: underline;
}

#content address {
	border:#666666 solid 1px;
	background:#EEE;
	padding:10px;
	margin:0 40px;
	list-style:none;
	font-style:normal;
	color:#666;
}
.facility{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom:30px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	padding-top:10px;

}




/**********************************************************************
************************** SIDEBAR ***************************************
**********************************************************************/

#sidebar {
	height:100%;
	margin-top:0px;
	float:right;
	width:335px;
}
#twitterhead {
	margin-left:1px;
	background:url(graphics/twitter_head.jpg);
	height:122px;
}
#twitterbody{
	padding:20px 50px 20px 50px;
	background:url(graphics/twitter_body.jpg);
}

.twitdate {
	fontsize:0.6em;
	color:#999999;
}
.twitmessage{
	font-weight:normal;
	padding-bottom:20px;
}
#twitfoot{
	background:url(graphics/twitter_foot.jpg);
	height:17px;
}

/**********************************************************************
************************** FOOTER ***************************************
**********************************************************************/

#footer {
	clear:both;
	background:url(graphics/footer_ground.jpg) repeat-x;
	height:100px;
}

#footer p {
	margin:0;
	padding:5px 10px
}
#footercore{
	margin:0 auto;
	height:100px;
	width:900px;
}
#footercore a{
	display:inline;
	text-decoration:none;
}

#footercore a:link{
	color:#CCCCCC;
}
#footercore a:visited{
	color:#CCCCCC;
}

#footercore a:hover{
	color:#FFFFFF;
}

#footercore a:active{
	color:#CCCCCC;
}


.footcolumn {
	width:820px;
	height:40px;
	background:url(graphics/foot_divide.jpg) no-repeat;
	float:left;
	color:#CCCCCC;
	text-align:center;
	padding:30px 30px 30px 40px;
	font-size:1.2em;
	line-height:1.4em;
}

.footcolumn small{
	line-height:0px;
	font-size:11px;
}


.footcolumncap{
	width:7px;
	height:100px;
	background:url(graphics/foot_divide.jpg) no-repeat;
	float:left;
}
.clear {
	clear:both;
	color: #E4EFF3;
}
#title{
	font-size:1.7em;
	letter-spacing:0.1em;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	border: thin none #ff0000;
	background-image: url(graphics/heading_ground_red.jpg);
	background-repeat: repeat-x;
	width: auto;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
