@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111E1A;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 1.5em;
}
.oneColFixCtrHdr #container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #36B884;
	border-left-color: #36B884;
	background-color: #36B884;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: "Futura lt", Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	width: 750px;
}
.portfolioMain {
	background-image: url(../images/head_foot/Trees.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 458px;
	width: 750px;
}

.oneColFixCtrHdr #mainContentPadding {
	padding-left: 64px;
	padding-right: 64px;
}
.oneColFixCtrHdr #footer {
	background-color: #DF038C;
	text-align: center;
	width: 750px;

}
.contactEmail {
	font-size: 32px;
	color: #35B983;
	text-decoration: none;
	font-weight: bolder;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #header{
	background-color: #DF038C;
}
.headerImg {
	padding-top: 10px;
	padding-bottom: 10px;

}
#topNav {
	background-color: #000000;
	color:#FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 28px;
	width: 750px;

}
#topNav a {
	font-family: "Futura Lt", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
#topNav a.selected{
	color: #36B884;
}
#topNav a:hover {
	color: #36B884;

}

.footerCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerCopy a {
	color: #FFFFFF;
}
.pricingContainer {


}

.pricingContainer .pricingLeft {
	width: 300px;
	float: left;
	display: block;
}
.pricingContainer .pricingSeparator {
	width: 1px;
	float: left;
	background-image: url(images/common/separator.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 280px;
	padding: 25px;
}
.pricingContainer .pricingRight {
	width: 270px;
	float: left;
	display: block;
}
.horizLine {
	height: 1px;
	width: 200px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.vertLine {
	height: 260px;
	width: 1px;
	display: block;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}

#mainContent  .pricingSpecial {
	clear: left;
	background-color: #eeeeee;
	padding: 10px;
	border: 3px dashed #999999;
	margin-top: 10px;
	text-align: center;
}
.smaller {
	font-size: 70%;
}
.indented {
	padding-left: 20px;
}
.small {
	font-size: 80%;
}
.larger {
	font-size: 120%;
}
.ad {
	background-color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.portfolioMain {
	font-family: "futura lt", Arial, Helvetica, sans-serif;
}
.portfolioMain img {
	margin-bottom: 10px;
}

.x1, .x2 {
	padding-bottom: 10px;
	padding-top: 25px;
	text-align: center;
	display: block;
	float: left;
	width: 375px;
}
.beforeGallery{
	height:15px;
	display: block;
}

.galleryMain {
	background-color: #FFFFFF;
	width: 750px;
	margin-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}
.galleryTN {
	width: 270px;
	overflow: scroll;
	height: 500px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
}
.galleryView {
	text-align: right;
	padding-right: 8px;
	/*padding-left: 15px;*/
}
.portfolioTitle {
	font-family: "Futura Lt", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
}
.portfolioTitle a{
	font-size: 16px;
	padding-right: 15px;
}
#rightLink{
	font-size: 16px;
	padding-right: 0px;
}
.galleryTN img {
	border: 1px solid #000000;
	margin-top: 10px;
	margin-left: 10px;
}

.afterGallery{
	clear:both;
}
.clientMain {
	background-color: #FFFFFF;
	width: 750px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.clientCopy {
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}
.clientTitle {
	font-family: "Futura Lt", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
}
.on {
	text-decoration:none;
}
.orderItem {
	float: left;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 30px;
}
input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.clientTN {
	width: 750px;
	padding-left: 30px;
	float: left;
	text-align: left;
}
.mailinglistForm{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DF038C;
	margin-top: 20px;
}
