@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background: #0d3e5f url(images/body_bg.jpg) repeat;
}
#container {
	width:812px;
	margin:30px auto;
}
#header {
	width:812px;
	height:100px;
	background:url(images/header_bg.jpg) no-repeat top center;
}
#header #logo {
	width:310px;
	height:100px;
	border:0;
}
#header #phone {
	float:right;
	font-size:22px;
	font-weight:bold;
	margin-right:20px;
	margin-top:50px;
	text-align:right;
}
#header .email {
	font-size:12px;
	color:#0d3752;
	text-decoration:underline;
	text-align:right;
}
#page {
	width:812px;
	background:url(images/page_bg.jpg) repeat-y;
}
#content {
	width:766px;
	margin:0 auto;
}
#content #slideshow {
	margin:20px auto;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
#content #left {
	width:490px;
}
#internal {
	width:760px;
	margin:30px 0;
}
#content .internal {
	margin-top:30px;
}
#content #right {
	float:right;
	width:260px;
}
#right .box {
	width:253px;
	min-height:186px;
	background:url(images/right_bg.jpg) repeat-x;
}
#right .bubble {
	width:239px;
	background:url(images/bubble_middle.jpg) repeat-y;
}
#right .bubble_container {
	padding:8px;
}
#right h3 {
	color:#0D3E5F;
	font-size:14px;
	width:100%;
	border-bottom:1px solid #999;
}
.bubble_container img{
	display:block;
}
#answer{
	width:237px;
	border:0;
	border-right:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	text-align:left;
	font-size:12px;
	color:#666;
}
#right .bubble_container p {
	padding:3px;
}
#content h1 {
	color:#0D3E5F;
	font-size:20px;
}
#content h2 {
	color:#0D3E5F;
	font-size:16px;
}
#content h3 {
	color:#222;
	font-size:14px;
	margin-top:8px;
}
#content p {
	font-size:12px;
	padding:5px 0;
}
#menu {
	width:767px;
	height:28px;
	margin:0 auto;
	background:url(images/menu_bg.jpg) repeat-x;
	border-right: 1px solid #a89865;
	border-left: 1px solid #a89865;
}
#menu td {
	text-align:center;
	border-right: 1px solid #a89865;
}
#menu .r {
	border-right: 0;
}
#menu a {
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#footer {
	width:800px;
	height:88px;
	margin:0 auto;
	background:url(images/footer_bg.jpg) repeat-x;
	clear:both;
}
#footer #address {
	float:right;
	text-align:right;
	font-size:12px;
	margin-right:20px;
	margin-top:20px;
}
#footer #phone {
	font-size:22px;
	font-weight:bold;
	padding-top:20px;
	margin-left:20px;
}
#footer .email {
	font-size:12px;
	color:#0d3752;
}

#represent {
	margin-left:15px;
	margin-bottm:20px;
	width:100%;
}
#represent a {
	font-size:12px;
}
