@charset "utf-8";

/* Global */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url(../images/bodyBg.jpg);
    background-color: #000000;
	font-family:"Times New Roman", Times, serif;
    font-size:12px;
}

h2 {
    color:#ffffff;
    font-size:16px;
    padding-left:6px;
    margin-top:4px;
}


/* Containers */
#container{
	width:100%;
    height:519px;
    background-image:url(../images/stretchBG.png);
    background-repeat:repeat-x;
}

#mainContent{
	width:963px;
    height:529px;
    margin:auto;
    background:url(../images/contentBG.jpg);
}

#middleContent{
	width:953px;
    height:317px;
    margin-left:8px;
    margin-top:70px;
}

#bottomContent{
	width:962px;
    height:98px;
    margin:auto;
    clear:right;
    background-image:url(../images/bottomContentBg.jpg);
    background-repeat:no-repeat;
}

/* Nav */
#navigation {padding-left:312px;padding-top:120px;}

#navigation li {
    border-left: 1px solid #e7e7e7;
    float: left;
    line-height: 1.1em;
    margin: 0 .5em 0 -.5em;
    padding: 0 .5em 0 .7em;
    list-style-type: none;
}

#navigation a {
    font-size:14px;
    color:#f3f2f0;
    text-decoration:none;
}
#navigation a:hover {color:#d5b385;}
#navigation a:actice {color:#d2b894}

/* Intro Text */
#introText{float:left;width:305px;margin-top:10px;}

#introText img {clear:left;}

#introText p {
    color:#000000;
    margin-top:0px;
    padding-left:4px;
}

/* Flash */
#flash {
	float:left;
	width:636px;
    height:326px;
    margin-left:5px;
    margin-top:1px;
	background:url(../images/flashBg.png);

}

#fmovie {padding-top:6px;padding-left:10px;}

/* Bottom Content */

#bottomNav {
	width:100%;
    height:98px;
    margin-left:14px;
}

#bottomNav p {
	float:left;
    color:#e9e9e9;
    margin-top:1px;
}

#bottomNav img {float:left;border:none;}

#bottomNav a{color:#dfbc91;text-align:right;font-size:12px;}
#bottomNav a:hover{color:#dfdfdf;text-decoration:none;}

.bottomContentBox {
	float:left;
    margin-right:15px;
    width:300px;
}

/* Footer */

#footer {
	color:#545454;
    text-align:center;
    padding-top:35px;
}

#footer a {color:#6d4f24;}

img, div { behavior: url(iepngfix.htc) }