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

a{
	text-decoration:none;
	}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	background-image: url(pics/bckg.jpg);
	background-repeat: repeat-x;
	}
	
#mainbg{
	position:relative;
	margin: 0 auto;
	width:807px;
	height: auto;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-y;
  }

#main{
	position:relative;
	margin: 0 auto;
	width:800px;
	height: auto;
	background-color:#ffffff;
  }
  
#mainbg_contact{
	position:relative;
	margin: 0 auto;
	width:812px;
	height: 650px;
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-y;

  }

#main_contact{
	position:relative;
	margin: 0 auto;
	width:800px;
	height: 650px;
	background-color:#ffffff;
  }
  
#mid_content{
	position:relative;
	padding-left:0px;
	padding-top:10px;
	top: 0px;
	left: 10px;
	width: 760px;
	height: auto;
	margin-top:0px;
	min-height:280px;
	}    
  
#column_one{
	position:absolute;
	top: 277px;
	left: 10px;
	width: 380px;
	height: 266px;
	margin-top:0px;
	}

#column_two{
	position:absolute;
	top: 277px;
	right: 10px;
	width: 380px;
	height: 266px;
	}
	
#photos{
	position:absolute;
	top: 277px;
	right: 10px;
	width: 760px;
	height: 266px;
	}
	
#nav {
	position:relative;
	top: 5px;
	left:0px;
	width:800px;
	height:38px;
	background-color: #9DBFEC;
	}
	
#footer {
	position:relative;
	bottom: 0x;
	left:0px;
	width:800px;
	height:48px;
	background-color: #9DBFEC;
	}	
	
#logo{
	width:800px;
	}
	
	
#content{
	position:absolute;
	top:157px;
	width:800px;
	height:600px;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#text{
	position:absolute;
	top :9px;
	left: 10px;
	width : 447px;
	height: 548px;
	background-image: none;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 15px;
	}	
	
 
.title{
	font-family:"Century Gothic", Arial;
	font-size: 36px;
	}
	
.sub{
	font-family:"Century Gothic", Arial;
	color:#ffffff;
	font-size: 18px;
	}

	.tel {
	padding-left: 17px;
	background: url(pics/phone.jpg) no-repeat center left;
	}
	
	.pc {
	padding-left: 17px;
	background: url(pics/pc.jpg) no-repeat center left;
	}
	.mobile {
	padding-left: 17px;
	background: url(pics/mobile.jpg) no-repeat center left;
	}
	
.footer_text{
	padding-right:10px;
	padding-top:2px;
	}

	
h1{
	font-family: Arial;
	color:#007291;
	font-size: 18px;
	}
	
h2{
	font-family: Arial;
	color:#007291;
	font-size: 14px;
	}

.yay{
	border-right: 1px solid;
	font-family: verdana, sans-serif;
	display: block;
	font-size: 14px;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #9DBFEC;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
  }
  
  
.yay:HOVER{
	border-right: 1px solid;
	font-family: verdana, sans-serif;
	display: block;
	font-size: 14px;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #2870D0;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
  }

.other_a{
	font-family: verdana, sans-serif;
	display: block;
	font-size: 14px;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #9DBFEC;
	color: #FFFFFF;
	padding:10px 27px;
  }
  
.other_a:HOVER{
	border:none;
	font-family: verdana, sans-serif;
	display: block;
	font-size: 14px;
	float: left;
	text-decoration: none;
	text-align: center;
	background-color: #2870D0;
	color: #FFFFFF;
	padding:10px 27px;
  }




