@charset "utf-8";
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/headerBackground.png);
	height: 132px;
	background-repeat: repeat-x;
	padding: 0;
	position: relative;
}
#headerLeft {
	background-image: url(../images/headerLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 132px;
	width: 10px;
}
#headerRight {
	background-image: url(../images/headerRight.png);
	background-repeat: no-repeat;
	float: right;
	height: 132px;
	width: 10px;
	position: relative;
	top: 0px;
}


.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/mainContentBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#MainContentMiddle {
	background-image: url(../images/mainContentMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}

.oneColFixCtrHdr #footer {
	margin-top: 10px;
	text-align:center;
	margin-bottom: 25px;
	padding: 8px;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
}
#MainContentTop {
	background-image: url(../images/mainContentTop.png);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 20px;
}


a.button {
	display: block;
	text-indent: -9999px;
}

a#as-logo {
	height: 110px;
	width: 350px;
	background-image: url(../images/logo.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	position: relative;
	top: 10px;
	left: 20px;
}
#navigation {
	position: absolute;
	top: 14px;
	height: 100px;
	width: 400px;
	right: 25px;
}

.portfolioTable {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.portfolioTable p {
	font-size: 12px;
	text-align: center;
}

.portfolioTable img {
	border: 1px solid #ddd;
}

.alignCenter {
	text-align: center;
}
#rightCol {
	float: right;
	width: 278px;
	padding-top: 45px;
}
#contactUs {
	text-align: center;
}
#contactUs .button {
	cursor:pointer;
	background-color: #999;
}
#contactUs br {
	font-size: 2px;
}

