@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #FFFFFF;
	background-image: url(../images/page-elements/body-background.jpg);
	background-repeat: repeat-x;
}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #978d78;
	border-right-color: #F5F5EF;
	border-bottom-color: #F5F5EF;
	border-left-color: #F5F5EF;
}

h1 {
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	color: #D58313;
	margin-bottom: -10px;
	font-size: 14px;
	font-variant: small-caps;
}
h2 {
	font-weight: bold;
	color: #122649;
	font-size: 16px;
	text-transform: uppercase;
}

img{
	border:0;
}


/*custom css*/


/*header*/
.TABLE-header {
	background-color: #D7D5C8;
	background-image: url(../images/page-elements/header-background.jpg);
	background-repeat: no-repeat;
	width: 908px;
}


/*contact us*/
.CELL-contact-us {
	vertical-align: top;
}

.DIV-contact-us {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 160px;
	background-color: #E99620;
	margin-left: 625px;
}

.DIV-contact-us a:link{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.DIV-contact-us a:visited{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.DIV-contact-us a:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/*upper nav*/

.TABLE-upper-nav {
	margin-top: 105px;
}

.CELL-upper-nav-link {
	font-size: 12px;
	color: #E99620;
	text-align: center;
	width: 140px;
	text-transform: uppercase;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #233259;
}

.CELL-upper-nav-link a:link{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.CELL-upper-nav-link a:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.CELL-upper-nav-link a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}






.oneColFixCtrHdr #container {
	width: 908px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-bottom: 0;
}



/*main content*/
.oneColFixCtrHdr #mainContent {


}




.TABLE-main-content-container {
	background-color: #f5f5ef;
}

.TABLE-main-content-container a:link{
	color: #0000FF;
	text-decoration: underline;
}

.TABLE-main-content-container a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.TABLE-main-content-container a:hover{
	color: #0000FF;
	text-decoration: none;
}

.CELL-main-content-left-shadow{
	background-image: url(../images/page-elements/main-content-left-shadow.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 10px;

}

.CELL-main-content-right-shadow{
	background-image: url(../images/page-elements/main-content-right-shadow.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 10px;

}

.CELL-main-content{
	vertical-align: top;
	}




/*footer*/


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/page-elements/footer-background.jpg);
	background-repeat: no-repeat;
}
.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: 10px;
	color: #8b8b8b;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.oneColFixCtrHdr #footer a:link {
	font-size: 10px;
	color: #8b8b8b;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer a:visited {
	font-size: 10px;
	color: #8b8b8b;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer a:hover {
	font-size: 10px;
	color: #8b8b8b;
	text-decoration: none;
}



/*for 2 column*/

.CELL-right-project-column{
	vertical-align: top;
	width: 220px;
	font-size: 12px;
	color: #4e4537;
	background-repeat: repeat-y;

}
.CELL-right-column-image-holder {
	background-image: url(../images/page-elements/side-column-image-bkgrd/middle.jpg);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
}


.CELL-left-content-column {
	vertical-align: top;
}

.DIV-left-content-column{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 50px;
	text-align: justify;


}

