﻿/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

a, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper {
	width: 100%;
	margin: 0px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

#banner_title{
	position: absolute;
    top: 0px;
    left: 0px;
	padding:10px;
	width:200px;
	height:50px;
	color:#FFFFFF;
/*	background-color:#003366;*/
	font-family: 'Roboto', sans-serif; 
	opacity:0.5;
	font-size:18px;
	z-index: 1;
}


.clear {
	clear:both;
}


.nivo_img { 
    width: 100%;
    display: inline-block;
    position: absolute;
}
.nivo_img img { 
    width: 100%;
}
.nivo_img p {
    position: absolute;
    top: 0px;
    left: 0px;
	padding:10px;
	width:200px;
	height:50px;
	color:#FFFFFF;
	background-color:#003366;
	font-family: 'Roboto', sans-serif; 
	opacity:0.5;
	font-size:18px;
	z-index: 1;
}
.nivo_img p span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 10px 10px;
    float: left;
}

/*

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: white;
}

.third-level-menu > li
{
    height: 30px;
}

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background-color: white;
}

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 200px;
    z-index: 9999;
    text-align:center;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
    width: 150px;
}

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu *//*
    display: inline;
}


/* Menu Link Styles *//*

.top-level-menu a /* Apply to all links inside the multi-level menu *//*
{
    font: bold 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 0 0 0 10px;

    /* Make the link cover the entire list item-container *//*
    display: block;
    line-height: 30px;
}
