@charset "utf-8";

/*
 * Default formatting
 */

html body {
	width: 100%;
	margin: 0px 0px;
	/*overflow: scroll;*/
}

body
{
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, p
{
	margin: 0px;
    padding: 5px 0px;
}

h1
{
	color: #990000;
    font-size: 1.6em;
    font-weight: normal;
}

h2
{
	font-size: 1.4em;
    color: #999;
    font-weight: bold;
}

	h2 a {
		color: #999;
	}
	
	h2 a:hover {
		color: #666;
	}

h3
{
    font-size: 1.2em;
    color: #999;
    font-weight: bold;	
}

a
{
	color: #999;
    text-decoration: underline;
}

a:hover
{
	color: #444;
    text-decoration: underline;
}

a.collapse {
	text-decoration: none;
	cursor: pointer;
}

hr {
	border: 0;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left;
}

img
{
	border: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.frame
{
	border: 2px solid #999;
	margin: 5px 10px;
}

.icon {
	background-color: #999;
}

b {
	color: #333333;
}

table {
	/*border-collapse: collapse;*/
}

/*
 * Styling and page layout
 */

#wrapper {
}

#container {
	position: relative;
	min-height: 550px;
	height: auto !important;
	height: 550px;
    width: 100%;
	margin: 0px auto;
    background: #fff;
}

#header {
	position: relative;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
    background-color: black;
}

	#logo {
        margin-left: auto;
        margin-right: auto;
        width: 918px;
        font-size: 1.9em;
        color: #fff;
        height: 125px;
    }

        #logo img.crest {
            float: left;
            position: relative;
            top: 16px;
            margin-right: 20px;
        }

        #logo img.banner {
            float: left;
            position: relative;
            top: 4px;
        }

		#logo div.redbox {
		    width: 448px;
		    height: 117px;
            float: right;
            position: relative;
            top: 4px;
            background: url('/asset/images/red_box_1px.jpg') repeat-x;  
		}
		
		#logo div.redbox div.titles {
            position: relative;
            top: 24px;
            /*font-family: Trebuchet MS1, Helvetica, sans-serif;*/
            font-family: Tahoma, Geneva, sans-serif;
            letter-spacing: 1px;
		}		    
		
		#logo div.redbox span.hbhs-title {
		}
        
        #logo div.redbox span.nav-title {
            font-size: 2.15em;
        }

    #slogan {
    	position: absolute;
        left: 150px;
        top: 60px;
        font-size: 1.8em;
        color: #f0f0f0;
    }
    
    #navigation {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 1.4em;
        background-color: #990000;
        height: 25px;
        border-top-style: solid; 
        border-top-color: white; 
        border-top-width: 1px;
    }

.red-button {
        width: 100%;
        font-size: 1.4em;
        background-color: #990000;
        height: 21px;
        padding-top: 5px;
        text-align: center;
        margin-top: 2px;
}

.red-button a {
	display: block;
	text-decoration: none;
	color: white;
}

.red-button-border {
    background-color: #990000;
    margin-top: 2px;
    height: 2px;
}
    
    	#navigation div.links {
	        text-align: center; 
	        position: relative;
	        top: 4px; 	    
        }
        
        #navigation ul li {
            float: left;
        }
        
        #navigation span.separator {
            color: white;
        }
        
        #navigation span a {
            padding: 0px 11px;
        	color: #fff;
            text-decoration: none;
        }
        
        #navigation ul li.hover, #navigation ul li:hover {
        }
        
        #navigation ul li.hover a, #navigation ul li:hover a {
            text-decoration: none;
        }
        
        #navigation ul li.active {
        }
        
        #navigation ul li.active a {
            color: #000;
        }
        
#left-nav {
	margin-bottom: 35px;
}

	#header-cap-left, #header-cap-right {
    	position: absolute;
        left: 0px;
        top: 0px;
        height: 115px;
        width: 10px;
    }
    
	#header-cap-right {
        left: auto;
        right: 0px;
    }
    
span.active {
}
    
#main {
	width: 995px;
    margin: 0px auto 0px;
    padding-bottom: 50px;
}
    
#img-left {
    width: 35px;
    height: 512px;
    position: relative;
    top: 4px;
    background: url('/asset/images/left_bg.jpg') no-repeat top left;
    float: left;
}
    
#img-right {
	width: 35px;
	height: 512px;
    position: relative;
    top: 4px;
    background: url('/asset/images/right_bg.jpg') no-repeat top left;
    float: right;
}

#line {
    background: url('/asset/images/red_line_1px.jpg') repeat-x left 2px;    
}

#whiteline {
	height: 3px;
	margin: 0px;
	padding: 0px;
    background: url('/asset/images/white_line_1px.jpg') repeat-x left 2px;    
}

#img-menu {
    width: 2px;
    height: 468px;
    float: left;
    margin: 14px 0px;
	background: url('/asset/images/menu_img.jpg') no-repeat top right;
}

div.paginationControl {
	padding: 8px 0px;
}

.landing-box {
	background: url("/assets/clients/images/form/form_bg.jpg") repeat-x scroll center bottom #FFFFFF;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px;
}

.landing-box:hover {
	cursor: pointer;
    border: 1px solid #990000;
}

form input.error {
	border: 1px solid #990000;
}
    
    /*
     * Left-hand column
     */
     
    #main-left {
        padding: 14px 12px;
    	width: 145px;
        float: left;
    }

	#main-left .content {
    	padding: 1px 10px;
    	font-size: 1.4em;
    	text-align: right;
    }
    
    #main-left .content a {
        text-decoration: none;
        color: black;
    }

    #main-left .content a.active {
        color: #990000;
    }

    #main-left #school-notices ul, #school-notices ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #main-left #school-notices > ul > li > ul > li {
        list-style: circle;
    }

    #main-left #school-notices ul li ul li a {
        font-size: 0.85em;
    }

    #main-left #school-notices ul li ul {
        margin: 5px 0px 15px 0px;
    }
    
    /*
     * Right-hand column
     */
    
    #main-right {
        padding: 14px 0px;
    	width: 740px;
        float: right;
    }
    
    #main-right .heading {
        height: 27px;
        line-height: 27px;
        padding-left: 10px;
    }
    
        #main-right .heading h2 {
            color: #fff;
            font-size: 1.4em;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
        }
    
    #main-right .content {
        padding: 1px 18px 1px 7px;
    	font-size: 1.2em;
		margin-bottom: 10px;
    }
    
        #main-right .content table.calendar {
            border: 0px;
            border-top: 3px solid #990000;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
            #main-right .content table.calendar th {
                font-weight: bold;
                background-color: transparent;
                font-size: 11px;
                text-align: left;
                white-space: nowrap;
                padding: 5px 5px;
                border: 0px;
            }
            
            #main-right .content table.calendar td {
                font-size: 11px;
                padding: 5px 5px;
                border: 0px;
            }
            
            #main-right .content table.calendar tr.alt td {
                border-top: 1px solid #E0E1E0 !important;
                border-bottom: 1px solid #E0E1E0 !important;
                background-color: #F0F0F0;
            }
    
    #main-right img {
        margin: 0px 12px 0px 0px;
        padding: 2px;
        border-style: solid; 
        border-color: #CCCCCC; 
        border-width: 1px;        
    }

	#intro {
	    margin-bottom: 10px;
	}

#footer {
	width: 700px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}

	#footer .content {
    	text-align: center;
        font-size: 1.1em;
        color: #666;
        line-height: 35px;
    }
    
    	#footer .content a {
        	color: #999;
            text-decoration: none;
        }
        
        #footer .content a:hover {
        	color: #333;
            text-decoration: underline;
        }

	#footer-cap-left, #footer-cap-right {
    	position: absolute;
        left: 0px;
        top: 0px;
        height: 35px;
        width: 10px;
    }
    
	#footer-cap-right {
        left: auto;
        right: 0px;
    }

#round-bottom {
	position: absolute;
    bottom: -10px;
    left: 0px;
	height: 10px;
    width: 730px;
}

#newstable {
	margin-bottom: 15px;
}

#newstable td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    /*border: 1px solid #999;*/
    background: #fff;
    padding: 6px 6px 6px 12px;
}

#newstable tr td {
	width: 130px;
}

#articlelist .article .readmore {
    clear: both;
}

#widetable {
    margin-bottom: 15px;
}

#widetable td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff;
    padding: 6px 6px 6px 12px;
}

#widetable tr td {
    width: 205px;
}

#narrowtable {
    margin-bottom: 15px;
}

#narrowtable td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #fff;
    padding: 6px 6px 6px 12px;
}

#narrowtable tr td {
    width: 85px;
}

a.decades {
	margin: 8px;
}

a.active {
	color: #990000;
}

/* Profile */

div.profile-header {
    height: 25px;
    margin: 15px 0px;
    background: #cccccc;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    clear: both;
    
    margin-left: 125px;
    color: #585858;
    font-size: 1.1em;
    font-weight: bold;
}

div.profile-header p {
	padding-left: 8px;
}

#profile div.details {
    position: relative;
    top: -56px;
}	

#profile div.header-image {
    position: relative;
	left: 11px;
    margin-bottom: 10px;
}

#profile div.header-image img {
}

#profile #name-dob {
	float: left;
	width: 300px;
}

#profile #note {
	float: left;
	clear: left;
    width: 300px;
    padding: 5px;
    margin-top: 10px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

#profile #email {
	float: right;
}

#profile #email form, #profile #email form fieldset, #profile #email form fieldset legend {
	margin-top: 0px;
    padding-top: 0px;
}

#profile #attendance {
	float: left;
	margin-bottom: 7px;
}

#profile #was {
	background: #dddddd;
	border: 1px solid #aaaaaa;
	padding: 5px;
	width: 200px;
	float: right;
}

#profile #was p {
    float: left;
    margin-bottom: 5px;
}

#profile #was img {
	border: none;
	float: left;
	clear: left;
    margin-bottom: 5px;
}

#profile #didThings {
	float: left;
	clear: left;
}

#profile #didThings ul {
    padding-left: 25px;
    margin-top: 5px;
}

/*
 * Latest News
 */

#articlelist.latest h2 a {
    color: #990000;
}	

#articlelist.latest .article .readmore {
    background-color: #990000;
}

#articlelist.latest .article .readmore a {
	color: white;
}

#articlelist.latest .article .readmore a:hover {
    color: #999999
}

#articlelist img {
	
}

/*
 * Hax (don't look here)
 */
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}