@charset "UTF-8";
/* CSS Document */

/*-----styles for full-screen flash------*/

html {height:100%;  width:100%;  overflow: auto;}
body {height:100%;  width:100%;}
#website {height:100%; width:100%;position:absolute;top: 0px;left: 0px;}

/*-----styles are for non-flash viewers------*/

/********************************************************************************************************************/
/********* RESET STYLESHEET IS A MODIFIED VERSION OF ERIC MEYER'S 'RESET RELOADED' STYLESHEET ***********************/
/********************************************************************************************************************/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight: normal; font-style:inherit; font-size: inherit; line-height:inherit; font-family: inherit; text-align:left;}

ul, ol {list-style:none;}
caption {font-weight:normal;}
em, i {font-style:oblique;}
strong, b {font-weight:bold;}
sup {font-size:0.7em;vertical-align:top;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes:"" "";}

/* remove borders from linked images */
a img {border:none;}

/* remove focus borders */
:focus {outline: 0;}

/********************************************************************************************************************/
/***************************************** * GLOBAL PREDICTABLE ELEMENTS * ******************************************/
/********************************************************************************************************************/

body {background: #17191a;font-size: 12px;line-height:17px;font-family: Arial, Verdana, Helvetica, sans-serif; }

/* default header styles */
h1, h2, h3, h4, h5, h6, .title {font-family:"Trebuchet MS", Tahoma, sans-serif;color:#333;margin:.35em 0;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.15em;color:#666;}
h3 {font-size: 1.15em;}
h4, h5, h6 {font-size: 1em;}

/* default link styles */
a, a:visited, a:focus {color:#666;text-decoration:underline;}
a:hover {color:#333;text-decoration:underline;}

/* default text formatting styles */
p {margin:8px 0;}

img.left {float:left;margin-right:15px;margin-bottom:10px;}
img.right {float:right;margin-left:15px;margin-bottom:10px;}

/********************************************************************************************************************/
/*****************************************LAYOUT ELEMENTS (NO-FLASH)  ***********************************************/
/********************************************************************************************************************/

#wrapper {
	margin:0 auto;
	width:1000px;
}

#wrapperContent {
	float:left;
	display:inline;
	width:1000px;
	background-color:#17191a;
}

#mast {
	float:left;
	display:inline;
	width:1000px;
	height:200px;
	
}

#contentBody {
	float:left;
	display:inline;
	width:900px;
	padding:20px 50px;
}


#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
	background-color: #17191a;
}
 
#inner {
  width: 567px;
  height: 349px;
  margin-left: -283px;  /***  width / 2   ***/
  position: absolute;
  top: -150px;          /***  height / 2   ***/
  left: 50%;
	
	background: #ffffff url(../images/comingSoon.gif);
}
