
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/



.clear        { clear:both; }
.left         { float:left; }
.right        { float:right; }
img.left      { margin-right:1em; margin-bottom:1.8em; }
img.right     { margin-left:1em; margin-bottom:1.8em; }
.text-right   { text-align:right; }
.half         { width:45%; /* Not exactly half to account for paddings, margins etc. */ }

.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}

.wrap { overflow:hidden; width: 100%;}

img{ color:#666; font-style:italic; }

a img {border:0px;}

a {color:#fff;}
a:hover {color:#fff;}

p {padding-bottom:15px; padding-top:0px;}

h1 {color:#babcc3; font-weight:300; padding-top:0px;}

body {margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#e4e6ed; background:url(../images/bg-main.jpg) top center no-repeat #0f111f; line-height:1.4em; }

#wrapper {width:984px; margin:0px auto;}
#container {margin-bottom:15px;}


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav {margin:140px 0 0 227px;}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#main-left {width:690px; float:left; margin:40px 0 0 90px;}
#main-right {width:175px; float:right; margin:40px 0 0 0;}

#mid-cap {background:url(../images/bg-mid-cap.png) no-repeat; height:18px;}
#mid-mid {z-index:998; background:url(../images/bg-mid-mid.gif) repeat-y;} /* repeat */
#mid-topper {z-index:999; background:url(../images/bg-mid-topper.jpg) no-repeat;} /* top no repeat */
#mid-bot {height:28px; background:url(../images/bg-mid-bot.png) no-repeat;} /* bottom cap */

.content-pad {padding:10px 40px 10px 40px;}

#movie-rotator {width:169px; height:250px; overflow:hidden;}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer {text-align:center; color:#fff; font-size:80%; padding-top:15px;}

#preloaded-images { position: absolute;overflow: hidden;left: -9999px;}
.news-items img {padding:0px 10px 10px 0px;}

.hr {height:5px; margin:10px 0px 10px 0px; border-bottom:1px solid #666;}

/*  video */

.video-player {position:relative;}
.play-btn {position:absolute; top:0px; left:0px; z-index:999;}

a img {border:0px;}