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

body,form,img,p,h1,h2,h3,ul,ol,li {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font:11px Verdana, Geneva, sans-serif;
	line-height:20px;
	background:#92bab9 url(../images/BG_body.gif) top left repeat-x;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#mainContainer {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#main {
	width:900px;
	float:left;
}
#banner {
	width:900px;
	height:140px;
	color:#fff;
	position:relative;
	background:url(../images/BG_banner.jpg) no-repeat;
}
#banner a {
	color:#fff;
	text-decoration:underline;
}
#banner a:hover {
	text-decoration:none;
}
#logo {
	width:275px;
	height:83px;
	position:absolute;
	top:20px;
	left:20px;
}
#phone {
	width:276px;
	text-align:right;
	position:absolute;
	top:35px;
	right:20px;
}
#content {
	width:900px;
	float:left;
	background:url(../images/BG_content.gif) top left repeat-y;
}
#leftColumn {
	width:180px;
	float:left;
	text-align:right;
}
#nav {
	width:179px;
	background:#2e8785 url(../images/BG_navBottom.gif) bottom right no-repeat;
	list-style:none;
	margin-left:1px;
	padding:20px 0;
}
#nav li a {
	width:159px;
	height:47px;
	color:#fff;
	display:block;
	line-height:47px;
	background:url(../images/BG_nav.gif) top left no-repeat;
	padding-right:20px;
}
#nav li a.act {
	background:url(../images/BG_navOver.gif) top left no-repeat;	
}
#nav li a.last {
	background:url(../images/BG_navLast.gif) top left no-repeat;
}
#nav li a:hover {
	text-decoration:none;
	background:url(../images/BG_navOver.gif) top left no-repeat;
}
#leftLogos {
	text-align:center;
	margin:20px 0;
}
#rightColumn {
	width:680px;
	float:left;
	margin:20px;
	display:inline;
}
#rightColumn h1 {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
}
#rightColumn h1,#rightColumn p,#rightColumn ul,#rightColumn ol {
	line-height:20px;
	margin-bottom:15px;
}
#rightColumn .homeBlock1 {
	width:660px;
	padding:10px;
	float:left;
	background:#137b78;
	marign-bottom:15px;
}
#rightColumn .homeBlock1 img {
	float:left;
}
#rightColumn .homeBlock1 ul {
	width:250px;
	float:left;
	color:#fff;
	font:24px Georgia, "Times New Roman", Times, serif;
	padding:0 0 0 40px;
	margin-bottom:0px;
}
#rightColumn .homeBlock1 ul li {
	line-height:53px;
	
}
#footer a {
	color:#137b78;
}
#footer {
	width:900px;
	height:50px;
	color:#137b78;
	float:left;
	position:relative;
	background:url(../images/BG_footer.gif) top left no-repeat;
}
#footerLeft {
	width:575px;
	position:absolute;
	top:5px;
	left:20px;
}
#footerLeft a {
	padding:0 8px;
}
#footerLeft a.first {
	padding:0 8px 0 0;
}
#footerRight {
	width:280px;
	position:absolute;
	text-align:right;
	top:5px;
	right:20px;	
}
#footerRight a {
	text-decoration:underline;
}
#footerRight a:hover {
	text-decoration:none;
}
