@import url('forms.css');

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    background: #fbffe8 url(../img/backgrounds/bg.gif) repeat-x center top;
	text-align: center;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #434343;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
    background: #fff url(../img/backgrounds/bg-container.gif) repeat-y center top;
	width: 970px;
	margin: 29px auto 6px;
	padding: 0 0 6px 0;
	text-align: left;
	position: relative;
	border-bottom: 10px solid #84B818;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width: 970px;
    height: 246px;
    position: relative;
    background: url(../img/backgrounds/bg-header.png) no-repeat center top;
}

    .header h1 {
        position: absolute;
        top: -24px;
        left: 15px;
    	font-size: 10px;
    	line-height: 10px;
    	margin: 0;
    	padding: 0;
    	z-index: 40;
    }

        .header h1 a {
        	width: 223px;
        	height: 83px;
        	padding: 0;
        	background: url(../img/general/logo.gif) no-repeat;
        	text-decoration: none;
        	display: block;
        	border: 1px solid #84b818;
        }

            .header h1 a span {
            	visibility: hidden;
            }

    .header .left {
        float: left;
        width: 225px;
        padding: 64px 9px 0 15px;
    }

        .left .address {
            font-size: 11px;
            line-height: 13px;
            margin-bottom: 3px;
        }

        .left .search {
            position: relative;
            height: 30px;
        }

            .left .search input.search {
                position: absolute;
                right: 0;
                top: 0;
                height: 28px;
                line-height: 28px;
                width: 124px;
                padding: 0;
                border: 0;
                color: #434343;
            }

        .left .left-nav ul {
            width: 225px;
            list-style: none;
            margin: 0;
        }

            .left .left-nav ul li {
                float: left;
                font: 13px/26px 'Palatino Linotype',Palatino,'URW Palladio L',Garamond,Georgia,serif;
            }

                .left .left-nav ul li.first {
                    text-transform: uppercase;
                }

                .left .left-nav ul li a {
                    display: block;
                    height: 26px;
                    color: #709C14;
                    padding: 0 11px;
                    text-decoration: none;
                }

                .left .left-nav ul li a:hover {
                    background: url(../img/backgrounds/bg-nav.png) repeat;
                }

    .header .right {
        float: left;
        width: 706px;
        height: 242px;
        padding: 0 15px 0 0;
        position: relative;
    }

        .right .icon {
            position: absolute;
            top: -30px;
            right: -3px;
            width: 337px;
            height: 142px;
            background: url(../img/backgrounds/bg-icon.png) no-repeat center top;
            z-index: 50;
        }

            .right .icon h3 {
                font: bold 48px/56px Arial,Helvetica,sans-serif;
                font-style: italic;
                color: #fff;
                padding: 0 0 0 40px;
                margin: 0;
            }

        .right .nav {
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .right .nav ul {
                list-style: none;
                margin: 0;
            }

            .right .nav ul li {
                float: left;
                font: 12px/26px 'Palatino Linotype',Palatino,'URW Palladio L',Garamond,Georgia,serif;
                text-transform: uppercase;
                margin: 0 0 0 2px;
            }

                .right .nav ul li.first {
                    margin-left: 0;
                }

            .right .nav ul li a {
                display: block;
                height: 26px;
                color: #000080;
                padding: 0 13px;
                text-decoration: none;
                background: url(../img/backgrounds/bg-nav.png) repeat;
            }

                .right .nav ul li.first a {
                    padding-left: 17px;
                    padding-right: 16px;
                }

            .right .nav ul li a.active, .right .nav ul li a:hover {
                color: #000080;
                text-decoration: none;
                background: url(../img/backgrounds/bg-nav-hover.png) repeat-x left bottom;
            }

            .right .nav ul ul {
                display: none;
            	position: absolute;
            	width: 130px;
            	left: -999em;
            	z-index: 100;
            	padding: 0;
            	margin: 0;
            	text-transform: none;
            }

                .right .nav li ul li, .right .nav li ul li.first {
                	background: none;
                	margin: 0;
                	padding: 0;
                	width: 150px;
                	font-size: 11px;
                	border-bottom: 1px solid #fefefe;
                }

                    .right .nav li ul li a, .right .nav li.first ul li a, .right .nav li ul li.first a {
                    	padding: 4px 0 4px 10px;
                    	color: #fff;
                    	background: none;
                    	background-color: #9ACD32;
                    	line-height: 18px;
                    	height: auto;
                    	border: 0;
                    }

                        .right .nav li ul li a:hover {
                            background: none;
                            background-color: #0C5CAA;
                            color: #fff;
                            border: none;
                        }

                    .right .nav li:hover ul, #nav li.sfhover ul {
                    	left: auto;
                    	z-index: 1000;
                    }

                    .right .nav li:hover {
                        position: static;
                    }

/* Boxes
----------------------------------------------------------------------------------------------------*/
.greenbox {
    width: 223px;
    border: 1px solid #84b818;
    margin: 0;
    background-color: #fff;
}

    .greenbox h3 {
        height: 27px;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        color: #fff;
        background: url(../img/backgrounds/bg-greenbox-h3.gif) no-repeat left top;
    }

    .greenbox p {
        padding: 0 10px 10px;
        margin: 0;
    }

    .greenbox a {
        color: #0000A0;
        text-decoration: none;
    }

    .greenbox a:hover {
        color: #0000A0;
        text-decoration: underline;
    }

/* Content container
----------------------------------------------------------------------------------------------------*/
.content-container {
    width: 940px;
    padding: 0 15px;
}

/* Sidebar
----------------------------------------------------------------------------------------------------*/
    .sidebar {
        float: left;
        width: 223px;
    }

        .sidebar ul {
            margin: 8px 0 0;
            padding: 0 0 12px;
            list-style: none;
        }

            .sidebar ul li {
                background: url(../img/backgrounds/bg-sidebar-li.png) repeat-y top left;
                margin: 3px 0;
                font-size: 11px;
                line-height: 14px;
                color: #0D5CA9;
            }

                .sidebar ul li:hover {
                    background: url(../img/backgrounds/bg-sidebar-li-hover.png) repeat-y top left;
                }

                .sidebar ul li a, .sidebar ul li a:hover {
                    display: block;
                    padding: 0 0 0 22px;
                    font-size: 12px;
                    line-height: 17px;
                    font-weight: bold;
                    color: #567810;
                    text-decoration: none;
                    background: url(../img/backgrounds/bg-sidebar-li-a.png) no-repeat left 3px;
                }

                .sidebar ul li span {
                    display: block;
                    font-size: 11px;
                    line-height: 14px;
                    font-weight: normal;
                    color: #0D5CA9;
                }

                    .sidebar ul li.old a, .sidebar ul li.old a:hover, .sidebar ul li.old span {
                        color: #999;
                    }

/* Content
----------------------------------------------------------------------------------------------------*/
    .content {
        float: left;
        width: 520px;
        margin: 0 9px;
        padding: 24px 15px 0;
        font-size: 12px;
        line-height: 14px;
        background-color: #fff;
        border: 1px solid #84B818;
        min-height: 436px;
        height: auto !important;
        height: 436px;
    }

        .home .content {
            border: none;
            background: none;
            margin: 0;
            width: 540px;
            min-height: 300px;
            height: auto !important;
            height: 300px;
        }

        .content h2 {
            font: bold 14px/20px verdana,arial,helvetica,sans-serif;
            color: #0D5CA9;
        }

        .content h3 {
            font-size: 11px;
            line-height: 14px;
            font-weight: bold;
            color: #0D5CA9;
            margin: 0;
        }

        .content h4 {
            font-size: 13px;
            line-height: 16px;
            font-weight: bold;
            color: #fff;
            margin: 0;
        }

        .content a {
            color: #669900;
            text-decoration: none;
        }

             .content a:hover {
                color: #669900;
                text-decoration: underline;
             }

        .content p {
            margin: 0 0 1.1em 0;
        }

/* Agenda
----------------------------------------------------------------------------------------------------*/

    .agenda-list .agenda-item {
        width: 100%;
        border-top: 2px solid #2B69A5;
        margin-bottom: 16px;
        padding: 4px 0 0;
        min-height: 160px;
        height: auto !important;
        height: 160px;
        position: relative;
    }

        .agenda-list .basic {
            /*border-top: 1px dashed #2B69A5;*/
            min-height: 42px;
            height: auto !important;
            height: 42px;
        }

        .agenda-item h3 {
            font: bold 14px/18px verdana,arial,helvetica,sans-serif;
            margin-bottom: 8px;
            padding: 0 160px 0 0;
            position: relative;
        }

            .agenda-list .basic h3 {
                font-size: 12px;
                margin-bottom: 4px;
            }

        .agenda-item h3 span {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 11px;
            font-weight: normal;
        }

        .agenda-item .info {
            font-size: 11px;
        }

            .agenda-item .info img {
                float: right;
                margin-left: 10px;
                margin-bottom: 10px;
            }

            .agenda-item .info p {
                width: 348px;
            }

        .content .details {
            margin: 20px 0 0 0;
            border-top: 1px dashed #669900;
            position: relative;
            font-size: 11px;
            line-height: 16px;
            font-weight: bold;
        }

        .agenda-item .details {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 410px;
            padding: 0 110px 0 0;
            border-top: 1px dashed #669900;
            font-size: 11px;
            line-height: 16px;
            font-weight: bold;
        }



            .details p {
                margin: 0;
                color: #669900;
            }

            .details a.more {
                position: absolute;
                top: 0;
                right: 0;
            }

            .details table td {
                padding: 2px 4px 0 0;
            }

/* Sponsors
----------------------------------------------------------------------------------------------------*/
    .sponsors {
        float: left;
        width: 143px;
        border: 1px solid #4F6784;
        background-color: #fff;
        padding: 0 0 13px 0;
    }

        .sponsors h3 {
            height: 27px;
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 17px;
            color: #fff;
            background: url(../img/backgrounds/bg-sponsors-h3.gif) no-repeat left top;
        }

        .sponsors ul {
            list-style: none;
            margin: 12px 0 0;
        }

            .sponsors li {
                float: left;
                margin: 0;
                padding: 0 9px 6px;
                width: 120px;
            }

                .sponsors li img {
                    display: block;
                    border: 1px dashed #4F6784;
                }

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
    width: 970px;
    min-height: 36px;
    height: auto !important;
    height: 36px;
    margin: 0 auto;
    padding: 6px 0;
    text-align: left;
    background-color: #84B818;
}

    .footer .col {
        float: left;
    }

        .footer .col ul {
            list-style: none;
            margin: 0;
        }

            .footer .col ul li {
                font-size: 11px;
                line-height: 16px;
                font-weight: bold;
            }

                .footer .col ul li a {
                    color: #fff;
                    text-decoration: none;
                }

    .footer .c1 {
        padding: 0 20px 0 15px;
        width: 225px;
    }

    .footer .c2, .footer .c3 {
        width: 280px;
        padding: 0;
    }