@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*background-color: #95aad3;	*/
	background: #95aad3; /* Old browsers */
background: -moz-linear-gradient(top, #95aad3 0%, #adabd3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95aad3), color-stop(100%,#adabd3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* IE10+ */
background: linear-gradient(to bottom, #95aad3 0%,#adabd3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aad3', endColorstr='#adabd3',GradientType=0 ); /* IE6-9 */
background-repeat: no-repeat;
min-height: 100%;
}
body, div, nav, section, h3, p {
	margin: 0;
	padding: 0;
	/*font-size: 100%;*/
	font-family: Arial, sans-serif;
}





/* 
 *  For search form Addresses font-family inconsistency between 'textarea' and other form elements.
 */

button,
input,
select,
textarea {
    font: normal 13px/16px "Droid Sans", sans-serif;
}

    /* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/*end form formatting*/



.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}




/*footer sections*/
.footer {
	font-size: 65%;
	max-width: 1024px;
	background-color: #75a7d9;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
ul.foot-nav{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	}
ul.foot-nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.foot-nav li a {
	text-decoration: none;
	color: #FFF;
    }
ul.foot-nav li a:hover { 
	color: #86FF31;
}
.left-content {
	font-size: 1.3em;
	float: left;
	padding-left: 25px;
	/* [disabled]width: 60%; */	/*width: 475px;*/
}
.left-content p {
	font-size: 1.4em;
	color: #FFF;
}
.disclaimer-wrapper{
	padding-bottom: 10px;
}
.disclaimer {
	/*	width: 85px;
*/	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	}
	.copyright {
/*	width: 230px;
*/	float: left;
	padding-right: 10px;
	padding-bottom: 2px;

	}
	.rights {
/*	width: 130px;
*/	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
	}
.right-content {
	display: block;
	width: 210px;
	float: right;
	
}

.container1 {
	margin-left: 8px;
	height: 34px;
	float: left;
	display: block;
	/* [disabled]background-image: url(../images/mobil/Icons_Sprite.png); */
	background-position: 0px -244px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.container2 a {
	margin-left: 8px;
	height: 44px;
	width: 34px;
	float: left;
	display: block;
	background-image: url(../images/mobil/Icons_Sprite.png);
	background-position: -48px -244px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.container3 a {
	margin-left: 8px;
	height: 44px;
	width: 34px;
	float: left;
	display: block;
	background-image: url(../images/mobil/Icons_Sprite.png);
	background-position: -90px -244px;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.footer a {
	text-decoration: none;
	color: #FC3;
 }
 .footer a:hover { 
	color: #86FF31;
}
/*end footer section*/




@media(min-width: 601px) {
	.container {
		display:none;
	}
.head-container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
	min-width: 700px;
	margin-top: 0px;
	/*gradient*/
	background: #fdfeff; /* Old browsers */
background: -moz-linear-gradient(top, #fdfeff 0%, #e8f6fb 23%, #d6eff8 50%, #cbebf6 77%, #c8eaf5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfeff), color-stop(23%,#e8f6fb), color-stop(50%,#d6eff8), color-stop(77%,#cbebf6), color-stop(100%,#c8eaf5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fdfeff 0%,#e8f6fb 23%,#d6eff8 50%,#cbebf6 77%,#c8eaf5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fdfeff 0%,#e8f6fb 23%,#d6eff8 50%,#cbebf6 77%,#c8eaf5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fdfeff 0%,#e8f6fb 23%,#d6eff8 50%,#cbebf6 77%,#c8eaf5 100%); /* IE10+ */
background: linear-gradient(to bottom, #fdfeff 0%,#e8f6fb 23%,#d6eff8 50%,#cbebf6 77%,#c8eaf5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfeff', endColorstr='#c8eaf5',GradientType=0 ); /* IE6-9 */
}
header {
	padding-top: 0px;
	height: 103px;
	position: relative;
}
.big-logo a {
	background-image: url(../images/LogoBig.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	height: 103px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 460px;
	z-index: 100;
}
.portal {
	height: 89px;
	width: 266px;
	float: right;
	margin-top: 14px;
}
.signlog {
	height: 31px;
	width: 160px;
	float: right;
	color: #0071bc;
	position: relative;
	font-size: 16px;
}
.signlog a {
	color: #0071bc;
	text-decoration: none;
}
.signlog a:hover {
	color: #6966AD;
	text-decoration: none;
}
.Signup {
	height: 20px;
	width: 86px;
	float: left;
	margin-top: 6px;
}

.Login {
	height: 20px;
	/* [disabled]width: 86px; */
	float: left;
	margin-top: 6px;
}
.searchPanel {
	height: 58px;
	width: 266px;
	margin-left: 0px;
	clear: both;
}
.header-searchtext {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#header-search-panel {
	position: relative;
	top: 8px;
	width: 230px;
	height: 28px;
	margin: 0 auto;
	border: 1px solid #f3f4f4;
	
	background: #FFF;

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px 40px 40px 40px;
	
	-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
	-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
	-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
}
.header-form-image {
	position: absolute;
	right: 0px;
	height: 28px;
	width: 28px;
	border:none;
}

.header-searchtext {
	position: absolute;
	left: 10px;
	float: right;
	width: 180px;
	height: 28px;
	font-size: 16px;
	color: #666;
	outline: solid transparent;
}

aside, article, section, header, footer, {
	display: block;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
/*horizontal menu styles*/	
nav {
	background: #ffffb5;
	height: 2.4em;
}
.cf ul, .cf li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.cf ul {
	height: 2em;
	width: 100%;
	/*gradient*/
	background: #54b3fe; /* Old browsers */
	background: -moz-linear-gradient(top, #54b3fe 0%, #52b0fa 13%, #4088c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b3fe), color-stop(13%,#52b0fa), 	color-stop(100%,#4088c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54b3fe 0%,#52b0fa 13%,#4088c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54b3fe 0%,#52b0fa 13%,#4088c2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #54b3fe 0%,#52b0fa 13%,#4088c2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #54b3fe 0%,#52b0fa 13%,#4088c2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b3fe', endColorstr='#4088c2',GradientType=0 ); /* IE6-9 */
}
.cf ul li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: white;
	text-decoration: none;
}
.cf ul li a:hover {
	/*gradient Navbar Rollover vertical*/
background: #3e9cfd; /* Old browsers */
background: -moz-linear-gradient(top, #3e9cfd 0%, #3c94f1 25%, #3076c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9cfd), color-stop(25%,#3c94f1), color-stop(100%,#3076c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* IE10+ */
background: linear-gradient(to bottom, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9cfd', endColorstr='#3076c1',GradientType=0 ); /* IE6-9 */
	height: 2em;
	/* [disabled]padding-top: 0.3em; */
	position: relative;
	/* [disabled]top: -0.3em; */
	/* [disabled]border-radius: .3em .3em 0 0; */
	border-bottom-width: 0.4em;
	border-bottom-style: solid;
	border-bottom-color: #86FF31;
}

.current, a:hover.current  {
	color: #eee;
	/* [disabled]padding-top: 0.3em; */
	/* [disabled]border-radius: .3em .3em 0 0; */
	position: relative;
	top: 0em;
	cursor: default;
	/*gradient Navbar Rollover vertical*/
	background: #3e9cfd; /* Old browsers */
	background: -moz-linear-gradient(top, #3e9cfd 0%, #3c94f1 25%, #3076c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9cfd), color-stop(25%,#3c94f1), color-stop(100%,#3076c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9cfd', endColorstr='#3076c1',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 0.4em;
	border-bottom-style: solid;
	border-bottom-color: #86FF31;
	}
	/* menu dopdown top menu */
.dropdown {
	position:relative;
	/* [disabled]top: auto; */
	/* [disabled]bottom: 100%; */
	margin-bottom: 6px;
}
.dropdown .current {
	margin-bottom: -6px;
}
.dropItems {
	position:absolute;
		/* above change  */
	display: none;
}
 ul.dropItems {
	width: 200px; /* Set width of the dropdown */
	z-index: 999;
	left:0;
	height:auto;
	border-top-width: 0.4em;
	border-top-style: solid;
	border-top-color: #86FF31;
	-moz-box-shadow: 5px 5px 15px #666;
	-webkit-box-shadow: 5px 5px 15px #666;
	box-shadow: 5px 5px 15px #666;
}
ul.dropItems li {
	float:none;
}
ul.dropItems li a {
	width: auto;
	background: #3076c1; 
}
ul.dropItems li a:hover {
	/*gradient Navbar Rollover vertical*/
background: #3e9cfd; /* Old browsers */
	background: -moz-linear-gradient(top, #3e9cfd 0%, #3c94f1 25%, #3076c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9cfd), color-stop(25%,#3c94f1), color-stop(100%,#3076c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e9cfd 0%,#3c94f1 25%,#3076c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9cfd', endColorstr='#3076c1',GradientType=0 ); /* IE6-9 */
	/* [disabled]height: 2em; */
	/* [disabled]padding-top: 0.3em; */
	position: relative;
	/* [disabled]top: -0.3em; */
	/* [disabled]border-radius: .3em .3em 0 0; */
	border-bottom-width: 0em;
	border-bottom-style: none;
}

/* menu dopdown footer menu */
.dropdown-menu {
	position:relative;
	/* [disabled]top: auto; */
	/* [disabled]bottom: 100%; */
	margin-bottom: 0px;
}

.dropmenu {
	position:absolute;
		/* above change  */
	display: none;
}
ul.dropmenu {
	width: 180px; /* Set width of the dropdown */
	background-color: #75a7d9;
	z-index: 999;
	left:0;
	height:auto;
	margin:0;
	padding:0;
	border-top-width: 0.2em;
	border-top-style: solid;
	border-top-color: #86FF31;
	-moz-box-shadow: 5px 5px 15px #666;
	-webkit-box-shadow: 5px 5px 15px #666;
	box-shadow: 5px 5px 15px #666;
}
ul.dropmenu li {
	padding:5px;
	float:left;
	border:none;
}
ul.dropmenu li a {
	width: auto;
}
}

@media(max-width: 600px) {
	.head-container {
		display:none;
	}
.container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	/*gradient*/
	background: #e9ffff; /* Old browsers */
	background: -moz-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e9ffff), color-stop(60%, #d3f1f8), color-stop(100%, #c8eaf5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* IE10+ */
	background: linear-gradient(to right, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ffff', endColorstr='#c8eaf5', GradientType=1 ); /* IE6-9 */
}
.logo a {
	background-image: url(../images/mobil/Icons_Sprite.png);
	background-repeat: no-repeat;
	background-position: left -70px;
	height: 56px;
	width: 200px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.account {
	height: 56px;
	width: 60px;
	float: right;
	background-image: url(../images/mobil/Icons_Sprite.png);
	background-repeat: no-repeat;
	background-position: -65px 5px;
	cursor: pointer;
}
.search {
	float: right;
	height: 55px;
	width: 45px;
	background-image: url(../images/mobil/search_mobil_btn.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	cursor: pointer;
}
.menu {
	height: 56px;
	width: 60px;
	float: right;
	background-image: url(../images/mobil/Icons_Sprite.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	position: relative;
	cursor: pointer;
}
.head {
	/*gradient*/
	background: #e9ffff; /* Old browsers */
	background: -moz-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e9ffff), color-stop(60%, #d3f1f8), color-stop(100%, #c8eaf5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* IE10+ */
	background: linear-gradient(to right, #e9ffff 0%, #d3f1f8 60%, #c8eaf5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ffff', endColorstr='#c8eaf5', GradientType=1 ); /* IE6-9 */
}
.clear-fix {
	clear: both;
	line-height: 1px;
}
.nav {
	margin: 0px;
	display: none;
}

.navbar {
	padding: 0;
	background-color: #54b3fe;
	margin: 0;
	display: block;
	list-style-type: none;
}
ul.dropItems {
	padding: 0px;
}
.navbar li {
	text-decoration: none;
	list-style-type: none;
}
.navbar li a {
	display: block;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #cbff3e;
	text-decoration: none;
}
.navbar li a:hover {
	background-color: #3076c1;
}

.current{
	background-color: #3076c1;
	cursor: default;
}
.content {
	display: block;
	clear: both;
}
.portal {
	background-color: #b7e4fa;
}
.signlog {
	height: 31px;
	width: 230px;
	color: #0071bc;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}
.signlog a {
	color: #0071bc;
	text-decoration: none;
}
.signlog a:hover {
	color: #933f98;
	text-decoration: none;
}
.Signup {
	height: 20px;
	width: 125px;
	float: left;
	margin-top: 6px;
	text-align: right;
}

.Login {
	height: 20px;
	width: 80px;
	float: right;
	margin-top: 6px;
	text-align: right;
	padding-right: 15px;
}
/*Search Panel*/
.searchPanel {
	background-color: #b7e4fa;
	height: 46px;
	/* [disabled]width: 266px; */
	margin-left: auto;
	clear: both;
	margin-right: auto;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

form * {
	margin: 0;
	background: transparent;
}
#search-panel {
	position: relative;
	top: 8px;
	width: 230px;
	height: 28px;
	margin: 0 auto;
	border: 1px solid #f3f4f4;
	background: #FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px 40px 40px 40px;
	-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
	-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
	-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
}
.header-form-image {
	position: absolute;
	right: 0px;
	height: 28px;
	width: 28px;
	border:none;
}
#search-text {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
	float: right;
	width: 180px;
	height: 28px;
	font-size: 16px;
	color: #666;
	outline: solid transparent;
}
html {
	/* [disabled]background: #b7e4fa; */
}
/*End Search Panel*/
/*End header*/


	
/*footer section*/
.footer {
	font-size: 62%;
	}
	.nav-content{
	display: none;
}
	.left-content {
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	}
	.right-content {
	display: block;
	width: 190px;
	float: none;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	.disclaimer {
	padding-right: 0;
	width: 100%;
	}
	.copyright {
	width: 100%;
	padding-right: 0;
	}
	.rights {
	width: 100%;
	padding-right: 0;
	}
}
