body {
	font-family: trebuchet ms, arial, verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #323232;
	
}
#center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1080px;
}

#mainContent{
	width: 1080px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #FFFFFF;
}

img {
border: none;
}


/*text*/

/*top nav*/

#mainNav {
	width:1080px;
	height:116px;
	background-image:url(/_images/common/back_nav_head.jpg);
	background-position: top left;
	
}
#navMenu {
	color:#cadb2a;
	font-size: 12px;
	width: 680px;
	padding: 63px 40px 10px 20px;
	float: right;
}
#navMenu a {
	color:#cadb2a;
	text-decoration: none;
}
#navMenu a:hover {
	color:#FFF;
}

.logo {
	width: 300px;
	float:left;
	padding: 20px 0 0 25px;
}


/*Home Page*/



.heroImage {
	width: 329px;
	border-style: none;
}

/*Landning Pges*/

.imageContainer {
	width: 1080px;
	overflow-x:scroll;
	overflow-y:hidden;
	height: 560px;
}

.imageContainer img {
  float:left; 
  padding: 0 15px;
  border-style: none;
}

.pageTitle {
	font-size: 20px;
	line-height: 25px;
	color: #cadb2a;
	padding-left: 15px;
	margin-top: 10px;
}

/*Text Styles*/


.textGreenBig {
	color: #cadb2a;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 6px;
	}
.textGreen {
	color: #cadb2a;
}
.textGreySmall {
	color:#292828;
	font-size: 11px;
	line-height:14px;
}
.textGreySmall a {
	color:#292828;
}
.textGreyTitle {
	color:#292828;
	font-size: 15px;
	line-height: 20px;
	font-weight:bold;
}


	

/*Portfolio*/



/*Footer*/

#footer {
	font-size: 11px;
	color: #292828;
	width: 1080px;
	text-align: center;
}
#footer a{
	color: #cadb2a;
	text-decoration: none;
}
#footer a:hover{
	color:#000;
}
