/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

/*---------Header Styles---------*/

#header {
	width: 1234px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(//www.uen.org/images/header/uen.png);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 9px;
	background-position: left center;
}

.title {
	font-family: 'TeXGyreAdventorRegular';
	font-size: 22px;
	color: #6D28AA;
	letter-spacing: 1px;
	}
	
a:hover.title {
	color: #6D28AA;	
}
	
#logo-mark {
	position: absolute;
	top: 19px;
	left: 51px;
}

#logo:hover #logo-mark {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#search {
	position:absolute;
	right:5px;
	top:15px;
	width:300px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.gsc-search-button {
	color: #6689cc !important;
	text-shadow: 1px 1px 1px #E0E0E0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	width: 65px !important; 
}

.gsc-clear-button {
	padding-left: 10px !important;	
}

.gsc-input {
	margin-right: 10px !important;
	background-image: none!important;
}

.gsc-branding {
	display: none!important;	
}

.search-az {
		position: absolute;
		top: 0;
		right: 23px;
		background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		padding: 0 10px;
		margin-bottom: 20px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-box-shadow: 3px 0 3px rgba(168, 168, 168, 1);
	-moz-box-shadow: 3px 0 3px rgba(168, 168, 168, 1);
	box-shadow: 3px 0 3px rgba(168, 168, 168, 1);
		border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	}

	.search-az a {
		color: #6D28AA;	
	}
	
	.search-az:hover {
		background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */	
	}
	
/*---------Menu Styles---------*/

#menu-bar {
	width: 100%;
	height: 43px;
	margin: 0 0 10px 0;
	background: #d7bbf6; /* Old browsers */

background: -moz-linear-gradient(top,  #d7bbf6 0%, #6D28AA 59%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7bbf6), color-stop(59%,#6D28AA)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #d7bbf6 0%,#6D28AA 59%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #d7bbf6 0%,#6D28AA 59%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #d7bbf6 0%,#6D28AA 59%); /* IE10+ */

background: linear-gradient(to bottom,  #d7bbf6 0%,#6D28AA 59%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7bbf6', endColorstr='#6D28AA',GradientType=0 ); /* IE6-9 */


	/* Borders */
	-webkit-box-shadow: 0 8px 10px rgba(50, 50, 50, 0.63);
-moz-box-shadow:    0 8px 10px rgba(50, 50, 50, 0.63);
box-shadow:         0 8px 10px rgba(50, 50, 50, 0.63);
	}
	
	
#menu {
	list-style: none;
	width: 1212px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index: 100;
	
	}

.k12 #k12, .higher #higher, .general #general, .profdev #profdev, .tv #tv, .distance #distance, .network #network, .about #about {
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d7bbf6;	
}

.mobile {
	display: none; /* This is for the mobile menu, this keeps it hidden in the bigger versions */
}

#menu ul {
	margin: 0;
	padding: 0;	
}
#menu li {
	float:left;
	display:block;
	text-align: center;
	padding: 4px 9px; /* 4px 11px 4px 11px; Ellen changeded on Aug 6*/
	margin-left: 4px;
	margin-right:4px;
	margin-top:7px;
	border:none;	
}

#menu li:hover {
	/* Background color and gradients */
	background: #FFFFFF;
		/* Rounded corners */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;	
}

#menu li a {
   	font-family: 'TeXGyreAdventorBold';
	font-size: 14px;
	color: #EEEEEE;
	/*display: block;*/
	outline: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	font-weight: normal;
	text-transform: uppercase;
	
}
/*Ellen added on Aug 6*/
.lower {
	text-transform:none;
}

#menu li:hover a {
	color:#6D28AA;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#menu .dropdown_full {
	width: 1200px;
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px;
	border:1px solid #BBBBBB;
	border-top:none;
	/* Gradient background */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Box Shadow */
	-webkit-box-shadow: 6px 6px 6px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    6px 6px 6px rgba(50, 50, 50, 0.43);
	box-shadow:         6px 6px 6px rgba(50, 50, 50, 0.43);
}

#menu li:hover .dropdown_full {
	left:-10px;
	top: auto;
	overflow: hidden;	
}

/* delay */
#menu li, #menu li a, #menu .dropdown_full{
/*transition*/
-webkit-transition:all 0s ease;
   -moz-transition:all 0s ease;
     -o-transition:all 0s ease;
        transition:all 0s ease;
}
#menu li:hover, #menu li:hover a, #menu li:hover .dropdown_full{
/*transition-delay*/
-webkit-transition-delay:.25s;
   -moz-transition-delay:.25s;
     -o-transition-delay:.25s;
        transition-delay:.25s;
}
/* end of delay */

.padding { /* This adds padding to the menu links when needed */
	padding-left: 3px;	
	padding-right: 3px;	
}

.dropdown_full .img_middle, #footer .img_middle {
	margin: 0;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_no
 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 400px;
	margin-bottom: -400px;
	border-left-style: solid;
	border-left-color: #C5C5C5;
	border-left-width: 1px;
	padding-left: 20px;
	}

.col_1:first-child,
.col_2:first-child,
.col_3:first-child,
.col_4:first-child,
.col_no:first-child {
	border: none;
}

.col_1 {width:269px;}
.col_2 {width:317px;}
.col_3 {width:875px;}
.col_4 {width:1098px;}

.imgtext {
	width: 210px;
	color: #333;
}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6689cc;
	letter-spacing: normal;
	font-weight: bold;
	text-shadow: none;
	text-transform: none;
	-webkit-transition: padding .5s linear;
	-moz-transition: padding .5s linear;
	-ms-transition: padding .5s linear;
	-o-transition: padding .5s linear;
	transition: padding .5s linear;
}

#menu li:hover div a:hover {
	color:#004BBC;
}

#menu li ul {
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0 0 12px 0;
	}
#menu li ul li {
	line-height:24px;
	position:relative;
	padding: 2px;
	margin:0;
	float:none;
	text-align:left;
	list-style-type: none;
	list-style-image: none;
	}

#menu li ul li:hover {
	padding: 2px;
	border: 0;
 	background: none;
}

#menu li ul li a:hover {
	padding-left: 10px;
	}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:10px 0 10px 0;
	padding:4px 6px;
	width:170px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover, #menu .more:hover{
	background:#FFFFFF;
	border:1px solid #aaaaaa;
	margin:10px 0 10px 0;
	padding:4px 6px;
}
#menu li .greybox li a:hover, .more {
	padding-left:0;
}

#menu .more {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 4px 6px;
}

#menu li ul.instructors {
	pading: 0;
	overflow: hidden;
	margin: 0;
}

#menu li ul.instructors li {
	margin: 0 5px 0;
	padding: 4px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	float: left;
}

#menu li ul.instructors li.last {
	margin-right: 0;
}

#menu li ul.instructors img {
	display: block;
	margin: 0 0 3px;
}

#menu li ul.instructors a:hover {
	padding-left: 0;
}

#menu .contact_col {
	padding: 5px;
	width: 145px;
	margin-right: 5px;
	float: left;
	}
	
/*---------Footer---------*/

#footer {
	width: 1170px; /* 1170px is normal width when all icons are present */
	margin: 10px auto 25px auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.6);
	position: relative;
}

.top {
	position: absolute;
	right: -25px;
	top: 5px;
}

#footer ul {
	width: 1170px; /* 1170px is normal width when all icons are present */
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

#footer li {
	display: block;
	float: left;
	width: 85px;
	position: relative;
	text-align: center;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

.close {
	position: absolute;
	right: 5px;
	top: 5px;	
}
.footer-msg
 {	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	width: 350px;
	}
#footer #field_result {
	text-align:center;
	font-weight: bold;
	color: #FF0004;
}

#footer a {
	color: #6D28AA;
	font-weight: 400;
	font-family: 'TeXGyreAdventorBold';	
}

#footer img {
	z-index: 50;
	position: relative;
	margin-bottom: -10px;

}

#footer img:hover {
	transform:scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
	-moz-transform:scale(1.1); /* Firefox */
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-o-transform:scale(1.1); /* Opera */
}

#contact .contact, #myuen .myuen {
position: absolute;
display: none;
bottom: 85px;
z-index: 100;
background-color: #FFFFFF;
border: 1px solid #777777;
	padding: 9px;
	
	/* Gradient background */
	background: rgb(255,255,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
		/* Rounded corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#contact .contact {
	right: 25px;
	text-align: left;
}

.col {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	border-left-style: solid;
	border-left-color: #C5C5C5;
	border-left-width: 1px;
	padding-left: 20px; 
}

.col:first-child {
	border: none;
}

#myuen .myuen {
	left: 25px;
	text-align: left;
}

.contact a, .myuen a {
	color: #6689cc !important;
	font-weight: bold;
	text-decoration: none;
	font-family:Helvetica, Arial, sans-serif !important;	
}

.contact a:hover, .myuen a:hover {
	color:#004BBC !important;	
}

#contact:hover .contact, #myuen:hover .myuen {
	display: block;	
}

#myuen:hover .myuen {
	width: 250px;	
}
#contact:hover .contact{
	width: 700px;
	overflow: hidden;	
}


.myuen input[type="text"], .myuen input[type="password"]{
	width: 155px;
}

.contact input[type="text"], .contact input[type="password"], textarea {
	width: 250px;	
}


#footer label {
	float:left;
	width:80px;
	}
	
#footer input {
	padding: 3px;	
}

#recaptcha-box-footer {
	position: relative;	
}

#recaptcha-box-footer input {
	width: 75px;	
}

#recaptcha-box-footer #protectwebform_image {
	width: 20%;
	margin-right:5px;	
}
	
#recaptcha-box-footer img:hover{
	transform:none;
	-ms-transform:none; /* IE 9 */
	-moz-transform:none; /* Firefox */
	-webkit-transform:none; /* Safari and Chrome */
	-o-transform:none; /* Opera */
}

#recaptcha-box-footer #protectwebform_reload_block {
	position: absolute;
	top: 0;
	right: 80px;	
}

#recaptcha-box-footer #protectwebform_link_audio {
	position: absolute;
	top: 0;
	right: 55px;	
}




/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
/*---------Header Styles---------*/

#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;	
}

.title {
	font-size: 20px;}
	
/*---------Menu Styles---------*/

#menu {
	width: 950px;
		}
		
#menu .dropdown_full {
	width: 943px;
	margin-left: 5px;
}

#menu li {
	padding: 4px; /*4px 6px 4px 5px;*/
	margin-left: 1px; /*0*/
	}

#menu li a {
	font-size: 12px;
	letter-spacing: normal;
}
#menu li:hover div a {
	font-size: 12px;
	font-weight: bold;
}

#menu .imgshadow { /* Better style on light background */
	width: 175px;
	margin-left: 10px;
}

.col_1 {width:211px;}
.col_2 {width:256px;}

.col_1,
.col_2,
.col_no
 {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	}
	
#menu li .greybox li {
	width: 160px;
}
#menu li .greybox img {
	width: 28px;
	height: 28px;
}
#menu li ul.instructors img {
	height: 40px;
	width: 40px;
}

#menu .contact_col {
	padding: 5px;
	width: 115px;
	margin-right: 5px;
	}

.more img {
	height: 20px;
	width: 20px;	
}

/*---------Footer---------*/

#footer {
	width: 950px;	/* 950px is normal width when all icons are present */
}

.top {
	right: -5px;
}

#footer ul {
	width: 950px;	/* 950px is normal width when all icons are present */
	margin-left:-5px;
}

#footer li {
	width: 70px;
	padding-right: 7px;
	padding-left: 7px;
}

.footer-img {
	width: 55px;	
}

#contact .contact, #myuen .myuen {
bottom: 75px;
}

#myuen:hover .myuen {
	width: 250px;	
}
#contact:hover .contact{
	width: 700px;
	overflow: hidden;	
}


}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
/*---------Header Styles---------*/

#header {
	width: 768px;	
	margin-right: auto;
	margin-left: auto;	
}
.title {
	font-size: 18px;}

/*---------Menu Styles---------*/

#menu {
	width: 768px;
		}
#menu li {
	padding: 3px 2px; 
	margin-left: 1px; 
	}

#menu li:last-child {
	padding-right: 0;	
}

#menu li a {
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 #666;
}
#menu li:hover div a {
	font-size: 11px;
	font-weight: bold;
}

#menu .dropdown_full {
	width: 750px;
	margin-top: -1px;
	margin-left: 11px;
}

#menu li:first-child .dropdown_full {
	border-left: none;	
}


.col_1 {width:173px;}
.col_2 {width:183px;}

.col_1,
.col_2,
.col_no
 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 5px;
	}
	
#menu li .greybox li {
	width: 150px
}
#menu li .greybox img {
	width: 24px;
	height: 24px;
}
#menu li ul.instructors img {
	height: 29px;
	width: 29px;
}

.more img {
	height: 18px;
	width: 18px;	
}

#menu .imgshadow { /* Better style on light background */
	width: 145px;
	margin-left: 5px;
}
.imgtext {
	width: 170px;
	font-size: 11px;	
}

.padding { /* This adds padding to the menu links when needed */
	padding-top: 2px;
}

/*---------Footer---------*/

#footer {
	width: 768px;	/* 768px is normal width when all icons are present */
}

.top {
	right: -2px;
}

#footer ul {
	width: 768px; /* 768px is normal width when all icons are present */
	padding-left: 0;
}

#footer li {
	width: 70px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0 5px;
}

#footer a {
	font-size: 11px;	
}

.footer-img {
	width: 45px;	
}

#contact .contact, #myuen .myuen {
bottom: 60px;
}

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {
	
/*---------Header Styles---------*/

#header {
	width: 320px;
	height: 60px;
	padding-top: 0;
	background-image: url(//www.uen.org/images/header/uen-mobile.png);
	background-position: left 10px;
}

.title {
	font-size: 13px;
	position: absolute;
	left: -60px;
	top: 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
	}

#logo-mark {
	display: none;
}

#search {
	right:2px;
	top:33px;
	width:235px;
	margin-top: 35px;
}

.gsc-search-button {
	display: none;
	/*font-size: 8px !important;
	letter-spacing: 1px;
	width: 55px !important; */
}

.gsc-clear-button {
	padding-left: 3px !important;	
}

.gsc-input {
	margin-right: 0 !important;
}

.search-az {
		display: none;
		/*right: 5px;
		padding: 0 5px 0 5px;
		margin-bottom: 20px;*/
		}

/*---------Menu Styles---------*/

#menu {
	width: 320px;	
	}
	
.mobile {
	display: block;
}

.menu-hidden {
	display: none;
}

.menu-unhidden {
	display: block;	
}

#menu li {
	text-align: left;
	width: 94%;
		padding: 10px 10px;
		margin: 0;
		background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#menu li a {
	color: #6689cc;
	text-shadow: none;
}

#menu li:hover {
	/* Background color and gradients */
	background: #FFFFFF;
		/* Rounded corners */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;	
}

	
	
#menu .dropdown_full {
	display: none;	
}

.k12 #k12, .higher #higher, .general #general, .profdev #profdev, .tv #tv, .distance #distance, .network #network, .about #about {
	color: #6689cc;
	border: none;
}
.padding {
	padding-left: 0;
	padding-right: 0;	
}

/*---------Footer---------*/

#footer {
	width: 316px; 
	margin: 5px auto 15px auto;
}

.top {
	right: -1px;
}


#footer ul {
	width: 315px;
	padding-left: 0;
}

#footer li {
	width: 48px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0 4px;
}

.footer-text {
	text-indent: -9999px;	
}

.footer-img {
	width: 45px;	
}
.footer-msg
 {	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	width: 275px;
	}

#myuen .myuen {
bottom: 65px;
}

#contact .contact {
	right: 0;
	text-align: left;
	bottom: 55px;
}

#contact-left {
	display: none;	
}

#contact:hover .contact{
	width: 280px;
}

.contact input[type="text"], .contact input[type="password"], textarea {
	width: 270px;	
}
.col {
	padding-left: 0;
	border: none; 
}

}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/*---------Header Styles---------*/

#header {
	width: 480px;
	height: 70px;
}

.title {
	font-size: 22px;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
	}

#logo-mark {
	top: 19px;
	}

#search {
	top:68px;
	width:330px;
}

.gsc-search-button {
	 display: none;
}

.search-az {
	right: 0;
}

/*---------Menu Styles---------*/

#menu {
	width: 480px;	
	}
	
.mobile {
	display: block;
	margin-left: 40px;
}

.menu-hidden {
	display: none;
}

.menu-unhidden {
	display: block;	
}

#menu li {
	text-align: left;
	width: 100%;
		padding: 10px 10px;
		margin: 0;
		background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#menu li a {
	color: #6689cc;
	text-shadow: none;
}
	
	
#menu .dropdown_full {
	display: none;	
}

.k12 #k12, .higher #higher, .general #general, .profdev #profdev, .tv #tv, .distance #distance, .network #network, .about #about {
	color: #6689cc;
	border: none;
}
.padding {
	padding-left: 0;
	padding-right: 0;	
}

/*---------Footer---------*/

#footer {
	width: 480px;
	margin: 5px auto 15px auto;
}

.top {
	right: -2px;
}

#footer ul {
	width: 480px;
	padding-left: 0;
}

#footer li {
	width: 73px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 5px;
}

.footer-text {
	text-indent: -9999px;	
}

.footer-img {
	width: 55px;	
}

.footer-msg
 {	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	width: 425px;
	}

#contact .contact, #myuen .myuen {
bottom: 75px;
}

#contact .contact {
	right: 5px;
	text-align: left;
}

#contact-left {
	display: none;	
}

#contact:hover .contact{
	width: 460px;
}

.contact input[type="text"], .contact input[type="password"], textarea {
	width: 425px;	
}
.col {
	padding-left: 0;
	border: none; 
}
}
