#leftImage
{
    background-image: url('../images/logo.gif');
}
#centreImage
{
    background-image: url('../images/tm_2.jpg');
}
#rightImage
{
    background-image: url('../images/topmiddle_towerbridge_city.jpg');
}

.subHeading 
{
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    color: #005C7E;
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: left;
    width: 580px;
    margin-left: calc((100% - 580px) / 2);
}

.subSection
{
    font-size: 10pt;
    width: 813px;
    margin-left: calc((100% - 813px)/2);
}

.formContent
{
    position: relative;
    width: 580px;
    margin-left: calc((100% - 580px) / 2);
}
.formContent > *
{
    position:absolute;
}

#footer
{
    border-left: 1px solid #EEE;
    padding-top:40px;
}


.textbox
{
    left:70px; 
    width:500px;
}
#lblsubject
{
    top:23px;
}
#lblreply
{
    top:63px;
}
#lblmessage
{
    top:103px;
}
#txtsubject
{
    top:20px;
}
#txtreply
{
    top:60px;
}
#txtmessage
{
    top:100px;
    height:270px;
}
#sendMessage
{
    top:385px;
    right:5px;
    width: 55px;
}

#loader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    display: none;
}
#spinner
{
    position:fixed;
    height:100%;
    width:100%;
}
#spinnerLabel
{
    text-anchor: middle;
}

@media(max-width:973px)
{
    body
    {
        box-shadow:none;
        background-color:white;
    }
    .centredRectangle
    {
        width:100%;
        margin-left:0px;
        border: 0px;
    }
   .section1
    {
        background-color:white;
        width:100%;
    }
}
@media(max-width:908px)
{
    .subSection
    {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}
@media(max-width:800px)
{
    #mainNavContent
    {
        width:702px;
        margin-left: calc(50% - 350.5px);
    }
    #mainNav ul li a
    {
	    margin-right:25px; 
    }
}
@media(max-width:755px)
{
    header div.pictures
    {
        text-align:center;
    }
}
@media(max-width:705px)
{
    #mainNavContent
    {
        width: 625px;
        margin-left: calc(50% - 310px);
    }
    #mainNav ul li a
    {
	    margin-right:15px; 
    }
}
@media(max-width:645px)
{
    #mainNavContent
    {
        display:none;
    }

   .menuTriangle
    {
        width: 20px;
        vertical-align: text-bottom;
        margin-left: 4px;
        height:20px;
    }
    #compactMenu
    {
        display:block;
        color: #FFF;
        text-align: right;
        padding-right: 20px;
        padding-top: 3px;
        font-size:11pt;
    }
    .section1
    {
        margin-top:0px;
    }
}
@media(max-width:620px)
{
    .subHeading 
    {
        width: calc(100% - 20px) ;
        margin-left: 10px;
    }
    .formContent
    {
        width: calc(100% - 20px) ;
        margin-left: 10px;
    }
    .textbox
    {
        width: calc(100% - 70px);
    }
    #sendMessage
    {
        right:-5px;
    }
}
@media(max-width:561px)
{
    #centreImage
    {
        display:none;
    }
}
@media(max-width:480px)
{
    .textbox
    {
        left:0;
        width: 100%;
    }
    #lblsubject
    {
        top:0px;
    }
    #lblreply
    {
        top:55px;
    }
    #lblmessage
    {
        top:110px;
    }
    #txtsubject
    {
        top:25px;
    }
    #txtreply
    {
        top:75px;
    }
    #txtmessage
    {
        top:135px;
    }
    #sendMessage
    {
        top:415px;
    }
}

