@import url('forms.css');

/* Body
----------------------------------------------------------------------------------------------------*/
body {
    background-color: #585858;
	text-align: center;
	margin: 0;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS',arial,tahoma,verdana,sans-serif;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container {
    background-color: #fff;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
    width: 960px;
    height: 260px;
    position: relative;
}

    .header .visuals {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        width: 960px;
        height: 219px;
        overflow: hidden;
    }

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

        .header h1 a {
        	width: 200px;
        	height: 110px;
        	padding: 0;
        	background: url(../img/general/logo.png) no-repeat;
        	text-decoration: none;
        	display: block;
        }

            *html .header h1 a {
            	background-image: none;
            	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/general/logo.png", sizingMethod="crop");
            }

            .header h1 a span {
            	visibility: hidden;
            }

    .header .nav {
        float: left;
        width: 100%;
        height: 41px;
        background: #fff url(../img/backgrounds/bg-nav.gif) repeat-x bottom left;
        padding: 219px 0 0 0;
    }

        .header .nav ul {
            list-style: none;
            margin: 0;
            padding: 8px 0 0 0;
            font-size: 11px;
            line-height: 24px;
        }

        .header .nav ul li {
            float: left;
            padding: 0 24px;
        }

            .header .nav ul li.first {

            }

        .header .nav ul li a {
            display: block;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
        }

        .header .nav ul li a.active, .header .nav ul li a:hover {
            color: #fff;
            text-decoration: none;
        }

        .header .nav ul ul {
            	position: absolute;
            	width: 140px;
            	left: -999em;
            	z-index: 100;
            	padding: 0;
            	margin: 0;
            }

                .header .nav li ul li {
                	background: none;
                	padding: 0;
                	width: 150px;
                	font-size: 11px;
                }

                    .header .nav li ul li a {
                    	padding: 2px 0 2px 6px;
                    	color: #fff;
                    	background-color: #b3131e;
                    	line-height: 18px;
                    	border: 1px solid #fff;
                    }

                    .header .nav li ul li a:hover {
                        background-color: #585858;
                        color: #fff;
                        opacity: 1;
                    }

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

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

/* Content
----------------------------------------------------------------------------------------------------*/

.content-container {

}

.content {
    float: left;
    width: 410px;
    color: #000;
    font-size: 12px;
    line-height: 19px;
    padding: 25px 45px 0 25px;
}

    .content h2 {
        color: #ae020e;
        font-size: 14px;
        font-weight: bold;
    }

    .content a {
        color: #ae020e;
    }

    .content .album-images {
        width: 100%;
    }

        .content .album-images img {
            margin: 0 6px 6px 0;
            border: 3px solid #ae020e;
            float: left;
        }

.sidebar {
    float: left;
    width: 480px;
    font-size: 11px;
    line-height: 14px;

}

    .sidebar ul {
        float: right;
        width: 365px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar ul li {
            float: left;
            width: 100%;
            height: 143px;
            padding: 2px 0 0 0;
            background: url(../img/backgrounds/bg-sidebar-li.gif) repeat-x bottom left;
        }

            .sidebar ul li span.thumb {
                display: block;
                float: left;
                width: 123px;
                height: 100%;
                background-color: #fff;
            }

                .sidebar ul li span.thumb img {
                    border: 3px solid #ae020e;
                }

            .sidebar ul li strong.action {
                display: block;
                float: left;
                width: 222px;
                height: 133px;
                padding: 5px 10px;
                overflow: hidden;
            }

    .sidebar h3 {
        color: #ae020e;
        font-size: 19px;
        line-height: 22px;
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
    }

    .sidebar p {
        margin: 0;
    }

    .sidebar a, .sidebar a:hover {
        color: #ae020e;
    }

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    width: 960px;
}

    .footer .banners {
        float: left;
        width: 100%;
        height: 70px;
        padding: 20px 0 0 0;
    }

        .footer .banners ul {
            list-style: none;
            width: 940px;
            margin: 0;
            padding: 0 10px;
        }

            .footer .banners ul li {
                float: left;
                text-align: center;
            }

    .footer .text {
        float: left;
        width: 100%;
        height: 17px;
        line-height: 17px;
        color: #fff;
        font-size: 11px;
        background-color: #ae020e;
    }

        .footer .text p {
            float: right;
            margin: 0;
        }

        .footer .text ul {
            list-style: none;
            margin: 0;
            padding: 0 0 0 6px;
            float: right;
        }

            .footer .text ul li {
                float: left;
                padding: 0px 6px;
                background: url(../img/backgrounds/bg-footer-li.gif) no-repeat left 4px;
            }

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