body {
	width: 100%;
	height: auto;
	background: url('../images/bg.jpg') repeat;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 0px;
/*	position: relative;	*/
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;	
	font-weight: normal;
	letter-spacing: 0px;
}
a img {
	outline: none;
	border: none;
}
a { color: #167CC3; text-decoration:underline; }
a:hover { color: #167CC3; text-decoration:none; }

p { font-size:14px; line-height:21px; color:#494949; margin-bottom:20px; text-align:justify; }
.more {
	color: #494949;
	border-bottom: 1px solid #F3AC22;
	padding-bottom: 1px;
	text-decoration: none;
	cursor:pointer;
}
.more:hover { color: #F3AC22; text-decoration: none; }

.clear {
	clear: both; 
	position: relative;
	width: 100%;
}
#TopWrap {
	width: 960px;
	height: auto !important;
	min-height: 178px;
	background: url('../images/shadow.png') no-repeat;
	margin: 0px auto;
}
.wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto;
}
#header {
	width: 960px;
	height: auto;
}
#logo {
	width: 550px;
	height:80px;
	float:left;
	padding-top: 25px;
	}
#search {
	width:400px;
	margin-left:10px;
	height:105px;
	float:left;
}
#searchwrap { float:right; margin-top:55px; }
.searchbg { 
	background: url("../images/search_bg.png") no-repeat scroll 0 0 transparent;
    border: medium none;
/*    color: #545454; */
	color:#cc0000;
    float: left;
    font-family: "Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    height: 39px;
    margin-right: 14px;
    padding: 0 10px 3px;
    width: 295px;
	font-weight:bold;
}
.searchbg:focus { color: #545454; font-weight:normal; }
#searchwrap #submitsearch { width:63px; height:42px; background: url("../images/btn_search.png") no-repeat scroll 0 0 transparent; border:0px none !important; float:left; }	
#searchwrap #submitsearch:hover { background: url("../images/btn_search_over.png") no-repeat scroll 0 0 transparent;}

#menu { width: 960px; height:40px; border-top: 1px solid #ece4d6; padding-top:15px; }
			
#menu ul { list-style: none; height:40px; margin: 10px 0 0 0; padding: 0; }
#menu ul li { float: left; margin-right: 30px; }

#menu ul li a{
/*	color: #7b8b8e;	*/
	color: #3E6C1B;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .06em;	
	text-shadow: 0px 1px 0px #fff;
	font-size:14px;
}
#menu ul li:hover a { /*color: #f3ac22;*/ color: #167CC3; }
					
body.home #menu ul li.home a, body.custom #menu ul li.custom a, body.topics #menu ul li.topics a, body.questions #menu ul li.questions a, body.contact #menu ul li.contact a { 
	color: #4c5759; border-bottom: 1px solid #F3AC22; padding-bottom: 2px; 
}
body.questions.abstract #menu ul li.questions a { border:0px none !important; color: #3E6C1B !important; }


body.home #menu ul li.home:hover a, body.custom #menu ul li.custom:hover a, body.topics #menu ul li.topics:hover a, body.questions #menu ul li.questions:hover a, body.contact #menu ul li.contact:hover a {
	color: #4c5759; 
}
body.questions.abstract #menu ul li.questions a:hover { /*color: #f3ac22;*/ color: #167CC3 !important; }
					
#undermenu {
	width: 100%;
	height: 54px;
/*	background: url('../images/secondaryribbonpattern.png') repeat-x;	*/
	background: url('../images/under-menu-bg.jpg') repeat-x;
}					

#logo .tagline { font-weight:300; font-style:italic; font-size:20px; height: auto; width: 100%; float:left; 
color:#494949; text-shadow: 0px 1px 0px #e7e7e7; padding: 0 0 0 30px; }
#logo h1 { /*color:#1A6978;*/ color:#167CC3; font-weight: 500; letter-spacing:-1px; font-size:45px; float:left; margin:0 0 0 0; width:100%; }
#logo h1 span { font-weight:300; letter-spacing:-2px; font-size:40px; margin: 0 -2px 0 -2px; }
#menu ul li a { font-weight:500; }


/* ############ handling fout ########### */

  .wf-loading h1, .wf-loading #logo, .wf-loading #menu ul li a, .wf-loading .col_left h1, .wf-loading .category h3 {
    font-family: freight-sans-pro, sans-serif !important;
	visibility: hidden !important;
  }
  .wf-active h1, .wf-active #logo, .wf-active #menu ul li a, .wf-active .col_left h1, .wf-active .category h3 {
    visibility: visible !important;
  }

/* ############ LOADING + NOT ACTIVE ########### */

  /* menu ul li a */
  .wf-loading #menu ul li a, .wf-inactive #menu ul li a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif !important; margin:-6px 0 0 0; font-size:14px !important;
  }
  /* logo tagline */
  .wf-loading #logo .tagline, .wf-inactive #logo .tagline {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif !important;
	font-size:20px !important;
	padding: 0 0 0 30px;
  }
  /* logo */
  .wf-loading #logo h1, .wf-inactive #logo h1 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif !important;
	font-size:40px !important;
  }
  
/* ############ ACTIVE TypeKit ########### */
  /* menu ul li a */
  .wf-active #menu ul li a {
    font-size:16px !important; /*font-family: freight-sans-pro, sans-serif !important; */
  }
  /* logo tagline */
  .wf-active #logo .tagline {
    padding: 0 0 0 80px !important; 
	font-size:24px !important;
  }
  /* logo */
  .wf-active #logo h1 {
    font-size:50px !important;
	margin:-15px 0 0 0 !important;
  }
  
  /*  Begin Content Styles */
.col_left { float: left; height: auto; width: 570px; }
.col_right { float: right; height: auto; width: 330px; }

.heading { 
	order-bottom: 1px solid #ECE4D6;
    margin-bottom: 19px;
    padding-bottom: 9px;
    padding-top: 53px;
}
.col_left h1 { font-size:28px; line-height:32px; font-weight:300; margin:0; padding: 0; color:#3E6C1B; font-style:italic; }
.col_right .boxwrap img { margin-left:12px; } 
.col_right .boxwrap ul { 
    list-style-type: none;
    overflow: hidden;
    padding: 0px 0 15px 20px;
	margin:0;
}
.col_right .boxwrap li {
	background: url("../images/bullet.png") no-repeat scroll left center transparent;
    color: #666666;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 5px;
    padding-left: 54px;
    width: 270px;
}

.category { /*padding-top:53px; */ padding-top:53px; }
body.home .category { padding-top:85px }
.category h3 { font-weight:500; font-size: 28px; font-style:italic; margin:0 0 10px 0; padding:0; }
.category h3 span { font-weight:300; font-size: 28px; color:#3E6C1B }

.boxwrap { height: auto; width: 100%; }
.boxtop {
	background: url("../images/boxtop.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 100%;
	float:left;
}
            	
.boxcontent { 
	background: url("../images/boxbg.png") repeat-y scroll 0 0 transparent;
    height: auto;
    width: 100%;
	float:left;
}
.boxcontent h4 { font-size: 16px; font-weight:500; width:290px; padding: 0 15px; margin:0; color: #167CC3; float:left; }
.boxcontent h4 span { font-weight:300; font-size:16px; color: #494949; }
.boxcontent p {
	color: #a6a6a6;
	font-size: 13px;
	line-height: 20px;
	left: 20px;
	margin-bottom: 19px;
	margin-top: 10px;
	width:290px; padding: 0 15px;
	float:left;
		}
		
.boxcontent p a {
	color: #8a8a89;
	text-decoration: none;
	border-bottom: 1px #f3ac22 solid;
	padding-bottom: 1px;
	margin-top:5px;
	float:left;
			}
.boxcontent .line {
	width: 87%;
	height: 2px;
	background: url('../images/line.png') repeat-x;
	left: 20px;
	margin-bottom:14px;
	float:left;
			}
.boxcontent p.rt-onfile { color:#333; float:left; margin-left:15px; margin-top:10px !important; margin-bottom:10px !important; text-align:justify; width:250px; }

/*  Results */
.result .top { background:none !important; }
.result .middle a { font-size:18px; font-weight:500; }
.result-wrap .search { font-family:Georgia, "Times New Roman", Times, serif; font-weight:300; margin:0 0 15px 0; padding: 0; color:#3E6C1B; font-style:italic; float:left; }
.result-wrap .search p { font-size:16px !important; line-height:26px; float:left; width:auto; margin:0 10px 0 0; font-style:normal; }
.result-wrap .search p.keyword { font-weight:500; font-size:22px !important; margin-top:-2px; }
.paging-wrap { float:left; width:100%; margin:10px 0 25px 0 !important; }
.paging-wrap ul { margin:0; padding:0; list-style:none; width:auto; }
.paging-wrap li { float: left; height: 29px; padding: 0 3px; width: 26px; }
.paging-wrap li a {
	background:url(../images/paging_bg.png) no-repeat;
	display:block;
	width:26px;
	height:29px;
	line-height:29px;
	color:#333333;
	text-decoration:none;
	text-align:center;}
.paging-wrap li a:hover {
	background:url(../images/paging_bg_over.png) no-repeat;
	display:block;
	width:26px;
	height:29px;
	color:#fff;}
	
/* Custom */
body.custom form#theForm { margin:0; padding:0; }
body.custom .wiz-container { top:10px !important; left:0px !important; width:100% !important; }
body.custom .SummaryWrap span { padding-right:10px; }
body.custom .wiz-container p { width:550px !important; }
body.custom .wiz-container textarea { width: 540px !important; }

/* OnFile OrderForm */
body.onfile form#theForm { margin:0; padding:0; }
body.onfile .wiz-container { top:10px !important; left:0px !important; width:100% !important; }
body.onfile .wiz-container p { width:550px !important; }
body.onfile .wiz-container ul li a h2 { margin:3px 0 2px 0 !important; }
body.onfile .wiz-container ul#wizard-anchor li a small { line-height:11px !important; float:left; }
body.onfile .wiz-container ul.PaperInfo li { width: 550px !important; }
body.onfile .wiz-container ul.PaperInfo li span { float: left !important; height: 20px !important; }

/* Topics */
body.topics .result-wrap .search { display:none !important; }
body.topics .paging-wrap {margin-bottom:25px !important; }

/* FAQs */
body.questions .col_left h2, body.questions .col_left p, body.questions .col_left .line { float:left; }
body.questions .col_left h2 { margin:0px !important; width:100%; }
body.questions .col_left p { margin-top:5px; }
body.questions .col_left .line { width: 87%;
	height: 2px;
	background: url('../images/line.png') repeat-x;
	left: 20px;
	margin-bottom:14px;
/*	float:left;	*/
}
body.questions.abstract .col_left h2 { margin:5px 0 15px 0 !important; width:100%; }
body.questions.abstract ol { float:left; font-size:14px; line-height:16px; width:100%; margin-top:0px; }
body.questions.abstract ol li { float:left; margin:0 0 10px 0; }
body.questions.abstract .next span { color:#494949; }

/* Contact Form */
.col_left .contactform {
    margin: 30px 0 0 0;
    width: 300px;
}
.col_left .contactform li {
    list-style-type: none;
}
.col_left .contactform li label {
    display: block;
    margin-bottom: 10px;
}
.col_left .contactform li input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 15px;
    padding: 8px;
    width: 300px;
}
.col_left .contactform li textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 250px;
    margin-bottom: 15px;
    padding: 8px;
    width: 300px;
}
.col_left button#ValidateCaptchaButton, .col_left #submit, .col_left button {
    background: none repeat scroll 0 0 #167CC3;
    border: 1px solid #D1D1D1;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    padding: 5px 15px;
}
.col_left button#ValidateCaptchaButton:hover, .col_left #submit:hover, .col_left button:hover {
    background: none repeat scroll 0 0 #000000;
}
/* FooterWrap */
#FooterWrap {
    background-color: #333333;
    float: left;
    margin-left: 0;
    margin-top: 60px;
    width: 100%;
	border-bottom: 3px solid #333;
}
/* --------------------------------------------------------------------------
	=Pre-Footer
--------------------------------------------------------------------------- */
#prefooter { margin: 0px auto; margin-top: 0px; width: 960px; background: #333333; }
#prefooter h1 { float: left; margin-top: 0px; margin-left: 0px; width: 100%; font-weight: 500; font-size: 15px; color: #ffffff; text-align: left; }
.bloc1 { float: left; margin-left: 0px; margin-top: 0px; width: 170px; padding-top: 40px; padding-bottom: 40px;}

.bloc1 ul { float: left; margin-top: 15px;  list-style-type: none; margin-left: 0.2em; padding:0; }
.bloc1 li a { font-family: Georgia; font-size: 12px; text-align: left;  color: #8c8c8c; text-decoration: none;}
.bloc1 li a:hover { color: #ffffff; text-decoration: underline;}


.bloc2 { float: left; /*margin-left: 30px;*/ margin-left: 15px; margin-top: 0px; /*width: 515px;*/ width:560px; padding-top: 40px; padding-bottom: 40px; }
.bloc2_left  { float: left; margin-left: 0px; margin-top: 0px; /*width: 160px;*/ width:auto; }
.bloc2_right { float: left; /*margin-left: 10px !important;*/ margin-left: 25px !important; margin-top: 0px; /*width: 160px; */ width:auto; }
.bloc2 ul { margin-top: 15px; list-style-type: none; padding:0; margin-left: 1px;  }
.bloc2 li a { font-family: Georgia; font-size: 12px; text-align: left;  color: #8c8c8c; text-decoration: none;}
.bloc2 li a:hover { color: #ffffff; text-decoration: underline;}


.bloc3 { float: left; /*margin-left: 30px;*/ margin-left: 15px; margin-top: 0px; /*width: 170px; */ width:155px; padding-top: 40px; padding-bottom: 35px;}
.bloc3_left  { float: left; margin-left: 0px; margin-top: 0px; width: 170px; margin-right:0px; }
.bloc3_right { float: right; margin-right: 0px; margin-top: 0px; width: 100px; }
.bloc3 ul { margin-top: 15px; list-style-type: none; padding:0; margin-left: 0.2em; }
.bloc3 li a { font-family: Georgia; font-size: 12px; text-align: left;  color: #8c8c8c; text-decoration: none;}
.bloc3 li a:hover { color: #ffffff; text-decoration: underline;}

/* --------------------------------------------------------------------------
	=Sitemap
--------------------------------------------------------------------------- */
#sitemap { padding:35px 0 0 0px; width:960px; }
#sitemap h1 { color: #3E6C1B; font-size: 28px; font-style: italic; font-weight: 300; line-height: 32px; margin: 0 0 20px 0; padding: 0; width:100%; float:left; }
.sitemapWrap { float: left; margin: 0 40px 11px 0; width: 210px; }
.sitemapWrap.right { float: left; margin: 0 0 11px 0 !important; width: 210px; }
.sitemapWrap h2 { border-bottom: 1px solid #DEDEDE; padding: 0 0 4px; }
.sitemapWrap ul {  padding: 10px 0; list-style:none; }
.sitemapWrap li { padding: 0 0 12px 11px; }
.sitemapWrap li.inner { padding:10px;padding-left:35px;background-image:none;font-size:90%; }
.sitemapWrap ul.inner { list-style-type: circle; margin: 0; padding: 0; }
.sitemapWrap ul.inner li { padding: 0; }

.sitemapWrap ul#searchhistory { padding:0 !important; margin: 5px 0 10px 0; }
.sitemapWrap li.history { float:left; width:100%; min-height:50px; }
.sitemapWrap li .search { float:left; width:100%; height:auto; }
.sitemapWrap li .date { float:left; color:#A6A6A6; margin-top:5px; }

/* --------------------------------------------------------------------------
	=Footer
--------------------------------------------------------------------------- */
#footer { position: relative; float: left; margin-top: 0px; width: 100%; background: #167CC3; border-top: 1px solid #5c5c5c;}
#footer_content { margin: 0px auto; margin-top: 0px; width: 960px; height: 30px; background: #167CC3; padding-bottom: 10px; } 

.footer_left  { float: left; margin-top: 0px; margin-left: 0px; width: 300px; padding-top: 12px; 
                font-family: "Lucida Grande",tahoma,arial; font-size: 10px; text-align: left;  color: #FFF; }

.footer_right { float: right; margin-top: 0px; margin-right: 0px; width: 600px;  padding-top: 6px; text-align:justify;
                font-family: "Lucida Grande",tahoma,arial; font-size: 10px; text-align: left;  color: #FFF;  }

.footer_right a { font-family: "Lucida Grande",tahoma,arial; font-size: 10px; text-align: left;  color: #FFF; text-decoration: none; }
.footer_right a:hover { color: #fff; text-decoration: underline; }