*{
	box-sizing:border-box;
}

html{
	font-size:62.5%;
}

body{
	background:#ffffff;
	margin:0;
	animation:fadeIn 0.5s ease-in;
}

@keyframes fadein{
	0%{ opacity:0; }
	100%{ opacity:1; }
}

h1, 
h1 > a:link, 
h1 > a:hover, 
h1 > a:visited, 
h1 > a:active{
	color:#163C47;
	font:bold 26px Arial;
	font-size:2.6rem;
	margin:0;
	margin-bottom:5px !important;
}

h2, 
h2 > a:link, 
h2 > a:hover, 
h2 > a:visited, 
h2 > a:active{
	color:#163C47 !important;
	font:24px Arial !important;
	font-size:2.4rem !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

h3, 
h3 > a:link, 
h3 > a:hover, 
h3 > a:visited, 
h3 > a:active{
	color:#323232 !important;
	font:20px Arial !important;
	font-size:2.0rem !important;
	margin-top:0px !important;
	margin-bottom:5px !important;
}

h4, 
h4 > a:link, 
h4 > a:hover, 
h4 > a:visited, 
h4 > a:active{
	color:#163C47 !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;
}

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:7px;
}

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:1px solid #f00000;
}

input[type="submit"], input[type="reset"], button{
	background:#dedede linear-gradient(to bottom, #f0f0f0 0%, #eeeeee 49%, #c6c6c6 50%, #efefef 100%) repeat scroll 0 0;
    border:1px solid #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%) repeat scroll 0 0;
    border:1px solid #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#444849;
}

.input_div{
	padding-bottom:10px;
}
	
label{
	display:block;
	font:12px Verdana;
	font-size:1.2rem;
	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;
}

.ulReset{
	list-style:none;
	margin:10px 0px 10px -41px;
}

.liHeight{
	margin-bottom:10px;
}


/******************** Header ********************/
header{
	background:#C41230;
	display:block;
}

#header1{
	display:inline-table;
	padding:0 0 5px 10px;
	vertical-align:top;
	width:25%;
}

#logo1{
	width:90%;
}

#header2{
	display:inline-table;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:72%;
}

.headerMain, 
.headerMain a:link, 
.headerMain a:visited, 
.headerMain a:hover, 
.headerMain a:active{
	color:#ffffff;
	font:18px Arial;
	font-size:1.8rem;
	text-decoration:none;
	text-shadow:1px 1px 2px #163C47;
}
/******************** End Header ********************/



/******************** Navigation ********************/
nav{
	display:block;
	margin:0;
	padding:0;
	text-align:right;
}

nav > ul{
	height:32px;
	margin:0;
	padding:0;
}

nav > ul > li{
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align:middle;
}

nav > ul > li.separator{
	display:inline-block;
	margin:1px;
	padding:0 !important;
	width:1px;
	height:32px;
}

nav > ul > li > a:link, 
nav > ul > li > a:visited, 
nav > ul > li > a:active{
	color:#ffffff;
	display:inline-block;
	font:22px Times;
	font-size:2.2rem;
	padding:5px 7px;
	text-decoration:none;
	text-shadow:0px 4px 5px #163C47;
	text-transform:Capitalize;
}

nav > ul > li > a:hover{
	color:#163C47;
	text-shadow:none;
	transition:all 0.25s ease-out;
}

nav > ul > li.drop > a:after{
	border-left:solid 3px transparent;
	border-right:solid 3px transparent;
	border-top:solid 3px #ffffff;
	content:"";
	display:inline-block;
	position:relative;
	top:-2px;
	left:5px;
	width:1px;
	height:1px;
}

nav > ul > li.drop > ul{
	background:#ffffff;
	box-shadow:0px 5px 8px #000000;
	display:none;
	min-width:150px;
	padding:0;
	position:absolute;
	z-index:100;
	text-align:left;
}

nav > ul > li.drop:hover > ul{
	display:block;
}

nav > ul > li.drop > ul > li{
	padding:10px;
	list-style-type:none;
}

nav > ul > li.drop > ul > li:hover{
	background:#163C47;
}

nav > ul > li.drop > ul > li > a{
	color:#163C47;
	display:block;
	font:bold 16px Arial;
	font-size:1.6rem;
	min-width:150px;
	text-decoration:none;
}

nav > ul > li.drop > ul > li:hover > a{
	color:#ffffff;
}

nav > ul > li.active{
	border:solid 1px #ffffff;
}
/***************** End Navigation ********************/



/******************** Slider ********************/
.slider-bullet-div{
	position:absolute;
	top:5%;
	left:90%;
	z-index:100;
	white-space:nowrap;
}

.slider-bullet-div1{
	display:inline-table;
	margin:auto;
	position:absolute;
	bottom:5%;
	left:0;
	right:0;
	z-index:100;
	white-space:nowrap;
}

.slider-left-arrow{
	background-color:#ffffff;
	border-radius:0 5px 5px 0;
	box-shadow:4px 0px 4px #333333;
	cursor:pointer;
	font:bold 48px Verdana;
	overflow:hidden;
	position:absolute;
	top:40%;
	left:0;
	z-index:99;
	opacity:0.5;
	text-align:center;
	width:40px;
	height:50px;
}

.slider-left-arrow:hover{
	opacity:0.9;
}

.slider-left-arrow1{
	cursor:pointer;
	font:bold 48px Verdana;
	overflow:hidden;
	position:absolute;
	top:40%;
	left:0;
	z-index:99;
	opacity:0.5;
	text-align:center;
	width:40px;
	height:50px;
}

.slider-left-arrow1:hover{
	opacity:0.9;
}

.slider-right-arrow{
	background-color:#ffffff;
	border-radius:5px 0 0 5px;
	box-shadow:-4px 0px 4px #333333;
	cursor:pointer;
	font:bold 48px Verdana;
	overflow:hidden;
	position:absolute;
	top:40%;
	right:0px;
	z-index:99;
	opacity:0.5;
	text-align:center;
	width:40px;
	height:50px;
}

.slider-right-arrow:hover{
	opacity:0.9;
}

.slider-right-arrow1{
	cursor:pointer;
	font:bold 48px Verdana;
	overflow:hidden;
	position:absolute;
	top:40%;
	right:0px;
	z-index:99;
	opacity:0.5;
	text-align:center;
	width:40px;
	height:50px;
}

.slider-right-arrow1:hover{
	opacity:0.9;
}

.slider{
	background:url(carousel/wait.gif) center no-repeat;
	margin:auto;
	overflow:hidden;
	position:relative;
}

.slider-wrapper{
	background:linear-gradient(to bottom, #dedede 0%, #aaaaaa 100%);
	background-color:#dedede;
	box-shadow:inset 0px 5px 5px #666666;
	position:relative;
	z-index:98;
}

.bull{
	animation:fadeIn 1.5s ease-in;
	border-radius:10px;
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.4);
	cursor:pointer;
	display:inline-block;
	margin:2px;
	width:15px;
	height:15px;
}

.bullOn{
	background:linear-gradient(to bottom, #00ccff 0%, #4283A3 100%);
}

.bullOff{
	background:linear-gradient(to bottom, #ffffff 0%, #cfcfcf 100%);
}
/******************** End Slider ********************/



/******************** Footer ************************/
footer{
	background-color:#163C47;
	color:#ffffff !important;
	display:block;
	font:14px Arial;
	font-size:1.4rem;
	padding:10px 5px;
	text-align:center;
	vertical-align:top;
}

footer h4{
	color:#ffffff !important;
}

footer a:link, 
footer a:visited, 
footer a:active{
	color:#efefef !important;
	font:14px Arial;
	font-size:1.4rem;
}

footer a:hover{
	color:#ffffff;
	transition:all 0.2s ease-out;
}
/******************** End Footer ************************/


/******************** Main Styles ********************/	
.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{
	background:#fdfdfd;
	border:solid 1px #cccccc;
	border-radius:5px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.1);
}

.button{
	background:linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 65%,#b5c6d0 66%,#e0eff9 100%);
	box-shadow:2px 2px 2px #444444;
	display:inline-block;
	border:solid 1px #222222;
	border-radius:2px;
	margin:2px;
	overflow:hidden;
	padding:4px 10px;
	text-align:center;
	white-space:nowrap;
}

.buttonDisabled{
	background:#bbbbbb;
	border:solid 1px #666666;
	border-radius:4px;
	color:#222222 !important;
	box-shadow:2px 2px 2px transparent;
	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;
}

.buttonRow{
	background:rgba(0,0,0,0.5);
	border-top:solid 1px #ffffff;
	padding-top:10px;
	position:fixed;
	left:50%;
	bottom:0;
	z-index:1000000;
	transform:translateX(-50%);
	width:100%;
	height:50px;
	text-align:center;
}

.buttonBlue{
	background:#163c47;
	border:solid 1px #666666;
	border-radius:4px;
	color:#ffffff !important;
	display:inline-block;
	font:bold 14px Arial !important;
	margin:2px;
	overflow:hidden;
	padding:10px 25px;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.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%) repeat scroll 0 0;
	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;
}

.buttonBlue:hover, 
.buttonOrange:hover, 
.buttonSilver:hover{
    background:#bce5fc linear-gradient(to bottom, #f4f8f9 0%, #eeeeee 49%, #c6d0d1 50%, #d8f0ff 100%) repeat scroll 0 0;
    border:1px solid #3c7fb1;
    box-shadow:-1px 2px 2px #444444 inset;
    color:#000000 !important;
}

.centered-xy{
    position:fixed;
    left:50%;
    top:50%;
	z-index:100;
    transform:translate(-50%,-50%);
}

#close-button{
	background-color:#ffffff;
	border-radius:10px;
	display:inline-block;
	color:#3085cc;
	width:16px;
	height:16px;
}

.double-line{
	border-top:solid 4px #171796;
	border-bottom:solid 2px #1F83A5;
	height:10px;
	margin:15px 0;
}

.expandable{
	background:linear-gradient(to bottom, #c5deea 0%,#8abbd7 31%,#066dab 100%);/*linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);*/
	background-color:#60abf8;
	border:solid 1px #444444;
	border-radius:7px;
	color:#000000;
	cursor:pointer;
	font:bold 20px Arial;
	font-size:2rem;
	margin-bottom:7px;
	padding:3px 3px 3px 5px;
	width:100%;
}

.fixed{
	background:#171796;
	color:#ffffff;
	overflow:visible;
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
}

.fixed a:link, 
.fixed a:visited, 
.fixed a:active, 
.fixed .drop a:link, 
.fixed .drop a:visited, 
.fixed .drop a:active{
	color:inherit;
}

.fixed a:hover, 
.fixed .drop a:hover{
	color:#000000;
}

.flipit{
    background-color:#171796;
	border-radius:10px;
	margin:auto;
    position:relative;
    transform-style:preserve-3d;
    transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width:90%;
    height:125px;
}

.flipit-container:hover > .flipit{
    transform:rotateY(180deg);
}

.flipit-container{
	cursor:pointer;
    display:flex;
    perspective:500px;
    position:relative;
    text-align:center;
    width:100%;
}

.flipit-front{
    backface-visibility:hidden;
    border-radius:10px;
    position:absolute;
	top:0;
	left:0;
    transition:all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width:100%;
}

.flipit-back{
    backface-visibility:hidden;
	background-color:#f38b3f;
    border-radius:10px;
	box-sizing:border-box;
	color:#ffffff !important;
    position:absolute;
	top:0;
	left:0;
    transform:rotateY(180deg);
    width:100%;
    height:125px;
}

.learn{
	/*border:solid 1px #1173ad;
	border-radius:10px;
	color:#1173ad;
	cursor:pointer;
	display:inline-block;
	font:bold 14px Arial;
	line-height:1.3;
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:20px;
	height:20px;*/
	color:#1173ad !important;
	cursor:pointer;
	display:inline-block;
	position:relative;
	text-decoration:underline dotted;
}

.learn_more{
    background:#ffffff;
    border:solid 1px #777777;
	border-radius:4px;
	box-shadow:2px 2px 5px #666666;
	display:none;
	font:12px Arial !important;
    margin:0 auto;
    padding:5px;
    position:absolute;
    top:32px;
    left:-10px;
	text-align:left;
	width:200px !important;
}

.learn_more:after{
	background:#ffffff;
    border-top:1px solid #777777;
    border-right:1px solid #777777;
    content:'';
    position:absolute;
    top:-7px;
	left:12px;
    transform:rotate(-45deg);
    width:10px;
    height:10px;
}

.learn:hover .learn_more{
    display:block;
}

main{
	background-color:#ffffff;
	display:block;
	margin:0 auto;
	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:#1173AD;
	font:14px Verdana;
	font-size:1.4rem;
	line-height:1.4;
	transition:all 0.5s ease-out;
}

.main a:hover{
	color:#000000;
}

.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{
	background-color:#ffffff !important;
	border:solid 1px #eeeeee;
	border-radius:2px;
	color:#555555 !important;
	display:inline-block;
	font:12px Verdana !important;
	line-height:20px;
	margin:2px;
	min-width:30px;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
	transition:all 0.1s ease-out;
}

.numbers:hover{
	background-color:#eeeeee !important;
	border:solid 1px #222222;
	border-radius:2px;
	box-shadow:1px 2px 2px rgba(0,0,0,0.2);
	color:#222222 !important;
}

.numbersOn{
	background-color:#eeeeee !important;
	border:solid 1px #999999;
	color:#222222 !important;
	display:inline-block;
	font:12px Verdana !important;
	line-height:20px;
	margin:2px;
	min-width:30px;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

.numbersArrow{
	color:#222222 !important;
	display:inline-block;
	font:12px Verdana !important;
	line-height:20px;
	margin:2px;
	min-width:30px;
	padding:3px;
	text-align:center;
	text-decoration:none;
}

.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:after{
	color:#b00000;
	content:"* ";
}

.resizable{
	width:100%;
}

.row{
	clear:both;
	display:block;
	padding-bottom:35px;
	text-align:center;
}

.rowAlt > td{
	background-color:#eeeeee;
	transition:all 0.1s ease-out;
}

.rowAlt:hover > td{
	background-color:#d5fbfd;
}

.rowMain > td{
	background-color:#ffffff;
	transition:all 0.1s ease-out;
}

.rowMain:hover > td{
	background-color:#d5fbfd;
}

.rowYellow{
	background-color:#FFF77D;
	transition:all 0.1s ease-out;
}

.rowYellow:hover > td{
	background-color:#FFFF66;
}

section{
	clear:both;
	display:block;
	padding:15px 0px 50px 0px;
	text-align:center;
}

.tab{
	display:table;
	list-style-type:none;
	margin:0;
	margin-bottom:-2px;
	padding:0;
	width:100%;
}

.tab li{
	background:linear-gradient(to bottom, #e20b09 0%,#ad001c 100%);
	border:solid 1px #656565;
	border-top-right-radius:5px;
	box-shadow:inset 1px -1px 7px rgba(0,0,0,0.5);
	display:table-cell;
	padding:5px 20px;
	text-align:center;
	width:165px;
}

.tab li > a:link, .tab li > a:visited{
	color:#ffffff;
}

.tab li > a:hover{
	color:#000000;
	transition:all 0.2s ease-out;
}

.tab li.selected{
	background:#ffffff;
	border:solid 1px #656565;
	border-bottom:none;
	box-shadow:none;
}

.tab li.selected > a:link, .tab li.selected > a:visited{
	color:#212121;
}

.tab li:hover{
	box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
	transition:all 0.2s ease-out;
}

.tab li:last-child{
	background:#ffffff;
	border:none;
	border-bottom:solid 1px #656565;
	box-shadow:none;
	display:table-cell;
}

.table{
	border-collapse:collapse;
}

.table tr:nth-child(odd) > td{
	background:linear-gradient(to bottom, #ffffff 0%,#eeeeee 50%);
	border-bottom:solid 1px #555555;
	padding:5px;
}

.table tr:nth-child(even) > td{
	background:#ffffff;
	border-bottom:solid 1px #555555;
	padding:5px;
}

.table tr:hover > td{
	background:#d5fbfd;
}

.table tr:nth-child(1) > td{
	background:linear-gradient(to bottom, #8e9ec0 0%,#7688b0 31%,#475c87 51%,#253a65 100%);
	color:#ffffff;
	font:bold 14px Verdana;
	padding:5px;
}

.table tr:nth-child(1):hover > td{
	background:linear-gradient(to bottom, #8e9ec0 0%,#7688b0 31%,#475c87 51%,#253a65 100%);
	color:#ffffff;
	font:bold 14px Verdana;
	padding:5px;
}

.topper td{
	background:linear-gradient(to bottom, #8e9ec0 0%,#7688b0 31%,#475c87 51%,#253a65 100%);
	color:#ffffff;
	font:bold 14px Verdana;
	padding:5px;
}

.topper a:link, .topper a:visited, .topper a:active{
	color:#ffffff;
	font:14px Verdana;
	text-decoration:none;
}

.topper a:hover{
	color:#000000;
}

.textBlack, 
.textBlack a:link, 
.textBlack a:visited, 
.textBlack a:active{
	color:#000000;
	font:16px Arial;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.4;
	text-decoration:none;
	transition:all 0.25s ease-out;
}

.textBlack 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: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:#000000;
	text-decoration:underline;
}

.textWhiteSmall, 
.textWhiteSmall a:link, 
.textWhiteSmall a:visited ,
.textWhiteSmall a:active{
	color:#ffffff;
	font:12px Verdana;
	font-size:1.2rem;
	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;
	}
	
	.blockSpan{
		display:inline-block;
	}
	
	.hidden{
		display:block;
	}
	
	.hiddenSpan{
		display:inline-block;
	}
	
	.hiddenTD{
		display:table-cell;
	}

	.div{
		margin:auto;
		text-align:left;
		vertical-align:top;
	}
	
	.div1{
		margin:auto;
		width:85%;
	}
	
	.div2{
		display:inline-block;
		margin:0px 20px;
		width:45%;
	}
	
	.div3{
		display:inline-block;
		width:30%;
	}
	
	.div4{
		display:inline-block;
		width:24%;
	}
	
	.div5{
		display:inline-block;
		width:19%;
	}
	
	.div30{
		display:inline-block;
		margin:0px 10px;
		width:25%;
	}
	
	.div40{
		display:inline-block;
		margin:0px 10px;
		width:37%;
	}
	
	.div60{
		display:inline-block;
		margin:0px 10px;
		width:55%;
	}
	
	.div70{
		display:inline-block;
		margin:0px 10px;
		width:65%;
	}
	
	.div80{
		display:inline-block;
		margin:0px 10px;
		width:75%;
	}

	main{
		display:block;
		margin:0 auto;
		/*padding:10px 10px 50px;*/
	}
	
	#nav-button{
		display:none;
	}
	
	.txtrightcenter{
		text-align:right;
	}
}

@media screen and (max-width:799px){/* Small */
	html{
		font-size:82.5%;
	}
	
	h1{
		border:none;
		font-size:16px;
		font-size:1.6rem;
		text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	}
	
	input[type=text], input[type=password], input[type=file], input[type=tel], input[type=email], textarea, select{
		background-color:#ffffff;
		border:1px solid #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, .div30, .div40, .div60, .div70{
		margin-top:25px;
		width:100%;
	}

	.fixed{
		position:relative;
	}
	
	/*header{
		height:100px;
	}*/
		
	#header1{
		display:block;
		width:100%;
	}

	#logo1{
		width:80%;
		max-width:285px;
	}
	
	#header2{
		display:block;
		padding:0;
		vertical-align:top;
		white-space:nowrap;
		width:100%;
	}

	footer{
		display:block;
		margin:0 auto;
		position:relative;
		width:100%;
	}

	main{
		display:block;
		padding:0px 0px 50px 0px;
	}

	nav{
		position:absolute;
		top:105px;
		top:10.5rem;
		width:100%;
		z-index:102;
	}
	
	nav > ul{
		margin:0px;
		padding:0px;
	}
	
	nav > ul > li{
		border:solid 1px transparent;
		border-radius:0;
		display:block;
		background-color:#163C47;
		border-top:solid 1px #ffffff;
		list-style-type:none;
		padding:5px 20px;
		text-align:left;
	}
	
	nav > ul > li:hover{
		background-color:#ffffff;
	}
	
	nav > ul > li > a:link, 
	nav > ul > li > a:visited, 
	nav > ul > li > a:active{
		color:#ffffff;
		font:bold 16px Arial;
		font-size:1.6rem;
		letter-spacing:0.1rem;
		text-transform:capitalize;
	}

	nav > ul > li:hover > a:link, 
	nav > ul > li:hover > a:visited, 
	nav > ul > li:hover > a:active{
		color:#000000 !important;
	}
	
	nav > ul > li.separator{
		display:none;
	}
	
	nav > ul > li > div.drop{
		box-shadow:none;
		display:block;
		position:relative;
		visibility:visible;
	}
	
	nav > ul > li > div.drop > ul > li{
		background-color:#ffffff;
		border-top:solid 1px #000000;
	}

	#nav-button{
		display:block;
		font:bold 14px Arial;
		font-size:1.4rem;
		position:absolute;
		top:10px;
		right:10px;
		text-align:center;
	}
	
	.row{
		clear:both;
		margin:0;
		padding:0;
	}
	
	section{
		clear:both;
		margin:0;
	}
	
	.shrink-enlarge{
		height:300px;
	}
	
	.slider-wrapper{
		overflow:hidden;
	}
	
	.slider{
		margin:auto;
		position:relative;
		left:50%;
		transform:translate(-50%,0);
		width:135%;
	}
	
	.txtrightcenter{
		text-align:center;
	}
}

@media screen and (min-width:1075px) and (max-width:1299px){/* LARGE */
	/*header{
		height:140px;
	}*/
		
	#header1{
		width:30%;
	}
		
	#logo1{
		width:75%;
	}
	
	#header2{
		width:67%;
	}
	
	.headerMain, 
	.headerMain a:link, 
	.headerMain a:visited, 
	.headerMain a:hover, 
	.headerMain a:active{
		font:22px Arial;
		font-size:2.2rem;
		line-height:1.4;
	}

	nav > ul > li > a:link, 
	nav > ul > li > a:visited, 
	nav > ul > li > a:active{
		font:24px Times;
		font-size:2.4rem;
	}
	
	.txtrightcenter{
		text-align:right;
	}
}
@media screen and (min-width:1300px){/* SUPER LARGE */
	#logo1{
		width:65%;
	}
	
	.headerMain, 
	.headerMain a:link, 
	.headerMain a:visited, 
	.headerMain a:hover, 
	.headerMain a:active{
		font:20px Arial;
		font-size:2.0rem;
		line-height:1.4;
	}
	
	nav{
		height:50px;
	}

	nav > ul > li > a:link, 
	nav > ul > li > a:visited, 
	nav > ul > li > a:active{
		font:22px Arial;
		font-size:2.2rem;
		line-height:1.4;
	}
}