/*@font-face {
    font-family: 'FuroreRegular';
    src: url('fonts/Furore-webfont.eot');
    src: url('fonts/Furore-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Furore-webfont.woff') format('woff'),
         url('fonts/Furore-webfont.ttf') format('truetype'),
         url('fonts/Furore-webfont.svg#FuroreRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

* {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

#placeholder { margin: 0px; width: 100px; height: 80px; background: #666; border: 1px solid black; position: relative; }

input, textarea {
    color: #000;
}

img {
    border: none;
}

body {
    padding: 0;
    margin: 0;
	background-color: #000;
}

p {
    text-indent: 8px;
    padding-bottom: 10px;
    font-size: 10pt;
    color: #FFFFFF;
}

h1 {
    font-family: FuroreRegular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

h2 {
    font-family: FuroreRegular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding-bottom: 10px;
}

a {
    font-size: 10pt;
    font-weight: bold;
    color: #00CCFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-size: 10pt;
    font-weight: bold;
    color: orange; 
}

#main {
    width: 1122px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

#fmain {
    clear: both;
    padding-top: 50px;
    width: 1122px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#sidebar {
    float: left;
    width: 225px;
}

#sidebar-content {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#cWrap {
    float: left;
    width: 897px;
}

#navSocial {
    width: 750px;
    text-align: right;
    height: 20px;
    display: block;
    padding-bottom: 20px;
}

#navSocial img {
    width: 32px;
    height: 32px;
}

#nav {
    
    height: 57px;
    
    border-top: 1px solid #999;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    display: block;
    font-weight: bold;
}

.home {
    background-image: url(images/home.png);
}

#nav li a:link {
    color: #999;
    text-align: center;
    text-decoration: none;
}

#nav li a:visited {
    color: #999;
    text-align: center;
    text-decoration: none;
}

#nav li a:hover {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

#content {
    padding: 10px;
    margin-top: 40px;
    min-height: 400px;
    text-align: justify;
}

#footer {
    width: 897px;
    padding-top: 5px;
    border-top: 1px solid #999;
}

#fLeft {
    float: left;
    width: 200px;
}

#fLeft ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#fLeft ul li {
    padding-bottom: 10px;
    font-size: 10px;
}

#fLeft a {
    font-size: 10px;
}

#fMid {
    float: left;
    width: 200px;
    margin-left: 20px;
}

#fMid-content {
    min-width: 50px;
    margin-left: auto;
    margin-right: auto;
}

#fRight {
    float: right;
    width: 420px;
    margin-left: 20px;
    text-align: right;
}

#fRight img {
    vertical-align: top;
}

#right { 
	text-align: right;
	padding-right: 10px;
}

#nav2 { list-style: none; }
#nav2 li { float: left; position: relative; }
#nav2 li a { display: block; padding-bottom: 5px;}
#nav2 li ul { display: none; position: absolute; top: 45px; left: 0; min-width: 150px; background: #333; border: 1px solid #666; z-index: 1}
#nav2 li:hover ul { display: block; }
#nav2 li ul li { min-width: 150px; padding-left: 4px; }
#nav2 li ul li a { display: inline-block; }

.navimg {
    margin-top: -15px;
}

.boxgrid{
    width: 181px;
    height: 73px;
    margin:10px;
    float:left;
    background:#161613;
    border: solid 2px #8399AF;
    overflow: hidden;
    position: relative;
}
.boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
 .captionfull .boxcaption {
    top: 260;
    left: 0;
 }
 .caption .boxcaption {
    top: 181;
    left: 0;
 }
 .boxcaption{
    float: left;
    position: absolute;
    background: #000;
    height: 73px;
    width: 100%;
    opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

#fmain a {
    font-size: 9px;
    color: #999;
}

.update {
    text-align: left;
}

