
body{
	margin:0px 0px;
	padding:0px;
	width:100%;
	text-align:center;
	background-color:#d0d0d0;
	background-image:url(../images/bg_tile.gif);
	background-repeat:repeat-x;	
}




#masterWrap {
	width:921px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	
}


.tileHolder{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:921px;
float:left;
background-image:url(../images/bodyTile.png);
background-repeat:repeat-y;

}


.NOTHING{
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	float:left;
	width:921px;
	  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bodyTile.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.tileHolder[class] {
  background-image:url(../images/bodyTile.png);

}

img{
border: 0px;

}


*:focus{
outline:none;
}







/*--MASTHEAD------------------------------------------*/

#masthead_home{
	margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:921px;
height:260px;
float:left;
}









/*---LHS NAV---------------------------------------------*/


#lhsBlock{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:424px;
	float:left;

	
}


/*--END OF LHS NAV AREA -----------------------------------*/





/*--CONTACT FORM-------------------------------------------------------------------*/

#formFrame_contact{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:375px;

}

#formFrame_contact table{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

.dropBox1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}

.dropBox2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.inputContact{
margin:2px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:229px;
	height:20px;
	background-color:#fff;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}

.inputContactQuestions{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	width:229px;
	height:85px;
	background-color:#fff;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
white-space:normal;
overflow-x:hidden;
overflow-y:scroll;
}


.thankYou{
	margin:30px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555;
}


.contactStyle{
margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	width:144px;
	height:44px;
	border:none;
	background-color:transparent;
outline:none;
}




/*--END OF CONTACT PAGE-----------------------------------------------------------------------*/






