body#content {
text-align: left;
}
.content {
text-align: left;
}

body {
	background-color: #57925f;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}

#search-head {
	width: 960px;
	color:#000;
	margin: 0 auto;
	text-align: right;
	height: 25px;
}

A.toplink:link
{ 
	color: #ccc;
}
A.toplink:visited 
{ 
	color: #ccc;
}
A.toplink:active
{ 
	color: #ccc;
}
A.toplink:hover
{ 
	color: #000;
}

#content ul, #content li {
	margin-bottom: 5px;	
}

#container {
	width: 960px;
	border: solid #fff 8px;
	color:#000;
	margin: 0 auto;
	background-color: #fff;
}

#logo {
	width: 252px;
	height: 252px;
	color: #000;
	float:left;
	text-align: center;
	background-color: #fff;
}

#header-img {
	color:#000000;
	float:left;
	height:252px;
	width:708px;
	text-align: right;
}

#header-home {
	width: 960px;
	height: 400px;
	color: #000;
	float:left;
	border-bottom: #fff solid 2px;
}

#nav {
	clear:both;
	background-color: #afc98e;
	height: 25px;
	width: 960px;
	border-bottom: #fff solid 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	float: left;
	width: 960px;
	padding: 10px;
}

#content-img {
	float: left;
	width: 960px;
	padding: 20px 10px 10px 10px;
}

#footer {
	clear: both;
	background-color:#afc98e;
	width: 940px;
	padding: 10px;
	border-top: #fff solid 2px;
}

#copy_container {
	width: 960px;
	color:#000;
	margin: 0 auto;
	background-color: #57925f;
}

#mot_container {
	width: 960px;
	color:#000;
	margin: 0 auto;
	background-color: #57925f;
	font-size: 10px;
}



/*make it work */

.search {
background-color:#fff !important;
background-color:#fff;
border:solid #fff 1px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
padding:0px;
height:17px;
}

.search2 {

padding:0px;
height:17px;
vertical-align: bottom;
position: relative;
left: 0px;
}




/* footer navigation styles ------------------------------------------------- */

/* the menu itself */
ul#footerNav {
	text-align: right;
	}

/* menu items */
ul#footerNav li {
	display: inline;
}
ul#footerNav li a {
	display: inline;
	text-decoration: none;
	color: #000;
	padding: 5px;
}

/* hover */
ul#footerNav li a:hover {
	color: #5d86a2;
}

/* main navigation styles --------------------------------------------------- */

#nav {
	z-index: 2;
}

ul#navigation {
	z-index: 2;
	margin: 0px;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 25px;
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #AFC98E; /* IE6 bug */
	padding: 5px;
	font-weight: bold;
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #ffffff;
	background-color: #5d86a2;
	font-weight: bold;
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #e6e6e6;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	
}
ul#navigation li ul li a:hover {
	background-color: #ffffff;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; text-align: left; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	width: 155px;/*106*/
	text-align: center;
}

#col1_wide {
float: left;
margin-top: 20px;
margin-left: 20px;
width: 940px;
}


/* element styles -------------------------------------------------------- */

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }

.bordercolor_black { border-color: #000000; }
.bordercolor_dark_gray { border-color: #666666; }
.bordercolor_light_gray { border-color: #cccccc; }
.bordercolor_red { border-color: #ff0000; }