@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
@font-face {
    font-family: ayu; /*a name to be used later*/
    src: url('fonts/bankgthl.ttf'); /*URL to font*/
}
a {
	color: #00467f;
	text-decoration:none;
}
a:visited {
	color: #00467f;
	text-decoration:none;
}
ul {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#OnTheBoards {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#CompletedProjects {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#AboutUs {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#ContactUs {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#bluebox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PgTitle {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#OnTheBoards {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	font-family: ayu, sans-serif;
	font-size: 10px;
	color: #00467f;
}
#CompletedProjects {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	font-family: ayu, sans-serif;
	font-size: 10px;
	color: #00467f;
}
#AboutUs {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	font-family: ayu, sans-serif;
	font-size: 10px;
	color: #00467f;
}
#ContactUs {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	font-family: ayu, sans-serif;
	font-size: 10px;
	color: #00467f;
}
#bluebox {
	clear: both;
	float: left;
	/* [disabled]margin-left: 5%; */
	width: 100%;
	display: block;
	/* [disabled]margin-top: 15%; */
}
#PgTitle {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
* {
	box-sizing: border-box;
	margin: 0;
}
html, body {
	height: 100%;
	

}
#footer {
	clear: both;
	height:30px;
	position:absolute;
	z-index:996;
	padding-left: 487px;
	width: 100%;
	top: 648px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #00467f;
	font-family: ayu, sans-serif;
	font-size: 12px;
}
.footer .push {
	height: 30px;
}
#footerindex {
	clear: both;
	height:30px;
	position:absolute;
	padding-left: 401px;
	width: 100%;
	top: 648px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #00467f;
	font-family: ayu, sans-serif;
	font-size: 12px;
}
body {
	min-width: 1200px;
	background-color: #c5c5c5;
}
#backdrop {
	width: 1200px;
	position: fixed;
	height:100%;
	margin:auto;
	background-color: #fff;
	left:0;
	right:0;
	z-index: -100;
}
.wrapper {
	min-height: 90%;
	margin-bottom: 20px; /* the bottom margin is the negative value of the footer's height */
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	position: relative;

}
#footerwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0px;
	padding-right: 0%;
	margin: auto;
	display: block;
	background: rgba(255,255,255,.8);
	padding-bottom: 10px;
	z-index: 9999;
	position: absolute;
	width: 1200px;

}
#bkgrndindex {
	position: absolute;
	z-index: 1;
	clear: both;
	float: left;
	top: 0;
	bottom: 0;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 5%;
	width: 30%;
	display: block;
	margin-top: 15px;
}
#Nav {
	clear: none;
	margin-left: 85px;
	width: 200px;
	display: block;
	margin-top: 30px;
	line-height: .9;
}
#OnTheBoards {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-variant: small-caps;
}
#CompletedProjects {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-variant: small-caps;
}
#AboutUs {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-size: 18px;
}
#ContactUs {
	clear: both;
	float: left;
	margin-left: 1.6949%;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-variant: small-caps;
}
#bkgrnd {
	position: absolute;
	width: 70%;
	height: 105%;
	z-index: -100;
	clear: both;
	float: left;
	top: 0;
	bottom: 0;
}
#bluebox {
	clear: both;
	float: right;
	/* [disabled]margin-left: 0px; */
	width: 30%;
	display: block;
	height: 642px;
	background-color: #b3c6c0;
	font-size: 18px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	top: 0;
	bottom: 0;
	left: 70%;
	right: 0;
	z-index: 100;
	line-height: 2.5;
	position: absolute;
}
#bluebox2 {
	clear: both;
	float: right;
	/* [disabled]margin-left: 0px; */
	width: 780px;
	display: block;
	height: 642px;
	background-color: #b3c6c0;
	font-size: 13px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	top: 0;
	bottom: 0;
	left: 420px;
	right: 0;
	z-index: 100;
	line-height: 2.5;
	position: absolute;
}
#PgTitle {
	clear: both;
	float: left;
	margin-top: 66px;
	width:55%;
	display: block;
	font-size: 36px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
}
#RtHeader {
	float: right;
	width: 60%;
	z-index: 998;
}
#bkgrnd2 {
	position: fixed;
	width: 44.1%;
	z-index: -99;
}
#frontmenu {
	margin-left: 10%;
	margin-top: 60%;
	position: absolute;
	z-index: 915;
	width: 360px;
	color: #00467f;
}
#frontnews {
	margin-left: 10%;
	margin-top: 125%;
	position: absolute;
	z-index: 916;
	width: 320px;
	color: #00467f;
	line-height:1.5;
}
#frontnewstext {
	position: absolute;
	z-index: 918;
	width: 300px;
	color: #00467f;
	font-family:sans-serif;
	font-size: 13px;
	font-variant:normal;
	line-height:1.3;
}
#projlistitem {
	margin-left: 80.4%;
	padding-top: 13.75%;
	font-size: 16px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	position: absolute;
	z-index: 901;
	width: 200px;
	line-height: 1.1;
	width: 205px;
	color: #00467f;
	font-family:sans-serif;
	font-size: 13px;
	font-variant:normal;
}
#projlist2 {
	margin-left: 80%;
	padding-top: 16.5%;
	font-size: 13px;
	color: #00467f;
	position: absolute;
	z-index: 910;
	line-height:1.3;
}
#projtitle {
	margin-left: 51%;
	padding-top: 13.5%;
	font-size: 24px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	width: 25%;
	position: relative;
	z-index: 903;
	line-height: .8;
}
#compprojlistitem {
	margin-left: 80.4%;
	padding-top: 13.75%;
	font-size: 18px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	position: absolute;
	z-index: 901;
	width: 225px;
	line-height: .9;
	overflow:auto;
	min-height: 90%;
	max-height: 600px;
}
.compprojlistsub {
	font-family:sans-serif; 
	font-variant:normal; 
	font-size:13px; 
	line-height:1.5;
}
#projlist {
	margin-left: 8.4%;
	padding-top: 200px;
	font-size: 18px;
	color: #00467f;
	position: absolute;
	z-index: 910;
}
#projimage {
	margin-left: 5%;
	padding-top: 12%;
	z-index: 902;
	position: absolute;
	width: 530px;
}
#projimagegallery {
	margin-left: 5%;
	padding-top: 46%;
	z-index: 904;
	position: absolute;
}
#projtext {
	margin-left: 51.15%;
	margin-right: 0%;
	padding-top: 1%;
	z-index: 900;
	position: relative;
	width: 25%;
	overflow: auto;
	color: #00467f;
	min-height: 90%;
	max-height: 410px;
	margin-bottom: 10px;
	font-size:13px;
}
#slidercontainer {
	position:absolute; 
	margin-left: 5%;
	margin-top: 15%;
	z-index: 904;
	height:265px; 
	overflow: hidden;
}
.sliderbutton {
	float:left; 
	width:5px; 
	height:15px; 
	cursor:pointer
}
#slideleft {background:url(images/icons.gif) -50px -265px no-repeat}
#slideleft:hover {background-position:-0 -265px}
#slideright {background:url(images/icons.gif) 0 90px no-repeat}
#slideright:hover {background-position:-50px 90px}
#slider {float:left; position:relative; overflow:hidden; width:558px; height:235px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:558px; height:235px}
.pagination {position:absolute; top:40px; right:61px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#fff}

#aboutbox {
	position:relative; 
	width:520px; 
	height:350px; 
	margin-left:2%; 
	padding:0px; 
	border:0px 
}
#aboutimagerob {
	margin-left: 37%;
	margin-top: 4.5%;
	z-index: 800;
	position: relative;
	display:block;
}
#aboutimagevirginia {
	margin-left: 37%;
	margin-top: 9.25%;
	z-index: 801;
	position: relative;
	display:block;
}
#aboutrobtitle {
	margin-left: 40%;
	padding-top: 13.5%;
	font-size: 24px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	width: 35%;
	position: absolute;
	z-index: 904;
	line-height: 1;
}
#aboutrob {
	margin-left: 40%;
	margin-right: 0%;
	padding-top: 18.25%;
	z-index: 903;
	position: relative;
	width: 36%;
	overflow: auto;
	color: #00467f;
	min-height: 10%;
	max-height: 370px;
	margin-bottom: 10px;
	font-size:13px;
}
#aboutvirginiatitle {
	margin-left: 40%;
	padding-top: 2.25%;
	font-size: 24px;
	font-variant: small-caps;
	font-family: ayu, sans-serif;
	color: #00467f;
	width: 35%;
	position: absolute;
	z-index: 904;
	line-height: 1;
}
#aboutvirginia {
	margin-left: 40%;
	margin-right: 0%;
	padding-top: 7%;
	z-index: 903;
	position: relative;
	width: 36%;
	overflow: auto;
	color: #00467f;
	min-height: 10%;
	max-height: 235px;
	margin-bottom: 10px;
	font-size:13px;
}
#contacttext {
	margin-left: 40.25%;
	margin-right: 0%;
	padding-top: 18.25%;
	z-index: 903;
	position: relative;
	width: 36%;
	overflow: auto;
	color: #00467f;
	min-height: 10%;
	max-height: 370px;
	margin-bottom: 10px;
	font-size:13px;
}
}
