﻿A:link {text-decoration: none; color: #0000FF;}

* {
  margin: 0 0 0 0px;
	padding: 0;
}

a {
  outline: none;
}

#wrapper {
  max-width: 1250px;
  min-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;

}

body 
{
	background:url(../Images/VO_Background.jpg) top center no-repeat #47503B;
 	background-attachment:fixed;
 	margin:0;
 	padding:0;

}

p{
  margin-top: 5px;
  margin-bottom: 5px;
  display:inline-block;
}

a.specialLink:link { color:#E2D52F;}
a.specialLink:visited { color:#E2D52F;}
a.specialLink:hover { color: #FFFFFF; }

.ImagePadding
{
  margin: 12px 5px 0 5px;
  height:48px;
  width:48px;
}

.ImagePadding:hover
{
  margin: 0 5px 5px 5px;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

.center_Alert
{
margin-left:auto;
margin-right:auto;
width:215px;
padding-top: 20px;
padding-bottom: 20px;
}

#amberAlerts{
	position: absolute;
	width: 215px;
	height: 50px;
	border-radius: 10px;
	border: 0px;
  margin-left:auto;
  margin-right:auto;
}

/* Header -----------------------------------------------------------------------------*/

#header{
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;  
	height: 120px;
	width:100%;
	position: relative;
	overflow:hidden;
  background-color: #FFFFFF;
 }
  
#header-content 
{
  margin-left:50%;
	width:49%;
 float:right;
	overflow: hidden;
	position: absolute; 
	bottom: 0; 
	height:60px;
  text-align: right;
}

#header-date
{
  margin-left:50%;
	width:49%;
	float:right;
	overflow: hidden;
	position: absolute; 
	top: 0; 
  text-align: right;
}

#TopFull{
	width:  70%;
    margin-top: 5px;
    float:right;
    background-color: #FFFFFF;
    text-align:center;
}

/* Footer -----------------------------------------------------------------------------*/
 
#footer
  {
    width: 100%;     
    height: 35px;
    background-color: #FFFFFF;
  }

/* Span for Rounding Corners of Container----------------------------------------------------------------*/

.round_span3 {
    background: #FFFFFF;
    display: block;
    line-height: 1px;
    overflow: hidden;
    height: 1px;
    margin: 0 3px;
}
 
.round_span2 {
    background: #FFFFFF;
    display: block;
    line-height: 1px;
    overflow: hidden;
    height: 1px;
    margin: 0 2px;
}
 
.round_span1 {
    background: #FFFFFF;
    display: block;
    line-height: 1px;
    overflow: hidden;
    height: 1px;
    margin: 0 1px;
}

.progressbar {
  width:300px;
  height:21px;
}
.progressbarlabel {
  width:300px;
  height:21px;
  position:absolute;
  text-align:center;
  font-size:small;
}