@charset "utf-8";
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: #ffffff;
	background-color: #000000;
	background-image: url(../img/bground.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
}
h1 { 
	font-size:16px;
}
img {
	border:none;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#7B0D00;
	text-decoration:none;
}
a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
a:active {
	color:#7B0D00;
	text-decoration:none;
}
.twoColFixLtHdr #container {
	position: relative;
	width: 975px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0px;  /* 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: 123px;
	top: 0px;
	/*background-color:#FFCCFF;*/
} 
.twoColFixLtHdr #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: 0px;
}
.twoColFixLtHdr #nav {
	position: absolute;
	height: 19px;
	left: 180px;
	top: 105px;
	padding: 0px;
	margin: 0px;
	width: 785px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	z-index: 2;
	/*background-color:#FFFFCC;*/
}
.spacer {
	width: 33px;
	height: 10px;
}
.spacer2 {
	width: 34px;
	height: 10px;
}
.twoColFixLtHdr #nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #nav a:hover {
	color:#7B0D00;
	text-decoration:none;
}
.twoColFixLtHdr #nav a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.twoColFixLtHdr #line {
	height: 9px;
	padding: 0px;
	top: 123px;
	position: absolute;
	width: 975px;
}
.sidebar1Float {
	float:left;
	width:170px;
}
.twoColFixLtHdr #sidebar1 {
	float: none; /*since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 511px;
	font-weight: bold;
	z-index: 99;
	margin: 0px;
	top: 0px;
	position: absolute;
	/*background-color:#FFCCCC;*/
}
#pageTtl {
	padding: 15px 0 0 0;
	width: 170px;
	font-size:14px;
	color: #D77B00;
	/*background-color:#FFCCCC;
	border:#99FF00 thin solid;*/
}
#ttl {
	position: absolute;
	margin-top: 0px;
}
#subTtl {
	position: absolute;
	margin-top: 18px;
}
.spaceTxt {
	letter-spacing: 0.15em;
}
.whtTxt {
	color: #FFFFFF;
}
.orgTxt {
	color: #D77B00;
}
#galleryNum a:link, #galleryNum a:visited, #galleryNum a:hover, #galleryNum a:active {
	color: #D77B00;
	font-weight: bold;
	font-size: 1.5em;
}
#navPort {
	position: absolute;
	top: 58px;
	width: 170px;
	/*background-color:#FFCCCC;
	border:#99FF00 thin solid;*/
}
.menu {
	font-size: 14px;
	line-height: 180%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	left: 185px;
	position:relative;
	padding: 0px 0 0 0px;
	height: 496px;
	width: 785px;
	top: 0px; /*139px;*/
	text-align: center;
	/*background-color:#FFCC99;*/
} 
#animation {
	margin: 0 0 0 185px;
	width: 600px;
	height: 490px;
	text-align: center;
	padding: 30px 0 0 0;
	/*background-color:#99CCFF;*/
}
.twoColFixLtHdr #contentContainer {
	margin: 0px;
	padding: 0px;
	height: 511px;
	width: 975px;
	position: absolute;
	top: 132px;
} 

.twoColFixLtHdr #footerContainer {
	padding: 0px;
	top: 650px;
	height: 140px;
	text-align: left;
	width: 975px;
	position: absolute;
} 
.twoColFixLtHdr #footerTop {
	padding: 0px;
	/*top: 650px;*/
	height: 120px;
	text-align: left;
} 

.twoColFixLtHdr #footerMid {
	padding: 10px 0 10px 0;
	margin: 0px;
	top: 750px;
	height: 20px;
	text-align: right;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
.twoColFixLtHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*TESTIMONAL STYLES*/
/*#simpleCarousel .testQuoteLA {*/
#testQuoteLA {
	position: absolute;
	left: 170px;
	top: 0px;
	width: 28px;
}
/*#simpleCarousel .testQuoteRA {*/
#testQuoteRA {
	position: absolute;
	left: 425px;
	width: 28px;
	top: 0px;
}
.slide {display: none;}
.quoteSymbols {display: none;}

/*#simpleCarousel div, #simpleCarouselmain div {
position: absolute;
margin:0 auto;
padding: 0;
height: 120px;
width: 450px;
left: 0px;
top: 0;
}
#simpleCarousel .slide, #simpleCarouselmain .slide {
position: absolute;
height: 120px;
margin:0 auto;
}*/
.test {
	position: absolute;
	left: 198px;
	width: 220px;
	padding: 25px 0 0 0;
	height:95px;
	margin:0 auto;
	top:0px;
	font-size: 12px;
	text-align: justify;
}
.testAuthor {
	font-weight:bold;
	font-style:italic;	
}