/* CSS Document */

body{
	background-color:#000000;
	text-align: center;
	min-width: 1000px;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#outerContainer{
	height: 630px;
	width: 1000px;
	margin:0 auto;
	text-align: left;
	padding-top:30px;	
}

#header{
  position:relative;
  height:166px;
  width:980px;
  background-image:url(../images/3E_header.gif);
}

#mainContent{
	position:relative;
	height:452px;
	width:972px;
	background-image:url(../images/background.gif);
	padding-left:4px;
	padding-bottom:4px;
	padding-right:4px;
}

#menubar{
	position:relative;
	height:31px;
	width:972px;
	background-image:url(../images/menubar.gif);
}

#mainImage{
	height:422px;
	/*width:893px;*/
	width:auto;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#menuContainer{
	padding-left:110px;
	line-height:2.7;
}

.menuLink{
	margin-right:2px;
	text-transform:uppercase;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 12px;
	font-size:12px;
	/*color: #EF0192;*/
	color: #ffffff;
	cursor:pointer;
}

.testimonialLink{
	margin-right:2px;
	text-transform:lowercase;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 8px;
	font-size:12px;
	color: blue;
	cursor:pointer;
}

.textBoxClass{
	position:relative;
	left:425px;
	top:85px;
	width:475px;
	float:left;
	height: 290px;
	overflow: auto;
	padding: 8px;	
}

.pHeader{
	font-size:15px;
	font-weight:700;
}

#contact{
	color:white;
	font-size:13px;
}

.testimonial{
	display:none;
}

.testimonialName{
	color:black;
	text-decoration:none;
	padding-bottom:8px;
}

a:link {color: black; text-decoration:none;}     /* unvisited link */
a:visited {color: black; text-decoration:none;}  /* visited link */
a:hover {color: blue; text-decoration:none}   /* mouse over link */
a:active {color: blue; text-decoration:none}   /* selected link */

#contact a:link {color: white; text-decoration:none;}     /* unvisited link */
#contact a:visited {color: white; text-decoration:none;}  /* visited link */
#contact a:hover {color: blue; text-decoration:none}   /* mouse over link */
#contact a:active {color: blue; text-decoration:none}   /* selected link */

