@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666; 
}

strong { color: #454549; }


#header {
	background-color: #272727;
	height: 175px;
	border-bottom: 10px solid #01c1f5;
}

#navigation { 
	background-color: #dedede;
	height: 77px;
}

 .nav-wrap { padding: 25px 0 0 0; }

.center-wrap {
	width: 980px;
	margin: 0 auto;
}

.center-wrap2 {
	width: 1000px;
	margin: 0 auto;
}


ul.menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 980px;
	height: 77px;
}

ul.menu li a {
	float: left;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	padding: 30px 37px 0 0;
	color: #666;
	text-decoration: none;
}

#main {
	clear: both;
	width: 980px;
	margin: 50px auto 50px auto;
	border: 1px solid #ccc;
	background: url(images/main-bg.jpg) repeat-y;
}


.sidebar {
	float: left;
	width: 214px;
	padding: 20px;
	text-align: justify;
	font-size: 12px;

}

.sidebar a {
	color: #666;
}

	.sidebar h4 { text-align: left; }
	
	
	hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


.content {
	float: right;
	width: 724px;
	text-align: justify;
}

	.box-facade {
		background-color: #f5f5f5; 
		padding: 15px 30px 15px 30px; 
		text-align: justify;
		border-bottom: 1px solid #ccc;
	}
	
	.box-facade h2 { color: #454549; text-align: left;  }
	
	.box-facade p { color: #666; }
	
	.box-white-wrapper {
		padding: 30px;
	}
	
	 .box-white-wrapper a { color: #666; } 
		
		

.clearfix { clear: both; }


#footer {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 75px;
}

#footer a { color: #666; } 

.box-white-wrapper .txtBoxes, textarea { width: 440px; padding: 5px; border: 1px solid #222; }
 select { width: 440px; padding: 5px; border: 1px solid #222; }