@charset "utf-8";
/* CSS Document */

/* Colours */
body{color:#4C1C00; background-color:#FFF;}
h1, h2, h3, h4, h5, h6{color:#A87C4F;}
a{color:#0066DD;}
a:hover{color:#3399FF;}
#PgContainer{background-color:#fff;}
#PgContent{border-color:#4C1C00;}
#PgFoot, #PgFoot a, #PgFoot a:hover, #PgFootPhone, #PgFootPhone a{color:#FFFFCC; background-color:#1133aa; text-decoration:none;}

/* Sizing */
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:130%;}
h4{font-size:120%;}
h5{font-size:120%;} /* used where small top padding is required */
h6{font-size:100%;}
.display-1{font-size:3rem;}
.display-2{font-size:2.5rem;}
.display-3{font-size:2rem;}
.display-4{font-size:1.5rem;}
.display-5{font-size:1.2rem;}
.display-6{font-size:1.1rem;}

/* General Layout */
#PgHead{position:relative; height:180px; background:center top no-repeat url(/images/layout/long-banner.jpg); background-size:cover;}
#PgHead img{height:100%;}
#PgContent{padding-bottom:150px;}
#PgFoot, #PgFootPhone{position:absolute; bottom:0; width:100%; min-height:120px; font-weight:normal; font-size:80%;}
#PgFoot [class*="col-"] {padding:0px;}
#PgFootPhone{display:none;}

.FieldError, .form-control .FieldError{color:#E00; border-color: #ee3333!important; background-color:#fee;}

/* Buttons and icons */
.DelIcon{position:absolute; top:4px; right:12px; color:#F00; background-color:#FFF; padding:0px 6px; border:solid 1px #F00; border-radius:8px; cursor:pointer; width:1.5em; text-align:center;}
.DelIconInline{position:relative; color:#F00; background-color:#FFF; padding:0px 5px; margin:0px auto; font-size:92%; border:solid 1px #F00; border-radius:8px; cursor:pointer; display:inline-block;}
.DelIcon:hover, .DelIconInline:hover{background-color:#F00; color:#FFF;}
