/*//////////////////////////////////////////////   
		CSS Document
		http://gmndesign.com
///////////////////////////////////////////////*/


	html, body{
        margin: 0;
        padding: 0;
        font: 10px Arial, Verdana, Helvetica, sans-serif;
		
	}

	h1, h2, h3, h4, h5, h6, p, pre,
	blockquote, ul, ol, dl, address {
        margin:0;
        padding: 0;
	}
	blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 40px;
	padding-left: 10px;
	font-style: italic;
	font-size: 1.3em;
	border-left: 8px solid #E2DECB;
	margin-left: 20px;
}
	
/*//////////////////////////////////////////////   
              Structure
///////////////////////////////////////////////*/

		
	body {
	text-align:center;
	background:#f0eee4 url(../images/bg_page.gif) repeat-x;
	}
	
	#frame {
	width: 860px;
	padding:0px;
	text-align:left;
	height: auto;
	margin: 0px auto 0px 6%;
	}
	#frame2{
	background: url(../images/page_side_bg.gif) repeat-y;
	padding:0;
	margin:0 0 10px 0;
	float: left;
	}
		
	#header {
	width:750px;
	margin: 0px auto;
	position: relative;
	width:100%;
	font-size:1em;
	line-height:normal;
	background:#993333 url(../images/head_pages.gif) no-repeat; 
	height:108px;
	}
	
	#contentsection{
	width:750px;
	margin: 0px 0px 0px -9px;
	background: url(../images/page_logo.gif) no-repeat;
	padding: 0px;
	height: 64px;
	
	}
		
	#contentleft {
	width:189px;
	padding:0px;
	float:left;
	min-height:520px;
	background: #FFFFFF url(../images/page_logo_bottom.gif) no-repeat;
	border-right: 1px solid #CCCCCC;
	
	}
	
	#contentcenter {
	width:500px;
	padding:20px;
	float:left;
	min-height:500px;
	/* _height:500px; moved to the IE css style sheet */
	background: url(../images/bg_home_right.gif) repeat-y;
	font-size: 1.2em;
	}
	
	#footer {
	width:564px;
	color:#666666;
	margin: 0 0 0 0;
	border-top:#cccccc 1px solid;
	font-size:1.2em;
	padding: 10px 0 10px 0;
	text-align:center;
	}

	

/*//////////////////////////////////////////////   
              Format
///////////////////////////////////////////////*/
				
		
	p,h1,h2,pre {
	margin:0px 10px 10px 10px;
	}
		
	h2 {
	letter-spacing:-0.05em;
	color: #F0EEE4;
	padding: 0px 0px 2px;
	font: normal 2.4em/64px "Times New Roman", Times, serif;
	margin: 16px 0px 0px 218px;
	display: inline;
	}
		
	h3 {
	color:#9A3334;
	font-size:1.6em;
	font-weight:normal;
	letter-spacing:-0.05em;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	border-bottom: 2px solid #F0EEE4;
	}
	

	
	h3 a:link, h3 a:visited {
	color:#9A3334;
	font-size:1em;
	font-weight:normal;
	letter-spacing:-0.05em;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	border-bottom: 2px solid #F0EEE4;
	background:none;
	}
	
	a img { 
	border:0; 
	}	

	
/*//////////////////////////////////////////////   
              Head
///////////////////////////////////////////////*/

	#header h1 {
    padding: 0;
    overflow: hidden; 
    height: 0px !important; /* for most browsers */
	}
	
	
   /*    Language    */
			
			 
	#header ul#lang {
	float: right;
	list-style:none;
	font-size:0.9em;
	margin:0px;
	padding: 40px 24px 0 0;
	}
 
	#header ul#lang a, #header ul#lang a:visited {
	display:block;
	text-align:right;
	color:#fff;
	width: 50px;
	text-decoration: none;
	background: url(../images/flag_en.gif) no-repeat right;
	padding: 2px 20px 2px 0px;
	}
	
	#header ul#lang a.french, #header ul#lang a.french:visited {
	background: url(../images/flag_fr.gif) no-repeat right;
	}
 
	#header ul#lang a:hover {
	color:#fc0;
	}
 
 
   /*    Navigation  */


	#header ul#nav  {
	position: absolute;
	bottom: 0;
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
	left: 208px;
	overflow: hidden;
	height: 24px;
	min-width: 610px;
	}
	
	#header ul#nav li {
	display:inline;
	margin:0;
    padding:0;
    }
  
	#header ul#nav a {
	float:left;
	background:url(../images/nav_right.gif) no-repeat right top;
	margin:0;
	padding:0;
	text-decoration: none;
	cursor:pointer;
    } 
	
	#header ul#nav a  span {
     float:left;
     display:block;
     background:url(../images/nav_left.gif) no-repeat left top;
     padding:5px 15px;
     font-weight:bold;
     color:#333;
	 white-space:nowrap;
	}
	
	#header ul#nav a:hover span {
	color: #000;
    }
	
	#header ul#nav #current a {
	background-position:100% -100px;
    }
	
	#header ul#nav #current a span {
    background-position:0% -100px;
	color: #9A3334;
    }
	
	#header ul#nav a:hover {
    background-position:100% -100px;
    }
	
	#header ul#nav a:hover span {
    background-position:0% -100px;
    }

/*//////////////////////////////////////////////   
              Footer
///////////////////////////////////////////////*/	
	
	#footer{
	padding-left:190px;
	}
	
	#footer	ul {
	padding:0;
		}
	#footer	li {
	display:inline;
	color:#000;
	padding:0;
	margin:0 5px 0 0;
	list-style: none;
		}
		
	#footer	#nav a {
	color:#000;
	margin:0 10px 0 0;
		}


/*//////////////////////////////////////////////   
              Content Left
///////////////////////////////////////////////*/


	#contentleft p {
	font: 1.17em/1.35em Arial, Helvetica, sans-serif;
	margin: 1px 0px 0px;
	}

	
	
   /*     Page Navigation     */

	#contentleft ul#subnav  {
	padding:0;
	list-style:none;
	font-size:1.1em;
	margin-top: 28px;
	margin-bottom: 12px;
	margin-left: 13px;
	}
	
	#contentleft ul#subnav li {
	display: block;
	width: 163px;
    }
  
	#contentleft ul#subnav a {
	display: block;
	color: #663300;
	background: #C3BD9F url(../images/nav_sub.gif) no-repeat;
	font: bold 1.1em/29px Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-decoration: none;
	min-height: 16px;
	/* _height:16px; moved to the IE css style sheet */
	line-height:14px;
	padding: 7px 5px 6px 23px;
	margin-bottom: 3px;
    } 
	
	#contentleft ul#subnav a:visited {}
	
	#contentleft ul#subnav #currentp a {
	background-position:0% -60px;
	color:#FFECA1;
    }
	
	#contentleft ul#subnav a:hover {
	background-position:0% -60px;
	color: #F0EEE4;
    } 

	

/*//////////////////////////////////////////////   
              Main Content
///////////////////////////////////////////////*/


	#contentcenter p {margin: 10px 0px 10px 0px;}
	#contentcenter ul {margin: 2px 0px 2px 20px;}
	#contentcenter li {margin: 2px 0px 2px 20px;} 
	#contentcenter	h4{
	font-size:1.3em;
	padding: 0;
	margin: 0 0 -9px 0;
	color: #273468;
	}

/*//////////////////////////////////////////////   
              Article List
///////////////////////////////////////////////*/

	#news h4, .eventList h4  {
	font-size:1.3em;
	padding: 8px 0 0 0;
	margin: 0 0 -8px 0;
	}
	
	#news h4 a:link, #news h4 a:visited, .eventList h4 a:link, .eventList h4 a:visited {
	color: #273468;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	}
	
	#news h4 a:hover, .eventList h4 a:hover  {
	color: #9A3334;
	text-decoration:underline;
	background:none;
	}
	#news .date{
	font-size: .9em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	}
	
	
	
	

/*//////////////////////////////////////////////   
              Page Num
///////////////////////////////////////////////*/
	#pagenum{
	display:block;
	padding:10px;
	border-top: 2px solid #F0EEE4;
	height: 20px;
	}
	#pagenum em{
	display:block;
	float: left;
	width: 70px;
	color:#666666;
	font-size:0.9em;
	font-style:normal;
	font-weight:normal;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #cccccc;
	height: 22px;
	line-height: 22px;
	}
	
	#pagenum a{
	display:block;
	float: left;
	margin:1px;
	width: 18px;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	background: #B1A983;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	}

	#pagenum strong{
	display:block;
	float: left;
	padding:2px;
	margin:1px;
	border:1px solid #CCCCCC;
	width: 16px;
	text-align: center;
	
	}
	
/*//////////////////////////////////////////////   
              Photos
///////////////////////////////////////////////*/

#photos {
	min-height: 380px;
}
#photos h4 {
	font-size: 1.4em;
}
#photos p {
	display: block;
	clear: both;
	margin: 5px 0px 0px;
	padding-top: 0px;
}
#photos p.back {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
}

#photos p.back a:link, #photos p.back a:visited{
	text-decoration: none;
	font-size: .95em;
	color: #2A3A76;
	background: #F0EEE4;
	padding: 4px 10px;
}
#photos p.back a:hover{
	border: 1px solid #CCC5A4;
	background: #FFFFFF;
}

#photos a.photo:link, #photos a.photo:visited{
	height: 100px;
	width: 100px;
	padding: 4px;
	border: 1px solid #CCC5A4;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background: #FFFFFF;
}
#photos a.photo:hover{background:#FFFFCC;}

#photos a.album:link, #photos a.album:visited{
	width: 220px;
	padding: 6px;
	border: 1px solid #CCC5A4;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: none;
	color: #38447D;
	height: 100px;
	overflow: hidden;
	font-size: .9em;
}
#photos a.album:hover{background:#FFFFFF;}
#photos .album{}
#photos .album strong{
	font-size: 1.4em;
}
#photos .album img{
	margin: 0px 10px 0px 0px;
	float: left;
	height: 100px;
	width: 100px;
}


	
/*//////////////////////////////////////////////   
              Calendar
///////////////////////////////////////////////*/

   /*     Table    */

#calendar{
	border-style: none;
	padding-left: 10px;
	padding-top: 20px;
}

#calendarInnerTable{ /*width: 280px;*/

}

#calendarTitle{
	text-align: center;
	font: bold 1em Arial, Helvetica, sans-serif;
}

.calendarDayTitle {
	text-align: center;
	color: #A3571F;
	font-size: .7em;
}
.calendarDayNumber a:link,  {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: #E4BC8F;
	height: 18px;
	width: 20px;
	font-weight: bold;
}
.calendarRow0, .calendarRow1{
	width:18px;
	height: 20px;
	background: #F0EEE4;
	text-align: center;
}
.calendarBlankDay{width: 20px; height: 20px; background: #FFFFFF;}
.calendarDayNumber{
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.calendarMonthTitle {
	text-align: center;
	background: #F0EEE4;
	padding: 4px;
	border-bottom: 1px solid #E4BC8F;
}
.calendarMonthTitle a {
	color: #A3571F;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}


   /*     List     */


.eventHead {
width: 100%; display:block; text-align:center; margin-bottom: 10px; padding: 2px 6px 6px; border-bottom: 2px solid #A3571F;}

.eventHead h3 {margin:0; padding:0; border:0;}

/* Month/Day Navigation  */
.eventPrev{background:url(../images/cal_arrow_prev.gif) no-repeat center center; float:left; padding: 1px;}
.eventPrev:hover{background: url(../images/cal_arrow_prev_ova.gif) no-repeat center center; float:left; padding: 1px;}
.eventNext{background:url(../images/cal_arrow_next.gif) no-repeat center center; float:right; padding: 1px;}
.eventNext:hover{background: url(../images/cal_arrow_next_ova.gif) no-repeat center center; float:right; padding: 1px;}

/* Event List Style */
.eventList {width: 100%; margin: 0px 0px 4px; padding: 4px; text-align:left;}
.eventList h4 strong {
	font-size: .8em;
	border-left: 1px solid #A3571F;
	margin-left: 10px;
	padding-left: 10px;
	color: #B9762D;
	font-weight: bold;
}
.eventList p { margin:4px 0 9px 0;}
.eventCat {font-size:10px; color:#999999;}
.eventText P {color:#333333;}

/* Event Day Style */
.eventDate {
	text-align:center;
	padding: 0px;
	width:38px;
	margin-bottom: 6px;
	height: 38px;
	background: #E4BC8F;
	border: 1px solid #A3571F;
}
.eventDateDay {display:block; color:#ffffff; text-align: center; font-size: 1em; font-weight: bold; padding:2px 0 0; background: #A3571F;}
.eventDateNum {
	color:#333333;
	display:block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 2px;
}
.calendarDayNumberEvent {
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.calendarRowEvent {

	width:18px;
	height: 20px;
	background: #E4BC8F;
	text-align: center;
}
.eventList .location {
	margin-top: 10px;
	font-weight: bold;
}
#contentcenter ul {
	margin: 10px;
}

a:link {
	color: #993333;
}
a:visited{color: #993333;}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #993333;
}
a:active{}
#form1 .required {
	display: block;
	font-size: 1.1em;
	line-height: 25px;
}
#form1 .submit {
	text-align: left;
}


#sponsors{width:100%}
#sponsors h4{clear:both; padding:30px 0 19px 0}
#sponsors img{margin-bottom:10px}
#sponsors p{font-size:12px; color:#888;}








