/* @override http://cclr.dev/101/css/master.css */

a {
    color:#216180;
    text-decoration:none;
}

a:hover {
    color:#2E87B2;
}

.accordion h3 {
    font-size:11px;
}
.accordion h3 a span {
    color:#7cab58;
}
.accordion {
    margin:20px 0;
}

body, html {
    background:#011d2d;
    color:white;
    font-size:11px;
}

body {
    margin-top:10px;
}

#bottom {
    margin-bottom:20px;
    padding-top:20px;
}

.clear {
    clear:both;
}

#container {
    margin:0 auto;
    width:980px;
}

.content {
    border-bottom:1px solid #666;
    border-top:1px solid #666;
    margin-bottom:50px;
}
    .content .left {
        float:left;
        padding:20px 0;
        width:460px;
    }
    .content .right {
        border-left:1px solid #666;
        float:left;
        padding:20px 0;
        padding-top:5px;
        padding-left:10px;
        width:490px;
    }
        .content .right .hdr {
            float:left;
            width:180px;
        }
        .content .right .text {
            float:left;
            padding-top:10px;
            width:300px;
        }
        .content .right .text ul {
            color:#186380;
            font-weight:bold;
            margin-bottom:2em;
        }
        .content .right .text ul li {
            margin-bottom:.3em;
        }
        
            .content .right .text ul li span{
                color:#7cab58;
            }

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}

h1 {
    background:#415662;
    color:#000f1b;
    font-size:11px;
    font-weight:bold;
    padding:5px;
    position:relative;
    text-transform:uppercase;
}
    h1 a {
        color:#00101b;
    }
    h1 a:hover {
        color:#00101b;

    }

h2 {
    color:#7cab58;
    font-size:14px;
    margin-bottom:1.2em;
}

h3 {
    color:#216180;
    font-weight:bold;
    font-size:12px;
    margin-bottom:1.2em;
/*    text-transform:uppercase;*/
}

h4 {
    color:#7cab58;
    font-size:12px;
}

#loader {
    display:none;
    position:absolute;
    top:65px;
}

#nav {
    margin:5px 0 5px 0;
    height:16px;
}

#nav ul li {
    float:left;
    font-size:10px;
    margin-right:17px;
    text-transform:uppercase;
}

#nav ul li.last {
    margin-right:0;
}

#nav ul li a, a.plus {
    background:url(../img/plus.gif) no-repeat;
    padding-left:20px;
}
    #nav ul li a.active {
        color:white;
    }
    
p {
    margin-bottom:1em;
}

#volume {
    color:#82a2b7;
    font-size:10px;
    right: 148px;
    position:absolute;
	top: -1px;
}
    #volume a {
        color:#82a2b7;
        padding:0 3px;
    }
    #volume a.active {
        color:#ffffff !important;
    }
    #volume a:hover {
        color:#ffffff;
    }
    #volume img {
	position: relative;
	top: 5px;
}

a#header_101 {
	color: white;
	position: absolute;
	right: 10px;
}

a#header_back {
	padding-left: 3px;
}

a#header_101 span, a#header_back span {
	position: relative;
	top: -1px;
}   

    
#gish_credit {
	margin-top: 297px;
	line-height: 13px;
	font-size: 9px;
	margin-left: 17px;
	color: #1a6886;
}
