body {
background-color: #333132;
margin: 0px;
}
#flashPortfolio {
	border: 4px solid #FFFFFF;
}

#contactForm {
	border: 4px solid #FFFFFF;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
#portfolioTop {
	border: 4px solid #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
#portfolios {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.footerSEO {
	color: #FFFFFF;
}
h1 {
	margin: 0px;
	font-family: Tahoma;
	color: #3094af;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin: 0px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-family: Tahoma;
	color: #6f8507;
	font-size: 16px;
	font-weight: bold;
}
.bodyText {
	font-family: Tahoma;
	font-size: 12px;
	color: #a8a3a3;
	margin-top: 15px;
	text-align: justify;
	margin-right: 15px;
}
.portfolioText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: justify;
	padding-right: 15px;
}
.portfolioTextBlack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 5px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
.reviewsText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: justify;
	padding-right: 15px;
}
.reviewsSignature {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #3094af;
	padding-top: 5px;
	text-align: justify;
}
.reviewsCompany {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #6f8507;
	padding-top: 2px;
	text-align: justify;
}
.bodyLink:link, .bodyLink:active, .bodyLink:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyLink:hover {
	color: #3094af;
	text-decoration: none;
}
.text {
	color: #FFFFFF;
	text-decoration: none;
}
.textLink:link, .textLink:active, .textLink:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #3094af;
	text-decoration: underline;
}
.textLink:hover {
	color: #6f8507;
	text-decoration: none;
}
.portfolioButton:link, .portfolioButton:active, .portfolioButton:visited {
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	background-image:url(images/buttons/green.jpg);
	/* background-color: #6F8507; */
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	text-decoration: none;
}
.portfolioButton:hover {
	color: #6F8507;
	background-image:url(images/buttons/grey.jpg);
	/* background-color: #FFFFFF; */
	border: 1px solid #C0C0C0;
	text-decoration: none;
}
#top {
	height: 8px;
	width: 100%;
	background-color: #27798F;
	margin-bottom: 0px;
}
#bottom {
	background-image: url(../images/footer-bg.jpg);
	width: 100%;
	height: 146px;
	float: left;
}
.footerArea {
	margin-left: 225px;
	height: 96px;
	width: 888px;
}
.footerContact {
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #333232;
	margin-top: 25px;
	margin-left: 10px;
}
.phoneNo {
	margin-top: 19px;
	float: right;
}
.w3c {
	float: left;
	margin-top: 32px;
	margin-left: 20px;
}

.bag {
	float: left;
}

.submit-btn, .submit-btn:link, .submit-btn:active, .submit-btn:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #3094af;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.submit-btn:hover {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #333232;
	color: #3094af;
	border: 1px solid #3094af;
}
.inputBox
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #0051a3;
	margin-bottom:8px;
	padding: 1px;
}
.inputTextArea
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #0051a3;
	margin-bottom:4px;
	padding: 1px;
}
.inputBox
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
.msg-error {
	font-family: Tahoma;
	font-size: 12px;
	color: #a50000;
	font-weight: bold;
}

.msg-success {
	font-family: Tahoma;
	font-size: 12px;
	color: #6f8507;
	font-weight: bold;
}
.noShow {
	display: none;
}