
html {overflow-y:scroll;}

/* @group fonts */

body{
	font-family: arial;
	font-size: 12px;
}

strong{
	font-weight: bold;
}

/* @end */

body{
	background-color: #ECECEC;
	}

/* @group wrapper */

div.wrapper{
	display: block;
	width: 806px;
	margin: auto;
	background-color: #ffffff;
	margin-top: 25px;
	position: relative;
	padding-bottom: 20px;
	
}

/* @end */

/* @group Footer */
div.footer p{
	text-align: center;	
	line-height: 30px;
	color: #CE1313;
}


/* @end */

/* @group Image Repl...*/

h1{
 color:#2d82cd;
 display:block;
 position:absolute;
z-index:100;
width:806px;
text-align:center;
font-size:11px;
top:-15px
}

.logo, h1.logo{
	display: block;
	width: 800px;
	height: 144px;
	background-image: url('images/pageBanner.jpg');
	text-indent: -9999px;
	position: relative;
	left: 3px;
	top: 3px;
}

/* @end */

/* @group Primary Nav */
ul.primaryNav{
	display: block;
	width: 800px;
	height: 173px;
	background-image: url('images/navBG.jpg');
	position: relative;
	left: 3px;
	top: 7px;
	margin-bottom: 30px;
}

ul.primaryNav li{
	display: inline;
	
	
	
}
ul.primaryNav li a{
	display: block;
	float: left;
	width: 133px;
	padding-top: 149px;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}

ul.primaryNav li a:hover, ul.primaryNav li.active a{
	color: #1B3C5F;
}



/* @end */

/* @group Headings */

h2{
	font-size: 25px;
	color: #CE1313;
	text-indent: 55px;
	text-transform: uppercase;
}

h3{
	font-size: 20px;
	color: #CE1313;
	text-indent: 55px;
	text-transform: uppercase;
	position: relative;
	padding-top: 20px;

}

h4{
	font-size: 16px;
	color: #CE1313;
	border-bottom: 1px solid #CE1313;
	margin-top: 15px;
	
}




/* @end */

/* @group Homepage Boxes
 */

div.homeBoxThingo ol{
	position: relative;
	top: 15px;
	color: #ffffff;
	height: 270px;
}

div.homeBoxThingo ol li{
	display: block;
	width: 219px;
	height: 219px;
	position: absolute;
	font-weight: bold;
	font-size: 28px;
	padding: 15px;

}

div.homeBoxThingo ol li ul li{
	display: list-item;
	width: 150px;
	position: relative;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	height: 28px;
	top: 10px;
}

div.homeBoxThingo ol li ul li a{
	text-decoration: none;
	color: #ffffff;;
}

div.homeBoxThingo ol li ul li a:hover{
	text-decoration: underline;
	}

img.easyAsArc {
	position: relative;
	top: 000px;
	left: 25px;
	padding-top: 10px;
}

div.homeBoxThingo ol li.left{
	
	background-color:#002B5C ;
	left: 15px;
}

div.homeBoxThingo ol li.middle{
	background-color:#0D467F ;
	left: 277px;
}

div.homeBoxThingo ol li.right{
	background-color:#1B75BB ;
	left: 539px;
}
 
 



/* @end */

/* @group leftContent */

div.leftContent{
	width: 462px;
	position: relative;
	left: 55px;
}

div.leftContent p {
	margin-top: 20px;
	line-height: 18px;
	color: #1B3C5F;
	
}

/* @end */

/* @group rightContent */
div.rightContent{
	width: 220px;
	position: absolute;
	top: 367px;
	right: 0px;
}


/* @end */



/* @group Gallery Stuff */

span.caption {
	color: #0D467F;
	font-weight: bold;
	position: relative;
	font-size: 13px;
	top: -10px;
	text-transform: uppercase;
	
}

div.projectGallery {
	
padding-top: 20px;
padding-left: 6px;
}


div.projectGallery li {
	display: block;
	width: 179px;
	height: 179px;
	background-image: url('images/imageThumbBG.gif');
	float: left;
	margin: 10px;
	position: relative;
	
}

div.projectGallery li a{
	position: absolute;
	bottom: 3px;
	left: 3px;
	text-decoration: none;
	}
	
	


	


/* @end */

/* @group NEW Gallery */

td div.description {
	display: none;
}

table tbody tr td a {
	display: block;
	width: 179px;
	height: 149px;
	background-image: url('images/imageThumbBG.gif');
	float: left;
	margin: 10px;
	position: relative;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 3px;
	background-repeat: no-repeat;
	color: #0D467F;
	font-weight: bold;
	position: relative;
	font-size: 13px;
	top: -10px;
	text-transform: uppercase;
	text-align: left;
	
}




/* @end */





