@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:0px;
	
}

#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: 0px;          /***  height / 2   ***/
  left: 50%;
	
	background: #17191a;
}

/* header */
#header {
	/*border-bottom:1px solid #999;*/
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#17191a;
	/*border-right:1px solid #999;
	margin:0 auto;*/
	width:1000px;
	height:40px;
	list-style:none;
}
#navigation li {
	/*border-left:1px solid #999;*/
	float:left;
	width:120px;
	list-style:none;
	font-size: 15px;
}
#navigation a {
	color:#FFFFFF;
	display:block;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	
}
#navigation a:hover {
	background:#666666;
	color:#FFFFFF;
}
#navigation .active {
	background:#666666;
	color:#777;
}



/* sub navigation */
#subnavigation {
	border-bottom:1px solid #999; 
	
	/*border-right:1px solid #999;*/
	margin:0 auto;
	list-style:none;
}
#subnavigation li {
	/*border-left:1px solid #999;*/
	float:left;
	width:130px;
	list-style:none;
	font-size: 12px;
}
#subnavigation a {
	color:#cccccc;
	text-align:left;
	text-decoration:underline;
	
}
#subnavigation a:hover {
	background:#666666;
	color:#FFFFFF;
}
#subnavigation .active {
	background:#666666;
	color:#777;
}



/* content */

#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	/*border-bottom:1px dashed #999;*/
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}



/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #C00
}


/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:1000px;
	color: #ffffff;
}
