/*Windows Hotline*/

/*Copyright Val Dobson 2011  valdobson.co.uk*/

/*-------RESET-----*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
}

/*-----END RESET---*/

/*---Sticky Footer Solution---*/

/*by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com*/

/*Opera Fix*/

body:before
{
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/* must declare 0 margins on everything, also for main layout components use padding, not vertical margins (top and bottom) to add spacing, else those margins get added to total height and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body
{
    height: 100%;
}

#wrap
{
    min-height: 100%;
}

#main
{
    overflow: hidden;
    min-height: 100%;
    padding-bottom: 30px;
}

/* must be same height as the footer */

#footer
{
    position: relative;
    margin-top: -30px;
    height: 30px;
    clear: both;
}
/*---end Sticky Footer solution---*/

body
{
    margin: 0 auto;
    background-color: #FFf6e6;
    font: 0.9em Tahoma, Geneva, sans-serif;
    color: #3B2C72;
    line-height: 1.8em;
}

p{
    font-family: Tahoma, Geneva, sans-serif;
}

a:link
{
    color: #A6823E;
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    color: #BFB39B;
}

a:hover
{
    color: #9189B0;
    text-decoration: underline;
}

a:active
{
    color: #A7CECB;
}

#wrap
{
    max-width: 1600px;
    min-width: 480px;
    margin: 0 auto;
   /*background-color: #fff;*/
}
h1, h2, h3, h4, h5, h6
{
 font-family: Rockwell, Georgia, Times, "Times New Roman", serif;
    text-align: center;
}
h1{font-size:250%;
	margin:0;line-height:1.2em;
}
#header h1
{
    font-size: 75%;
    color: #fff;
    overflow: hidden;
    
}

#header h2
{
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 120%;
    line-height: 1.3em;
    font-weight: bold;
}

h2, h3
{
       padding: 10px;
}

h4
{
   
    font-size: 100%;
}

h5
{

    font-size: 1.1em;
    font-variant: small-caps;
    color: red;
}

#header
{
    margin: 0;
    text-align: center;
    height: auto;
    padding-bottom: 10px;
    background-color: #9189B0;
}

#sidebar
{
    padding: 10px 0 0 10px;
    float: left;
    margin: 0 2em 2em 0em;
    width: 20%;
}

#sidebar ul
{
    list-style-type: none;
}

#sidebar li
{
    background-color: #FFEECF;
    display: block;
    padding: 5px;
}

#sidebar li a:link
{
    text-decoration: none;
    color: #266661;
}

#sidebar li a:visited
{
    text-decoration: none;
    color: #12127d;
}

#sidebar li a:hover
{
    text-decoration: none;
    color: #FFF3DC;
    background-color: #A6823E;
    display: block;
}

#sidebar li a:active
{
    text-decoration: none;
    color: #6771BF;
}

#content
{
    margin: 0;
    padding: 5px;
    overflow: auto;
}

/*#content
{
    height: 1%;
    overflow: hidden;
}*/

#footer
{
    text-align: center;
}

#footer h3
{
    font-size: 75%;
    padding: 0;
}

#footer a:link
{
    color: #266661;
    text-decoration: none;
}

#ad
{
    margin: 5px 0;
    border: 2px solid #9189b0;
    padding: 3px;
    background-color: #fff;
}

#ad p
{
    font-style: italic;
    line-height: 1.1 em;
    font-weight: bolder;
}

#centre_contact
{
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.imgboxcenter
{
    width: auto;
    margin: 10px auto;
    text-align: center;
}

.imgboxright
{
    float: right;
    margin: 0.5em 0 0 1em;
    text-align: center;
    padding: 5px;
}

.imgboxleft
{
    float: left;
    margin: 0.5em 1em 0 0;
    text-align: center;
    padding: 5px;
}

#leftcontent
{
    float: left;
    clear: right;
    width: 40%;
    padding: 10px 0;
}
#display_content{
background-image: url("../images/small_house.jpg");
    margin: 0;   
    background-repeat: no-repeat;
  background-size:cover;
   position: relative; top:0; left: 0;
   width: 99%;
   height: 700px;
  
}

address
{
    font-style: normal;
}
.caption{padding:10px; font-style:italic;
   	  text-align:center;
}

.transparent{padding:20px;
	background: rgb(255, 255, 255); 
background: rgba(255, 255, 255, .7); 
margin:0;
}
