@charset "utf-8";
/* CSS Document */

#pagewrap {
	background-image: url(../images/pagewrap_bg.png)
	}
#head {
	background-image: url(../images/head_bg.png);
	width: 945px;
    height: 20px;
}

#t1 {
	/*position: relative;*/
    float: left;
	background-image: url(../images/t1_bg.png);
	width: 765px;
	height: 94px;
	}
#t2 {
	/*position: relative;
	top: 5px;
	left: 186px; */
    float: left;
	width: 765px;

	}			
	#t2_leftcol {
		/*border: 1px solid red;*/
		/*position: relative;
		top: 0px;
		left: 0px;*/
        float: left;
		width: 360px;
		padding: 20px 0px 0 20px;
		}
	#t2_leftcol #content {
      min-height: 250px;
    }

	#t2_rightcol {
		/*border: 1px solid red;*/
		/*position: absolute;
		top: 0px;
		left: 381px;*/
        float: left;
		width: 360px;
		padding: 20px 0 0 15px;
		}	
#t3 {
/*	position: relative;*/
    clear: both;
	width: 945px;
	height: 20px;
	background-image: url(../images/t3_bg.png);
	}
#t4 {
	background-image:url(../images/t4_bg.png);
	height:73px;
	padding:0 0 0 26px;
	width:920px;
	}
	#t4 img {
		float:left;	
		padding: 16px 4px 16px 4px;
		}
	#t4_location {
		float:left;
		margin:auto;
		padding:20px;
		text-align:center;
		}
		#t4_location .city {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #154998;
			font-weight: bold;
			}
		#t4_location .phone {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333;	
			}
		#t4_copyright a:link, #t4_copyright a:visited{
			color: #346cc0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			text-decoration: none;
			}
		#t4_copyright a:hover {
			color: red;
			}			
			