@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 950px;
	display: block;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color:#003d79;
	display: block;
	width: 950px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 117px;
}
#main {
	bottom: 0px;
	display: block;
	float: left;
	margin: auto;
	top: 0;
	width: 950px;
	background-color: #ffffff;
}

#content{
	width: 950px;
	margin: auto;
	background-color: #ffffff;
	height: auto;
	
}
#content_services{
	width: 950px;
	margin: auto;
	background-color: #003d79;
	height: auto;
	
}
#content_left {
	display: block;
	float: left;
	width: 472px;
}
#content_left img {
	margin: 0px;
	padding: 0px;
}

#content_right {
	float: left;
	width: 438px;
	padding: 20px;
	background-color: #ffffff;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

#text {
	color: #000;
	display: block;
	float: left;
}

#gallery {
	display: block;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.gallery_item{
	display: block;
	height: 138px;
	width: 125px;
	float: left;
	text-align: center;
	margin: auto;
}
.gallery_item2{
	display: block;
	height: 138px;
	width: 125px;
	float: left;
	text-align: center;
	margin: auto;
}
.gallery_item img{
	margin-top: 34px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gallery_item2 img{
	margin-top: 21px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menus_space {
	height: 50px;
	width: 950px;
}
.menus {
	display: block;
	height: 23px;
	margin-top: 0px;
	width: 940px;
	margin-right: 10px;
	padding-top: 7px;
}
.menus a{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 14px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	float: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.menus a:hover{
	text-decoration: underline;
}
.menu_div{
	display: block;
	height: 12px;
	margin-top: 6px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 6px;
	float: right;
	background-color: #002f67;

	width: 2px;
}

.menu_item a:hover{
	color: #000;
}
#sections{
	display: block;
	height: 100px;
	margin-top: 4px;
	float: left;
	width: 950px;
	color: #FFF;
}
.section_item_left{
	height: 97px;
	float: left;
	width: 472px;
	background-color: #001b4d;
}
.section_item_right{
	height: 97px;
	float: left;
	width: 473px;
	margin-left: 5px;
	background-color: #001b4d;
}
.section_text {
	display: block;
	height: 74px;
	float: left;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
}
.section_text a:hover{
	text-decoration: none;	
}
.section_img{
	float: right;
	
}
#footer {
	font-size: 10px;
	bottom: 0;
	display: block;
	float: left;
	height: 21px;
	top: 0;
	width: 950px;
	margin: auto;
}
#footer_left{
	display: block;
	float: left;
}
#footer_right{
	display: block;
	float: right;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#gallery_background {
	color: #000;
	display: block;
	height: auto;
	width: 950px;
	background-color: #000;
}
#column1 {
	display: block;
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#column2 {
	display: block;
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content a {
	color: #355c87;
	font-size: 10px;
}
#content  p {
	margin-bottom: 0px;
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 0px;
}

