/*
========================================================================
Title:    Client Name Stylesheet (Screen)
Author:   jamie@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    line-height: 150%;
    list-style: none;
    }

body {
    background: #FFF url('/images/header_bg.png') repeat-x;
    text-align: center;
    }

#additional {
    padding-top: 10px;
    font-size: 12px;
    line-height: 150%;
    }

#sitemap a {
    font-size: 12px;
    line-height: 150%;
    }

#additional li {
    list-style: disc;
    margin-left: 15px;
    padding-left: 20px;
    }

/*
========================================================================
Common Styles
========================================================================
*/

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Lucida Grande, Arial, Helvetica, Sans-Serif;
    color: #333;
    size: 12px;
    }

div, p, span, li, dd, dt, th, td {
    font-weight: normal;
    color: #333;
    font-size: 12px;
    }

div, p, span, dd, dt, th, td, label {
    line-height: 140%;
    }

p, ul, ol, table {
    font-size: 12px;
    color: #333;
    padding: 8px 0;
    line-height: 140%;
    }

h1, h2, h3, h4, h5, h6, legend {
    line-height: 120%;
    font-weight: bold;
    color: #607F9B;
    }

h2, legend {
    font-size: 18px;
    }

h3 {
    font-size: 12px;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #333;
    background: #FFF;
    color: #999;
    font-size: 11px;
    padding: 5px;
    }

.image {
    position: absolute;
    }

select.dropdown {
    background: #000;
    border: 1px solid #FFF;
    color: #FFF;
    }

a {
    color: #607F9B;
    outline: none;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

:focus {
    -moz-outline-style: none;
    }

pre {
    text-align: left;
    color: #FFF;
    }

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }

#additional {
    font-weight: normal;
    color: #333;
    font-size: 12px;
    }

#page_home #additional {
color: #607F9B;
font-weight: bold;
padding-top: 20px;
padding-bottom: 20px;
}

#page_home #search_box {
display: none;
}

#page_home #txuklogo {
display: none;
}

#page_home #composite #search_box_composite {
margin-top: 0px;
display: block;
}

#page_home  #composite #txuklogo_composite {
margin-top: 0px;
display: block;
}

/*
========================================================================
Basic Layout
========================================================================
*/

#container {
    width: 890px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header {
        width: 100%;
        float: left;
        }
        #header_left {
            width: 590px;
            float: left;
            }
            #logo {
                width: 543px;
                height: 35px;
                float: left;
                padding: 65px 0 30px 0;
                }
            #pri_nav {
                width: 590px;
                height: 45px;
                float: left;
                }
            #pri_nav a {
                font-size: 12px;
                }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    line-height: 120%;
                    padding-right: 5px;
                    float: left;
                    color: #FFF;
                    font-size: 13px;
                    }
                    #pri_nav a {
                        color: #FFF;
                        display: inline;
                        }
        #map {
            width: 272px;
            height: 152px;
            float: right;
            padding-top: 3px;
            }            

    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #news_box {
            background: url('/images/news_box_bg.png');
            width: 197px;
            height: 422px;
            float: left;
            }
            #summary_container {
                width: 197px;
                height: 100px;
                }
                .summary_text {
                    padding: 50px 10px 0 10px;
                    }
            #scroll_box {
                margin: 0 1px 0 1px;
                height: 315px;
                overflow: auto;
                }
        #middle {
            width: 660px;
            float: left;
            padding-left: 25px;
            }
        #search_box, #search_box_composite {
            background: url('/images/search_bg.png');
            width: 435px;
            height: 121px;
            float: left;
            margin-bottom: 10px;
            }
            .search_title {
                float: left;
                width: 100%;
                padding: 20px 0 0 20px;
                }
            .search_intro {
                float: left;
                width: 100%;
                padding: 5px 0 0 20px;
                color: #FFF;
                }
            #search_box fieldset,#search_box_composite fieldset  {
                float: left;
                width: 100%;
                padding: 10px 0 0 20px;
                }
                #input_search, #input_search_composite {
                    width: 339px;
                    height: 27px;
                    margin-right: 10px;
                    }
        #content {
            width: 660px;
            float: left;
            padding: 15px 0 20px 0;
            }
        #page_home #content {
            padding-top: 0px;
            }
            #messages {
                background: #000;
                border: 1px solid #FFF;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    margin: 0 10px 10px 10px;
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    }
                    #messages p.ok {
                        background-image: url(/images/icn_tick.png);
                        }
                    #messages p.error {
                        background-image: url(/images/icn_error.png);
                        }
                    #messages p.info {
                        background-image: url(/images/icn_info.png);
                        }
        #txuklogo, #txuklogo_composite {
            float: right;
            }
                #copyright {
                float: left;
                }
                #copyright a {
                text-decoration: none;
                }
                #copyright p {
                    color: #333;
                    line-height: 100%;
                    font-size: 10px;
                    }
                #copyright a {
                    color: #333;
                    line-height: 100%;
                    font-size: 10px;
                    }
            #footer {
                float: right;
                }
            #footer a {
                color: #333;
                text-decoration: none;
                }
                #footer ul {
                    list-style: none;
                    }
                    #footer li {
                        display: inline;
                        font-size: 10px;
                        line-height: 100%;
                        }

/*
========================================================================
Home Page
========================================================================
*/

#page_home {
    }
    #flash_panel {

        }

/*
========================================================================
News
========================================================================
*/

.article {
    padding: 0 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: 0 8px;
    }
.article li {
    font-size: 11px;
    }
#downloads_box .article {
    height: 68px;
    padding: 10px 10px 10px 10px;    
    }

    dl.article:hover {
        background: #F2F2F2;
        background-position: 0 -150px;
        background-repeat: no-repeat;
        }
        .article li {
            background: url('/images/bullet.png') no-repeat left;
            padding-left: 20px;
            font-weight: bold;
            }

/*
========================================================================
Forms
========================================================================
*/

#form {
    }
    #form li {
        margin: 0 0 8px 0;
        width: 100%;
        float:left;
        }
        #form label {
            float: left;
            width: 100px;
            margin: 0 10px 0 0;
            }
#form ul.radio_buttons {
    float: left;
    }
    #form ul.radio_buttons li {
        float: none;
        }
#form ul.radio_buttons label {
    float: none;
    }

/*
========================================================================
Funding Page
========================================================================
*/

#page_funding #additional {
    padding-bottom: 20px;
    }

#page_funding #form .text, .mediumtext {
    border: 1px dashed #666;
    width: 200px; 
    }
#page_funding #input_submit {
    padding-left: 110px;
    }

#page_funding #content {
    margin-bottom: 20px;
    }

/*
========================================================================
Downloads Page
========================================================================
*/

#page_downloads #content .summary {
padding-left: 70px;
}

#page_downloads #content .article {
padding-left: 40px;
height: 70px;
padding-top: 5px;
}

                .thumb {
                    padding-right: 5px;
                    float: left;
                    width: 79px;
                    height: 79px;
                    overflow: hidden;
                    }
                    .article:hover {
                        background: red;
                        }
            .title { 
                padding-left: 70px;
                }
            .title a { 
                font-weight: bold;
                }
            #downloads_box .summary { 
                padding-left: 70px;
                }

/*
========================================================================
Contact Page
========================================================================
*/

#page_contact {
    }
    #page_contact #additional {
        padding-top: 0;
        width: 170px;
        float: left;
        margin: 20px 0 0 0;
        }
    #page_contact #additional p {
        font-size: 12px;
        line-height: 150%;
        }
    #page_contact #fields {
        width: 200px;;
        float: right;
        margin: 15px 0 0 0;
        }
    #page_contact #fields li {
        font-size: 12px;
        line-height: 150%;
        }
        #input_name {
            margin-top: 4px;
            border: 1px dashed #666;
            width: 200px;
            } 
        #input_email {
            margin-top: 4px;
            border: 1px dashed #666;
            width: 200px;
            } 
        #input_message {
            margin-top: 4px;
            border: 1px dashed #666;
            width: 200px;
    