﻿/* #### GENERAL ######## */
* {
	margin: 0;
	padding: 0;
}


address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight: normal }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border:0 }
caption { text-align: left; }
q:before,q:after { content: ''; }
 
/* stop ie6 bg images flickering */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
 
:-moz-any-link:focus {
 outline: none;
}

html
{
 overflow-x: auto;
 overflow-y: scroll;
}

body
{
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background:#000000 url(../../assets/img/bg_with_box.jpg) no-repeat top center;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
h1
{
	
}


ul, ol, dl
{
	margin:0;
}
ul, ol {
	list-style-type: none;
}
a 
{
	color: #797979;
	cursor: pointer;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	
}

img, fieldset {
	border: 0;
}

/* #### GENERAL > UTILITIES ######## */
.fR {
	float: right !important;
}
.fL {
	float: left !important;
}
.aR {
	text-align: right !important;
}
.aL {
	text-align: left !important;
}
.aC {
	text-align: center !important;
}
.lB {
	display: block !important; /* line break */
}
.nM {
	margin: 0 !important;
}
.nMR {
	margin-right: 0 !important;
}
.mR {
	margin-right: 10px !important;
}
.mB {
	margin-bottom: 10px !important;
}
.dmB {
	margin-bottom: 20px !important;
}
.nMB {
	margin-bottom: 0 !important;
}
.nMT {
	margin-top: 0 !important;
}
.nPad{
	padding:0 !important;
}
.nPadB{
	padding-bottom:0 !important;
}
.pad{
	padding: 10px !important;
}
.padB{
	padding-bottom: 10px !important;
}
.padT{
	padding-top: 10px !important;
}
.cB {
	clear: both !important;
}
.dN 
{
	display:none;
	left: -8484px;
	position: absolute;
}
.fwB{
	font-weight:bold !important;
}
.posRel{position: relative;}
.ital{font-style:italic;}

.hide{display:none;}
.show{display:block;}

.center
{	
	text-align:center;
}
.caps
{
	text-transform:uppercase !important;
}
/* #### GENERAL > CLEARFIX ######## */
.comboboxContainer:after,
.cF:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.comboboxContainer,
.cF { display: inline-block; }   
html[xmlns] .cF { display: block; }   
* html .cF { height: 1%; }


a,
a:link,
a:visited,
img[usemap]
{
	color:#666;
}

a:hover 
{
	text-decoration: underline;
}


h1
{
	font-size:40px;
}
h1 .top
{

}
h1 .bottom
{

}
h2
{
	
}

h2 img 
{
	padding: 30px 0 0 0;
}

h2 .error 
{
	color: #be2112;
}
/*h2 .top
{
	min-height:16px;
}
h2 .bottom
{
	min-height: 41px;	
}*/
.top
{
	display:block;
	font-size:0.5em;
}
.top, .lead
{
	color:#fff;
}

input[type="checkbox"]
{
	margin-right:4px;
}

select, select option
{
	background-color: #4c4b4b;
	color: #FFFFFF;
	
	/*
	background-color: #2f2e2e;
	border: solid 1px #08080;
*/
}

select 
{
	border:solid 1px #686868;
	margin: 0 2px 0 2px;
}

div.dob 
{
	width: 235px;
	margin:0 auto;
	padding:0;
	line-height:60%;
}

.w60 
{
	width: 60px;
}

.w100
{
	width: 100px;
}

.row
{
	margin-top:30px;
}

.wrapper
{
	margin: 0 auto 0;
	padding: 0;
	width:925px;
}

.content
{
	width:100%;
	height: 525px;
	text-align: center;	
}

img.logo 
{
	display: block;
	margin: 0 auto 75px auto;
	padding:0;
}

.footer 
{
	font-size: 90%;
	color: #666666;
	width: 925px;
}

.footer .left 
{
	width: 600px;
	float: left;
}

.footer .right 
{
	width: 325px;
	float: right;
}

.footer .right ul 
{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

.footer .right ul li 
{
	padding: 0 0 0 15px;
	margin:0;
	float:left;
}


.copyright 
{
	color: #eabb00;
}

.linkLookingButton {
	background-color: transparent;
	border: 0px solid;
	color: #0000FF;
	text-decoration: underline;
	cursor:pointer;
	font-size: 20px;
	text-transform:uppercase;
	font-weight:bold;
}

.validation 
{
	position:absolute;
}

/* error message overlay */

#overlay {
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#overlay-panel {
    margin: 260px auto 0 auto;
    width: 500px;
    height: 300px;
    background: #2a2a2a;
    z-index: 2000;
    -moz-opacity: 1.0;
	opacity:1.00;
	filter: alpha(opacity=100);
	text-align:center;
}

#overlay-panel .msg {
	padding: 40px 30px 30px 30px;
	color: #FFF;
	font-size: 120%;
}

#overlay-panel .msg .close {
	margin:60px 0 0 0;
}

form 
{
	padding:0;
	margin:0;
}

#jsbox
{
  	display: block;
	position: absolute;
	top: 105px;
	left: 0%;
	width: 100%;
}

#jsmessage 
{
	width: 600px;
	margin: 0 auto 0 auto;
    background: #4c4b4b;
    border: solid 2px #b50600;
	text-align:center;
	padding: 10px;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 110%;
}

