/*********************************************
Main Layout ID's
*********************************************/
div, p, img { }

body { background-color: #000000; }

#flash-bg-wrapper {
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

@media print{
	#flash-bg-wrapper{
		display:none;
	} 
	body{
		background-color: #fff;
	}
}
 

div#wrapper {
	background-color: #ffffff;
	margin-top: 40px;
	position: relative;
	z-index: 100;
}

div#slide img {
	background-color: #efefef;
	border: 1px dashed #e41937;
	padding: 9px;
}

div#caption {
	padding-top: 5px;
}

SPAN.fourth-intro{
	color:#E41937;
	font-family:Georgia,serif;
	font-size:17px; 
	font-weight:bold;
	letter-spacing:normal;  
}




div#footer {
	background: #244387 url("../images/blue.gif") repeat-x top left;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: 20px;
}

div#footer p#footer-nav {
	margin-top: 10px;
	text-align: right;
}

div#footer p#footer-nav a {
	color: #ffffff;
}

div#footer p#footer-nav a:hover {
	text-decoration: none;
}

div#footer p#contact-info {
	margin-top: 10px;
	text-align: right;
}


/*********************************************
Navigation
*********************************************/

ul#nav {
	background: transparent url("../images/fourth-red.gif") repeat-x top left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	display: block;
	font: normal normal bold 12px/1.4 Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 960px;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li {
	background: transparent url("../images/fourth-red.gif") repeat-x top left;
	border-left: 1px solid #ffffff;
	display: block;
	float: left;
	margin: 0;
	pading: 0;
}

ul#nav li:first-child { border-left: 0;}

ul#nav li a {
	color: #ffffff;
	display:block;
	height: 31px;
	padding-top: 14px;
	text-decoration: none;
	text-align: center;
	width: 105px;
}

ul#nav li a.last {
	width: 112px;
}

ul#nav li a:hover { background: transparent url("../images/blue.gif") repeat-x top left; }

#flash-bg-wrapper {
	background-color: #000000;
	height: 100%;
	position: fixed;
}

ul#nav li a:active {
	color: #1c3a96;
	background: transparent url("../images/fourth-white.gif") repeat-x top left;
}

