*{
	box-sizing:border-box;
}

html{
	font-size:62.5%;
}

body{
	margin:0;
}

@keyframes fadein{
	0%{ opacity:0; }
	100%{ opacity:1; }
}

h1, 
h1 > a:link, 
h1 > a:hover, 
h1 > a:visited, 
h1 > a:active{
	color:#202020 !important;
	font:22px Verdana !important;
	font-size:2.2rem !important;
	margin:0 !important;
	padding-bottom:7px;
}

h2, 
h2 > a:link, 
h2 > a:hover, 
h2 > a:visited, 
h2 > a:active{
	color:#202020 !important;
	font:22px Verdana !important;
	font-size:2.2rem !important;
	margin:0 !important;
	padding-bottom:7px;
}

h3, 
h3 > a:link, 
h3 > a:hover, 
h3 > a:visited, 
h3 > a:active{
	color:#000000 !important;
	font:bold 20px Arial !important;
	font-size:2rem !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

h4, 
h4 > a:link, 
h4 > a:hover, 
h4 > a:visited, 
h4 > a:active{
	color:#1f6cb0 !important;
	font:20px Arial !important;
	font-size:2rem !important;
	margin:0px !important;
	text-decoration:none !important;
}

h5, 
h5 > a:link, 
h5 > a:hover, 
h5 > a:visited, 
h5 > a:active{
	color:#323232 !important;
	font:bold 16px Arial !important;
	font-size:1.6rem !important;
	margin:0px;
	text-decoration:none !important;
}

h6, 
h6 > a:link, 
h6 > a:hover, 
h6 > a:visited, 
h6 > a:active{
	color:#1173ad !important;
	font:18px Arial !important;
	font-size:1.8rem !important;
	margin:0px !important;
	text-decoration:none !important;
}

hr{
	border:none;
	background-color:#aaaaaa;
	height:1px;
}

img{
	display:inline-block;
	vertical-align:top;
}

input[type=text], 
input[type=password], 
input[type=file], 
input[type=tel], 
input[type=email], 
textarea, 
select{
	background:#ffffff linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%);
	border:solid 1px #aaaaaa;
	border-radius:4px;
	box-shadow:0px 1px 2px #dedede inset;
	color:#333333;
	font:16px Arial;
	font-size:1.6rem;
	min-height:28px;
	padding:4px;
	width:90%;
}

input[type=text]:focus, 
input[type=password]:focus, 
input[type=tel]:focus, 
input[type=email]:focus, 
textarea:focus, 
select:focus{
	background:#ffffff linear-gradient(to bottom, #f4f8f9 0%,#d8f0ff 100%);
	outline:none;
	border:solid 1px #0099ff;
}

input[type=text].input_error, 
input[type=password].input_error, 
input[type=file].input_error, 
input[type=tel].input_error, 
input[type=email].input_error, 
textarea.input_error, 
select.input_error{
	background:#ffd8d8;
	border:solid 1px #f00000;
}

input[type="submit"], 
input[type="reset"], 
button{
	background:#dedede linear-gradient(to bottom, #f0f0f0 0%, #eeeeee 49%, #c6c6c6 50%, #efefef 100%);
    border:solid 1px #777777;
    border-radius:3px;
    box-shadow:1px 2px 2px #777777;
    color:#444444;
    cursor:pointer;
    font:bold 14px Arial;
    padding:5px;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
button:hover{
	background:#e2eefc !important;
    /*background:#bce5fc linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);*/
    border:solid 1px #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#444849 !important;
}

.input_div{
	padding-bottom:12px;
}

input[type=radio], 
label{
	cursor:pointer;
}
	
label{
	color:#222222;
	display:block;
	font:12px Arial;
	margin-bottom:3px;
	margin-bottom:0.3rem;
	margin-top:8px;
	margin-top:0.8rem;
}

legend{
	color:#545454;
	font:bold 16px Arial;
	font-size:1.6rem;
}

p, 
form{
	margin:0px;
}

ul{
	margin-top:0px;
}

li{
	line-height:1.5;
	margin-top:5px;
}

.ulReset{
	list-style:none;
	margin:10px 0px 10px -35px;
}

.liHeight{
	margin-bottom:10px;
}



/********************** Header *********************/
header{
	background:#000000;
	display:block;
}

#header1{
	padding-left:10px;
	vertical-align:top;
}

#header2{
	padding-top:25px;
	text-align:right;
	vertical-align:top;
}
/******************** End Header ********************/


/******************** Navigation ********************/
nav{
	background:linear-gradient(to bottom, #444444 0%, #333333 100%);
	display:block;
	padding:0;
	text-align:center;
}

nav > ul{
	margin:0;
	padding:0;
}

nav > ul > li{
	background:transparent;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
}

nav > ul > li:hover{
	background:linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);
}

nav > ul > li.separator{
	background:linear-gradient(to bottom, #222222 0%, #555555 100%);
	display:inline-block;
	margin:1px;
	padding:0 !important;
	width:1px;
	height:32px;
}

/* main menu link color */
nav > ul > li > a:link, 
nav > ul > li > a:visited{
	color:#ffffff;
	display:inline-block;
	font:12px Arial;
	font-size:1.2rem;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
}
/* main menu link hover color */
nav > ul > li:hover > a:link, 
nav > ul > li > a:hover{
	color:#ffffff;
	transition:all 0.1s ease-out;
}

/* main menu arrows */
nav > ul > li.drop > a:after{
	border-top:solid 3px transparent;
	border-bottom:solid 3px transparent;
	border-left:solid 3px #ffffff;
	content:"";
	display:inline-block;
	margin-right:3px;
	position:relative;
	top:-1px;
	left:5px;
	width:1px;
	height:1px;
}
nav > ul > li.drop:hover > a:after{
	border-top:solid 3px #ffffff;
	border-right:solid 3px transparent;
	border-left:solid 3px transparent;
	content:"";
	display:inline-block;
	margin-right:0px;
	position:relative;
	top:2px;
	left:3px;
	width:1px;
	height:1px;
}

/* li drop position */
nav > ul > li.drop, 
nav > ul > li.drop > ul > li.drop{
	position:relative;
}

/* first flyout menu */
nav > ul > li.drop > ul{
	background:#03255d;
	border-radius:3px;
	box-shadow:inset 0 5px 7px #282828, 0px 5px 8px rgba(0,0,0,0.5);
	display:none;
	min-width:225px;
	padding:0;
	position:absolute;
	z-index:100;
	text-align:left;
}

/* first flyout menu hover */
nav > ul > li.drop:hover > ul, 
nav > ul > li.drop > ul > li.drop:hover > ul{
	display:block;
}

/* flyout menus options */
nav > ul > li.drop > ul > li, 
nav > ul > li.drop > ul > li.drop > ul > li{
	list-style-type:none;
	padding:0;
}

/* flyout menus options hover */
nav > ul > li.drop > ul > li:hover, 
nav > ul > li.drop > ul > li.drop > ul > li:hover{
	background:#ffffff;
	box-shadow:0px 5px 8px rgba(0,0,0,0.5);
}

/* flyout menus links */
nav > ul > li.drop > ul a{
	color:#ffffff;
	display:block;
	font:16px Arial;
	font-size:1.6rem;
	padding:10px;
	text-decoration:none;
}

/* flyout menus links hover */
nav > ul > li.drop > ul > li:hover > a, 
nav > ul > li.drop > ul > li.drop:hover > ul > li:hover > a{
	color:#222222;
}

/* flyout arrows */
nav > ul > li.drop > ul > li.drop > a:before{
	border-right:solid 2px #ffffff;
	border-top:solid 2px #ffffff;
	content:"";
	float:right;
	position:relative;
	top:4px;
	transform:rotate(45deg);
	width:7px;
	height:7px;
}

/* flyout arrows */
nav > ul > li.drop > ul > li.drop:hover > a:before{
	border-right:solid 2px #222222;
	border-top:solid 2px #222222;
}

/* second flyout menu */
nav > ul > li.drop > ul > li.drop > ul{
	background:linear-gradient(to right, #333333 0%, #383838 75%, #333333 100%);
	border-radius:3px;
	box-shadow:inset -5px 0px 7px #282828, inset 5px 0px 7px #282828, 0px 5px 8px rgba(0,0,0,0.5);
	display:none;
	min-width:250px;
	padding:0;
	position:absolute;
	top:0px;
	left:100%;
	z-index:100;
	text-align:left;
}

/* active background-color */
nav li.active{
	background:linear-gradient(to bottom, #ffffff 0%, #dfdfdf 65%, #cccccc 66%, #ffffff 100%);
}

nav li.active > a:link, 
nav li.active > a:visited, 
nav li.active > a:hover, 
nav li.active > a:active, 
nav > ul > li > a:active{
	color:#000000 !important;
}

/***************** End Navigation ********************/

#ticker{
	background:#00194e url(images/ticker.gif) repeat-x;
	color:#90b5de;
	font:bold 16px Verdana;
	line-height:30px;
	height:28px;
}

@keyframes animateIt{
	0%{ top:0px; }
	100%{ top:34px; }
}	
#msg-div{
	animation:animateIt 1s ease-out;
	background:rgba(0,0,0,0.6);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#ffffff;
	font:bold 14px Verdana;
	margin:auto;
	/*opacity:0.5;*/
	position:absolute;
	top:34px;
	left:50%;
	z-index:-1;
	padding:10px;
	text-align:center;
	transform:translateX(-50%);
	width:50%;
}


/******************** End Navigation ********************/

/******************** Footer ************************/
footer{
	background:#000000;
	color:#dddddd;
	display:block;
	font:14px Arial;
	font-size:1.4rem;
	height:300px;
	padding:10px 5px;
	text-align:center;
	vertical-align:top;
}

footer h4,
footer a{
	color:#dddddd !important;
	font:14px Arial !important;
	font-size:1.4rem !important;
}

footer li{
	border-bottom:solid 1px rgba(255,255,255,0.1);
	/*list-style:url(images/li.png);*/
	padding:1px 0;
	width:80%;
}

.credits{
	background:#222222;
	color:#777777;
	font:12px Arial;
	font-size:1.2rem;
	text-align:right !important;
}

.credits a:link, 
.credits a:visited, 
.credits a:active{
	color:#777777;
	font:12px Arial;
	font-size:1.2rem;
	text-decoration:none;
}

.credits a:hover{
	color:#7AB4EC;
	transition:all 0.2s ease-out;
}
/******************** End Footer ************************/



/******************** Main Styles ********************/
.anchor{
	position:relative;
	top:-100px;
}

.ASC:after{
	border-left:solid 3px transparent;
	border-right:solid 3px transparent;
	border-bottom:solid 3px #ffffff;
	content:"";
	display:inline-block;
	margin-bottom:3px;
	margin-left:5px;
	width:1px;
	height:1px;
}

.DESC:after{
	border-left:solid 3px transparent;
	border-right:solid 3px transparent;
	border-top:solid 3px #ffffff;
	content:"";
	display:inline-block;
	margin-bottom:3px;
	margin-left:5px;
	width:1px;
	height:1px;
}

.border{
	border:solid 1px #666666;
}

.box{
	border:solid 1px #cccccc;
	border-radius:3px;
	box-shadow:4px 10px 5px rgba(0,0,0,0.2); 
	/*border:solid 1px #888888;
	border-radius:5px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.5);*/
}

.boxit{
	background:#ffffff;
	border:solid 2px #666666;
    box-shadow:0px 4px 10px rgba(0, 0, 0, 0.5);
	margin:10px;
}

.boxitHighlight{
	background:#e9ffe9;
	border:solid 2px #00ff99;
    box-shadow:0px 4px 10px rgba(25, 255, 50, 0.5);
	margin:10px;
}

.boxit:hover,
.boxitHighlight:hover{
	background:#bce6f6;
	border:solid 2px #3399ff;
    box-shadow:0px 4px 10px rgba(25, 50, 255, 0.5);
	cursor:pointer;
}

.buttonRow{
	background:rgba(0,0,0,0.5);
	border-top:solid 1px #ffffff;
	padding-top:10px;
	position:fixed;
	bottom:0;
	z-index:1000000;
	width:100%;
	height:50px;
	text-align:center;
}

.buttonOrange{
	background:linear-gradient(to bottom, #f68121 0%, #ff8f32 49%, #f46f02 50%, #ff8f32 100%);
	border:solid 1px #666666;
	border-radius:4px;
	color:#222222 !important;
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	font:bold 14px Arial !important;
	height:30px;
	margin:2px;
	overflow:hidden;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.buttonSilver{
	background:#dedede linear-gradient(to bottom, #f0f0f0 0%, #eeeeee 49%, #c6c6c6 50%, #efefef 100%);
	border:solid 1px #666666;
	border-radius:4px;
	color:#333333 !important;
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	font:bold 14px Arial !important;
	height:30px;
	margin:2px;
	overflow:hidden;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.buttonOrange:hover, 
.buttonSilver:hover{
    background:#bce5fc linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
    border:1px solid #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#000000;
}

.buttonTrash{
	background:linear-gradient(0deg, rgb(244,247,249), rgb(252,252,253));
	border:solid 1px #aaaaaa;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	display:inline-block;
	font:bold 12px Verdana !important;
	line-height:20px;
	margin:0px -3px;
	text-align:center;
	text-decoration:none;
}
.buttonTrash:hover{
	background:#e2eefc;
	/*background:#e2eefc;*/
    /*background:#bce5fc linear-gradient(to bottom, #ffffff 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);*/
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.2);
	color:#000000;
}

.centered-xy{
    position:fixed;
    left:50%;
    top:50%;
	z-index:100;
    transform:translate(-50%,-50%);
}

.credits{
	background-color:#1f2021;
	padding:8px;
	text-align:center;
}
	
.disappear > a > img{
	opacity:1;
	transition:opacity 0.25s;
}

.disappear > a > img:hover{
	opacity:0;
}

.double-line{
	border-top:solid 4px #171796;
	border-bottom:solid 2px #1F83A5;
	height:10px;
	margin:15px 0;
}

.fixed{
	opacity:0.6;
	overflow:visible;
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
	/*height:34px;*/
}

.learn{
	cursor:pointer;
	display:inline-block;
	line-height:1.4;
	position:relative;
}

.learn:hover .learnMore{
    display:block;
	opacity:1;
	z-index:5;
	animation:fadeIn 0.5s forwards;
}

.learnMore{
    background:#ffffff;
    border:solid 1px #999999;
	border-radius:4px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.5);
	display:none;
    margin:0 auto;
    padding:10px;
    position:absolute;
    top:25px;
    left:-10px;
	text-align:left;
	min-width:225px !important;
}

.learnMore:after{
	background:#ffffff;
    border-top:solid 1px #999999;
    border-right:solid 1px #999999;
    content:'';
    position:absolute;
    top:-7px;
	left:12px;
    transform:rotate(-45deg);
    width:10px;
    height:10px;
}

main{
	display:block;
	margin:0 auto;
	padding-bottom:100px;
	position:relative;
	z-index:1;
	width:100%;
}

.main{
	color:#444444;
	font:14px Verdana;
	font-size:1.4rem;
	line-height:1.4;
}

.main a:link, 
.main a:visited, 
.main a:active{
	color:#333333;
	font:14px Verdana;
	font-size:1.4rem;
	line-height:1.4;
}

.main a:hover{
	color:#333333;
	/*color:#0000ff;*/
}

.marginTop{
	margin-top:20px !important;
	margin-top:2rem !important;
}
	
.move-up{
	position:relative;
	top:0px;
	transition:top 0.4s;
}

.move-up:hover{
	top:-15px;
}

#numbers-track{
	display:inline-block;
	margin:auto;
	position:relative;
	overflow-x:scroll;
	top:0;
	width:260px;
	height:60px;
	vertical-align:top;
}

.numbersSlide{
	position:absolute;
	top:0;
	left:0;
	white-space:nowrap;
}

.numbers{
	background:transparent;
	border:solid 1px #cccccc;
	border-radius:2px;
	color:#999999 !important;
	display:inline-block;
	font:12px Verdana !important;
	margin:2px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	width:56px;
	height:24px;
}

.numbers > a:link, 
.numbers > a:visited, 
.numbers > a:active{
	color:#000000 !important;
}

.numbers:hover, 
.numbersArrow:hover{
	background:transparent !important;
	border:solid 1px #000000;
	color:#000000 !important;
}

.numbersArrow{
	background:transparent;
	border:solid 1px transparent;
	color:#999999 !important;
	display:inline-block;
	font:12px Verdana !important;
	margin:2px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	width:40px;
	height:24px;
}

.numbersPrev, 
.numbersNext, 
.numbersDisabled{
	width:65px !important;
}

.numbersPrevArrow{
	border:solid 4px transparent;
	border-right:solid 4px #999999;
	display:inline-block;
	width:0px;
	height:0px;
}
.numbersNextArrow{
	border:solid 4px transparent;
	border-left:solid 4px #999999;
	display:inline-block;
	width:0px;
	height:0px;
}
.numbers:hover > .numbersPrevArrow{
	border-right:solid 4px #000000;
}
.numbers:hover > .numbersNextArrow{
	border-left:solid 4px #000000;
}
.numbersDisabled > .numbersPrevArrow{
	border-right:solid 4px #dddddd;
}
.numbersDisabled > .numbersNextArrow{
	border-left:solid 4px #dddddd;
}

.numbersOn{
	background:#000000 !important;
	border:solid 1px #222222;
	color:#ffffff !important;
	border-radius:2px;
	display:inline-block;
	font:12px Verdana !important;
	margin:2px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	width:56px;
	height:24px;
}

.numbersDisabled{
	background:transparent;
	border:solid 1px #dddddd;
	color:#dddddd !important;
	display:inline-block;
	font:12px Verdana !important;
	margin:2px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	height:24px;
}

.paddingBottom{
	padding-bottom:45px !important;
	padding-bottom:4.5rem !important;
}

.paddingLarge{
	padding:20px;
	padding:2rem;
}

.paddingMedium{
	padding:12px;
	padding:1.2rem;
}

.paddingSmall{
	padding:5px;
	padding:0.5rem;
}

.required:before{
	color:#b00000;
	content:"* ";
}

.resizable{
	width:100%;
}

.row{
	clear:both;
	display:block;
	font-size:0;
	padding-bottom:7px;
	text-align:center;
}

.rowYellow > td{
	background:#d5fbfd !important;
	color:#333333 !important;
	transition:all 0.1s ease-out;
}

.rowYellow > td > a:link, 
.rowYellow > td > a:visited, 
.rowYellow > td > a:active, 
.rowYellow > td > a:hover{
	color:#333333 !important;
}

.rowYellow:hover > td{
	/*background:#e2eefc !important;*/
	background:#d5fbfd !important;
}

section{
	clear:both;
	display:block;
	padding:15px 0px 50px 0px;
	text-align:center;
}

.tab{
	display:table;
	list-style-type:none;
	margin:0;
	padding:0;
}

.tab > li{
	background:#ffffff;
	border:solid 1px #656565;
	border-bottom:none;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	box-shadow:inset 1px -1px 5px rgba(70,70,70,0.1);
	color:#444444;
	cursor:pointer;
	display:table-cell;
	font:bold 14px Verdana !important;
	padding:5px 20px;
	text-align:center;
	white-space:nowrap;
	width:125px;
	height:30px;
}

.tab > li:hover{
	background:#e2eefc;
	/*background:#e2eefc;*/
	/*background:#bce5fc linear-gradient(to bottom, #ffffff 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);*/
	box-shadow:inset 2px 2px 3px rgba(0,0,0,0.4);
	color:#000000;
}

.tab > li > a:link, 
.tab > li > a:visited, 
.tab > li > a:active{
	color:#444444;
	font:bold 14px Verdana !important;
	text-decoration:none;
}

.tab > li > a:hover{
	color:#000000;
	transition:all 0.2s ease-out;
}

.tab > li.selected{
	/*background:#65666a !important;*/
	background:#e2eefc !important;
	/*color:#ffffff !important;*/
	color:#444444 !important;
	border:solid 1px #656565;
	border-bottom:none;
	box-shadow:none;
	cursor:default;
}

.tab > li.selected > a:link, 
.tab > li.selected > a:visited, 
.tab > li.selected > a:active{
	/*color:#ffffff !important;*/
	color:#444444 !important;
	font:bold 14px Verdana !important;
	text-decoration:none;
}

.table{
	border-collapse:collapse;
}

.table tr:nth-child(odd) > td{
	background:#eeeeee;
	border-bottom:solid 1px #555555;
	padding:3px;
}

.table tr:nth-child(even) > td{
	background:#ffffff;
	border-bottom:solid 1px #555555;
	padding:3px;
}

.table tr:hover > td{
	/*background:#e2eefc;*/
	background:#d5fbfd;
}

.table tr.dbl:hover > td{
	cursor:pointer;
}

.tableEntry{
	border:solid 1px #777777;
	border-collapse:collapse;
}

.tableEntry tr > td:nth-child(odd){
	background:#eeeeee;
	text-align:right;
}

.tableEntry tr > td:nth-child(even){
	background:#ffffff;
	text-align:left;
}

.tableEntry tr:nth-child(1) > td{
	background:#65666a;
	color:#ffffff;
	padding:3px;
	text-align:left;
}

.topper td{
	background:#65666a !important;
	color:#ffffff !important;
	font:14px Verdana;
	padding:3px;
}

.topper a:link, 
.topper a:visited, 
.topper a:active{
	color:#ffffff;
	font:14px Verdana;
	text-decoration:none;
}

.topper a:hover{
	color:#cccccc;
}

.topperCopper, 
.topperCopper td{
	background:linear-gradient(135deg, #cccccc 0%,#dddddd 100%);
	background:linear-gradient(to bottom, #dddddd 0%,#cccccc 44%,#a4a4a4 100%) !important;
	color:#000000 !important;
}

.topperCopper a:link, 
.topperCopper a:visited, 
.topperCopper a:active{
	color:#000000;
}

.topper a:hover{
	color:#cccccc;
}

.textBlack{
	color:#000000;
	font:16px Arial;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.25;
}

.textBlack a:link, 
.textBlack a:visited, 
.textBlack a:active{
	color:#000000;
	font:16px Arial;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.25;
	text-decoration:none;
	transition:all 0.25s ease-out;
}

.textBlack a:hover{
	color:#777777;
}

.textBlackSmall{
	color:#000000;
	font:11px Arial;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.25;
}

.textBlackSmall a:link, 
.textBlackSmall a:visited, 
.textBlackSmall a:active{
	color:#000000;
	font:11px Arial;
	font-size:1.1rem;
	font-weight:400;
	line-height:1.25;
	text-decoration:none;
	transition:all 0.25s ease-out;
}

.textBlackSmall a:hover{
	color:#777777;
}

.textGraySmall, 
.textGraySmall a:link, 
.textGraySmall a:visited, 
.textGraySmall a:active{
	color:#777777;
	font:12px Verdana;
	font-size:1.2rem;
	transition:all 0.25s ease-out;
}

.textGraySmall a:hover{
	color:#444444;
	text-decoration:underline;
}

.textRedSmall, 
.textRedSmall a:link, 
.textRedSmall a:visited, 
.textRedSmall a:active{
	color:#c00000;
	font:12px Verdana;
	font-size:1.2rem;
	transition:all 0.25s ease-out;
}

.textRedSmall a:hover{
	color:#444444;
	text-decoration:underline;
}

.textWhite, 
.textWhite a:link, 
.textWhite a:visited, 
.textWhite a:active{
	color:#ffffff;
	font:bold 18px Arial;
	font-size:1.8rem;
	text-decoration:none;
	text-shadow:0 1px 3px rgba(0,0,0,0.2);
	transition:all 0.1s ease-out;
}

.textWhite a:hover{
	color:#aaaaaa;
	text-decoration:underline;
}

.textWhiteSmall, 
.textWhiteSmall a:link, 
.textWhiteSmall a:visited, 
.textWhiteSmall a:active{
	color:#ffffff;
	font:bold 14px Verdana;
	font-size:1.4rem;
	transition:all 0.25s ease-out;
}

.textWhiteSmall a:hover{
	color:#cccccc;
	text-decoration:underline;
}

#ttt{
	background:url(images/top.png) no-repeat;
	cursor:pointer;
	display:inline-block;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:100;
	width:50px;
	height:50px;
}


/***************** Media Queries *******************/
@media screen and (min-width:800px){/* Normal 1024 */
	.block{
		display:none;
	}
	
	.hidden{
		display:block;
	}

	.div{
		font-size:14px;
		margin:auto;
		text-align:left;
		vertical-align:top;
	}
	
	.div1{
		margin:auto;
		font-size:14px;
		width:100%;
	}

	
	.div2{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:50%;
	}
	
	.div3{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:33%;
	}
	
	.div4{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:25%;
	}
	
	.div5{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:20%;
	}
	
	.div10{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:10%;
	}
	
	.div15{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:15%;
	}
	
	.div20{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:20%;
	}
	
	.div30{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:30%;
	}
	
	.div40{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:40%;
	}
	
	.div60{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:60%;
	}
	
	.div70{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:70%;
	}
	
	.div75{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:75%;
	}
	
	.div80{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:80%;
	}
	
	.div90{
		display:inline-block;
		font-size:14px;
		margin:0px;
		width:90%;
	}

	main{
		display:block;
		margin:0 auto;
		/*padding:10px 10px 50px;*/
	}
	
	#nav-button{
		display:none;
	}
}


@media screen and (max-width:799px){/* Small */
	html{
		font-size:82.5%;
	}
	
	h1, 
	h1 > a:link, 
	h1 > a:hover, 
	h1 > a:visited, 
	h1 > a:active{
		font:20px Arial !important;
		font-size:2rem !important;
		margin:0px !important;
	}
	
	h2, 
	h2 > a:link, 
	h2 > a:hover, 
	h2 > a:visited, 
	h2 > a:active{
		font:bold 16px Arial !important;
		font-size:1.6rem !important;
		margin:0px;
	}
	
	input[type=text], 
	input[type=password], 
	input[type=file], 
	input[type=tel], 
	input[type=email], 
	textarea, select{
		background:#ffffff;
		border:solid 1px #bbbbbb;
		font-size:17px;
		margin:auto;
	}
	
	.block{
		display:block;
	}
	
	.blockSpan{
		display:block;
	}
	
	.hidden{
		display:none;
	}
	
	.hiddenSpan{
		display:none;
	}
	
	.hiddenTD{
		display:none;
	}
	
	.div{
		display:block;
		margin:auto;
		padding:0px 5px;
		text-align:left;
		vertical-align:top;
	}
	
	.div1, .div2, .div3, .div4, .div5, .div10, .div15, .div20, .div30, .div40, .div60, .div70, .div75, .div80, .div90{
		margin:25px auto;
		vertical-align:top;
		width:98%;
	}

	.fixed{
		position:relative;
	}

	footer{
		display:block;
		margin:0 auto;
		position:relative;
		width:100%;
	}
	
	#header1{
		width:75% !important;
	}

	#logo1{
		width:100% !important;
	}

	main{
		display:block;
		padding:0px 0px 50px;
	}

	.main{
		color:#444444;
		font:12px Verdana;
		font-size:1.2rem;
		letter-spacing:0px;
		line-height:1.4;
	}
	
	/*------------------------------------------------------ START nav ---------------------------------------------*/
	nav{
		display:none;
		position:absolute;
		top:30px;
		left:0;
		width:100%;
		z-index:105;
	}
	/* nav main ul */
	nav > ul, 
	nav > ul.navNormal{
		background:#333333;
		margin:0px;
		padding:0px;
		width:100%;
	}
	/* nav all li */
	nav li{
		background:#333333;
		border-top:solid 1px #ffffff;
		color:#ffffff;
		display:block;
		list-style-type:none;
		margin:0px;
		padding:15px 20px !important;
		text-align:left;
		width:100%;
	}
	/* nav li hover */
	nav li:hover{
		animation:none;
		background:linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
		color:#000000 !important;
		opacity:1;
	}
	/* nav links */
	nav a:link, 
	nav a:visited, 
	nav a:active{
		color:#ffffff !important;
		font:14px Arial !important;
		font-size:1.4rem !important;
		letter-spacing:0.1rem;
		padding:5px 20px;
		text-transform:capitalize;
		width:100%;
	}
	/* nav links hover */
	nav a:hover, 
	nav li:hover > a:link,
	nav li:hover > a:visited,
	nav li:hover > a:active,
	nav > ul > li.active > a:link, 
	nav > ul > li.active > a:visited, 
	nav > ul > li.active > a:active, 
	nav > ul > li.drop > ul > li:hover > a:link
	nav > ul > li.drop > ul > li:hover > a:visited
	nav > ul > li.drop > ul > li:hover > a:active{
		color:#000000 !important;
	}
	/* nav li hover */
	nav > ul > li:hover, 
	nav > ul > li.drop > ul > li:hover{
		animation:none;
		background:linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
		color:#000000 !important;
		opacity:1;
	}
	/* nav separator */
	nav > ul > li.separator{
		display:none;
	}
	/* nav flyout menus display */
	nav > ul > li.drop > ul, 
	nav > ul > li.drop:hover > ul, 
	nav > ul > li.drop > ul > li.drop > ul,
	nav > ul > li.drop > ul > li.drop:hover > ul{
		display:none;
	}
	/* nav flyout menus animation */
	nav > ul > li.drop > ul.slideInNav, 
	nav > ul > li.drop > ul > li.drop > ul.slideInNav{
		animation:slideInRight 0.5s;
		background:#000000;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:105;
		text-align:left;
		width:100%;
		height:100%;
	}
	/* back arrows */
	nav .navBack{
		font:bold 28px Arial;
		position:relative;
		top:-3px;
	}
	#nav-button{
		border:solid 1px #555555;
		display:block;
		font:bold 14px Arial;
		font-size:1.4rem;
		position:absolute;
		top:45px;
		right:15px;
		z-index:1000000;
		text-align:center;
	}
	/*------------------------------------------------------ END nav ---------------------------------------------*/

	.row{
		clear:both;
		margin:0;
		padding:0;
	}
	
	section{
		clear:both;
		margin:0;
	}

	.textWhite{
		color:#ffffff;
		font:bold 12px Arial;
		font-size:1.2rem;
		text-decoration:none;
		text-shadow:none;
	}
	
	.textWhite a:link, 
	.textWhite a:visited, 
	.textWhite a:active{
		color:#ffffff;
		font:bold 12px Arial;
		font-size:1.2rem;
		text-decoration:none;
		text-shadow:none;
	}
	
	.textWhite a:hover{
		color:#27A3FB;
	}
}

@media screen and (min-width:1200px) and (max-width:1299px){/* LARGE */
}

@media screen and (min-width:1300px){/* SUPER LARGE */
}


@media screen and (min-width:500px){/* Medium  */
}
@media screen and (min-width:789px){/*Normal 1024  */
}
@media screen and (min-width:1075px){/* LARGE */
}
@media screen and (min-width:1275px){/* EXTRA LARGE */
}
@media screen and (min-width:1500px){/* MASSIVE */
	input[type=text], 
	input[type=password], 
	input[type=file], 
	input[type=tel], 
	input[type=email], 
	textarea, 
	select{
		background:#ffffff linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%);
		border:solid 1px #aaaaaa;
		border-radius:2px;
		box-shadow:0px 0px 1px #dedede inset;
		color:#333333;
		font:16px Arial;
		font-size:1.6rem;
		min-height:22px;
		padding:3px;
		width:100%;
	}
	
	input[type=text]:focus, 
	input[type=password]:focus, 
	input[type=tel]:focus, 
	input[type=email]:focus, 
	textarea:focus, 
	select:focus{
		background:#ffffff linear-gradient(to bottom, #f4f8f9 0%,#d8f0ff 100%);
		outline:none;
		border:solid 1px #0099ff;
	}
	
	input[type=text].input_error, 
	input[type=password].input_error, 
	input[type=file].input_error, 
	input[type=tel].input_error, 
	input[type=email].input_error, 
	textarea.input_error, 
	select.input_error{
		background:#ffd8d8;
		border:solid 1px #f00000;
	}
	
	input[type="submit"], 
	input[type="reset"], 
	button{
		background:#dedede linear-gradient(to bottom, #f0f0f0 0%, #eeeeee 49%, #c6c6c6 50%, #efefef 100%);
		border:solid 1px #777777;
		border-radius:3px;
		box-shadow:1px 2px 2px #777777;
		color:#444444;
		cursor:pointer;
		font:bold 14px Arial;
		padding:5px;
	}
	
	input[type="submit"]:hover, 
	input[type="reset"]:hover, 
	button:hover{
		background:#bce5fc linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%);
		border:solid 1px #3c7fb1;
		box-shadow:-1px 2px 2px #444444 inset;
		color:#444849;
	}
	
	input[type=radio], 
	label{
		cursor:pointer;
	}
		
	label{
		display:block;
		margin-bottom:0px;
		margin-top:0px;
	}
}