﻿body {
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #F2F2F2;
}

#outerwrapper {
	width: 916px;
	margin-left: auto;	
	margin-right: auto;
	background-color: #FFF;
} 

#wrapper {
	width: 900px;
	margin-left: auto;	
	margin-right: auto;
	padding-top: 8px;
	text-align: left;
	background-color: #fff;
}

#header {
	height: 90px;
	width: 900px;
    padding-bottom:8px;
}

img {
    border:none;
}

.clear {
    clear:both;
}

.floatleft {
    float:left;
}

.floatright {
    float:right;
}

.arrow {
    width:17px;
    height:20px;
    float:right;
    margin-right:30px;
    margin-top:5px;
    background-image:url(../images/arrow.gif);
    background-repeat:no-repeat;
    display:inline;   
}

.mapthumb {
    float:left;
    width:60px;
    margin-right:10px;
}

.mapblurb {
    float:left;
    width:500px;
}

a:link { color: #CC3366; text-decoration: none; }
a:visited { color: #CC3366; text-decoration: none; }
a:hover { color: #003366; text-decoration: underline; }
a:active { color: #CC3366; text-decoration: none; }

#content {
    background-color:#FFECD7;
}

#innercontent {
    margin-left:10px;
    margin-right:10px;
    padding-bottom:10px;
}

#introbox-outerwrapper {
    padding-top:10px;
}

#introbox-wrapper {
    width:880px;
    padding-top:1px;
    padding-bottom:1px;
    background-color:#CC3366;
}

#introbox {
    width:878px;
    margin-left:1px;
    background-color:#FFF;
}

#introbox p {
    padding:5px 10px 5px 10px;
    margin:0px;
}

.box {
    padding-top:15px;
    width:100%;
}

.box h1 {
    margin:5px 0 0 0;
    padding:0;
    font-size:1.2em;
    font-weight:bold;
    color:#000;
    float:left;
    width:192px;    
}

.box h2 {
    margin:5px 0 0 0;
    padding:0;
    font-size:1.2em;
    font-weight:bold;
    color:#FF9933;    
}

.title-hook {
    float:left;
    margin:8px 0 0 0;
}

.box p {
    margin:5px 0 10px 0;    
}

.box-left-top {
    width:28px;
    height:2.5em;
    float:left;
    background-image:url(../images/box-left-top.gif);
    background-repeat:no-repeat;
    background-position:top;
    background-color:#FEC78F;
}

.box-right-top {
    width:28px;
    height:2.5em;
    float:right;
    background-image:url(../images/box-right-top.gif);
    background-repeat:no-repeat;
    background-position:top;
    background-color:#FEC78F;
}

.box-left-bottom {
    width:28px;
    height:2.5em;
    float:left;
    background-image:url(../images/box-left-bottom.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#FEC78F;
}

.box-right-bottom {
    width:28px;
    height:2.5em;
    float:right;
    background-image:url(../images/box-right-bottom.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#FEC78F;
}

.box-middle {
    height:2.5em;
    width:824px;
    float:left;
    background-color:#FEC78F;
}

.box-centre {
    width:100%;
    background-color:#FFF;
}

.box-centre-top-line {
    border-top:1px solid #cc3366;
    line-height:1px;
}

.box-centre-bottom-line {
    border-top:1px solid #cc3366;
    margin-bottom:1px;
    line-height:1px;
}

.box-content {
    margin:20px; 
}

.box-content-left {
    float:left;
    width:200px;
}

.box-content-right {
    float:left;
    width:640px;
}

#footer {
	clear: both;
    border-top: 1px solid #CC3366;
    padding-bottom: 3px;
}

#footer p {
    font-size: 0.9em;
    margin: 5px;
}
