@charset "utf-8";
/* CSS Document */
body {
	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: #000000;
	background-image: url(/images/bground_01b.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.oneColFixCtrHdr #header {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	position: relative;
}
.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 {
	margin: 0px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #mainContentC {
	margin: 0px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: center;
}
.oneColFixCtrHdr #mainContentG {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}
#header .headerIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	float: none;
	margin-left: 248px;
	vertical-align: top;
	margin-top: -90px;
	margin-bottom: 50px;
	width: 550px;
}
.logo {
	float: none;
	padding-top: 20px;
	margin-left: 40px;
}
#navBar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.smaller_nav {
	width: 75px;
}
.headerIntroDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	width: 300px;
}
.headerIntroDescPort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	width: auto;
}
.oneColFixCtrHdr #container #header #lower_header .headerIntro img {
	float: right;
}
.leftColumn {
	height: auto;
	width: 140px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	color: #033;
	float: left;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}
.normal {
	font-style: normal;
	font-weight: normal;
}
.rightcolumn {

}
.oneColFixCtrHdr .review {
	margin-left: -40px;
	margin-top: -40px;
	z-index: 100;
}
#portfolio {
	position: relative;
	margin-left: 300px;
	margin-top: -60px;
}
.buyPortfolio {
	margin-left: 340px;
	margin-top:-30px;
}
.buyPortfolioP {
	margin-top:30px;
	color: #000;
}
.blackcopymidbb24 {
	font-weight: bold;
}
.white_porfolio {
	background-color: #FFF;
	padding: 12px;
	border: 2px solid #000;
}
.rightPortBottomImage {
	margin-top: -70px;
	margin-left: 520px;
	height: auto;
	width: auto;
	padding: 0px;
	z-index: 110;
	vertical-align: top;
	float: none;
}
.oneColFixCtrHdr #container #mainContent .white_porfolio .bottomcontent {
	float: left;
	width: 500px;
}
.oneColFixCtrHdr #container #mainContent .white_porfolio .rightPortBottomImage p {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent .portdesctext {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 250px;
	margin-left: 485px;
}
.oneColFixCtrHdr #container #mainContent .rightcolumn p img {
	margin-top: -40px;
}
.oneColFixCtrHdr #container #mainContent .white_porfolio .rightPortBottomImage p a img.rightone {
	margin-left: 120px;
}

.blackcopymidbbottom {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

