/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
color:#f9ae00;
font-size:32px;
font-weight:bold;
font-family:'Georgia',Times New Roman, Times, serif;
}
h2 {
color:#f7ca62;
font-size:22px;
line-height:25px;
font-weight:bold;
font-family:'Georgia',Times New Roman, Times, serif;
}
h3 {
color:#f7ca62;
font-size:18px;
line-height:25px;
font-weight:bold;
font-family:'Georgia',Times New Roman, Times, serif;
}
h4 {
color:#f7ca62;
}
h5 {
color:#f7ca62;
}
h6 {
color:#f7ca62;
}
a {
color:#f7ca62;
text-decoration: underline;
}
a:hover {
color:#f9ae00;
text-decoration: none;
}


/* ---------- MAIN STRUCTURE ---------- */
body {
font-family:'Georgia',Times New Roman, Times, serif;
font-size:14px;
color:#666;
background-image: url(../img/bg.jpg);
background-repeat: repeat-x;
background-color: #000;
}
body.subPage {
background-image: url(../img/bg2.jpg);
}
#container {
width:792px;
margin:0 auto;
margin-top: 17px;
padding-bottom: 20px;
}
#mainContent {
width:566px;
margin:68px auto 0 auto;
padding: 0px 30px 30px 30px; 
color:#f9ae00;
font-size:13px;
line-height:18px;
font-family:'Georgia',Times New Roman, Times, serif;
}
#mainContent p{
text-align: justify;
}


/* ---------- HEADER ---------- */
.blacklines{
width:100%;
height:14px;
background:url(../img/blackline.jpg) repeat-x;
}
.header{
width:572px;
height: 321px;
margin: 24px auto 0 auto;
background-image: url(../img/video.png);
}
.logo{
width:248px;
height:158px;
margin:0 auto;
padding:0;
}


/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0;

}
ul#nav {
display: block;
height: 30px;
/* font-size: 12px; */
text-align:center;
padding:0;
margin-top: 18px;
z-index: 1000;
list-style-type:none;
text-align: center;
position: relative;
}
ul#nav a {
padding-top: 5px;
height: 25px;
text-decoration: none;
color: #000;
font-family:'Georgia', Times New Roman, Times, serif;
font-size:14px;
text-transform: uppercase;
font-weight:bold;
/*background-color: #666;*/
}
ul#nav a:hover {
color:#c78500;
/*background-color: #999;*/
}
/* top level */
ul#nav li {
display: inline;
position: relative;
text-align: left;
/*border-right: 1px solid #999;*/
}
ul#nav li a {
padding-left: 10px;
padding-right: 10px;
}
/* second level */
ul#nav ul {
display: none;
list-style:none;
position: absolute;
top: 30px;
left: 0;
background-color: #222;
z-index: 1001;
width: 300px;
}
ul#nav li li {
display: none;
list-style:none;
text-align: left;
border: none;
border-bottom: 1px solid #333;
}
ul#nav li li a { 
display: block;
color:#FFFFFF;
/* font-size:12px; */
margin:0 0 5px 0;
padding-left: 10px;
padding-right: 0;
text-transform: none;
font-weight: normal;
}
ul#nav li li a:hover {
/* text-decoration:underline; */
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:150px;
margin:-5px 0 0 50px;
padding: 20px;
background-color:#191919;
background-image: url(../img/sidebarBg.gif);
background-repeat: repeat-x;
padding-bottom: 50px;
padding-top: 60px;
}
#sidebar h1{
font-size: 18px;
font-weight: bold;
color: #f9ae00;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #f7ca62;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#f7ca62;
text-decoration:none;
list-style:none;
display:block;
font-weight:bold;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#f9ae00;
font-weight:bold;
}


/*---------- FOOTER ----------*/
#footer{
width:566px;
height:auto;
text-align:center;
margin:0 auto;
color:#f9ae00;
padding: 10px 0 0 0;
border-top: solid 1px #796c50;
border-bottom: solid 1px #796c50;
}
#footer ul{
list-style:none;
margin: 0;
text-transform:uppercase;
text-align: center;
}
#footer ul li{
font-size: 10px;
list-style:none;
margin:0 5px;
display:inline;
}
#footer a{
font-size: 10px;
text-decoration: none;

color:#f9ae00;
}
#footer a:hover{
text-decoration:underline;
}
.copyright{
margin-bottom:15px;
font-size: 10px;
text-align: center;
line-height: 18px;
color:#f9ae00;
}

.footer-deco{
width:566px;
height:76px;
margin: 0 auto 25px auto;
background: url(../img/footer-deco.jpg) top center no-repeat;
}
/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:10px;
padding:5px 10px;
background:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
}
.imageRight {
float:right;
padding: 10px 0 20px 20px;
}

.imageLeft {
float: left;
padding: 10px 20px 20px 0;
}
.imageCenter {
margin: 0 auto;
}
.embeddedMedia object {
border: 1px solid #333;
}
.embeddedMedia {
float: right;
display:inline;
padding: 0 0 20px 20px;
}
.videoRight {
float:right;
padding: 10px 0 20px 20px;
margin-right: -50px;
}

.videoLeft div{
float: left;
padding: 10px 20px 20px 0;
}
/* Logo Border */
.logoBorder {
border: 1px solid #333
/* border: 1px solid #333; */
}
input {
background-color: #222;
color: white;
border: none;
padding: 3px;
}
textarea{
background-color: #222;
color: white;
border: none;
}
.submit input {
background-color: #d98e00;
color: white;
margin-top: 10px;
padding: 5px 10px;
}
.logoTable{
float:right;
text-align: center;
width: 250px;
}
.logoTable img{
width: 100px;
/* display: none; */

}
.logoTableLeft {
text-align: center;
width: 330px;
}
.logoTableLeft img{
max-width: 100px;
}