﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   /* background: #b6b7bc;*/
    background-color: #333;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color:Black; /* #696969 */
}

a
{
	outline:none;
}

a:link, a:visited
{
    background-color:transparent;
    border:none;
  /*  color:White; */
    color: darkgreen;
    outline: 0;
    -moz-outline: none;
    text-decoration: none;
}

a:hover
{
   /* color: #BBBBBB;
    text-decoration: none; */
    background-color:transparent;
  /*  color:White; */
  /*  font-weight:bold; */
    text-decoration:underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
/*    font-variant: small-caps; */
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: large;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

@media screen and (min-device-width: 1800px)
{
    .page
    {
      /*  max-width: 1300px; */
        width:90%;
        background-color: #fff;
        /*   margin: 20px auto 0px auto; */
        margin: 10px auto 10px auto;
        border: 1px solid #496077;
    }
    /*
    .contentDiv
    {
        height: 650px;
    }
    */
}

@media screen and (max-device-width: 1799px)
{
    .page
    {
        width:90%;
        /* max-width: 1100px;
         min-width:800px;
      width: 100%; */
        background-color: #fff;
     /*   margin: 20px auto 0px auto; */
        margin: 10px auto 10px auto;
        border: 1px solid #496077;
    }
    /*
    .contentDiv
    {
        height: 462px;
    }
    */
}

.header {
    position: relative;
    padding: 0px;
    width: 100%;
    /*   background-color: #0A6AB6; */
    margin: 0 auto;
    /*
    background: #0A6AB6;
    background: -webkit-linear-gradient(#2278bd  , #05355b);
    background:    -moz-linear-gradient(#2278bd  , #05355b);
    background:         linear-gradient(#2278bd  , #05355b);
*/
    /*
    background: #FF0000;
    background: -webkit-linear-gradient(#ff4d4d  , #8B0000);
    background:    -moz-linear-gradient(#ff4d4d  , #8B0000);
    background:         linear-gradient(#ff4d4d  , #8B0000);
        */
    /*
    background: #31a962;
    background: -webkit-linear-gradient(#c4eed5, #31a962);
    background: -moz-linear-gradient(#c4eed5, #31a962);
    background: linear-gradient(#c4eed5, #31a962);
    */
    background: #05355b;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: darkgreen; /* #f9f9f9; */
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.Topdivider
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color:#000000;
    height:260px;
    width:100%;
   border-top: 10px solid #E66000;
    
}
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 200px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    /* color: #ffffff; */
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    /*    background-color:#0A6AB6; */
    height: 78px;
    width: 100%;
    border-collapse: collapse;
    border-top: 10px solid #1A1A1A;
    /*
    background: #0A6AB6;
    background: -webkit-linear-gradient(#2278bd  , #05355b);
    background:    -moz-linear-gradient(#2278bd  , #05355b);
    background:         linear-gradient(#2278bd  , #05355b);
    */
    /*
    background: #FF0000;
    background: -webkit-linear-gradient(#ff4d4d  , #8B0000);
    background:    -moz-linear-gradient(#ff4d4d  , #8B0000);
    background:         linear-gradient(#ff4d4d  , #8B0000);
    */
    /*
    background: #31a962;
    background: -webkit-linear-gradient(#c4eed5, #31a962);
    background: -moz-linear-gradient(#c4eed5, #31a962);
    background: linear-gradient(#c4eed5, #31a962);
    */
    background: #05355b;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer a:hover {
    background-color: transparent; /* #bfcbd6; */
    /* color:White; */ /* #465c71; */
    /* text-decoration: none; */
    font-weight: normal;
    text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:transparent;  /* #3a4f63; */
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color:transparent;  /* #465c71; */
    border:none;  /* 1px #4e667d solid; */
    color:White;  /* #dde4ec; */
    outline: 0;
    -moz-outline: none;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color:transparent;  /* #bfcbd6; */
    color:White; /* #465c71; */
    text-decoration: none;
    font-weight:bold;
    text-decoration:underline;
}

div.menu ul li a:active
{
    background-color:transparent;  /* #465c71; */
    color:White;  /* #cfdbe6; */
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}


.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}

.loginDisplay a:link
{
    color: darkgreen;
    text-decoration:underline;
}

.loginDisplay a:visited
{
    color: darkgreen;
}

.loginDisplay a:hover
{
    color: white;
    font-weight:bold;
    text-decoration:underline;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


img[alt='Skip Navigation Links'] 
        {
            position:absolute;
            left:-10000px;
            top:auto;
            width:1px;
            height:1px;
            overflow:hidden;
        }

/*image rotator


#Testing
{	
	background-color:#000000;
	margin: 0 auto;
	height:350px;
	margin-bottom:10px;
	
}*/
#myslideshow{
border:8px solid #FFFFCC;
margin-left:100px;
}

#rotating-item-wrapper {
	position: relative;
	width: 9100%
	height: 260px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*end of image rotator*/

/*controling user pages panels*/

.LsidePanel
{
    float:left;
    background-color:#EDEDED;
    min-height: 200px;
    width:250px;
    margin-bottom:10px;
}
.LsidePanel a
{
    color:#696969;
}

.RsideooVooPanel
{
    width:630px;
    float:right;
    background-color:#ffffff;
    padding-left:20px;
    padding-bottom:10px;
}


.ooVooPanel
{
    width:400px;
    margin-top:50px;
    margin-bottom:50px;
    float:left;
    margin-left:100px;
    background-color:White;
    height:auto;
    min-height:200px;
    
}