@charset "utf-8";
/* CSS Document */
* {
	font-family:calibri;
	font-size:11pt;
	line-height:14pt;

}

body {
	margin:0px;
	text-align:left;
	color:#666666;
	font-style:normal;
	
}
.page_container {
	margin:0 auto;
	width:980px;
	text-align:left;
	background-color:#ffffff;
}

.top_banner	{
	margin-top:0;
	background-image:url(images/Logo.jpg);
	height:118px;
	background-repeat:no-repeat;
}

.top_contact_txt {
	padding-top:55px;
	padding-right:30px;
	text-align:right;
}

.image_banner {
	height:220px;
}	

.menu_box {
	margin-top:35px;
	text-align:left;
	width:260px;
	float:left;
}

.menu_box a{
	font-size:13pt;
	text-decoration:none;
    display:block;
    width: 120px;
    margin-left:50px;
	line-height:27px;
	color:#666666;
	border-bottom:2px solid white;
}
.menu_box a:hover	{
    border-bottom:2px solid #1493cb;
	color:#666666;

}
.menu_underline	{
	font-size:13pt;
    display:block;
    width: 120px;
    margin-left:50px;
	line-height:27px;
	border-bottom:2px solid #1493cb;
}

.column_1 {
	margin-top:35px;
	width:490px;
	float:left;
	padding-bottom: 30px;

}

.column_1a {
	margin-top:13px;
	width:161px;
	padding-right:15px;
	float:left;

}

.column_2 {
	margin-top:35px;
	float:right;
	width:180px;
	margin-right:15px;
}

.service_list {
	display:block;
	font-size:12pt;
	line-height:20pt;
	border-bottom:1px solid #1493cb;
	width:165px;
}

.heading_blue {
	color:#1493cb;
	font-weight:bold;
	font-size:13pt;
}


.image_right {
	float:right;
	padding-right:20px;
	padding-top:20px;
}

h1	{
	font-size:12pt;
	font-style:normal;
	line-height:10px;
	margin-top:10px;
}

h2	{
	font-size:10pt;
	font-style:normal;
}

.bottom_banner {
	border-top:solid 1px #999999;
	text-align:center;
	clear:both;
	width:945px;
	margin-left:18px;

}

.copyright {
	font-size:8pt;
	padding-top:8px;
	padding-bottom:10px;
}	

