/* Main Container Layer */


#layer {
	position: relative;
	width: auto;
	padding: 0px;
	height: 100%;
	overflow: visible;
	float: none;
	z-index: 1;
	
	

}
/* Top Masthead */
#box1 {
	position: relative;
	width: 780px;
	padding: 0px;
	height: 158px;
	overflow: visible;
	z-index: 2;
	left:0;
	}
	
	


/* Side Navigation*/
#box2 {
	position:relative;
	top:18px;
	width:160px;
	height:380px;
	overflow: visible;
	z-index:3;
	padding: 0px;
	float: left;
	left:0;
	visibility: hidden;


    }
/* Middle Content*/
#box3 {
	position:absolute;
	top:180px;
	width:440px;
	height:1px;
	overflow: visible;
	z-index:3;
	padding: 0px;
	float: none;
	left: 60px;
	visibility: inherit;

    }
	
/*Testimonial*/
#box4 {
	position:absolute;
	top:180px;
	width:180px;
	height:400px;
	overflow: visible;
	z-index:5;
	float: none;
	left: 540px;
	visibility: inherit;

}
		
/*Content Format*/	
.maincopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FF9900;
}

/*Testimonial Copy*/
.testimonialcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #475783;
}

.testimonialqoute {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FF9900;
}
.testimonialname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #333;
}
H1.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ffffff;
	background-color: #304378;

}


/*Footer*/
a:link.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	text-decoration: none;
}

a:visited.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	text-decoration: none;
}
a:active.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	text-decoration: none;
}
a:hover.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #304378;
	}

table.center {
   border: 1px solid #000;
   height: 100%;
}

#nav {visibility: hidden;}
