@CHARSET "UTF-8";


.l-wrapper { 
	position: relative; 
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
}

a { color: white; }

.clear { clear: both; }


.l-content.delim { 
	height: 6px;
	margin-bottom: 20px;
	background: url('../images/diagonals.png') left top; 
	clear: both;
}

.l-content.delim-thin { 
	height: 1px;
	background: url('../images/diagonals.png') left top; 
}


.b-nav {
	float: right;
	margin: -3px 0 0 0;
	padding: 0px;
	list-style: none;
	
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: .7em;
}
.b-nav li { 
	float: left; 
	margin-left: 15px; 
	padding-top: 10px;
}
.b-nav li a {
	text-decoration: none;
	color: #ddd;
}
.b-nav li a:hover { color: white; }
.b-nav li.active {
	background: url('../images/accent.png') no-repeat top center;
}
.b-nav li.active a {
	color: white;
}



.b-nb {
	float: left;
	width: 100%;
	
	border-top: dotted 1px #d3d3d3;
	border-bottom: dotted 1px #d3d3d3;
	padding: 13px 0;
	margin: 35px 0 30px 0;
	
	font-size: 1.25em;
	font-style: italic;
	color: grey;
}
.b-featers {
	margin-left: 0.5em;
	list-style: none;
	font-size: 0.85em;
	line-height: 1.65em;
	font-family: georgia, times, serif;
	margin-bottom: 1.25em;
}

.l-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 100;

	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: #ddd;
	margin-top: -56px;
	height: 55px;
	
	overflow: hidden;
}
.l-footer-boofer { height: 105px; }
.l-footer .inner { width: 800px; margin: 15px auto 0;  }
.l-footer a { color: white; }
.l-footer span { float: right; }


.l-content ul { 
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 25px; 
	float: left; 
	font-size: 0.8em;
	color: #dddddd;
}


.b-parameters {
	float: left;
	width: 100%;	
	margin-bottom: 35px;
	font-size: .8em;
	font-family: georgia, serif;
}
.b-parameters thead tr td { font-weight: bold; }
.b-parameters tr td {
	border-bottom: solid 1px #d3d3d3;
	padding: 4px 0;
}



#example {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
	margin-bottom: 45px;
}

#example_1 {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
}

#example_2 {
	position: relative;
	float: left;
	width: 800px;
	height: 267px;
	margin-bottom: 60px;
}

#example_3 {
	position: relative;
	float: left;
	width: 100%;
	height: 415px;
}
#example_3 .i-slider-section { 
	background: url('../images/vertical_bg.gif'); 
	text-align: center; 
	color: #333;
}
.i-slider-section img{width:100% !important;} 
#example_3 .i-slider-section h3 {text-align: left; width:100%; float:left; margin:10px 0 3px 0; padding:0; font-size:20px; line-height:22px; color:#003366; font-family: 'PT Sans', sans-serif; display:block; height:48px; overflow:hidden;}
#example_3 .i-slider-section h3 a{text-decoration:none; color:#003366;}
#example_3 .i-slider-section p {width:100%; float:left; margin:0; padding:0; font-size:14px; color:#404040; font-family: 'PT Sans', sans-serif; text-align:left; overflow: hidden;
height: 38px;} 

