/*
#003767
#5d87a1
#e2e9ee
*/
html, body
{
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

body 
{
	color: #333333;
	font-size: 11px;
	text-align: center;
	background:	#ffffff;
	font-family: Verdana;
}

a
{
	color: #003767;
	text-decoration: underline;
}

a:hover
{
	color: #5d87a1;
	text-decoration: underline;
}

h1
{
	margin: 0;
	padding: 0;
	color: #003767;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h2
{
	margin: 0;
	padding: 0;
	color: #003767;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* h3 is used for the home page head */
h3 {
	margin: 0;
	padding: 0;
	color: #be0c25;
	font-family:Verdana;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
}
p
{
	margin: 5px 0px 5px 0px;
	padding: 0;
}

.highlight
{
	width: 436px;
	border: none;
	margin: 5px 0 5px 0;
	padding: 10px 12px 10px 12px;
	background-color: #bdc3d1;
	color:#1e477b;
}

/******************/
/* Infrastructure */
/******************/
#wrapper
{
	padding: 0;
	height: auto;
	width: 990px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	float: left;
	height: 80px;
	text-align: center;
	padding-bottom: 10px;
}

/* Top Nav */

#topnavcontainer {
	float:left;margin-left:105px;margin-top:15px
}
#tagline {
	float:right;height:24px;margin-bottom:6px;
}

ul#topnav {
	height: 45px;
	width: 691px;
	background: transparent url(../Images/tabs.gif) no-repeat;
	margin: 0;
	padding: 0;
	display: block;
}
ul#topnav li {
	float: left;
	height: 45px;
	display: block;
}
ul#topnav li a {
	display: block;
	height: 45px;
	text-indent: -9999px;
}

ul#topnav #home { left: 0; width: 98px; }
ul#topnav #about { left: 98px; width: 99px; }
ul#topnav #portfolio { left: 197px; width: 99px; }
ul#topnav #process { left: 296px; width: 99px; }
ul#topnav #services { left: 395px; width: 98px; }
ul#topnav #testimonials { left: 493px; width: 112px; }
ul#topnav #contact { left: 605px; width: 86px; }


ul#topnav #home a:hover, ul#topnav #home.here { background: transparent url(../Images/tabs.gif) 0 -45px no-repeat; }
ul#topnav #about a:hover, ul#topnav #about.here { background: transparent url(../Images/tabs.gif) -98px -45px no-repeat; }
ul#topnav #portfolio a:hover, ul#topnav #portfolio.here { background: transparent url(../Images/tabs.gif) -197px -45px no-repeat; }
ul#topnav #process a:hover, ul#topnav #process.here { background: transparent url(../Images/tabs.gif) -296px -45px no-repeat; }
ul#topnav #services a:hover, ul#topnav #services.here { background: transparent url(../Images/tabs.gif) -395px -45px no-repeat; }
ul#topnav #testimonials a:hover, ul#topnav #testimonials.here { background: transparent url(../Images/tabs.gif) -493px -45px no-repeat; }
ul#topnav #contact a:hover, ul#topnav #contact.here { background: transparent url(../Images/tabs.gif) -605px -45px no-repeat; }



/*************/
/* Main Body */
/*************/
#mainBody
{
	float: left;
	margin: 0;
	width: 956px;	/* 2*[2px border + 5px margin + 15px Padding] */
	min-height: 445px;
	text-align: left;
	border: solid 2px #5d87a1;
	padding: 15px 15px 15px 15px;
}

#mainBody .left
{
	float: left;
	width: 470px;
	min-height: 445px;
}

#mainBody .right
{
	float: right;
	width: 470px;
	min-height: 445px;
	/*overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;*/
}

#mainBody .full
{
	float: left;
	width: 956px;
	min-height: 445px;
}

/**********/
/* Footer */
/**********/
#footer
{
	float: left;
	clear: both;
	width: 990px;
	color: #5d87a1;
	font-size: 10px;
	padding-top: 10px; /* margin */
	padding-bottom: 10px;
	text-align: center;
}

#footer .closer
{
	padding-bottom: 10px;
	text-align: center;
}

#footer .left
{
	/*float: left;*/
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer .right
{
	/*float: right;*/
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}






/***************/
/* Bottom Menu */
/***************/
.bottom-menu
{
	height: 20px;
	color: #5d87a1;
	text-align: center;
}

.bottom-menu a
{
	color: #5d87a1;
	text-decoration: none;
}

.bottom-menu a:hover
{
	color: #003767;
}

/*****************/
/* Inner Content */
/*****************/
.textFrame
{
	margin: 0;
	padding: 0;
	width: 450px;
	min-height: 435px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.imageFrame
{
	margin: 0;
	padding: 0;
	width: 470px;
}

.imageFrame .header
{
	width: 460px;
	height: 25px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px; 
}

.imageFrame .framedImage
{
	margin: 0;
	padding: 0;
	border: none;
	width: 470px;
	height: 440px;
}

.imageFrame .fullImage
{
	margin: 0;
	padding: 0;
	border: none;
	width: 470px;
	height: 470px;
}

.imageFrame .footer
{
	width: 460px;
	padding-top: 2px;
}

#mainBody ul
{
	margin: 0;
	padding-left: 20px;
}

.creditLine
{
	color: #ffffff;
	font-size: 2px;
}

.creditLine a
{
	color: #ffffff;
	text-decoration: none;
}

#footer .closer a
{
	color: #5d87a1;
}

#footer .closer a:hover
{
	color: #003767;
}


/* added SH 5/08 */

input.btn {
   color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:110%;
   font-weight:bold;
   background-color:#495b81;
   border:none;
   cursor:hand;
   cursor:pointer}
   
input.btnhov{
   background-color:#023866;}

/* --------------------- */
/* ----- TEST AREA ----- */
/* --------------------- */
/*

#center 
{
 position:absolute;
 width:1000px;
 /*height:410px;*\/
 left:50%;
 /*top:50%;*\/
 margin-left:-500px; /* half of width*/
 /*margin-top:-50%; /*half of height*/
 
 /*
Ver 2
	border: 0; 
	background-color: white; 
	height: 50%; 
	width: 50%;
	position: absolute; 
	left: 25%; 
	top: 25%; 
	color: black; 
*\/
}

*/