/* .left_column {
	width: 179px;
	position: absolute;
	left: 150px;
	top: 260px;
}
*/

.left_box_1 {
	width: 179px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: solid 1px #999966;
	font-size: 12px;
	line-height: 120%;
}

.left_box_cruise {
	width: 179px;
	height: 241px;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: solid 1px #999966;
	background:#ffcccc url(images/left_col_top_radio.jpg) center top no-repeat;
	font-size: 12px;
	line-height: 120%;
}

.left_box_2 {
	width: 179px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: solid 1px #999966;
	font-size: 12px;
	line-height: 120%;
}

.left_box_3 {
	width: 179px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: solid 1px #999966;
	font-size: 12px;
	line-height: 120%;
}

.left_box_4 {
	width: 179px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: solid 1px #999966;
	font-size: 12px;
	line-height: 120%;
}

/* FORMATTING FOR POP-UP MESSAGE */

/* POSITIONING OF POP-UP BOX */

.intentionbox {
	position: absolute; 
	top: 250px; 
	left: 400px; 
	width: 500px; 
	visibility: hidden;
	z-index: 100;
}

.float {
	float: right;
}

/* FORMATTING OF STUFF INSIDE INTENTION BOX */

.intention {
  border: 10px solid #a16d19;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 8px;
  font-family: "Lucida Handwriting", Verdana, Arial, Verdana, sans-serif;
  font-size: 24px;
  line-height: 200%;
  text-align: center;
  color: #666633;
}

/* BUTTONS FOR INTENTION BOX */

.buttons a, .buttons button {
	width: 150px;
    display:block;
    position: relative;
    left: 1px;
    top: 300px
    margin:0 3px 0 0;
    background-color:#f0f0bf;
    border:1px solid #999966;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Verdana", Tahoma, Arial, Verdana, sans-serif;
    font-size:14px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#993333;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#d0d09d;
    border:1px solid #666633;
    color:#666633;
}
.buttons a:active{
    background-color:#666633;
    border:1px solid #6299c5;
    color:#fff;
}

/* MAIN SECTION OF HOME PAGE */

.home_center {
	width: 521px;
	border: none;
	margin: 15px 0px 0px 0px;
}



