#banner form     {
	margin : 20px 0 0 0;
    float : right;
    width : 40%;
}

#banner article, #banner label, #banner input, #loginform {
    color : white;
    padding : 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size : 12pt;
    letter-spacing : .2em;
    line-height: 1.4em;
}

#loginform p {
	margin : 0 0 10px 0;
}

#banner label   {
    display : block;
    color : white;
    padding: 0;
}

#banner input   {
    border: none !important;
    letter-spacing : .16em;
    padding : 2px !important;
}

#banner input[type=submit]  {
	display : block;
    margin-top : 2px;
    padding : 2px 10px 2px 10px !important;
}


#banner input    {
    margin-bottom : 10px;
    background-color : #b6d5ff;
    color : white;
}

#banner input[type=submit]    {
    background-color : #75afff;
}

#loginstatus    {
    color : red;
}

#main-content nav	{
	min-height : 400px;
	text-transform : uppercase;
	}

#main-content nav h2 {
	font-size : 1.2em;
	text-transform : uppercase;
	font-weight : bold !important;
}

#main-content nav	ul 	{
	margin-top : 10px;
}

#main-content nav li 	{
	width : 100%;
}

#main-content nav 	li a	{
	width : 100%;
	padding : 4px 0 4px 0;
	margin : 0;
}

#main-content nav 	li a:hover	{
}


#all-files	{
	margin : 0 0 0 5%;
}

#all-files    h3 {
    margin : 2% 0 2% 0;
    color : #011970;
    font-size : 1.2em;
}

section.content {
	padding : 0px;
}

div.one_file, div.one_file_container   {
    cursor : pointer;
    margin : 1% 1% 1% 1%;
    background-color : #b6d5ff;
    width : 97%;
    height : 40px;
    line-height: 40px;
    vertical-align: middle;
    color : #011970;
    font-weight : 500 !important;
    font-size : .75em;
    padding : .5%;
}

div.one_file .icon, div.one_file_container .icon  {
    float : left;
    width : 40px;
    height : 100%;
    background-color : #3877e4;
    
}

div.one_file .xcontent, div.one_file_container .xcontent   {
    margin-left : 50px;
    font-size : 2em;
    color : #06234c;
}

div.one_file header, div.one_file_container header   {  
}

div.one_file    img ,  div.one_file_container img    {
    height : 100%;
    width : auto;
}

div.in_folder   {
    width : 93%;
    margin-left : 5%;
}

span.indicator {
    height : 40px;
    display : block;
    width : 40px;
    float : right;
}

span.indicator.i-open {
    background : url(/resources/images/icon-arrow-down.png) no-repeat center center;
}

span.indicator.i-close {
    background : url(/resources/images/icon-arrow-up.png) no-repeat  center center;
}

h6 {
	display : none;
}


@media only screen and (min-width : 150px) and (max-width : 780px)
{
	
#banner {
	display : block;
	overflow : hidden;
	margin : 110px 0 0 0;
	height : auto;
	padding : 0;	
	
}

#bannercentre	{
	padding-top : 20px;
	width : 100%;
	margin : 0;
	height : auto;
}

#banner article {
    float : none;
    width : 100%;
    margin : 20px;
}

#banner article p {
	width : 90%;
}

#banner	article	div {
	margin : 0;
}

#banner form     {
	padding : 20px 0 20px 20px;
    float : none;
    width : 100%;
    margin : 0;
}

#lhs h2 	{
	display : none;
}

#lhs	{
	min-height : 0;
	height : auto;
}

.lhs {
	height : auto !important;
}
h1  {
    line-height : 1.6em !important;
}

h6 {
	display : block;
	color : white;
	width : 100%;
	font-size : 1.4em;
	background-color : #92bf1f;
	line-height : 1.6em;
}
}



