/* @group Structure (DIVs, etc.) */

body {
	font-family: "Myriad Pro", "Century Gothic", "Trebuchet MS", "Lucida Grande";
	margin: 0;
	background: #fff url(images/VE_Conc_wide_01033108.jpg) no-repeat fixed right bottom;
}

.overlay {
	background: none repeat-x 0 170px;
}

/* overlay is intended for a screen over the background */

.container {
	margin: auto auto -15px;
	border-top-style: none;
	width: 798px;
	border-bottom-color: #fff;
	border: 1px none #0d0082;
	border-left: 1px none #e6e6e6;
	background: url(images/50-Percent-Trans.png) repeat;
}

.header {
	
}

/*.navigation {
	margin: 0 0 0 -40px;
	display: block;
}*/

.content {
	border-left: 1px solid #e6e6e6;
	padding-bottom: 5px;
}

.left-column {
	
}

.right-column {
	
}

/* left-column and right-column = optional */

.footer {
	text-align: center;
	clear: both;
	border: 1px none #0d0082;
	border-bottom-style: none;
	color: #0d0082;
	border-right-style: none;
	border-left-style: none;
	margin: 20px 0;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
	
/* @end */

/* @group Paragraphs */

p {
	margin-left: 20px;
	margin-right: 20px;
}

.intro p {
	
}

.note {
	text-transform: uppercase;
	font-size: small;
	color: #666;
}
	
/* @end */

/* @group Links */

a, a:link, a:visited, a:active {
	color: #0d0082;
}

a:hover {
	
}
	
/* @end */

/* @group Headers */

h1 {
	margin: 0;
}

h2 {
	clear: both;
	text-align: center;
	color: #0d0082;
	border-bottom: 1px none #0d0082;
	padding-top: 10px;
}

h3 {
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 120%;
}

h4 {
	
}

h5 {
	
}
	
/* @end */

/* @group Images */

img {
	
}

img:a, img:a:link, img:a:visited, img:a:active {
	
}

img:a:hover {
	
}
	
/* @end */

/* @group Lists (incuding navigation) */

ul {
	
}

li {
	
}

/* @group Navigation */

/*.navigation ul {
	margin-bottom: 0;
	margin-right: 0;
	display: block;
	margin-left: -40px;
}

.navigation li {
	list-style-type: none;
	display: block;
	margin: 0;
}

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active {
	text-align: center;
	padding: 10px;
	float: left;
	border: 1px none #0d0082;
	text-decoration: none;
	color: #0d0082;
	width: 180px;
	display: block;
	font-weight: bold;
	background: url(images/Light-Tab.png) repeat-x 0 15px;
}

.navigation li a:hover {
	background: url(images/Light-Tab.png) repeat-x 0 5px;
	margin: 0;
	border-color: #1a00ff;
}*/

.navigation {
	list-style: none;
	margin: auto;
	padding: 0;
	
}

.navigation li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	text-align: center;
	padding: 0;
	width: 266px;
}

.navigation ul {
	margin: auto;
	display: block;
}

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active {
	padding: 10px;
	display: block;
	background: #007eff url(images/Blue-Tab.png) repeat-x;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}

.navigation li a:hover {
	background: #0d0082 url(images/Blue-Tab-Alt.png) repeat-x;
	text-decoration: underline;
}
	
/* @end */
	
/* @end */

.image-right, .image-left {
	clear: both;
	border: 3px double #ccc;
	background-color: #fff;
	border: 1px solid #999;
	margin: 10px;
	padding: 4px;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.image-caption {
	font-weight: bold;
	color: #0d0082;
}

table {
	
}

td {
	vertical-align: top;
}

.image-grid {
	padding-bottom: 50px;
}

h1 a img, td a img {
	border-style: none;
	text-decoration: none;
}
