﻿body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
    background: #434663;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

.center-content {
    width: 100%;
    text-align: center;
}



.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

h1 {
    font-family: Arial, sans-serif;
	color: #ededec;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
    text-decoration: none;
}




@media (min-width: 1141px) {
  /****************************** DESKTOP ******************************/
  body {
  	background-color: #434663;
	width: 1240px;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	
  }

  #centered {
  	background-color: #ffffff;
  	position: absolute;
  	width: 1240px;
  	left: 50%;
  	top: -20px;
  	margin-left: -620px;
  	background-repeat: no-repeat;
  	margin-bottom: 20px;
  }

  #container {
  	background: #fff;
	height: 100%;
	width: 1240px;
  	margin: 0;
  }

  div.content {
  	background-color: #ffffff;
  	width: 1240px;
  	margin-left: 0px;
  	margin-right: 0px;
	margin-top: 0px;
  	padding-right: 0px;
  	padding-left: 0px;
  	padding-bottom: 0px;
	height: auto;
  }

 

	
img {
    max-width: 100%;
    height: auto;
}

 div.headerbk { 
 	z-index: 1;
  	width: 100%;
  	height: auto;
  	top: 0px;
  	left: 0px;
  	}


  div.text {
  	background-color: #ffffff;
  	width: 900px;
  	float: left;
	padding: 45px 0 0 50px;
  	font-family: Arial, san-serif;
  	color: #444;
  	font-size: 14px;
  	line-height: 20px;
	padding-bottom: 80px;
  	}

	
  div.right-rail {
        font-family: Arial, san-serif;
  		color: #444;
  		font-size: 12px;
  		line-height: 18px;
		width: 250px;
        float: left;
        clear: none;
        padding: 45px 0 20px 40px;
	 }

      
  
  div.clear {
        clear:both;
      }

  
	
img {
    max-width: 100%;
    height: auto;
}

 

 div.footer-back {
	height: 360px;
	width: 100%;
	align: center;
    padding: 0px 0px 0px 0px;
    background: url("../images/footer-back-12.jpg") no-repeat;
	display: inline-block;
  	}

	div.footer-nav {
        width: 100%;
		height: auto;
		padding: 75px 0px 75px 0px;
		font-family: Arial, san-serif;
  		color: #555;
  		font-size: 14px;
  		line-height: 20px;
		float: left;
		text-align: center;
    }
	

.mobile-show {
  display:none;
  visibility: hidden;
}


  a:link {
  text-decoration:none;
  color:#1c70bf;
  }
  a:hover {
  text-decoration:underline;
  color:#1c70bf;
  }
  a:visited {
  text-decoration:none;
  color:#1c70bf;
  }

		.searchheading { font-size: 100%; font-weight: bold; }
		.summary { font-size: 100%; font-style: italic; }
		.suggestion { font-size: 1em; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: left; }

		.result_title { font-size: 1.1em; font-weight: bold; color: black;}		
		.description { font-size: 100%; color: #008000;}
		.context { font-size: 100%; }
		.infoline { font-size: 100%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 1em; }
		.zoom_results_per_page { font-size: 90%; margin-left: 10px; }
		.zoom_match { font-size: 1em; margin-left: 10px;}				
		.zoom_categories { font-size: 90%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 80%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 65%; font-style: normal; color: #808080; margin-right: 15px}


}

 /***************************      MOBILE BREAK    ******************************/



@media only screen and (min-width: 200px) and (max-width: 1140px) {
  /*** MOBILE ***/
  html, body {
  background-color: #fff !important;
  	}
  
  
  body {
  	background-color: #fff;
  	width: 100%;
  	padding: 0px;
  	text-align: left;
  	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  }
  
  div.container {
  	background-color: #fff;
	width: 320px;
	}
	
  div.content {
          background-color: #fff;
		  margin-top:0px;
        }
	
img {
    max-width: 100%;
    height: auto;
}
 
div.headerbk { 
 	z-index: 1;
  	width: 100%;
  	height: auto;
  	top: 0px;
  	left: 0px;
  	}

div.textbk {
	background-color: #ffffff;
  	width: 80%;
	margin: 0 15px 0 0;
  	float: left;
	height: auto;
}

  div.text {
  	width: 80%;
	margin: 0 15px 0 0;
	float: left;
	margin: 35px;
  	font-family: Arial, san-serif;
  	color: #444;
  	font-size: 1.3em;
  	line-height: 1.5em;
	margin: 0 0 0 15px;
	}

	
  div.right-rail {
        background-color: #ededec;
		font-family: Arial, san-serif;
  		color: #444;
  		font-size: 1.3em;
  		line-height: 1.5em;
		width: 100%;
        float: left;
		text-align: center;
        clear: none;
        padding: 45px 0 20px 0px;
	 }



div.footer-back {
	height: auto;
	width: 100%;
	align: center;
    padding: 0px 0px 0px 0px;
    background: url("../images/footer-back-12b.jpg") no-repeat;
	background-color: #f0e2cd;
	display: inline-block;
  	}

	div.footer-nav {
        width: 100%;
		height: auto;
		padding: 75px 0px 75px 0px;
		font-family: Arial, san-serif;
  		color: #555;
  		font-size: 1em;
  		line-height: 2.2em;
		float: left;
		text-align: center;
    }
	

  div.centered {
  	text-align: center;
	}  
		
 div.indent {
  	padding: 0 0 0 10px;
	}
	
.desktop-show {
  display:none;
  visibility: hidden;
}


a:link {
  text-decoration:none;
  color:#1c70bf;
  }
  a:hover {
  text-decoration:underline;
  color:#1c70bf;
  }
  a:visited {
  text-decoration:none;
  color:#1c70bf;
  }
  
  
  
  
		.searchheading { font-size: 80%; font-weight: bold; }
		.summary { font-size: 1em; font-style: italic; }
		.suggestion { font-size: 1em; }
		.results { font-size: 90%; }
		.category { color: #999999; }
		.sorting { text-align: left; }

		.result_title { font-size: 1.1em; font-weight: bold; color: black;}		
		.description { font-size: 75%; color: #008000;}
		.context { font-size: 80%; }
		.infoline { font-size: 70%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 1em; }
		.zoom_results_per_page { font-size: 90%; margin-left: 10px; }
		.zoom_match { font-size: 1em; margin-left: 10px;}				
		.zoom_categories { font-size: 90%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 80%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 65%; font-style: normal; color: #808080; margin-right: 15px}

}


