@CHARSET "ISO-8859-1";
html {
	width: 100%;
	height: 100%;
	background: #000 url(../images/bg_main3.jpg) center top no-repeat;
	
}
body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}  
#header {
	width: 100%;
	margin-top:0;
	margin-bottom: 10px;
	padding: 12px 0 8px 0;
	overflow: hidden;
	text-align: center;
	background: url(../images/bg_head2.png) left -210px repeat-x;
	
}
#header h1 {
	float:left;
	margin-left: 50px;
	margin-top:0;
	margin-bottom: 0;
	font-size: 38px;
	letter-spacing: 1px;
	color: #fff;
	text-align:center;
}
#header h1 .small {
	font-size: 26px;
}
h3 {
	text-align: center;
}
#logo2 {
	margin-top: 100px;
}
#content {
	width: 1050px;
	height: 350px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

#footer {
	text-align: center;
	padding: 20px 0;
}

#footer a {
	color: #666;
	text-decoration: none;	
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.quickflip-wrapper {
	float:left;
	height:325px;
	position:relative;
	margin-left:10px;
	text-align:center;
	width:200px;
}
.front-panel {
	margin: 0px; padding: 0px; 
	position: absolute; top: 0px; left: 0px; 
	width: 200px; height: 315px; 
	background: url(../images/card_back2.png) no-repeat;
	text-align:center;
}
.back-panel {
	margin: 0px; padding: 0px; 
	position: absolute; top: 0px; left: 0px; 
	width: 200px; height: 315px; 
	background: url(../images/card_front.png) no-repeat;
	text-align:left;
}
.inner-panel {
	font-size:11px; 
    padding: 8px;
}
.inner-panel p {
	margin-top: 4px;
}
.inner-panel img {
	display:block;
	margin:auto;
}
.quickFlipCta {
	cursor:pointer;
}
h3.quickFlipCta {
	font-size: 17px;
	font-weight: bold;
	color: #1D2260;
	margin: 6px 0 8px 0;
	text-align:center;
}
.button_card_back {
	border: 2px solid #1D2260;
	width: 65%;
	color: #1D2260;
	background: #fff;
	display: block;
	padding: 5px;
	margin: auto;
	margin-top: 120px;
	font-weight: bold;
	text-decoration: none;
}
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background:url(../images/card_front_big.png); 
     
    width:465px;     
    height:630px; 
     
       
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
	position: relative;
	bottom: -40px;
    display: block;
	text-align: center;
}
/* styling for elements inside overlay */ 
.details { 
	position: relative;
	top: 40px;
	left: 40px;
    font-size:11px; 
    color:#333; 
    width:385px; 
    text-align:left;
    padding: 0;
    height: 540px;
	overflow: hidden;
} 
 
.details h2 { 
   	font-weight: bold;
	color: #1D2260;
	margin: 2px 0 8px 0;
	text-align:center;
	
}
.details h3 { 
   	color: #1D2260;
 	margin: 0;
}
.details h4 { 
    color: #1D2260;
	margin: 0;
}
.details p {
       font-size: 12px;
	margin-top:0;
}
.details img {
	text-align: center;
}
.details table {
	border: 1px solid #000;
	margin: 0 0 10px 0;
}
.details td {
	border: 1px solid #000;
}

.scrollPane {
	width: 385px;
	height: 540px;
	padding: 0;
	overflow: auto;
}
.nbr {
	color:#008000;
}
.bna {
	color:#990033;	
}
.duw {
	color:#003399;	
}
.hint {
	display: block;
	margin: 5px auto;
	font-size: 9px;
	color: #666;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-size:12px;
	width: 170px;
}
form select {
	font-size:12px;
}
#error_message {
	margin:5px 0;
	padding: 3px;
	background: #ffeeee;
	border: 2px dashed #ff0000;
	color: #ff0000;
	font-size:10px;
	font-weight: bold;
}
