* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #000000;
    color: #ffffff;
    margin: 0px auto;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

#MainBody {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -71px;
    /* the bottom margin is the negative value of the footer's height */
    /*
margin:0px auto;
padding:0;
width:100%;
height:100%;
position : relative;*/
}

#MainBodyPlacer {
    background: #000;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 1004px;
    /*height:550px;*/
    /*border:1px solid #00ff00;*/
    z-index: 2;
    border: solid 0px #90F;
}

#headerWrapper {
    margin: 0px auto;
    width: 1004px;
    height: 125px;
    margin-top: 25px;
    position: relative;
    border-bottom: solid 2px #fff;
    /*background:#00F;
	float:left;*/
    z-index: 2;
}

#logoHolder {
    /**/
    width: 350px;
    height: 120px;
    position: relative;
    float: left;
    /*background:#0C9;*/
}

#contactHolder {
    /*width:100%;
background:#00F;*/
    position: relative;
    float: right;
    width: 650px;
    margin-bottom: 40px;
}

#contentrWrapper {
    position: relative;
    width: 994px;
    margin: 0 auto;
    padding: 0px 10px;
    min-height: 500px;
    /*border:solid 1px #90F;*/
}


/*this is to avoid email spam from bots.*/

#emailSprite {
    width: 219px;
    height: 18px;
    display: block;
    overflow: hidden;
}

#emailSprite a.sprite {
    display: block;
    width: 219px;
    height: 18px;
    background-position: 0px -17px;
    color: rgb(242, 205, 33) !important;
}

#emailSprite a.sprite i {
    color: white !important;
    text-decoration: none !important;
    font-style: normal !important;
}

#emailSprite a:hover.sprite {
    background-position: 0px 0px;
}

#Left_SideStrip {
    position: relative;
    float: left;
    width: 302px;
    background: #201c1d;
    /*height:319px;*/
    margin: 18px 4px 0px 0px;
    padding: 14px;
    border: solid 1px #3c3839;
}

#Right_ContentStrip {
    position: relative;
    float: left;
    padding: 14px 0px 0px 7px;
    /*background:#fff;*/
    width: 638px;
}

.HomeImageBox1 {
    position: relative;
    background: #201c1d;
    /*border:solid 2px #906; brightpink*/
    border: solid 1px #3c3839;
    padding: 0px;
    margin: 5px;
    float: left;
}

.HomeImageBox {
    position: relative;
    background: #201c1d;
    /*border:solid 2px #906; brightpink*/
    border: solid 1px #3c3839;
    padding: 0px;
    margin: 5px;
    float: left;
}

.HomeImageBox:hover {
    position: relative;
    background: #201c1d;
    /*border:solid 2px #906; brightpink*/
    border: solid 1px #726d6e;
    padding: 0px;
    margin: 5px;
    float: left;
}

.clear {
    clear: both;
}

.push {
    height: 201px;
    /* .push must be the same height as .footer */
}

#footerPageWrapper {
    background: #000 url(../images/footer_repeater.jpg) repeat;
    margin: 0px auto;
    padding: 0;
    position: relative;
    bottom: 0px;
    left: 0;
    height: 71px;
    width: 100%;
}

#footerWrapper {
    /**/
    background: #000000;
    color: #726d6e;
    margin: 0px auto;
    padding: 14px;
    position: relative;
    top: -1px;
    width: 990px;
    height: 52px;
    z-index: 10;
    border-top: 1px solid #201c1d;
    /*border:solid 1px #3c3839;*/
}

#footerLeft {
    position: relative;
    float: left;
    color: #8f8d8e;
    padding: 34px 0px 0px 30px;
}

#footerRight {
    position: relative;
    float: right;
    color: #8f8d8e;
    padding: 34px 30px 0px 0px;
}


/*
#footerWrapper{
position:relative;
border:solid 1px #90F;
width:1004px;
margin:0 auto;	
height:81px;
}*/


/*------------------------------------*\
	NAV
\*------------------------------------*/

#naviWrapper {
    z-index: 10000;
    width: 650px;
    position: relative;
    float: left;
    /*background:#ccc;*/
}

.nav-wrap {
    margin: 50px auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-top: 0px solid white;
    border-bottom: 1px solid white;
}

#ThanksBox {
    height: 50px;
    width: 950px;
    text-align: center;
    Color: #f2a941;
    position: relative;
    float: left;
    background: #201c1d;
    /*height:319px;*/
    margin: 18px 4px 0px 0px;
    padding: 14px;
    border: solid 1px #3c3839;
}