@charset "utf-8";
/* CSS Document */

html, body, #myContent {
	height:100%;
}
body {
	overflow:hidden;
	margin:0;
	padding:0;
	background-color: #000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	background-image: url(../images/global/textured_back_01.png);
	background-repeat: repeat;
}
div#preload {
	display: none;
}
img {
	border:0;
}
.italicHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #F1F0E2;
	padding-bottom: 15px;
	word-spacing: 0.03em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #F1F0E2;
	padding-bottom: 15px;
	word-spacing: 0.03em;
}
.tablewrapper {
	width: 944px;
	text-align: left;/*to center site in window*/
	margin-right: auto;/*to center site in window*/
	margin-left: auto;
}
/*header*/




/*header*/
/*make head stay down at the bottom*/
/*#bottom {
	width: 100%;
	height: 75px;
	position:fixed;
	z-index: 999;
	_position:absolute;
	left: 0;
	bottom:0;
 _bottom:expression(eval(document.body.scrollTop));
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(/images/global/sd_1_1_03.png);
}*/
#bottom {
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	width: 100%;
	height: 75px;
	left: 0px;
	right: 0px;
	z-index: 99998;
	position: fixed;
	
	background-repeat: repeat;
	background-position: bottom;
	background-image: url(/images/global/sd_1_1_03.png);
	
}
#pageHeaderWrapper {
	width: 100% !important;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	background-image: url(/images/global/trans_logo_03.png);
}
#pageHeader {
	width: 950px;
	height: 75px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
/*links_______________________________________________________________________________________________*/

a.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDDDB;
	text-decoration: none;
}
a.link1:link, a.link1:visited {
	
}
a.link1:hover {
	
}
#navbutonwrapper {
	height: 75px;
	text-align: left;
}
ul#list-nav {
	list-style:none;
	margin:0px;
	padding:0px;
	width:600px;
}
ul#list-nav li {
	display:inline
}
ul#list-nav li a {
	text-decoration:none;
	width:100px;
	color:#F1F0E2;
	float:left;
	text-align:center;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
}
ul#list-nav li a:hover {
	color:#FFF;
	background-image: url(/images/global/selection_button_hover.png);
}
#link0 {
	width: 228px;
	height: 62px;
	position: absolute;
	left: 717px;
	top: 5px;
}
#link0 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}
/*flash home page*/
#layer {
	position:absolute;
	top: 50%;
	margin-top: -230px; /*set to 1/2 of height*/
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDDDB;
	width: 405px;
	padding-top: 75px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-repeat: repeat;
	text-align: left;
	height: 288px;
	line-height: 2.5em;
	background-image: url(/images/global/homepage_transparency.png);/* must be absolutely positioned so that overlapping will occur */
	/*position:absolute;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DEDDDB;
	width: 405px;
	top: 127px;
	padding-top: 75px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-repeat: repeat;
	text-align: left;
	height: 288px;
	line-height: 2.5em;
	background-image: url(/images/global/homepage_transparency.png);*/
}
#flash {
	width:100%;
	height:100%;
	color: #FFF;
}
/*asletclearing method*/


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
