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

.clearb{clear:both;}

#page {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 950px;
}

#ban_fin {
    background-image: url('images/new-header.jpg');
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    height: 150px;
    padding: 10px 0 0 10px;
}

#phone {
    float: left;
    font-size: 26px;
    height: 30px;
    margin-top: 100px;
    padding-left: 5px;
    width: 300px;
	display:none;
}

#addy {
    float: right;
    font-size: 14px;
    margin: 60px 430px 10px 0;
    text-align: right;
    width: 170px;
	display:none;
}

#content{}

#left{
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-left: 12px;
    padding: 0 0 5px 12px;
    width: 560px;
	/*background-color:#09C;*/
}


#sidebar{width:340px; height:500px; /*background-color:#F63;*/ float:right; border:1px solid #ccc; padding-bottom:15px;}

#footer {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    text-align: center;
	background:url('images/footer-bg.jpg') no-repeat;
	height:40px;
	padding-top:2px;
	margin-top:10px;
}


/* START ZEN10 Contact Form (Include the sidebar1 above) */

#contact{margin-left:30px; margin-right:25px;}

#contact p{color:#000; font-size:12px; font-family: 'Arial', sans-serif;}
#contact h3 { font-size:20px; font-family:'Arial'; font-weight:normal; color:#000;}
#contact .inputtext { font-size: 9px; text-transform: uppercase; color:#000;}
#contact input, #contact textarea { width: 270px; height:18px; margin: 0px; border-color:; border:1px solid #484B46; margin-top:4px;}
#contact textarea { height: 45px;} 
#contact p, #contact form { margin: 0px; padding: 0px; line-height: 14px; padding-top: 7px; } 
#contact .small { width: 20px; }
#contact .small { width: 20px; margin-bottom: 5px; }
#contact .submit { width:270px; height:28px; text-align: center; color: #000; font-size: 10px; line-height: 18px; background: #CCCCCC; height: 26px; margin-bottom:0px; border:none; }
/* END ZEN10 Contact Form */


/* ************** THIS SECTION IS FOR THE JAVASCRIPT STUFF ********************* */


#button {
    font-size: 11px;
    /*font-weight: bold;*/
    text-decoration: underline;
    text-transform: uppercase;
    width: 115px;
	line-height:12px;
	padding-bottom:10px;
	padding-top:10px;
	font-family:'Arial';
}

#button p{color:#000; text-decoration:underline;}
#button p:visited{color:#000; text-decoration:underline;}
#button p:hover{color:#d31145; text-decoration:underline; }

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:10;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:480px;
width:450px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:12;
padding:12px;
color:#000;
font-size:10px;
}
#popupContact h1{
text-align:left;
color:#000;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#popupContact p{color:#000; font-size:15px;}

strong {font-weight:bold;}