/* CSS Document */

body {
	background:#102d65 url("../img/intro-page-bkgrnd.jpg") repeat-x;
	margin:0;
	font: bold 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
#introTitle {
	margin:0 auto;
	text-align:center;
	height:60px;
	width:300px;
	background:url("../img/introLogo.gif") no-repeat;
}
#introTitle h1 {
	display:none;
}
#introContainer {
	margin:0 auto;
	width:650px;
	height:465px;
	background:url("../img/intro-page-main.jpg") no-repeat;
	text-align:center;
}
#introText {
	width:575px;
	padding:234px 35px 10px 35px;
	height:60px;
	color:#eee;
	font-weight:normal;
	overflow:hidden;
	line-height:15px;
}
#introCredits {
	margin:0 auto;
	text-align:center;
	height:40px;
	color:#ccc;
	font-size:85%;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0;
	margin-top: 18px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 3px;
	color: #eee;
	width: 643px;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	background:url("../img/menu-tab-back.jpg") 0 -35px repeat-x;
}

#navcontainer ul li a
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
}

#navcontainer ul li a:hover
{
	/*background-color: #b83921;*/
	background:url("../img/menu-tab-back.jpg") repeat-x;
	color: #cfc984;
}

#navcontainer #active { border-left: 1px solid #fff; }