/**
 * @created on 2008.05.20
 * @author Mike Kelly
 * @contact mike.kelly@wiredmedia.co.uk
 *
 * Colours
 * Text : 000
 * Link : ef0000
 * Link hover : feae18
 * Link visited : 013ca4
 * Lines etc : 666
 **/

/* Text and stuff */

* {
	padding: 0px;
	margin: 0px;
	font-family: "Century Gothic", Verdana, Arial, Tahoma, Helvetica;
	font-size: 12px;
}

body {
    width: 100%;
    height: auto;
    background-color: #fff;
	color: #000;
}

a {
    color: #ef0000;
    text-decoration: underline;
}

a:hover {
    color: #feae18;
    text-decoration: none;
}

a img {
    border: 0;
}

hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #666;
}

strong {
    font-weight: bold;
}

.content ul {
    margin-left: 20px;
    list-style: disc outside;
}

    .content li {

    }

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content table {
    margin-bottom: 10px;
    font-family: "Century Gothic", Verdana, Arial, Tahoma, Helvetica;
}

.content p {
    line-height: 14px;
}

h1 {
    color: #666;
    font-size: 200%;
    font-weight: normal;
}

h1 span {
    font-size: 100%;
}

h1 a,
h1 a:visited {
    color: #666;
    font-size: 100%;
    text-decoration: none;
}

h1 a:hover {
    color: #feae18;
    text-decoration: underline;
}

h2 {
    color: #666;
    font-size: 175%;
    font-weight: normal;
}

h2 span {
    font-size: 100%;
    color: #999;
}

h2 a {
    color: #666;
    font-size: 100%;
    text-decoration: none;
}

h2 a:visited {
    color: #666;
}

h2 a:hover {
    color: #feae18;
    text-decoration: underline;
}

h3 {
    color: #666;
    font-size: 125%;
    font-weight: bold;
}

h3 span {
    font-size: 100%;
}

h3 a {
    color: #000;
    font-size: 100%;
    text-decoration: none;
}

h3 a:hover {
    color: #feae18;
    text-decoration: underline;
}

h4 {
    color: #666;
    font-size: 115%;
    font-weight: bold;
}

h4 a {
    color: #000;
    font-size: 100%;
    text-decoration: none;
}

h4 a:hover {
    color: #feae18;
    text-decoration: none;
}

/* FORM STUFF */

fieldset {
    border: 1px solid #666;
}

legend {
    color: #666;
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 10px;
}

label {
    padding: 5px;
}

.input {
    margin-bottom: 10px;
    text-align: left;
}

	.frm_txt {
        width: 280px;
	    padding: 5px;
	    border: 1px solid #666;
	    color: #000;
	    font-weight: bold;
	}

	.frm_rad {
	    padding: 5px;
	    vertical-align: middle;
	}

	textarea {
        width: 280px;
        height: 100px;
	    padding: 5px;
	    border: 1px solid #666;
	    color: #000;
	    font-weight: bold;
	}

	select {
	    width: 290px;
	    padding: 5px;
	    border: 1px solid #666;
	    color: #000;
	    font-weight: bold;
	}

.submit {

}

    .submit input {
	    width: 150px;
	    height: auto;
	    padding: 5px;
	    background-color: #ef0000;
	    color: #fff;
	    border: none;
	    font-weight: bold;
    }

    .submit input.frm_but_auto {
	    width: auto;
    }

    .submit input:hover {
        background-color: #feae18;
        cursor: pointer;
    }

/* LAYOUT */

#splash {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 661px;
	margin-left: -475px;
	margin-top: -330px;
	overflow: hidden;
	background: transparent url(../../image/jpeg/owl.jpg) no-repeat 0% 0%;

	/*background-color: pink;*/
	}

    #splash_click {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 950px;
    	height: 561px;
    	z-index: 100;
    	}

        #splash_click a span {
        	position: absolute;
        	top: 0px;
        	left: 0px;
        	width: 100%;
        	height: 100%;
        	}

    #nav_splash {
    	position: absolute;
    	top: 100px;
    	right: 20px;
    	width: 250px;
    	height: auto;
    	z-index: 200;
    	text-align: right;
    	}

    	#nav_splash a h1 {
    	   font-size: 350%;
    	   margin-top: 40px;
    	   margin-bottom: 40px;
    	   }

    	#nav_splash a.red h1 {
    	   color: #ef0000;
    	   text-decoration: none;
    	   }
    	   
    	#nav_splash a.red:hover h1 {
    	   color: #ef0000;
    	   }

    	#nav_splash a.yellow h1 {
    	   color: #feae18;
    	   text-decoration: none;
    	   }
    	   
    	#nav_splash a.yellow:hover h1 {
    	   color: #feae18;
    	   }

    	#nav_splash a.blue h1 {
    	   color: #013ca4;
    	   text-decoration: none;
    	   }
    	   
    	#nav_splash a.blue:hover h1 {
    	   color: #013ca4;
    	   }

    	#nav_splash a:hover h1 {
    	   text-decoration: underline;
    	   }

    #splash_content {
    	position: absolute;
    	top: 450px;
    	left: 20px;
    	width: 910px;
    	height: 102px;
    	overflow: hidden;
    	z-index: 300;
    	background: transparent url(../../image/gif/logo.gif) no-repeat 0% 0%;
        }

        #splash_content h1 {
        	padding-left: 160px;
        	padding-top: 35px;
            }
            
        #splash_content p {
        	padding-left: 160px;
            }

    #splash #footer {
    	position: absolute;
    	bottom: 0px;
    	left: 0px;
    	width: 100%;
    	height: auto;
    	z-index: 400;
        }

#page {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 950px;
	height: auto;
	margin-left: -475px;

	/*background-color: pink;*/
	}

    #header {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100px;
        z-index: 200;
        overflow: hidden;

        /*background-color: yellow;*/
        }

        #header_inner {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

            /*background-color: red;*/
            }

            #logo {
                position: absolute;
                left: 0px;
                top: 10px;
                width: 87px;
                height: 59px;

                /*background-color: black;*/
                }

            #mission {
                position: absolute;
                left: 100px;
                top: 30px;
                width: 800px;
                height: auto;

                /*background-color: black;*/
                }

            #nav_util {
                position: absolute;
                right: 0px;
                top: 10px;
                width: 800px;
                height: auto;

                /*background-color: purple;*/
                }

            #nav_main {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 20px;
                /*overflow: hidden;*/
                z-index: 100;

                /*background-color: pink;*/
                }

    #main {
        width: 100%;
        height: auto;
        top: 110px;
        position: absolute;
        z-index: 100;

        /*background-color: purple;*/
        }

        #main_inner {
            overflow: auto;
            }

            #main #col_complete {
                width: 100%;

                /*overflow: hidden;*/
                /*background-color: blue;*/
                }


            #main #col_centre {
                width: auto;
                padding-left: 200px;
                *padding-left: 0px;

                /*background-color: blue;*/
                }

                #main #col_centre .inner {
                    margin-bottom: 10px;
                    margin-left: 10px;
                    }

                #main #col_centre .content {
                    padding: 10px;
                    }

            #main #col_left {
                float: left;
                width: 200px;

                /*background-color: red;*/
                }

                #main #col_left .content {
                    padding: 10px;
                    }

                #main #col_right .box {
                    margin-bottom: 10px;
                    }

                #main #col_right .content {
                    padding: 10px;
                    }

        #footer {

            }

            #copyright {
                padding: 10px 0;
                }

            #logo_sml {
                padding: 10px 0;
                }

        * html #footer {
            float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10001px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/

            }

/* CONTENT */

#page {
    background: transparent url(../../image/png/bbg.main.all.splodge.png) no-repeat 100% 0%;
    min-height: 200px;
    }

* html #page {
    height: 200px;
    }

    /* header */

    #header {
        border-bottom: 1px solid #666;
        /*background: transparent url(../../image/png/bbg.main.red.splodge.png) no-repeat 80% 0%;*/
        }

        #header_inner {

            }

            #mission {

                }

                #mission .inner {

                    }

                    #mission .inner h2 {

                        }

            #nav_util {

                }

                #nav_util .inner {

                    }

                    #nav_util ul {
                        list-style: none outside;
                        text-align: right;
                    }

                        #nav_util li {
                            display: inline;
                            padding-right: 5px;
                        }

                        #nav_util li.selected {

                        }

                            #nav_util a {
                                padding-right: 5px;
                                color: #999;
                                text-decoration: none;
                                font-size: 95%;
                                text-transform: lowercase;
                            }

                            #nav_util a:hover,
                            #nav_util li.selected a {
                                color: #000;
                            }

            #nav_main {

                }

                #nav_main .inner {

                    }

                    #nav_main ul {
                        list-style: none outside;
                        text-align: left;
                    }

                        #nav_main li {
                            display: inline;
                            text-align: center;
                            padding: 0 15px;
                        }

                        #nav_main li.selected {

                        }

                            #nav_main a {
                                color: #999;
                                text-decoration: none;
                                font-size: 110%;
                                text-transform: lowercase;
                            }

                            #nav_main a:hover,
                            #nav_main li.selected a {
                                color: #000;
                            }

    /* main */

    #main {
        /*background: transparent url(../../image/png/bbg.main.blue.splodge.png) no-repeat 90px 160px;*/
        }

        #col_complete {

            }

            #col_complete h1 {
                text-align: left;
                text-transform: lowercase;
                }

        #main_inner {

            }

            /* main recyclable bits */

                /* BOXES */

                .box {

                    }

                    .box .inner {

                        }

                .box_green,
                .theme_green .box {
                    background-color: #0c0;
                    }

                .box_red,
                .theme_red .box {
                    background-color: #ef0000;
                    }

                .box_yellow,
                .theme_yellow .box {
                    background-color: #feae18;
                    }

                .box_blue,
                .theme_blue .box {
                    background-color: #013ca4;
                    }

                .box_blue_off,
                .theme_blue_off .box {
                    background-color: #115be2;
                    }

                    .box * {
                        color: #fff;
                    }

                    .box .content a {
                        text-decoration: underline;
                        color: #ef0000
                        }

                    .box .content h1 a {
                        text-decoration: none;
                        color: #ef0000
                        }

                    .box .content a:hover {
                        text-decoration: none;
                        color: #ef0000;
                        }
                        
                    .box_red .content a,
                    .theme_red .box .content a,
                    .theme_red .box_line .content a {
                        text-decoration: underline;
                        color: #ef0000
                        }

                    .box_red .content h1 a,
                    .theme_red .box .content h1 a,
                    .theme_red .box_line .content h1 a {
                        text-decoration: none;
                        color: #ef0000
                        }

                    .box_red .content a:hover,
                    .theme_red .box .content a:hover,
                    .theme_red .box_line .content a:hover {
                        text-decoration: none;
                        color: #ef0000;
                        }
                        
                    .box_green .content a,
                    .theme_green .box .content a,
                    .theme_green .box_line .content a {
                        text-decoration: underline;
                        color: #0c0
                        }

                    .box_green .content h1 a,
                    .theme_green .box .content h1 a,
                    .theme_green .box_line .content h1 a {
                        text-decoration: none;
                        color: #0c0
                        }

                    .box_green .content a:hover,
                    .theme_green .box .content a:hover,
                    .theme_green .box_line .content a:hover {
                        text-decoration: none;
                        color: #0c0;
                        }
                        
                    .box_blue .content a,
                    .theme_blue .box .content a,
                    .theme_blue .box_line .content a {
                        text-decoration: underline;
                        color: #013ca4
                        }

                    .box_blue .content h1 a,
                    .theme_blue .box .content h1 a,
                    .theme_blue .box_line .content h1 a {
                        text-decoration: none;
                        color: #013ca4
                        }

                    .box_blue .content a:hover,
                    .theme_blue .box .content a:hover,
                    .theme_blue .box_line .content a:hover {
                        text-decoration: none;
                        color: #013ca4;
                        }
                        
                    .box_blue_off .content a,
                    .theme_blue_off .box .content a,
                    .theme_blue_off .box_line .content a {
                        text-decoration: underline;
                        color: #115be2
                        }

                    .box_blue_off .content h1 a,
                    .theme_blue_off .box .content h1 a,
                    .theme_blue_off .box_line .content h1 a {
                        text-decoration: none;
                        color: #115be2
                        }

                    .box_blue_off .content a:hover,
                    .theme_blue_off .box .content a:hover,
                    .theme_blue_off .box_line .content a:hover {
                        text-decoration: none;
                        color: #115be2;
                        }
                        
                    .box_yellow .content a,
                    .theme_yellow .box .content a,
                    .theme_yellow .box_line .content a {
                        text-decoration: underline;
                        color: #feae18
                        }

                    .box_yellow .content h1 a,
                    .theme_yellow .box .content h1 a,
                    .theme_yellow .box_line .content h1 a {
                        text-decoration: none;
                        color: #feae18
                        }

                    .box_yellow .content a:hover,
                    .theme_yellow .box .content a:hover,
                    .theme_yellow .box_line .content a:hover {
                        text-decoration: none;
                        color: #feae18;
                        }

                .box_line {

                    }

                    .box_line .inner {

                        }

                    .box_line .content {
                        border: 1px solid #666;
                        }

                    .box_line_green .content,
                    .theme_green .box_line .content {
                        border: 1px solid #0c0;
                        }

                    .box_line_red .content,
                    .theme_red .box_line .content {
                        border: 1px solid #ef0000;
                        }

                    .box_line_yellow .content,
                    .theme_yellow .box_line .content {
                        border: 1px solid #feae18;
                        }

                    .box_line_blue .content,
                    .theme_blue .box_line .content {
                        border: 1px solid #013ca4;
                        }

                /* BOXES on home page */

                .boxes {
                    width: 100%;
                    }

                    .boxes a {
                        color: #fff;
                        text-decoration: underline;
                        }

                    .boxes a:hover {
                        color: #fff;
                        text-decoration: none;
                        }

                    .boxes td {
                        padding: 10px;
                        padding-bottom: 0px;
                        }

                    .boxes .box_red {
                        width: 25%;
                        overflow: hidden;
                        }

                    .boxes .box_yellow {
                        width: 25%;
                        overflow: hidden;
                        }

                    .boxes .box_blue {
                        width: 25%;
                        }

                    .boxes .box_blue_off {

                        }

                    * html .boxes .box_blue_off {
                        border-top: 10px solid #fff;
                        }

                    .boxes .brdrr {
                        border-right: 10px solid #fff;
                    }

                    .boxes .brdrb {
                        border-bottom: 10px solid #fff;
                    }

            /* left column */

            #col_left {

                }

                #nav_sub {

                    }

                    #nav_sub .inner {

                        }

                        #nav_sub ul {
                            list-style: none outside;
                            text-align: left;
                            margin: 0;
                            padding: 0;
                        }

                            #nav_sub li {
                                padding: 5px 0px;
                            }

                            #nav_sub li.selected {

                            }

                                #nav_sub a {
                                    color: #999;
                                    text-decoration: none;
                                    font-size: 110%;
                                    text-transform: lowercase;
                                }

                                #nav_sub a:hover,
                                #nav_sub li.selected a {
                                    color: #000;
                                }

            /* centre column */

            #col_centre {
                /*background: transparent url(../../image/png/bbg.main.yellow.splodge.png) no-repeat 100% 0%;*/
                height: 220px;
                min-height: 220px;
                }

            html[xmlns] #col_centre {
                height: auto;
                }

            /* right column */

            #col_right {

                }

    /* footer */

    #footer {
        border-top: 1px solid #666;
        margin-top: 10px;
        }

        #footer #copyright {

            }

            #footer #copyright .inner {

                }

            #footer #copyright .inner ul {
                list-style: none;
                text-align: center;
                }

                #footer #copyright .inner li {
                    color: #999;
                    display: inline;
                    padding-right: 10px;
                    font-size: 85%;
                    }

                    #footer #copyright .inner li a {
                        font-size: 90%;
                        }

        #footer #logo_sml {

            }

            #footer #logo_sml .inner {
                text-align: center;
                }

/* extras */

.hidden {
    display: none;
    }