﻿@charset "utf-8";
/* CSS Document */

.wrapper {
	width: 960px;
	margin: auto;
	position: relative;
}
#base {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_main.png) bottom repeat-x;
}
#base #container {
	margin: 0px;
	padding: 0px;
}
#base #container #strip {
	margin: 0px;
	padding: 0px;
}
#base #container #header {
	margin: 0px;
	padding: 0px;
	background: url(../images/header-bg.png) repeat-x top left;
	position: relative;
	z-index: 10;
}
#base #container #header1 {
	margin: 0px;
	padding: 0px;
	background: url(../images/header-bg.png) repeat-x top left;
	position: relative;
	z-index: 100;
}
#base #container #banner {
	margin: 0px;
	padding: 0px;
	height: 535px;
	overflow: hidden;
}
#base #container #banner2 {
	margin: 0px;
	padding: 0px;
	height: 477px;
}
#base #container #content {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#base #container #footer {
	margin: 0px;
	padding: 15px 0px;
	background: #767779 url(../images/footer_bg.png) repeat-x;
	position: relative;
	z-index: 30;
}
#spacer1 {
	height: 15px;
}
#spacer2 {
	height: 25px;
}
#spacer3 {
	height: 50px;
}
#spacer4 {
	height: 100px;
}
#spacer5 {
	height: 150px;
}
#spacer6 {
	height: 200px;
}
#base #container .wrapper .fl {
	float: left;
}
#base #container .wrapper .fr {
	float: right;
}
#myModal .personeIMG .modal-body .fl {
	float: left;
}
#myModal .personeIMG .modal-body .fr {
	float: right;
}
.redColor {
	color: #E97860;
}
.white{
	color:#FFF;
}
.blueColor {
	color: #223b92;
}
.oblueColor {
	color: #208ec4;
}
.orColor {
	color: #e76a4f;
}
.grayColor {
	color: #E97860;
}
.dgrayColor {
	color: #252526;
}
.two_column1{
	width: 340px;
	margin-right: 15px;
}
.two_column2{
	width: 340px;
}
.orangefontsize{
	font-size:0.8em;
}

.three_column1{
	width: 210px;
	margin-right: 20px;
}
.three_column2{
	width: 210px;
	margin-right: 20px;
    float:left;
}
.three_column3{
	width: 210px;
}
/*-------------------*/
.blueColor2 {
	color:#208EC4;
	font-size:14px;
}
