body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

body {
    text-align: center;
}

.clearDiv {
    clear: both;
    font-size: 0;
    height:0;
    line-height:0;
}

#container {
    width: 867px;
    margin: 0 auto;
    position: relative;
    background-color: #303E47;
}
#container, #siteContainer {
    text-align: left;
}
/* Left Column */
#leftColumn, #primaryContainer {
    width: 641px;
    background: #EBE9E9 url( /alofthotels/images/leftColumnBottom.gif ) no-repeat left bottom;
    float: left;
    border-right: 10px solid white;
}

*html #leftColumn {
    width: 641px;
}

#leftColumn .content, #primaryContainer #primaryContainerInner {
    min-height: 600px;
    background: transparent url( /alofthotels/images/global/bg/pipesContent.gif ) no-repeat top left;
    padding: 111px 156px 39px 39px;
}

*html #leftColumn .content {
    height: 530px;
}

/* Right Column */
#rightColumn, #secondaryContainer {
    width: 216px;
    background: transparent url( /alofthotels/images/rightColumnTop.png ) no-repeat top left;
    float: left;
}

*html #rightColumn {
    background: transparent url( /alofthotels/images/rightColumnTop.gif ) no-repeat top left;
}

.ppe #rightColumn {
    background: transparent url( /alofthotels/images/rightColumnTopPPE.gif ) no-repeat top left;
}

#rightColumn #navigationArea {
    margin: 0;
}

#rightColumn #navigationArea h3 {
    margin-left: 17px;
}

#rightColumn #navigationArea li {
    float: left;
    clear: both;     
    margin-top: -6px;
}

#rightColumn #navigationArea li a {
    display: block;
    white-space: nowrap;
    padding: 11px 10px 3px 21px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #EBE9E9;
}

#rightColumn #navigationArea li a:hover {
    color: #EE4D9B;
}

#rightColumn #navigationArea li.locked {
    background: transparent url( /alofthotels/images/highlightBack.gif ) no-repeat top left;
}

#rightColumn #navigationArea li.locked a, #rightColumn #navigationArea li.locked a:hover {
    background: transparent url( /alofthotels/images/highlightBackRight.gif ) no-repeat right bottom;
    color: #303E47;
}

#secondaryContainer #rightColumnBottomCurve,
#rightColumn #rightColumnBottomCurve {
    position: absolute;
    height: 10px;
    width: 216px;
    background: url( /alofthotels/images/rightBottom.png ) no-repeat bottom left;
    right: 0;
    bottom: 0;
}

* html #secondaryContainer #rightColumnBottomCurve,
* html #rightColumn #rightColumnBottomCurve {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/alofthotels/images/rightBottom.png');
}

.ppe #leftColumn .content {
    padding: 0;
    background: url( /alofthotels/images/leftColumnTop.gif ) no-repeat top left;
}

