/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* //////////////// BODY ////////////////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #bda382;
	background-image: url(bg-tunnel.jpg);
	background-repeat: repeat-x;
	text-align: center; /* MS IE patch for centering divs */
}
/* Body Elements */
p, ol, ul, dl, dt, td, th {margin-bottom: 1em; line-height: 1.6em; font-size: 1.15em;}
.clear {clear: both;}


/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* ////////////// DATA PANE /////////////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

/* All Headings */
h1 {font-size: 18px;} h2 {font-size: 1.8em;} h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;} h5 {font-size: 1.2em;} h6 {font-size: 1.2em;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #885555; /* original hex plus 2 for each digit */
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	padding: 1em 0 0 0;
	color: #663333;
}

/* Basic Links */
        a { color: #663333; /* usually the same colour as headings */ }
  a:hover { color: #885555; /* original link hex plus 2 for each digit */ }
  #footer { color: #98542a; font-size: 10px; }
#footer a { color: #333333; font-size: 10px; }

/* List Items */
ul li {margin-left: 40px; list-style-image: url(bullet.png);}
ol li {margin-left: 40px; list-style-type: decimal;}

/* Forms */
form input,
form select,
form textarea {
    margin-right: 5px;
    font-size: 1em;
    padding: 0px;
    margin: 0;
    border: 1px solid #663333; /* usually the same clour as headings */
    background-color: #fff;
}

/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* ////////// MAIN LAYOUT STYLES ////////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

/* website area */
#hp_sitewrapper{
	width: 800px;
	background-image: url(bg-main_sitewrapper.jpg);
	background-repeat:repeat-y;
	border: 1px solid #ac5930;
	margin: 0 auto;
	text-align: left;  /* revert from MS IE patch for centering divs */
}
/* total content area */
#hp_main{
	width: 800px;
	background-image:url(bg-main_sitewrapper-top.jpg);
	background-repeat:no-repeat;
}
/* editable content area */
#hp_datapane{
	padding: 0px 25px 0px 25px;
}
/* menu area */
#flymenu{
	padding: 10px 10px;
}
/* menu tweaks */
.flyLevel0{
	/* OVERRIDES: 'Lock In' Specific Colors */
	color:#fff;
	/* TEMPLATE EXTRAS: Add border effects */
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border: none;
}


/* //////////////////////////////////////// */
/* //////////////////////////////////////// */
/* ///////// TUNNEL LAYOUT STYLES ///////// */
/* //////////////////////////////////////// */
/* //////////////////////////////////////// */

/* module - news */
.news_date{
	color: #ff8e62;
	font-size: 14px;
	display: block;
}

/* module - services */
#tp_sitewrapper #services #servicecontrols a{
	color: #cb875d;
	font-size: 12px;
	text-decoration: underline;
}
#tp_sitewrapper #services a{
	color: #000;
	font-size: 12px;
}
#bomLogo{
	margin: 5px 0px 0px 0px;
}

/* module - location */
#map{
	width: 260px;  /* IMPORTANT!!! */
	height: 184px; /* IMPORTANT!!! */
}
#ourlocation-box{
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 0 0 50px;
	width: 260px;
	height: 184px;
}

/* module - weather */
#localweather{
	font-size: 11px;
}
#localweather-box{
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 0 0 50px;
	width: 240px; /* 260 - 20 [padding] */
	padding: 0px 10px;
	line-height: 14px;
}

/* website area */
#tp_sitewrapper{
	width: 770px;
	margin: 0 auto;
	text-align: left;  /* revert from MS IE patch for centering divs */
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-color: #FFF;
}
/* header */
#tp_main-top{
	margin: 0px 35px;
	font-size: 10px;
	border-bottom-color: #dfa34e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* left column */
#tp_main-left{
	width: 190px;
	margin-left: 35px;
}
#tp_main-right{
}
#tp_sitewrapper h1{
	color: #666;
	font-size: 18px;
}
#tp_sitewrapper h2{
	padding: 0 0 0 0;
	color: #cb875d;
	font-size: 14px;
}

/* right column */
#tp_right-panel{
	margin: 0 20px 0 10px;
	color: #fff;
}
#tp_right-panel h1{
	color: #fff;
}
#tp_address{
	text-align: center;
	border-top: solid 1px #dfa34e;
	border-bottom: solid 1px #dfa34e;
}
