﻿/* Reset
------------------------------------------------------------ */
* { margin: 0; 
    padding: 0; }
html { 
    overflow-y: scroll;}
body { 
    background:#ffffff; 
    font-size: 13px; 
    color: #666666; 
    font-family: Calibri, Arial, helvetica, sans-serif;}
ol, ul { 
    list-style: none; 
    margin: 0;}
ul li { 
    margin: 0; 
    padding: 0;}
h1 { 
    margin-bottom: 10px; 
    color: #111111;}	
a, img { 
    outline: none; 
    border:none; 
    font-weight: bold; 
    text-transform: capitalize;}
p { 
    margin: 0 0 10px; 
    line-height: 1.4em; 
    font-size: 1.2em;}
img { 
    display: block; 
    margin-bottom: 10px;}
aside { 
    font-style: italic; 
    font-size: 0.9em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
.head-shim
{
    background: #007AF4;
    height: 5px;
} 
.head-nav{
    background: #303549;
    height: 40px;
}
header nav ul li a
{
    color:white;
    margin-right: 5px;
    font-size: 14px;
}

#preload
{
    visibility:hidden;
    display:none;
}

/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
} 

#main {
	width: 60%;
	margin-right: 5%;
	float: left;
}		
		
aside {
	width: 35%;
	float: right;
}

/* Logo H1 */
header h1 {
	height: 70px;
	width: 160px;
	float: left;
	display: block;
	background: url(../media/logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}
		
/* Nav */
header nav {
	float: right;
	margin-top: -25px; 
}
	
header nav li {
	display: inline;
	margin-left: 15px;
    color:#000;
}

#skipTo {
	display: none;
	}
#skipTo li {
    background: #b1fffc;
}

/* Banner */			
#banner {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

#banner img {
	width: 100%;
}

#main, aside
{
    margin-top:-45px;
    position: relative;
}

/*rotator style*/
.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 4px;
}
.captionOrange
{
    /*background: #EB5100;
    background-color: rgba(0, 83, 206, 0.6); /*background-color: rgba(235, 81, 0, 0.6);*/*/
}
.captionBlack
{
    font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
    background: url(../img/browser-icons.png);
}

#img_container
{
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 920px; 
    height: 614px;
    overflow: hidden;
}
#img_loader
{
    position: absolute; 
    top: 0px; 
    left: 0px;
}
#loading_filter
{
    filter: alpha(opacity=70); 
    opacity:0.7; 
    position: absolute; 
    display: block;
    background-color: #000; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height:100%;}
#loading_img
{
    position: absolute; 
    display: block; 
    background: url(../media/loading.gif) no-repeat center center;
    top: 0px; 
    left: 0px;
    width: 100%;
    height:100%;
}

/* Media Queries */
@media screen and (max-width: 480px) {
#skipTo {
	display: block;
}
	
header nav, #main, aside {
	float: left;
	clear: left;
	margin: 0 0 10px; 
	width: 100%;}	
header nav li {
	margin: 0;
	background: #efefef;
	display: block;
	margin-bottom: 3px;}
header nav a {
	display: block;
	padding: 10px;
	text-align: center;}			
.head-shim{
    height: 2px;} 
.head-nav{
    height: 15px;}
header nav ul li a{
    color: black;}
.captionOrange{
    font-size: 90px;}
}


