@charset "utf-8";
/* CSS Document */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	/* height: 120%; */
}
html>body, html>body {
	/* height: 120%; */
}
body {
	margin: 0px;
	background: #bb001b;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #e67b14;
	text-decoration: underline;
}
a:hover {
	color: #6c311b;
}

/* transparancy for png in IE5.5 an IE6 */
img, div, li {
	behavior: url(/iepngfix/iepngfix.htc)
}

#container {
	position: absolute;
	vertical-align: middle;
	margin: 0 auto;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	background: #bb001b;
}
#homepage {
	position: absolute; top: 20px;
	background: url(/site/images/stressmoments/home_bg.jpg) top left no-repeat;
	width: 900px;
	height: 500px;
	margin: 0 0 0 40px;
}
#nav_homepage {
	position: absolute;
	left: 105px;
	top: 20px;
	width: 690px;
	height: 500px;
	overflow: hidden;
}
#nav_homepage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_homepage li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#nav_homepage li a {
	text-align: center;
	text-decoration: none;
	display: block;
	text-align:center;
	width: 70px;
	color: #191919;
	font-size: 10px;
	padding: 35px  15px;
	background: url(/site/images/stressmoments/bt_selected.png)  center center no-repeat;
}
#nav_homepage li a:hover {
	text-decoration: none;
	color: #fff;
	background: url(/site/images/stressmoments/bt_selected.png) center center no-repeat;
}
		.bol { text-align: center;
			text-decoration: none;
			display: block;
			text-align:center;
			width: 70px;
			color: #191919;
			font-size: 10px;
			padding: 35px  15px;
			background: url(/site/images/stressmoments/bt_selected.png)  center center no-repeat; }
	
#homepage_link {
	position: absolute;
	top: 520px;
	width: 690px;
	text-align: center;
	margin: 0 0 0 145px;
}

#homepage_footer {
	position: absolute;
	top: 600px;
	width: 690px;
	text-align: center;
	margin: 0 0 0 145px;
	font-size: 9px;
	color: #D7D7D7;
}

#header {
	/* position: absolute; */
	left: 0px;
	top: 0px;
	height: 240px;
	z-index: 2;
}
#topimage {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 270px;
	width: 450px;
}
#logoimage {
	position: absolute;
	left: 260px;
	top: 0px;
}
#nav {
	position: absolute;
	left: 260px;
	top: 110px;
	width: 720px;
	height: 114px;
	overflow: hidden;
	border-bottom: #e296a2 solid 1px;
}
		#nav ul { margin: 0; padding: 0; }
		#nav li { float: left; display: inline; height: 107px; width: 104px; margin: 0; padding: 0; font-weight: bold; background: url(/site/images/stressmoments/bt.png) top left no-repeat; }
		#nav li:hover { background: url(/site/images/stressmoments/bt_selected.png) top left no-repeat; }
		#nav li a { text-align: center; text-decoration: none; display: block; color: #191919; font-size: 10px; padding: 35px 15px 0 15px; }
		#nav li a:hover { text-decoration: none; color: #fff; }
		#nav li.selected { background: url(/site/images/stressmoments/bt_selected.png) top left no-repeat; }
		#nav li.selected a { color: #fff; }
		
#content {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 980px;
	z-index: 1;
	background: #ba001b;
	margin-bottom: 30px;
}
	
	#subnav {
		float: left;
		width: 280px;
		margin: 30px 0 0 50px;
	}
		
			#subnav a { font-size: 10px; color: #bbb; text-decoration: none; }
			#subnav a:hover { color: #e67b14;  }

			#subnav ul { margin: 25px 0 0 10px; padding: 0; list-style-type: none; }
			#subnav li { margin: 0 0 10px 0; }
			#subnav li a { display: block; padding: 0; margin: 0; text-decoration: none; color: #b9b9b9; font-weight: normal; font-size: 14px; text-align: left; overflow: hidden; }
			#subnav li a:hover { color: #e67b14; }
			#subnav li a.selected { color: #e67b14; }
		
		#subnavtips { margin: 0 0 0 300px; }
		
			#subnavtips ul { padding: 0;  margin: 0; list-style-type: none; }
			#subnavtips li { float: left; display: inline; }
			#subnavtips li a { margin: 0 30px 0 0; text-decoration: none; color: #b20005; font-weight: bold; font-size: 34px; text-align: left; overflow: hidden; }
			#subnavtips li a:hover { color: #FFFF00;  }
			#subnavtips li a.selected { color: #fff; }
			
#textbox {
	float: left;
	width: 570px;
	margin: 30px 0 0 50px;
	color: #fff;
	line-height: 20px;
}
#textbox ol li {
	margin: 0 0 5px 0;
}
#textbox h3 {
	margin-bottom: 0; color: #b9b9b9;
}
.textTitle {
	font-size: 18px;
	font-weight: normal;
	color: #e67b14;
	line-height: 20px;
}
.textTitleBig {
	font-size: 22px;
	font-weight: normal;
	color: #e67b14;
	line-height: 20px;
}
#footer {
	/*
	position: absolute;
	bottom: 0px; 
	*/
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #999999;
	text-align: center;
	width: 980px;
	padding: 30px 0 30px 0;
}
#footer a {
	color: #999999;
}
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

