
/* general */
body {
    font-family:Helvetica, Arial, Sans-Serifs;
    font-size:14px;
    overflow-x:hidden;
}

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

a:hover {
    text-decoration:underline;
}

/* end general */
.emergency {
	color: #600;
	font-weight: bold;
}

/* navbar */
#navbar {
    position:fixed;
    top:0px;
    left:0px;
    height:30px;
    width:100%;
    z-index:9999;
    text-align:center;
    /* gradients -___- */
    background: #D0D0D0;
    background:-moz-linear-gradient(top, #EEEEEE 0%, #D0D0D0 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#D0D0D0));
    background: -moz-linear-gradient(top, #EEEEEE 0%, #D0D0D0 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#D0D0D0)); 
    background: -webkit-linear-gradient(top, #EEEEEE 0%, #D0D0D0 100%); 
    background: -o-linear-gradient(top, #EEEEEE 0%,#D0D0D0 100%); 
    background: -ms-linear-gradient(top, #EEEEEE 0%,#D0D0D0 100%);
    background: linear-gradient(to bottom, #EEEEEE 0%,#D0D0D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d0d0d0');
    /* end gradient */

    /* shadow */
    -moz-box-shadow: 0px 2px 3px 0px #333;
    -webikit-box-shadow: 0px 2px 3px 0px #333;
    box-shadow: 0px 2px 3px 0px #333;
    /* end shadow */
}

#navbar ul {
    list-style-type:none;
    font-family:Helvetica;
    font-size:15px;
    margin:0px;
    padding:0px;
    padding-top:5px;
}

#navbar ul li {
    display:inline-block;
    padding-right:20px;
}

#navbar ul li a:hover {
    color:#EE2222;
    text-decoration:none;
}
/* end navbar */

/* body */
#wrapper {
    width:970px;
    margin-left:auto;
    margin-right:auto;
    margin-top:37px;
    display:block;
}

p {
    font-size: 120%;
}



#content{
    width:800px;
    float:left;
    padding-bottom:10px;
}


/* banner */
#banner {
    display:block;
    height:160px;
    background-color:#EEEEEE;
    border-style:solid;
    border-width:3px;
    border-color:#990000;
    border-radius:10px;

    font-family:Helvetica, Tahoma, Sans-Serifs;
    color:#990000;
   
    padding-left:15px;
    /*overflow:hidden;*/
    width:779px;
    float:left;

}

#title {
    font-size:40px;
    font-weight:200;
    margin-top:20px;
    margin-bottom:6px;
    letter-spacing:-0.05em;
}

#subtitle {
    font-size:15px;
    line-height:22px;
    width:485px;
}

#seals {
    position:relative;
    top:-117px;
    left:500px;
    width:0px;
    height:0px;
}

#frontSeal {
    position:relative;
    top:117px;
}

#backSeal {
    z-index:-1;
    position:absolute;
    top:0px;
    left:0px;
}
/* end banner */

/* news */
#news {
    width:557px;
    float:left;
    padding-left:10px;
    padding-top:5px;
}

#newsHeading {
    font-size:16px;
    font-weight:700;
    color:#990000;
    margin-bottom:-7px;

    color:#FFFFFF;
    background-color:rgb(186, 34, 34);
    padding:3px;
    border-style:solid;
    border-width:2px;
    border-radius:3px;
    border-color:rgb(186, 34, 34);
}

#news ul {
    list-style:none;
    list-style-position:outside;
    padding:0px;
    margin-left:4px;
}

#news ul li {
    margin-bottom:8px;
    line-height:20px;
}
/* end news */

/* dates */
#dates {
    width:205px;
    float:right;
    padding-top:5px;
}

#datesHeading {
    font-size:16px;
    font-weight:700;
    color:#990000;
    margin-bottom:-7px;
    color:#FFFFFF;
    background-color:rgb(186, 34, 34);
    padding:3px;
    border-style:solid;
    border-width:2px;
    border-radius:3px;
    border-color:rgb(186, 34, 34);
}

#dates ul {
    list-style:none;
    list-style-position:outside;
    margin-left:1px;
    padding:0px;
}

#dates ul li {
    margin-bottom:8px;
    line-height:20px;
}

.date {
    color:#990000;
    font-weight:bold;
    margin-right:7px;
}
/* end dates */

/* shortcuts */
#shortcuts {
    width:156px;
    float:right;
    padding:0px;
    border-left:3px solid;
    border-right:3px solid;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-color:#990000;
}

#shortcutsHeading {
    font-size:16px;
    font-weight:700;
    color:#990000;
    margin-bottom:-15px;
    text-align:center;
}

#shortcuts ul {
    list-style-type:none;
    margin-left:8px;
    padding:0px;
    font-size:12px;
}

#shortcuts ul li {
    padding:0px;
    margin:0px;
    padding-top:8px;
    padding-left:5px;
}
/* end shortcuts */

/* logos */
#logos {
    width:156px;
    float:right;
    padding:0px;
    border-left:3px solid;
    border-right:3px solid;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-color:#990000;
    text-align:center;
    margin-top:12px;
}

#logos ul {
    list-style-type:none;
    margin-left:3px;
    padding:0px;
    font-size:12px;
}

#logos ul li {
    padding:0px;
    margin:0px;
    padding-top:8px;
}

#logos ul li a img {
    border:0px;
}
/* end logos */

/* footer */
#footer {
    float:left;
    width:100%;
    text-align:center;
    font-size:11px;
    line-height:16px;
}

#footer a img {
    border:0px;
}
/* end footer */

/* carousel */

.carousel {

      width:557px;

      height:279px;
      margin-left:-20px;

      padding-left:15px;

      padding-right:15px;

      padding-top: 7px;

      padding-bottom: 7px;

      border-left: 3px solid #900;

      border-right: 3px solid #900;

      border-radius: 9px;

}


.carousel .container {

    position: absolute;
    bottom: 0;

//height:64px;}


.carousel-control {
    background-color: transparent;
    border: 0;
    color:#700;
    font-size: 120px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    padding:0px;
}


.carousel-control:hover{
     
    color:#E11;

}


.carousel img {

    border-radius:7px;

    -moz-border-radius: 7px;

    -webkit-border-radius:7px;

    height: 278px;

    width:557px;

    border-color:transparent;

margin:0;}


.carousel-caption {

    border-bottom-left-radius:7px;

    border-bottom-right-radius:7px;

    background-color: transparent;

    position: static;

    padding-left: 40px;

    padding-right: 80px;

    width:437px;

    background-color: rgba(10,10,10,0.5);

}


.carousel-caption:hover{    
}


.carousel-caption a{
    color: #fff;
    text-decoration:underline;
}


.carousel-caption h1, .carousel-caption .lead {
    font-size:14px;
    margin: 0;
    width:487px;
    line-height: 1;
    /*line-height: 1.25;*/
    color: #fff;
    text-shadow: 0 1px 1px rgb(0,0,0);
}


#silverchips {

/*    font-size:0;
    line-height:0;*/

margin:0px;
padding:0px;
float:left;
width:557px;
height:278px;
text-decoration:none;
}

#silverchips a{
	text-decoration:none;
}

#silverchips img {

    width:274px;

    height:135px;
/*width:276px;
height:137px;*/
/*    display:inline-block;*/
    border-color:transparent;

    border-radius:0px;

    -webkit-border-radius:0px;

    /*margin:0;
    padding:0px;*/
}


#silverchips #image1 {

    border-top-left-radius:7px;

/*    margin-right:-5px;*/
    margin-bottom:0px;
position:relative;
left:0px;
top:0px;
}


#silverchips #image2 {

    border-top-right-radius:7px;

/*    margin-left:-5px;*/
    margin-bottom:0px;

position:relative;
top:0px;
left:9px;/*5*/
}


#silverchips #image3 {

    border-bottom-left-radius:7px;

position:relative;
left:0px;
top:8px;/*4*/
/*    margin-right:-5px;*/
    margin-top:0px;
}


#silverchips #image4 {

    border-bottom-right-radius:7px;
position:relative;
left:9px;/*5*/
top:8px;/*4*/
/*    margin-left:-5px;*/
    margin-top:0px;
}

/* end carousel */

.rainbowize {
	  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
	    background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
	      color:transparent;
	        -webkit-background-clip: text;
	          background-clip: text;
					}

/* end body */
