@charset "UTF-8";
/* CSS Document */
body {
	margin:auto;
	padding:0px;
	min-width:1090px;
	max-width:1440px;
	background-color:#999999;
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
/*
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
*/
}
#wrapper { 
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#333333; 
	overflow:hidden;
}
#main_pic {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	}	
#navbar.transbox {
	position:fixed;	
	float:left;
	width:264px;
/*	margin-left:-100%;*/
	padding-bottom:2000px;
	margin-bottom:-2000px; 
}
#logo {
	width:264px;
	height:88px;
}
.transbox ul {
	margin:0px;
	padding:20px;
}
.transbox li {
	margin:0px;
	padding:4px 0px;
	list-style:none;
	color:white;
	font-size:16px;
}
.transbox a {
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
}
.transbox a:hover, .transbox a:active {
	font-weight:bold;
}
ul .before_separator {
	border-bottom:2px solid #ffffff;
	padding-bottom:15px;
}
ul .after_separator {
	padding-top:15px;
}
#subnav1 ul, #subnav2 ul {
	display:none;
	margin:-18px 0px -24px 10px;
}
#subnav1 ul li, #subnav2 ul li {
	margin-top:-6px;
	margin-bottom:-6px	
}
#subnav1 ul a, #subnav2 ul a {
	font-size:smaller;
}
.gray {
	color:#eeeeee;	
}
#privacy {
	float:left;
	padding-left:22px;		
}
a#privacy {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
a:hover#privacy {
	font-weight:bold;
}
#my_footer {
	float:left;
	width:100%;
	padding:3px 0px;
	text-align:center;
	font-size:9px;
	color:#ccc;
	background-color:#404040;
}
#ssl_seal {
	height:74px;
	width:74px;
	position:relative;
	left:17px;	
}
.transbox {
	/* Fallback for web browsers that don't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with opacity */
	background: rgba(10%, 10%, 10%, 0.2);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#big_transbox {
	float:left;
	width:100%;
	margin-left:-100%;
	padding-bottom:500px;
	margin-bottom:-500px;
	/* Fallback for web browsers that don't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with opacity */
	background: rgba(10%, 10%, 10%, 0.6);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.fakelink {
       cursor:pointer;
}

	
	