@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700);
body{
	background-color: #10284C;
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333;
	font-size:15px;
	font-family:'Source Sans Pro', arial, sans-serif;
	line-height:18px;
}
a:hover,a:active,a:focus{outline:none;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}

h1 {
	line-height:30px;
	font-size: 30px;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1280px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1280px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -640px;   /* 50% */
  }
}

#page {
    position: relative;
	width: 957px; /* was 940 */
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px 15px 15px 15px;
	padding: 0.5%;
	padding-top: 0px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#header {
	width: 100%;
	height: 30px;
	background-color: #444444;
	color:#888;
	margin-right: auto;
	margin-left: auto;
}
#MenuItem {
    float:left;
	width:33%;
}
#title {
	width: 96%;
	height: 40px;
	background-color: #E5E5E5;
	color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-style: italic;
}

#top {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	line-height:28px;
	font-weight: bold;
	text-align: right;
	height: 87px;
	background-image: url(../images/top.png);
	font-size: 28px;
	color: #000000;
}
#top a {
	font-size:13px;
	font-family:'Source Sans Pro', arial, sans-serif;
}
#middle {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	color:#000000;
	background-color: #E5E5E5;
	background-image: url(../images/road-grader.png);
	background-repeat:no-repeat;
	background-position: 640px 0px;
	width: 96%;
}
#middlesideright {
	background-color:#D5D5D5;
	background-repeat:no-repeat;
	border-radius: 15px 15px 15px 15px;
	float:right;
	width:32%;
	padding:20px;
	margin-right: auto;
	margin-left: auto;
}
#middlecontent {
	width: 65%;
}
#middlecontent h2 {
	font-size:22px;
	line-height:25px;
	text-shadow:0px 1px 0px #000;
	color:#C65;
}
#middlecontent form {
	background-color: #FFF;
	padding:15px;
}
#middlecontent form label {
	display:block;
	width: 125px;
	float:left;
}
#footer {
	font-size:15px;
	line-height:20px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	text-shadow:0px 1px 0px #000;
	background-color: #222222;
	color:#888;
	height: 50px;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
}
.menubarWrapper {
	background:url(../images/menu_hover.jpg);
	background-color: #444444;
	float: left;
	width: 100%;
}
#menu
{
padding:0;
margin:0;
color:#fff;
font-size:12px;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
text-align:center;
white-space:nowrap;
list-style-type:none;
}
#menu li {
display:inline;
}
#menu li a
{
background:url(../images/menu_hover.jpg) no-repeat;
display:block;
height:36px;
line-height:36px;
width:105px;
color:#fff;
text-decoration:none;
float:left;
}
#menu li a:hover
{
background:url(../images/menu_normal.jpg) no-repeat;
}
a#down
{
background:url(../images/menu_down.jpg) no-repeat;
display:block;
height:36px;
line-height:36px;
width:105px;
color:#fff;
text-decoration:none;
float:left;
}
.blog_author {
color:#666666;
}
.commentBody {
	float:left;
	padding: 8px;
}
.commentIcon {
	float:left;
	padding: 8px;
}
.commentUser {
	color:#080;
	font-size:20px;
	line-height:20px;
}
.commentDate {
	font-size:12px;
	width:100%;
	color:#666666;
}
.required {
	color:#FF0000;
	font-size:20px;
}
.fineprint {
	font-size:11px;
	text-align:center;
}
.content-title {
	background-image: url(../images/title-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding-left: 20px;
	font-style: italic;
}
.oldH2 {
	font-size: 14px;
	line-height:14px;
	text-shadow:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d31820;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #000099;
  border: none;
  border-radius: 5px;
  box-shadow: 0 6px #777;
}

.button:hover {background-color: #0000ff}

.button:active {
  background-color: #0000ff;
  box-shadow: 0 3px #555;
  transform: translateY(3px);
}
.calltoaction {
	border-color:#0033FF;
	border-width:10px;
	border-style: solid;
	box-shadow: 6px 6px 5px grey;
	border-radius: 15px 15px 15px 15px;
	padding:15px;
}
.callHeader {
	background-color:#0033FF;
	color:#FFFFFF;
	border-radius: 15px 15px 0px 0px;
	padding:15px;
	font-size:24px;
	font-weight:bold;
}
.callnone {
	display:none;
}
.callLabel {
  float:left; 
  display:block; 
  width:15%; 
  color:#0000FF; 
  font-size:14px; 
  font-weight:bold;
}
.callField {
  float:left; 
  width:70%;
  color:#0066FF; 
  font-size:14px; 
}
.callRight {
  float:right;
  color:#FF0000; 
  font-size:14px; 
}
.callLeft {
  float:left;
}
.callRed {color: #FF0000}

#tableYellow thead, #tableGreen thead, #tableGray thead, #tableLightBlue thead, #table1 thead {
    background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}
#tableYellow thead a, #tableGreen thead a, #tableGray thead a, #tableLightBlue thead a, #table1 thead a { text-decoration:none;color:#FFFFFF; }
#tableYellow tbody a, #tableGreen tbody a, #tableGray tbody a, #tableLightBlue tbody a, #table1 tbody a { text-decoration:none;color:#000000; }

#table1 tbody tr:nth-child(odd) { background-color:#A8BDCA; } 
#table1 tbody tr:nth-child(even) { background-color:#BACFDC; }
#table1 tbody tr:hover { background-color:#ffffaa; } 

#tableYellow tbody tr:nth-child(odd) { background-color:#DDB659; } 
#tableYellow tbody tr:nth-child(even) { background-color:#E8CC8C; }
#tableYellow tbody tr:hover { background-color:#ffffaa; }

#tableGreen tbody tr:nth-child(odd) { background-color:#C1E1D0; } 
#tableGreen tbody tr:nth-child(even) { background-color:#DFFFDF; }
#tableGreen tbody tr:hover { background-color:#ffffaa; }

#tableGray tbody tr:nth-child(odd) { background-color:#999999; } 
#tableGray tbody tr:nth-child(even) { background-color:#AAAAAA; }
#tableGray tbody tr:hover { background-color:#ffffaa; }

#tableLightBlue tbody tr:nth-child(odd) { background-color:#A8BDCA; } 
#tableLightBlue tbody tr:nth-child(even) { background-color:#BACFDC; }
#tableLightBlue tbody tr:hover { background-color:#ffffaa; } 
