/* CSS for Stage Fright */

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
#topnav {
	width: 800px; 
	height: 20px; 
	background-color: #063254;
}
.topper {
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin: 2px 17px 2px 17px;
}
.topper a {
	color: #ffffff;
	text-decoration: none;
}
.topper a:hover {
	text-decoration: underline;
	
}	

#header {
	background-color: #0C4978;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 115px;
}

#nav {
	position: absolute;
	top: 101px;
	left: 130px;
	font-family: verdana, arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav img {
	border: 0px;
}
#hav a:hover {
	display: block;
}
#nav a {
	display: block;
	float: left;
	position: absolute;
	border: 0px;
}
#nav a.symptoms {
	left: 0px;
	z-index: 7;
}
#nav a.crisis {
	left: 85px;
	z-index: 6;
}
#nav a.classes {
	left: 170px;
	z-index: 5;
}
#nav a.readiness {
	left: 272px;
	z-index: 4;
}
#nav a.about {
	left: 367px;
	z-index: 3;
}
#nav a.moreinfo {
	left: 468px;
	z-index: 2;
}
#nav a.book {
	left: 533px;
	z-index: 1;
}

td.side {
	width: 171px;
	background-color: #D6D6D6;
	background-image: url(../images/sidebg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	border-left: dotted 2px #000000;
	padding: 20px 8px 5px 8px;
}

td.main {
	width: 629px;
	background-color: #FFFFFF;
	padding: 20px 5px 5px 5px;
	vertical-align: top;
}
td.contenttitle {
	background-color: #B5B5B5;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #033B67;
	padding: 3px 0px 3px 10px;
}

/* CONTENT DIV...it's got a whole lot going on */
div.content {
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
	font-family: georgia, verdana, arial;
	font-size: 12px;
	color: #000000;
}
div.content span.title {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #0F4C7C;
}
div.content span.subtitle {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0F4C7C;
}
div.content a {
	font-family: arial;
	font-size: 12px;
	color: #033B67;
	text-decoration: underline;
}
div.content a:hover {
	color: #033B67;
	text-decoration: none;
}
div.content ul.checks {
	list-style-image: url(../images/check.gif);
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #033B67;
}
div.content ul.checks li {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.content ul.nochecks {
	list-style: disc;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
div.content ul.nochecks li {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.content span.blue {
	font-weight: bold;
	color: #033B67;
}
div.content hr.dots {
	width: 100%;
	height: 2px;
	border: dashed 1px #003869;
}
div.content hr.sidedots {
	width: 90%;
	height: 2px;
	border: dashed 1px #003869;
}
div.content span.side {
	color: #033B67;
	font-size: 11px;
}
div.content div.contact {
	width: 285px;
	float: right;
}
div.content hr.vertical {
	width: 1px;
	height: 100px;
	border-left: dashed 1px #003869;
	border-right: dashed 1px #003869;
}


#footer {
	background-color: #0D4A79;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 50px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	margin: 0px 2px 0px 2px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	margin: 0px 2px 0px 2px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
#footer div.text {
	width: 625px;
	text-align: center;
	line-height: 15px;
}
#footer span.address {
	font-size: 12px;
}

.email_confirm { display: none;}