@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 97.7272%;
	padding-left: 1.1363%;
	padding-right: 1.1363%;
	clear: none;
	float: none;
}
#header {
}
.nav {
}
.banner_1 {
	display: inline-block;

}

.if2	{
	width: 95%;
	height: 700px;
}


.content1 {
	text-align: left;
	width: 100%;
}
.content2 {
width: 100%;
clear: both;
margin-left: 0;
}
.content3 {
width: 100%;
clear: both;
margin-left: 0;
}
.content4 {
	margin-bottom: 20px;
}

.content5 {
width: 100%;
clear: both;
margin-left: 0;
}
.content6 {
width: 100%;
clear: both;
margin-left: 0;
}
.content7 {
width: 100%;
clear: both;
margin-left: 0;
}
.content8 {
width: 100%;
clear: both;
margin-left: 0;
}
.banner_2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.banner_3	{
	
}
.footer {
	font-size: 12px;

}
.header_r {
width: 100%;
}
.content {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 98.9898%;
	padding-left: 0.505%;
	padding-right: 0.505%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
.nav {
}
.banner_1 {

}
.content1 {
width: 32.653%;
}
.content2 {

width: 32.653%;

margin-left: 1.0204%;

clear: none;

}
.content3 {
width: 32.653%;
margin-left: 1.0204%;
clear: none;
}
.content4 {
}
.content5 {
width: 32.653%;
clear: both;
margin-left: 0;
}
.content6 {
width: 66.3265%;
clear: none;
margin-left: 1.0204%;
}
.content7 {
width: 66.3265%;
clear: none;
margin-left: 1.0204%;
}
.content8 {
width: 66.3265%;
clear: none;
margin-left: 1.0204%;
}
.banner_2 {
}
.banner_3{
}
.footer {
}
.header_r {
width: 100%;
}
.content {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 91.303%;
	max-width: 1020px;
	padding-left: 0.3484%;
	padding-right: 0.3484%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
header {
	
}
.nav {
}
.banner_1 {

}
.content1 {
	width: 32.8244%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.content2 {
	width: 32.8244%;
	clear: none;
	margin-left: 0.7633%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.content3 {
	width: 32.8244%;
	clear: none;
	margin-left: 0.7633%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.content4 {
	margin-bottom: 5px;
}
.content5 {
width: 32.8244%;
clear: both;
margin-left: 0;
}
.content6 {
width: 66.4122%;
clear: none;
margin-left: 0.7633%;
}
.content7 {
width: 66.4122%;
clear: none;
margin-left: 0.7633%;
}
.content8 {
width: 66.4122%;
clear: none;
margin-left: 0.7633%;
}
.banner_2 {
}
.banner_3{
}
.footer {
}
.header_r {
width: 49.6183%;
}
.content {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

.bg	{
	background-color:#0079A6;
}



.container1	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #c0c0c0;
	border-radius: 0px;
	background-color: #FFFFFF;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: rgb(12,121,162); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(12,121,162,1) 0%, rgba(15,154,196,1) 51%, rgba(15,154,196,1) 51%, rgba(12,121,162,1) 51%, rgba(15,154,196,1) 74%, rgba(15,154,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(12,121,162,1)), color-stop(51%,rgba(15,154,196,1)), color-stop(51%,rgba(15,154,196,1)), color-stop(51%,rgba(12,121,162,1)), color-stop(74%,rgba(15,154,196,1)), color-stop(100%,rgba(15,154,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c79a2', endColorstr='#0f9ac4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.container1b	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #c0c0c0;
	border-radius: 0px;
	background-color: #FFFFFF;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: rgb(12,121,162); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(12,121,162,1) 0%, rgba(15,154,196,1) 51%, rgba(15,154,196,1) 51%, rgba(12,121,162,1) 51%, rgba(15,154,196,1) 74%, rgba(15,154,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(12,121,162,1)), color-stop(51%,rgba(15,154,196,1)), color-stop(51%,rgba(15,154,196,1)), color-stop(51%,rgba(12,121,162,1)), color-stop(74%,rgba(15,154,196,1)), color-stop(100%,rgba(15,154,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(12,121,162,1) 0%,rgba(15,154,196,1) 51%,rgba(15,154,196,1) 51%,rgba(12,121,162,1) 51%,rgba(15,154,196,1) 74%,rgba(15,154,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c79a2', endColorstr='#0f9ac4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.container1-h	{

	border: solid 0px #c0c0c0;
	border-radius: 0px;

	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff;
	text-align: center;
	background: #f6d73f;

}


.container2	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	min-height: 110px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e1e1e1 0%, #e1e1e1 50%, #d6d6d6 50%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(0%,#e1e1e1), color-stop(50%,#e1e1e1), color-stop(50%,#d6d6d6), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e1e1e1 0%,#e1e1e1 50%,#d6d6d6 50%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #ffffff 0%,#e1e1e1 0%,#e1e1e1 50%,#d6d6d6 50%,#d6d6d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #ffffff 0%,#e1e1e1 0%,#e1e1e1 50%,#d6d6d6 50%,#d6d6d6 100%); /* IE10+ */
background: linear-gradient(135deg,  #ffffff 0%,#e1e1e1 0%,#e1e1e1 50%,#d6d6d6 50%,#d6d6d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.container2b	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	min-height: 110px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	
}

.container2c	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: #f6d73f; /* Old browsers */
background: -moz-linear-gradient(left,  #f6d73f 20%, #000000 50%, #f6d73f 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(20%,#f6d73f), color-stop(50%,#000000), color-stop(80%,#f6d73f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* IE10+ */
background: linear-gradient(to right,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d73f', endColorstr='#f6d73f',GradientType=1 ); /* IE6-9 */
}

.container2d	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #f6d73f;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: bolder;
}

.container2d2	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #f6d73f;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: bolder;
	max-width:675px;
}

.container2e	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #f6d73f;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: bolder;
	background-image: url(../images/2ebg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-clip: border-box;
}

.container2f	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	min-height: 145px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
}

.container2g	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	min-height: 110px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	background-image: url(../images/2ebg.png);
	background-repeat: no-repeat;
	background-position: 66% 0%;
}

.container2h	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	min-height: 110px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 50%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(50%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#fefefe 100%); /* IE10+ */
background: linear-gradient(135deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 50%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.container2i	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 13px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #d6d6d6;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	min-height: 110px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	background-repeat: no-repeat;
	background-image: url(../images/kit.png);
	background-position: 48% 57%;
}


.container3	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #c0c0c0;
	border-radius: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	background: #ffffff;
	text-align: center;
	min-height: 110px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: #f6d73f; /* Old browsers */
background: -moz-linear-gradient(left,  #f6d73f 20%, #000000 50%, #f6d73f 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(20%,#f6d73f), color-stop(50%,#000000), color-stop(80%,#f6d73f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* IE10+ */
background: linear-gradient(to right,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d73f', endColorstr='#f6d73f',GradientType=1 ); /* IE6-9 */

}

.container3b	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: solid 1px #c0c0c0;
	border-radius: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	background: #ffffff;
	text-align: center;
	min-height: 110px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: #f6d73f; /* Old browsers */
	background: -moz-linear-gradient(left,  #f6d73f 20%, #000000 50%, #f6d73f 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,#f6d73f), color-stop(50%,#000000), color-stop(80%,#f6d73f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* IE10+ */
	background: linear-gradient(to right,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* W3C */




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d73f', endColorstr='#f6d73f',GradientType=1 );

}

.container4	{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: solid 1px #c0c0c0;
	border-radius: 2px;
	background-color: #FFFFFF;
	color: #000;
	text-shadow: 0px 0px 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	display: block;
}

.container5	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #c0c0c0;
	border-radius: 1px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	background: #f6d73f; /* Old browsers */
background: -moz-linear-gradient(left,  #f6d73f 20%, #000000 50%, #f6d73f 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(20%,#f6d73f), color-stop(50%,#000000), color-stop(80%,#f6d73f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* IE10+ */
background: linear-gradient(to right,  #f6d73f 20%,#000000 50%,#f6d73f 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6d73f', endColorstr='#f6d73f',GradientType=1 ); /* IE6-9 */


}

.container6	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #0071bc;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #fff;
	text-shadow: 0px 0px 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #f7931e; /* Old browsers */
background: -moz-linear-gradient(left,  #f7931e 15%, #602822 50%, #f7931e 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(15%,#f7931e), color-stop(50%,#602822), color-stop(85%,#f7931e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f7931e 15%,#602822 50%,#f7931e 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f7931e 15%,#602822 50%,#f7931e 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f7931e 15%,#602822 50%,#f7931e 85%); /* IE10+ */
background: linear-gradient(to right,  #f7931e 15%,#602822 50%,#f7931e 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7931e', endColorstr='#f7931e',GradientType=1 ); /* IE6-9 */

text-align: center;
}

.container7	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #683400;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #000;
	text-shadow: 0px 0px 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #f7931e 50%, #ffffff 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#f7931e), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#f7931e 50%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#f7931e 50%,#ffffff 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#f7931e 50%,#ffffff 99%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#f7931e 50%,#ffffff 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
text-align: center;
}

.container8	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	-webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #000;
	text-shadow: 0px 0px 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #bababa 50%, #ffffff 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#bababa), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#bababa 50%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#bababa 50%,#ffffff 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#bababa 50%,#ffffff 99%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#bababa 50%,#ffffff 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
text-align: center;
}

.container9	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #683400;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #663300;
	text-shadow: 0px 0px 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #f7931e; 
text-align: center;
}

.container10	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	border: solid 1px #683400;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #000;
	text-shadow: 0px 0px 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background: #f4e7d7; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f4e7d7 65%, #f7931e 98%, #f7931e 99%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(65%,#f4e7d7), color-stop(98%,#f7931e), color-stop(99%,#f7931e)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #f4e7d7 65%,#f7931e 98%,#f7931e 99%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #f4e7d7 65%,#f7931e 98%,#f7931e 99%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #f4e7d7 65%,#f7931e 98%,#f7931e 99%); /* IE10+ */
background: radial-gradient(ellipse at center,  #f4e7d7 65%,#f7931e 98%,#f7931e 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e7d7', endColorstr='#f7931e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 /* IE6-9 fallback on horizontal gradient */
text-align: center;
}

.btn {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
	background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #000000;
	font-size: 17px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

.btn:hover {
  background: #000000;
  text-decoration: none;
  color:#f6d73f;
}

.btn2 {
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -ms-linear-gradient(top, #ffffff, #ebebeb);
	background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
	background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #000000;
	font-size: 17px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

.btn2:hover {
	background: #ffffff;
	text-decoration: none;
	color: #f6d73f;
	font-family: Arial;
}

.btn3 {
	background: #000000;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #f6d73f !important;
	font-size: 17px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

.btn3:hover {
  background: #ffffff;
  text-decoration: none;
  color:#f00000 !important;
}

.btn4 {
	background: #000000;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #f6d73f !important;
	font-size: 19px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn4:hover {
  background: #ffffff;
  text-decoration: none;
  color:#f00000 !important;
}

.hdr-1	{
	width:50%;
}

.hdr-2	{
	text-align: right;
	float: right;
	
}

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #000000;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color:#ffec64;
	color:#333333;
	display:inline-block;
	text-shadow:1px 1px 0px #ffee66;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	box-shadow:inset 1px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	
}
.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
	color:#FF0004;
}.css_btn_class:active {
	position: relative;
	top: 1px;
	font-family: "Arial Black";
}


.css_btn_class_2 {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #000000;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color:#ffec64;
	color:#333333;
	display:inline-block;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
}

.css_btn_class_2:hover {
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}.css_btn_class_2:active {
	position:relative;
	top:1px;
}
.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #fff6af;
	-webkit-box-shadow: 0px 10px 14px -7px #fff6af;
	box-shadow: 0px 10px 14px -7px #fff6af;
	background-color:#ffec64;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}

.G1	{
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-width: thin;
	border-style: solid;
}
 .float	{
	 float:left;
	 margin-right:10px;
 }
