/* CSS Document */
* { padding: 0; margin: 0; }

html {height:101%}


h1 { font-size: 130%;}
h2 { font-size: 110%;}

p {font-size:100%; line-height:1.6em;}



a {text-decoration:none; outline:none; color:#0063AF}
a:hover {text-decoration:underline;}

img {border:0}




body {
	color:#696969;
	background-color:#fafafa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../graphics/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	}
	
#page {
	position:relative;
	width:945px;
	padding:0 30px 30px 30px;
	margin:0 auto;
	}
	
#header {
	position:relative;
	
	}
	
#phone {
	float:right;
	font-size:1em;
	font-weight:bold;
	margin:15px 15px 15px 0;
	}
	

	
#logo {margin:25px 0}
	
/*NAVI*/

#navi {
	background-color:#efefef;
	width:945px;
	font-size:0.9em;
	}
	
.nav_point {
	float:left;
	display:block;
	background-color:#efefef;
	text-align:center;
	padding:12px 17px 10px 17px;
	border-right:1px solid #d9d9d9;
	color:#707070;
	}
	
.nav_point:hover {text-decoration:none; background-color:#eaeaea}
	

/*SLIDESHOW*/
#slideshow_Box {
	position:relative;
	display:block;
	width:945px;
	height:400px;
	margin-top:20px;
	}
	
#claim {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../graphics/bg_claim.png);
	background-repeat:repeat;
	z-index:99;
	}
	
#headline {
	}

#sub_Bar {
	display:block;
	width:945px;
	height:36px;
	background-color:#fff300;
	margin-top:5px;
	}
	
/*Content*/
#content {
	margin:30px 0 45px 0;
	}
	
.text {
	width:620px;
	font-size:1em;
	}
	
.column {
	float:left;
	margin-top:60px;
	width:445px;
	}
	
.column1 {
	float:left;
	width:275px;
	padding-right:29px;
	border-right:1px solid #CCCCCC;
	margin-right:30px;
	height:500px;
	}
	
.column2 {
	float:left;
	width:275px;
	}
	
.column2 ul {
	list-style:inside square;
	line-height:1.6em;
	}
	
.clearer {
	clear:both;
	}
	
#footer {
	position:relative;
	width:945px;
	font-style:normal;
	font-size:x-small;
	background-color:#efefef;
	margin-top:20px;
	}
	

.headlineImg {margin-bottom:15px;}

iframe {margin-top:60px;}


/*Table*/

.td_narrow {width:120px}
.td_wide {width:250px;}


	
.left {
	float:left;
	margin:15px 0 15px 15px;
	}
	
.right {
	float:right;
	}
	
	