/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and set them later on
******************/

* {
margin: 0px;
padding: 0px;
}

body {
   text-align: left;
   font-family: Arial, sans-serif, Verdana, Geneva, Helvetica;
   font-size: 75.01%;
   color: #000;
   margin: 0px;
   background: #9f9a90 url('images/home_bg2.jpg') repeat-x; 
   background: #e9e8e4 url('images/home_bg2.jpg') repeat-x; 
}

div { font-size: 1em; }

img { border: 0px; }

h2 {
   color: #aaa; 
   margin-bottom: 0.5em;
}

h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

fieldset { border-width: 0px; }

div.templatecode {
  margin: 0 0 2.5em;
}

a,
a:link 
a:visited 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #00587F;
   font-size: 11px;
   font-weight: bold;
}
a:hover {
   text-decoration: underline;
   color: #385C72;
}

.pdf_file {
	padding-left: 25px;
	background: url('images/acrobaticon.jpg') no-repeat;
}

/* Basic layout*/
div#pagewrapper {
	margin: 0px auto;     /* this centers wrapper */
	max-width: 1000px;   /* IE wont understand these, so we will use javascript magick */
	min-width: 1000px;
	background-color: #fff;
	color: black;
	width: 1000px;
}

div#header {
   height: 124px;
   width: 100%;
   background: #000 url(images/header.jpg) no-repeat 0px 0px; 
}

div#header h1 a {
   display: block;
   height: 57px;         /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#logo { position: absolute; width: 320px; height: 110px; cursor:pointer; }

div#toolbar {
	clear: both;
	display: none;
	float: right;
	width: 800px;
	overflow: hidden;
}

div#toolbar ul {
	float: right;
	display: block;
	margin: 20px 0px 0px 15px;
	padding: 5px 0px 0px 0px;
}

div#toolbar li {
	float: left;
	list-style-type: none;
	display: list-item;
	margin: 0px 5px 0px 0px;
}

div#toolbar a, div#toolbar a:visited {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div#toolbar li.currentpage a {
	color: #fd4801;
}


div#toolbar ul { list-style:none; height:35px; position:relative; }
div#toolbar li a {display:block; float:left; height:35px; line-height:35px; text-decoration:none; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
div#toolbar li a b {float:left; display:block; padding:0 16px 0 8px;}
div#toolbar li.currentpage a { background:url('images/button3.gif');}
div#toolbar li.currentpage a b {background:url('images/button3.gif') no-repeat right top;}
div#toolbar li a:hover { background:#000 url('images/button2.gif');}
div#toolbar a:hover b {background:url('images/button2.gif') no-repeat right top;}
div#toolbar li.currentpage a:hover { background:#000 url('images/button3.gif'); cursor:default;}
div#toolbar li.currentpage a:hover b {background:url('images/button3.gif') no-repeat right top;}



div#sidebar { 
	float: left;
	width: 260px;
	margin-right: 30px;
}

div#main { 
	width: 675px;
	float: left;
}

div#map_cu3er {
   height: 397px;
   width: 100%;
   background: url(images/map_cu3er.jpg) no-repeat; 
}

div#block {
   height: 279px;
   width: 100%;
   background: url(images/block.jpg) no-repeat; 
}

div#phones {
	clear: both;
	text-align: right;
	float: right;
	margin: 15px 25px 0px 0px;
	width: 800px;
	overflow: hidden;
}

div#contacts {
	clear: both;
	text-align: right;
	float: right;
	margin: 5px 25px 0px 0px;
	width: 800px;
	overflow: hidden;
}

div#phones ul, div#contacts ul {
	margin: 0px;
	padding: 0px;
}

div#phones li, div#contacts li {
	color: #ccc;
	list-style: none;
	margin: 0px;
	padding-left: 40px;
	float: right;
	font-size: 11px;
	background: url(images/phone.gif) no-repeat 25px -1px; 
}

div#contacts li {
	background: url(images/home.gif) no-repeat 24px -1px; 
}

div#contacts li.email {
	background: url(images/email.gif) no-repeat 23px 0px; 
}

div#phones li a, div#contacts li a {
	color: #ccc;
	font-weight: normal;
}

/* position for the search box */
div#search {
	clear: both;
	text-align: right;
	float: right;
	margin: 21px 25px 0px 0px;
	width: 800px;
	overflow: hidden;
}
div#search form {
	float: right;
}

input#cntnt01searchinput {
	border: 0px solid #000;
	padding: 2px;
	background: url('images/submit-inner.gif') #e6e6e6 no-repeat;
	margin: 0px 0px 5px 0px;
	width: 150px;
	text-indent: 5px;
	font-size: 11px;
	height: 14px;
	float: left;
}
input.btn-search {
	padding: 0px 6px;
	margin: 0px 0px 4px 0px;
	background: url('images/submit.gif') #000 no-repeat top right;
	cursor: pointer;
	color: #fff;
	border-style: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	float: left;
}

input.btn-search:hover {
	background: url('images/submit-highlight.gif') #000 no-repeat top right;
	color: #fd4801;
}

.res_search h3, .res_search .timetaken{
	display: none;
}

.res_search {
	margin-left: 20px;
}

.res_search .pourc {
	width: 40px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
} 

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #2b2721; /* same bg color as in header */
   height: 24px;
}

div#footer {
	color: #b0a48d;
	font-size: 0.8em;
	padding: 5px;       /* some air for footer */
	text-align: center;  /* centered text */
	margin: 0px;
}

div#footer b, div#footer strong {
	color: #f95b27;
}

div#news {
	height: 90px; overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	width: 200px;
}

div#news h2 {
	font-size: 16px;
	color: #999;
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 8px 0px;
}

/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin: 10px 0px 10px 10px;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none;
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #00587F;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #CFF0FF;
}
div#menu_vert a.activeparent:hover {
   background-color: #CFF0FF;
   color: #00587F;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #00587F;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #00587F;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #ff0000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}


dfn {
display:none;
}


.tetiere {
	height: 60px;
	width: 710px;
	margin-bottom: 10px;
	background: url('../flashrotator/banniere1.jpg') no-repeat right -180px;
}

#tetiere00003 {
	background: url('../flashrotator/banniere3.jpg') no-repeat 0px -250px;
}

#tetiere00004 {
	background: url('../flashrotator/banniere2.jpg') no-repeat 0px -250px;
}

#tetiere00005 {
	background: url('../flashrotator/banniere1.jpg') no-repeat right -180px;
}

#tetiere00006 {
	background: url('../flashrotator/banniere2.jpg') no-repeat 0px -250px;
}




#main .NewsSummary {
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
}

.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
	float: left;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-left: 5px;
	float: left;
}

.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}

.NewsSummarySummary {
	padding: 3px 0px 0px 0px;
	text-align: left;
}

.NewsSummarySummary, .NewsSummaryContent {
}

.NewsSummaryMorelink {
	padding: 0em 15px 10px 0px;
}

#NewsPostDetailDate {
	margin-bottom: 5px;
	font-weight: bold;
}

#NewsPostDetailTitle {
   color: #385C72;
}

#NewsPostDetailHorizRule { display: none; }

#main #NewsPostDetailSummary {
	margin: 10px 0px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}

#NewsPostDetailContent {
	margin-bottom: 15px;
}

#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}

.main .NewsSummarySummary { color: #fd4801; }

.detail_news .right49 { display: none; }

.right49 a { float: right; margin-bottom: 5px; }

#searchresult { margin: 10px 0px 10px 20px; }
#searchresult li { margin: 5px 0px; }

