/* CSS Document */

/*test*/

html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #748C9A url(../images/style/bg.jpg) repeat-y center;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:medium;
}

#scrollem {
	
	position: relative;
	right: 24px;
	padding: 0px;
	width: 700px;
	height: 215px;
	overflow: scroll;
}


#contents {
	background-color: #e5ebee;
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
	left: 50%;
    width: 700px;
    margin-left: -350px;
	padding: 0;
}

#navigation {
	height: 130px;
	background-image:url(../images/style/hdr_bg.gif)
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:small;
}

#navigation ul {
	text-align: center;
	padding-top: 94px;
	padding-right: 0;
}

#navigation ul li {
	display: inline;
	margin-right: 10px;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li a {
	background: url(../images/style/tab-right.gif) no-repeat 100% 0;
	color: #102c59;
	padding: 5px 0 5px;
	text-decoration: none;
}

#navigation ul li a span {
	background: url(../images/style/tab-left.gif) no-repeat;
	position:static;
	padding: 5px 10px;
	margin-left: -9px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}



#navigation #active a {
	background: url(../images/style/tab-right-active.gif) no-repeat 100% 0;
	text-decoration: none;
	color: #f64f33;
	/*font-weight: bold;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation #active a {
	color: #f64f33;
}

#navigation a:hover span {
	color: #94212b;
}

#navigation #active a span {
	background: url(../images/style/tab-left-active.gif) no-repeat;
	padding: 5px 10px;
	margin-left: -9px;
}


* html #navigation ul li a {
	padding: 0;
}


#main {
	position:relative;
	top: -17px;
	min-height: 585px;
	padding: 15px 1.5em 5px 1.5em;
	background-color: #e5ebee;
	text-align: left;
}

#main p {
	font: 80% "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif; 
	margin-top: 0px;
	margin-bottom: 6px;
}

#main ul {
	margin-top: 0px;
	margin-bottom: 6px;
}

#main li {
	font: 80% "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif; 
	margin-top: 0px;
	margin-bottom: 2px;
}

#footer {
	float: left;
	/*bottom: 0;
	left: 50%;*/
	width: 700px;
	/*margin-left: -350px;*/
	text-align: right;
	background-color: #97212b;
	/*background-image:url(../images/style/footer-bg.gif);*/
	background-repeat: no-repeat;
	height: 38px;
}


.story {
	width: 408px;
	padding: 20px 20px;
	position: relative;
	background-color:#FFFFCC;
	font-family: "Courier New", Courier, monospace;
	z-index: 10;
}

.story p {
	font-family: "Courier New", Courier, monospace;
}



/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 700px;
    w\idth: 700px;
}



.riteimg {
	float:right;
	margin: 0px;
	padding:0px;
	padding-right: 20px;
	position: relative;
	left:15px;
}

.leftimg {
	/*float:left;*/
	margin: 0px;
	padding: 0px;
	position: relative;
}

.title {

	right:24px;
	
}
