/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #ced0d0;
	background: #7b7052; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 16px; 
		font-weight: bold;
		color: #fff;
		font-family: Arial;
		margin: 20px 0 5px 0;
		border-bottom: 1px solid #fff;
		padding: 0 0 5px 0; }
		
		h1#index {
			border-bottom: none; }
				
	h2 {
		font-family: Arial;
		font-size: 24px;
		font-weight: bold;
		color: #d7e0e7;
		margin: 10px 0 5px 0;
		border-bottom: 1px solid #fff;
		padding: 0 0 5px 0; }
		
	h3 { 
		font-size: 16px; 
		font-weight: bold;
		color: #fff;
		font-family: Arial; }
		
	h1 a:hover, h2 a:hover, h3 a:hover {
		text-decoration: none; }
	
	a:link, a:visited { color: #fff; text-decoration: none; }
	a:hover { color: #db8b00; text-decoration: underline; }
	a img { border: none; }
	
	p { 
		margin-bottom: 16px; }
	
	img, div, input { behavior: url("/iepngfix.htc") }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 919px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 919px;
		height: 126px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 919px;
		height: 39px;
		margin: 0 auto;
		float: left;
		z-index: 999;
		list-style: none;
		background: #2e3235; }
		
		ul#nav li { 
			float: left; 
			height: 39px;
			position: relative;
			z-index: 999; }
			
			ul#nav li.search {
				margin: 0 0 0 170px; }
				
			ul#nav li.searchFrench {
				margin: 0 0 0 80px; }
				
		ul#nav li.first { border-left: none; }
		
		ul#nav li.last { 
			padding: 0 0 0 10px; 
			border-right: none; }
	
			ul#nav a {
				display: block;
				height: 45px;
				margin: 0;
				text-decoration: none; 
				color: #2e3235;
				outline: none; }
				
			* html ul#nav a { float: left; } /* IE6 FIX */
				
			ul#nav a:hover { }
	
	
		/*** SECOND LEVEL ***/
		ul#nav li ul {
			position : absolute;
			left: -999em;
			width: 250px;
			padding: 0;
			list-style: none;
			text-align: left;
			background: #fff;
			border-bottom: 5px solid #2e3235;
			z-index: 999; }
			
		#nav li:hover ul ul, 
		#nav li.sfhover ul ul {
			left: -999em; }
	
		#nav li:hover ul, 
		#nav li li:hover ul, 
		#nav li.sfhover ul, 
		#nav li li.sfhover ul {
			top: 40px;
			left: 0px;
			margin-left: 0; }

			ul#nav li li {
				width: 248px;
				height: auto;
				margin: 0;
				padding: 0;
				line-height: normal;
				text-transform: none;
				border-top: none;
				border-right: 1px solid #ccc;				
				border-bottom: 1px solid #ededed;
				border-left: 1px solid #ccc;
				z-index: 999; }
				
				ul#nav li ul li a:link, 
				ul#nav li ul li a:visited {
					width: 238px;
					height: auto;
					margin: 0;
					padding: 5px; }
					
				ul#nav li ul li a:hover { background: #ededed; }

	/*** MID-SECTION ***/
	#midSection {
		width: 919px;
		height: 311px;
		margin: 10px 0 0 0;
		float: left; }

		#banner {
			width: 671px;
			height: 311px;
			float: left; }
			
		#bannerFull {
			width: 919px;
			height: 311px;
			float: left; }
				
		#side {
			width: 198px;
			padding: 0 20px;
			height: 311px;
			float: left;
			background: #3d4245;
			margin: 0 0 0 10px;
			text-align: left; }
				
				#side p span {
					font-weight: bold;
					font-size: 11px; }
	
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 919px;
		margin: 10px 0 0 0;
		float: left;
		background: url(../images/content_bg.jpg) top left repeat-y; }
	
		/*** CONTENT ***/
		#content {
			width: 631px;
			padding: 0 20px;
			min-height: 320px;
			float: left;
			text-align: left; }
			
			#content img {
				padding: 0 0 0 5px; }
				
			#content li {
				margin: 0 0 0 15px;
				list-style-type: square; }
				
			.shim {
				height: 10px; }
				
		/*** SIDEBAR ***/
		#sidebar {
			width: 248px;
			min-height: 320px;
			float: left;
			text-align: left; }
			
			#sidebarContent {
				width: 208px;
				margin: 40px 0 0 20px;
				float: left;
				border-top: 1px solid #fff; }
				
				#sidebarContent p {
					margin: 5px 0 0 0; }
					
				#sidebarContent img {
					padding: 0 10px 0 0;}
		
		/*** PRIMARY PICTURE ***/
		#sidebar img {
			margin: 15px 0 0 0; }
			
		#sidebar p {
			margin: 18px 0 0 0; }
			

	/*** FOOTER ***/
	#footer {
		width: 919px;
		height: 50px;
		background: #95a7b3;
		text-align: left;
		float: left;
		margin: 10px auto;
		padding: 0 0 8px 0; }
		
			#footer p { 
				font-size: 10px;
				color: #fff;
				margin: 15px 0 0 10px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: underline;
					color: #fff; }

			#footer p.poweredby { 
				float: right;
				margin: 20px 10px 0 0;
				text-align: right; }
		
			#footer p.poweredby a { margin: 0 0 0 20px; }





	/*** FORM STYLES ***/
	form {}
	
		form fieldset { border: none; }
			
		form input { 
			font-size: 11px;
			font-family: "Trebuchet MS", verdana, arial, sans-serif;
			float: left;
			margin: 10px 0 0 0; }
			
		form button {
			width: 41px;
			height: 38px;
			border: none;
			float: left;
			background: #2e3235; }



			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */