@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #ad9961;
	background-image: url(images/bg_test.jpg);
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #404040;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #404040;  /* 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. */
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.topnav {
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent {
	background: #404040;
	width: 900px;
	height: 620px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#404040;
}
.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 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.paragraph_style {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	width: 300px;
}
.a_small {
	color: #ad9961;
	text-decoration: none;
	text-align: right;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ad9961;
}
a:active {
	color: #ad9961;
	text-decoration: none;
}
.projectImagesDiv {
	width: 550px;
	padding: 0px;
}
#align_top {
	vertical-align: top;
}
.text_treatment {
	width: 300px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -0.05em;
	top: 10px;
	text-align: left;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 13px;
	width: 300px;
	text-align: left;
}
.text_listlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px inset #ad9961;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #ad9961;
	letter-spacing: 0.1em;
	background-color: #333;
	padding-left: 5px;
	padding-top: 5px;
	width: 545px;
	padding-bottom: 10px;
}
.hrClass {
	color: #999;
	margin-top: -15px;
}
#mainContentLeft {
	margin: 10px;
	background-color: #333;
	width: 570px;
}
#mainContentRight {
	background-color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
#contentRight {
	width: 300px;
	float: right;
	text-align: left;
	vertical-align: top;
}
#thumbnails {
	background-color: #099;
	width: 300px;
}
.images_padding {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD9961;
	width: 250px;
	background-image: url(images/accordian_bg_test.jpg);
}

.bigimg {
	vertical-align: top;
	margin: 0px;
}

