body
{
	background-color: #FFF;
	background-image: url(/images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:  arial, helvetica, helve, sans-serif;
	font-size: 16px;
	color: #666;
}

* html body {
    font-size: medium; /*for IE5*/
}

p, ul , ol  { line-height: 1.6em; padding: 0px 0px 10px 0px; }
ul          { padding-left: 20px; list-style-type: disc; }

.orange     { color: #f47431; }
.blue     { color: #383688; }

/***** GLOBALS *****/

input.txt {
     border: 0px;
    height: 20px;
    line-height: 20px;
}

input.btn {
    background: #282780;
    border: 0px;
    color: #FFF;
    height: 22px;
    text-transform:uppercase;
    font-size: 0.9em;
}

.breaker { clear: both; }

/***** LAYOUT *****/

#wrapper {
    width: 800px;
    margin: 0px auto;
    text-align: center;
}

#wrapper-inner {
    text-align: left;
    font-size: 0.75em;
    position: relative;
}

/***** HEADER *****/

#header { 
    margin: 75px 0px 25px 0px;
    height: 65px;
    color: #282780;    
    letter-spacing: 0px;
}

    #header-left { float: left; text-align: left; width: 300px; }
    #header-centre { float: left; text-align: center; width: 300px; margin-top: 40px;font-size: 14px; vertical-align: bottom; }
    #header-right { float: left; text-align: right; width: 200px; margin-top: 40px; font-size: 18px; vertical-align: bottom; }

/***** NAV *****/

#topbar { clear: both; }

#nav {
    padding-left: 0px;
}

    #nav li {
        float: left;
        margin-right: 3px;
        margin-bottom: 3px;
        text-align: center;
        padding-left: 0px;
        list-style-type: none;
    }
    
    #nav li a { 
        display: block;
        width: 92px;
        height: 35px;
        background: transparent url(/images/bg-orange.png) repeat left top;  
        line-height: 35px;
        color: #FFF;
        text-decoration: none;
    }
    
    #nav li a:hover, #nav li a.sel { background: transparent url(/images/bg-purple.png) repeat left top; }
    
#search {
    float: right;
    height: 35px;
    width: 320px;  
    line-height: 35px;
    background: transparent url(/images/bg-orange.png) repeat left top;  
    text-align: right; 
    padding-right: 5px;
    margin-bottom: 3px;
}

/****** MAIN ******/

#leftcolumn {
    float: left;   
    width: 470px;
}
    .address { margin: 10px 0px 0px 70px; }

    #leftcontent-images  { height: 154px; }
    #leftcontent-images img { margin-right: 4px; float: left; }
    #leftcontent-images img.last { margin-right: 0px; }
    
    #leftcontent-text {
        margin: 3px 0px;
        background: transparent url(/images/bg-orange.png) repeat left top; 
        padding: 6px;
        width: 458px;        
    }
    
    #leftcontent-textinner {
        background: transparent url(/images/bg-light.png) repeat left top; 
        color: #666;
        padding: 10px 10px 5px 10px;
        min-height:335px; 
    }
    * html  #leftcontent-textinner { height:335px; overflow:visible;}
    
    #leftcontent-textinner h1 { color: #666; font-weight: normal; font-size: 1.5em; margin-bottom: 10px; }
    #leftcontent-textinner a { color: #666; }

	#leftcontent-image { margin-bottom: 3px; }

#rightcolumn { 
    float: right;
    width: 325px;
    color: #282780;
    padding: 0 0 160px 0;
}

	#social { 
	    width: 305px;
	    height: 134px;
	    padding: 10px;
	    background: transparent url(/images/bg-orange.png) repeat left top;
	}

	#rightinner { 
	    width: 300px;
	    margin-left: 25px;
	    margin-top: 10px;
	}

    #services         { line-height: 2em; }
    #services a       { color: #282780; text-decoration: none; }
    #services a:hover { text-decoration: underline; }

#bottom-right {
    background: transparent url(/images/bg-bottomright.gif) no-repeat left top; 
    position: absolute;
    bottom: 58px;
    right: 0px;
    width: 280px;
    height: 140px;
    padding: 10px 7px 10px 3px;
    color: #FFF;
    line-height: 10px;
}

    #bottom-right h3 { text-transform: uppercase; margin-bottom: 5px; }
    #bottom-right p { font-size: 12px; }
    
	#bottom-right-cycle {
		width: 275px;
		height: 34px;
		margin: -5px 0px 0px -1px;	
		overflow: hidden;
	}
	
	#bottom-right-cycle-inner {
		width: 280px;
		height: 34px;
		overflow: hidden;
	}

/***** ENQUIRY FORM *****/

#enquiry {
    
}

    #enquiry label { float: left; display: block; width: 130px; margin-bottom: 10px; line-height: 24px; }
    #enquiry input { float: left; border: 0px solid #000; width: 300px; line-height: 20px; padding: 2px; margin-bottom: 10px; }
    #enquiry textarea { float: left; border: 0px solid #000; width: 300px; height: 100px; line-height: 20px; padding: 2px; margin-bottom: 10px; }

    #enquiry-send input { float: right; width: 48px; height:24px; }
    #enquiry-send p     { display: block; float: left; }
    
    .summary { padding: 5px; background: #F99; line-height: 1.4em; margin-bottom: 10px; }
    .summary li { margin-left: 10px; }
    
    h3         { margin-bottom: 3px; }
    .highlight { background-color: #FFFF00; }

/***** FOOTER *****/

#footer {
    background: transparent url(/images/bg-purple.png) repeat left top;
    height: 25px;
    line-height: 25px;
    width: 780px;
    color: #9b96cd;
    font-weight: normal;
    padding: 0px 10px;
}

#footer a {
    color: #9b96cd;
}

#below-footer       { color: #282780; text-align: center; font-size: 0.9em; margin-top: 10px; height: 20px; line-height: 1.5em; }