/* CSS Document */


h3{
	color:#f8941a;
	font-weight:bold;
	font-size:18px;
}

h4{
	font-weight:bold;
	font-size:14px;
}


/*=================    Main Header Image    ========================*/

#header {
	height:95px;
	margin:0;
}

#header img{
	float:left;
}

#header #links{
	margin-left:350px;
}



#mainImageSub {
	background-image:url(images/redBar.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:80px;
	margin-top:5px;
	margin-bottom:20px;
}

#featured{
	float:right;
	margin-top:-95px;
	position:relative;
}

#featuredFlash{
	/*padding-top:275px;*/
	width:380px;
	display:inline;
}



#thePadding {
	padding:15px;
}

#wrapperMoveServices{
	float:left;
	position:relative;
	margin-left:-5px;
	width:900px;
	margin-top:10px;
}

#wrapper {
	width:900px;
	background:#aaa url(images/boxShadowMiddle.jpg) repeat-y center right;
	margin:0;
	padding:0;
	
}

#wrapper #shadowTop {

}

#wrapper #shadowBottom {

}




/* ------------------ Left Content   -------------------*/


#content {
	width:252px;
	float:left;
	padding-left:20px;
	padding-right:50px;
}




/* --------------- MIDDLE CONTENT --------------- */

#middleContent {
	float:left;
	width:252px;
	margin-right:50px;
}


/* ---------------- RIGHT CONTENT  ---------------- */

#rightContent {
	float:left;
	width:252px;
	color:#666666;
}

