/**
 * Main Layout Section
 */
#content1 {
    float:left;
}
#leftDiv {
    width:20%;
    float:left;
    margin-right:1em;
}
#centerDiv {
    margin-left:19%;
    margin-right:300px;
    padding-right:5px;
    font-size:13pt;
    border-left:2px solid rgb(134,48,20);
    border-right:2px solid rgb(134,48,20);
}
#rightDiv {
    float:right;
    padding-top:3em;
    width:300px;
}
#rightDiv img {
    padding-left:75px;
    padding-top:20px;
}
#rightDiv object {
    margin-left:15px;

}
#SWFCaption {
    text-align:center;
    font: italic bold 13px;
    color: rgb(134,48,20);
}
    
.content2 {
    clear:both;
    width: 100%;
    padding-left:7em;
    font-size:13pt;
}

/**
 * End of Main Layout Section
 */
.reduceTop {
    margin-top:0;
}
.widerLine {
    width:100%;
}
.boardingText {
    width: 100%;
    height: 2em;
    float:left;
    position: relative;
    top: 10px;
    margin-left: 15px;
}
.noticeText {
    font: italic 16px arial, sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
    left: 15px;
}
.boardingCat {
    width:24%;
    margin-left: 15px;
    height: 1.3em;
    overflow: hidden;
    float: left;

}
.boardingPrice {
    width:15%;
    height: 1.3em;
    overflow: hidden;
    float: left;
}

.formAccess {
    margin:3em .5em 3em .5em;
    font-size:14px;
    padding-right:1em;
}
.formAccess #title {
    font-size:15pt;
    font-weight:bold;
    color:rgb(134,48,20);
    text-align:center;
}
.formAccess ul {
    margin-top:0;
}
.formAccess ul li {
    margin-left:-1em;
    padding-left: 0;
}
.secondDogPrice {
    width:23%;
    height: 1.3em;
    overflow: hidden;
    position: relative;
    float: left;
}
.additionalDogPrice {
    width:25%;
    height: 1.3em;
    overflow: hidden;
    position: relative;
    float: left;
}
.secondWesternPrice {
    width:43%;
    height: 1.3em;
    overflow: hidden;
    position: relative;
    float: left;
}

#serviceFeeHeading {
	margin-left: 15px;
	padding-top: 15px;
	width: 60%;
}
#serviceFee ul {
	margin-top: 0;
	padding: 0;
}

#asterik {
	padding-right: 5px;
	width: 20px;
	float: left;
	font: italic bold 22px arial, sans-serif;
    color: rgb(134,48,20);
}
