/* meyer-reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html,
body {
  line-height: 1; }
  
html { height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
 
body {
	height: 100%;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:95%;
	text-align:center;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}
.mainContainer {
	width: 100%;
	min-height: 100%;
	position:relative;
	text-align:left;
}

header {
	background-image:url(/public/images/vtc_top_header_gradient.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: 80px;
	display:block;
	
}

.headerImage {
	float: left;
	margin-left:10%;
	margin-top: 15px;
}

nav {
	background-color: #fabf46;
	width: 100%;
	/*height: 20px;*/
	margin-top: 3px;
	padding: 5px 0 5px 0;
	display:block;
}

.headerLinks {
	margin: 0 10% 0 10%;
	font-size: .95em;
	font-weight: bold;
	text-align: right;
	padding: .25em 0;
}

.headerLinks ul li {
	display: inline;
    margin: 0 0;
	/*padding: 0 1.25em 0 1em;*/
}

.headerLinks ul li a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	-webkit-transition: all 500ms; -moz-transition: all 500ms; transition: all 500ms;
	padding: .45em 1.25em .45em 1em;
}

.headerLinks ul li a:hover {
	background-color: #1772ab;
}

section {
	width:100%;
	padding-bottom: 25px;
}

#login, #errorPage, #home, #contentModules {
	margin: 0 auto;
	width: 80%;
	text-align:left;
}

h1 {
	font-size:150%;
}

h2 {
	font-size:130%;
	font-weight:bold;
	margin: 1em 0 1em 0;
}

table {
	width: 100%;
	font-size: 90%;
}

th {
	font-weight:bold;
}

td {
	padding: 1em 0 1em 0;
}

p {
	margin: .5em 0 .5em 0;
	}

input[type=text], input[type=password], select {
	border:0; 
	padding:5px; 
	border:solid 1px #ccc; 
	margin:10px 0 20px; 
	width:20em;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	/*-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);*/
}

input[type=submit], button, a#buttonLink {
	transition-property: background-color, color;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	background: #fabf46;
	font-weight: bold;
	color: #05539e;
	padding: 5px;
}

input[type=submit]:hover, button:hover, a#buttonLink:hover {
	transition-property: background-color, color;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	background-color:#05539e;
	color:#fabf46;
}

button a, a#buttonLink {
	text-decoration: none;
	color: #05539e;
}

button a:hover {
	text-decoration: none;
	color:#fabf46;
}

label {
	font-weight:bold;
}

label.newContent {
	width: 20em;
}

.loginFailMessage {
	font-weight:bold;
	color: #ff0000;
	margin-bottom: 1em;
}

footer {
	width: 100%;
	background: #05539e;
	height: 20px;
	margin-top:-25px;
	border-top: 5px solid #f4c14b;
	display:block;
	/*position:absolute;
	bottom:0;
	left:0;*/
}

footer p { margin: 0; }

.footerTextGovernor {
	color: #ffffff;
	float:right;
	text-align: right;
	margin-right: 10%;
}

.footerTextURL {
	color: #ffffff;
	float:left;
	text-align: left;
	margin-left: 10%;
}
	