@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	/* min-height:100%;
	min-width:100%;
	height:100%; */
}

#wrapper {
	margin:0 auto;
	background-color:#610c21;
	min-width:900px;
	max-width:900px;
	min-height:600px;
	/* min-height:100%;
	height:100%; */
}

body {
	background-image:url(images/bgGrad.png);
	background-repeat:repeat-x;
	background-color:#000;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#flashLogo {
	float:left;
	/* background-image:url(images/logoNoFlash.jpg);
	background-repeat:no-repeat;
	background-position:bottom left; */
	width:143px;
	height:203px;
	padding:20px 0px 0px 0px;
}

#Scontent {
	float:right;
	width:243px;
	min-height:203px;
	background-color:#610c21;
	text-align:right;
	color:#CCC;
	padding:65px 25px 10px 10px;
}
/* Start Navigation Section */
#nav {
	float:right;
	text-align:right;
}

#nav ul li {
	list-style-type:none;
	padding-top:10px;
}

#nav ul li a, #globeFooter a, .more a {
	color:#FFF;
}

#nav ul li a:hover, #globeFooter a:hover, .more a:hover {
	color:#CCC;
}

#globeFooter a {
	font-size:9px;
}

/* End Navigation Section */

#content {
	width:439px;
	float:left;
	top:0;
	position:relative;
	
	padding:30px 0px 10px 0px;
}

#content p {
	color:#CCC;
	font-size:9px;
	margin:0;
	padding:0 3px;
}

#contentTable {
	padding-top:15px;
}

.more {
	float:right;
	padding:5px;
}

#globeFooter p {
	color:#FFF;
	font-size:8px;
	margin:0;
	padding:0 3px;
}

#content h4 {
	color:#CCC;
}

.pipe {
	background-image:url(images/cPipe.png);
	min-width:6px;
	background-repeat:repeat-y;
}

#FlashNav {
	min-width:900px;
	max-width:900px;
	min-height:325px;
	max-height:325px;
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}

#globeFooter {
	background-image:url(images/bgGlobe.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#610c21;
	position:relative;
	/* position:fixed; */
	clear:both;
	min-width:900px;
	min-height:155px;
	/* bottom:0; */
}

#copyTable {
	position:relative;
	float:left;
	width:425px;
	bottom:10px;
	left:0;
	text-align:left;
	padding:0 0 0 10px;
	margin:100px 0 0 0;
}

.license {
	font-size:11px;
	color:#FFF;
	display:block;
	float:right;
	position:relative;
	top:0;
	}
	
.orgLogo {
	padding:0 0 5px 0;
	border:none;
}

.footerP {
	font-size:9px;
	padding:0 5px;
	color:#FFF;
}

.indexPad {
	display:block;
	padding:10px 0 0 0;
}

.center {
	text-align:center;
}

#footLogos {
	float:left;
	position:relative;
	top:0;
	left:10px;
	width:375px;
}

.L {
	display:block;
	float:left;
	position:relative;
	text-align:center;
	padding:0 0 10px 0;
}

#rightL {
	padding:0 0 10px 10px;
}