/* 
    Document   : layout
    Created on : 01-Dec-2011, 15:02:46
    Author     : phil
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h1 { 
    color: #77787B;
    font-size: 18px;
    font-weight: bold;
}
body {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    color: #77787B;
    text-align:center;
    margin:0;
}
p {
    padding: 5px 0;
}

img {
    border:0;
}
#header {
    width:1221px;
    margin: auto;    
    height:408px;
    text-align:left;
    background: url(/abbeyII/assets/loheader.jpg) no-repeat;
}

#strapline {
    font-size: 43px;
    color: #FFF;
    width:332px;
    top:260px;
    left:70px;
    position:relative;
    letter-spacing: -3px;
}

#content {
    display: inline;
    float: left;
    margin-left: 90px;
    margin-right: 10px;
    position: relative;
    width: 700px;
    margin-top:20px;
}

#login label {
    font-weight: bold;
    margin-right: 30px;
    margin-top: 5px;
    font-size: 16px;    
    float:left;
    width:95px;    
}

#login input {
    font-weight: bold;
    margin-right: 10px;
    height: 25px;
    width:175px;
}

#login p {
    padding:0;
}

#sidebar-right {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;    
}

#main {
    width:1221px;
    height:345px;
    background: url(/abbeyII/assets/lobody.png) no-repeat;    
    margin: auto;
    text-align:left;
}

#contact {
    position: relative;
    top:155px;
    padding: 15px 0 10px 125px;
    color: #77787B;
    font-size: 16px;
    font-weight: bold;
}

#ds_smith {
    position: relative;
    top:160px;
    padding: 25px 0 10px 175px;
    color: #77787B;
    font-size: 16px;
    font-weight: bold;    
}
#submit {
    width: 100px !important;
    height: 55px;
    margin: 10px 0 0 105px;
    padding: 0;
    border: 0;
    background: transparent url(/abbeyII/assets/losubmit.png) no-repeat center top;
    cursor: pointer; /* hand-shaped cursor */
}

#getie {
    float: left;
    left: 230px;
    position: absolute;
    top: 267px;
}


