body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #ffffff;
}

.NavBackground {
	width: 100%;
	background: #BDCF01;
	height: 320px;
}

.NavBackgroundPortfolio {
	width: 100%;
	background: #BDCF01;
	height: 145px;
}

/* NavStyles */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation a {
	font: normal 16px Gibson-Regular, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 0;
	margin-left: 20px;
}
	
#navigation a:hover {
	font: normal 16px Gibson-Regular, Arial, sans-serif;
	color: #6d7200;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
	
#navigation #currentpage a {
	font: normal 16px Gibson-Regular, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}

.MainPicture {
	border: 5px solid #ffffff;
	margin-top: -150px;
}

/* Portfolio */

.new_img {
	position: absolute;
	float: right;
	width: 76px;
	height: 58px;
	background: url(../images/portfolio/portfolio_new.png) center no-repeat;
	margin-left: 180px;
    margin-top: -16px;
}

.PortfolioLink {
	position: absolute;
	float: left;
	height: 37px;
	margin-left: 575px;
	display: inline-block;
}

.portfolio_bottom_main {
	width: 205px;
	background: #BDCF01;
	height: 30px;
	margin-top: 2px;
	display: inline-block;
}

.portfolio_bottom {
	width: 283px;
	background: #BDCF01;
	height: 30px;
	margin-top: 2px;
	display: inline-block;
}

.PortfolioSubTitle {
	font: normal 26px Gibson-Light, Arial, sans-serif;
	color: #BDCF01;
	display: inline-block;
	border-bottom: 2px solid #BDCF01;
}

.PortfolioNavTitle {
	font: normal 20px Gibson-Light, Arial, sans-serif;
	color: #BDCF01;
	text-transform: uppercase;
}

#MainPortfolioSmall a:link {
	font: normal 11px Gibson-Regular, Arial, sans-serif;
	color: #BDCF01;
	text-decoration: none;
}
#MainPortfolioSmall a:visited {
	color: #BDCF01;
	text-decoration: none;
}
#MainPortfolioSmall a:hover {
	color: #58585a;
	text-decoration: none;
}
#MainPortfolioSmall a:active {
	color: #BDCF01;
	text-decoration: none;
}

#portfolioNav a:link {
	font: normal 16px Gibson-LightIt, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	text-transform: capitalize;
}
#portfolioNav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#portfolioNav a:hover {
	color: #6d7200;
	text-decoration: none;
}
#portfolioNav a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Main Page */

.mainTitle {
	font: normal 36px Gibson-Light, Arial, sans-serif;
	color: #6d7200;
	text-transform: uppercase;
}

.AboutTitle {
	font: normal 36px Gibson-Light, Arial, sans-serif;
	color: #BDCF01;
	display: inline-block;
	border-bottom: 2px solid #BDCF01;
	text-transform: uppercase;
}

.ServicesTitle {
	font: normal 24px Gibson-Light, Arial, sans-serif;
	color: #BDCF01;
	margin-bottom: 5px;
	margin-top: 15px;

}

.ServicesTitleBold {
	font: normal 24px Gibson-Semibold, Arial, sans-serif;
	color: #BDCF01;
	margin-bottom: 5px;
	margin-top: 15px;
}

.AboutSubTitle {
	font: normal 18px Gibson-Regular, Arial, sans-serif;
	color: #BDCF01;
	margin-bottom: 5px;
	margin-top: 15px;
}

.GreenTitle {
	font: normal 24px Gibson-Light, Arial, sans-serif;
	color: #BDCF01;
	margin-bottom: 5px;
	margin-top: 15px;
}

.ContactSubTitle {
	font: normal 24px Gibson-Light, Arial, sans-serif;
	color: #BDCF01;
}

.PortfolioProjectTitle {
	font: normal 24px Gibson-LightIt, Arial, sans-serif;
	color: #BDCF01;
	text-transform: capitalize;
}

.AboutPhotoBox {
	-moz-box-shadow: 1px 1px 4px #444;
	-webkit-box-shadow: 1px 1px 4px #444;
	box-shadow: 1px 1px 4px #444;
	border: 6px solid #fff;
}

.smallText {
	font: normal 16px Gibson-Regular, Arial, sans-serif;
	color: #363636;
}

.content {
	font: normal 14px/22px Gibson-Regular, Arial, sans-serif;
	color: #363636;
}

.contentBold {
	font: normal 14px/22px Gibson-Semibold, Arial, sans-serif;
	color: #363636;
}

.contentItalic {
	font: normal 14px/22px Gibson-Italic, Arial, sans-serif;
	color: #363636;
}

.contentTitle {
	font: normal 14px/22px Gibson-Semibold, Arial, sans-serif;
	color: #363636;
}

#main_portfolio a:link {
	font: normal 14px Gibson-Regular, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1px;
}
#main_portfolio a:visited {
	color: #ffffff;
	text-decoration: none;
}
#main_portfolio a:hover {
	color: #4c4d4f;
	text-decoration: none;
}
#main_portfolio a:active {
	color: #ffffff;
	text-decoration: none;
}

#about a:link {
	font: normal 14px Gibson-Regular, Arial, sans-serif;
	color: #363636;
	text-decoration: underline;
}
#about a:visited {
	color: #363636;
	text-decoration: underline;
}
#about a:hover {
	color: #BDCF01;
	text-decoration: underline;
}
#about a:active {
	color: #363636;
	text-decoration: underline;
}

/* Footer */

.FooterBackground {
	width: 100%;
	background: #BDCF01;
	height: 50px;
	display: inline-block;
	margin-top: 50px;
}

.FollowUsTitle {
	font: normal 30px Gibson-Light, Arial, sans-serif;
	color: #ffffff;
	padding-top: 3px;
}

.footerText {
	font: normal 13px Arial, sans-serif;
	color: #ffffff;
}

#footer_links a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer_links a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer_links a:hover {
	color: #4c4d4f;
	text-decoration: none;
}
#footer_links a:active {
	color: #ffffff;
	text-decoration: none;
}