@charset "utf-8";
/* CSS Document */
h1{
	color:#000;
	font-size:9px;
}
h2{
	color:#c37c13;
	font-size:18px;
	font-weight:normal;
}
h3{
	color:#c37c13;
	font-size:11px;
	font-weight:bold;
	margin: 0;
	padding:0;
}
.quote1{
	width: 250px;
	margin:5px;
	background-image:url(images/quoteBar.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.quote2{
	color:#c37c13;
	font-size:17px;
	line-height:110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:2px;
	background-image:url(images/quoteBar.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.video{
	height:240px;
}
.caption {
	width: 250px;
	margin: 5px;
	padding: 2px;
	font-size:9px;
}
.caption p{
	margin:5px 0 0 0;
	padding:0;
}
#textcontent.caption h2 {
	color:#c37c13;
	font-size:11px;
	font-weight:bold;
}
#navcontainer {
width:100%;
margin: 0;
padding: 0;
vertical-align:bottom;
}
#navcontainer ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: block;
text-align: left;
padding: 0 0 0 0;
margin: 0;
}
#navcontainer ul ul li{
margin: 0 0 0 15px;
}
#navcontainer ul ul ul li{
margin: 0 0 0 30px;
}
#navcontainer ul li a {
padding: 5px 22px 5px 12px;
margin: 0;
color: #eeeeee;
text-decoration: none;
display: block;
font-family: "Avant Garde", "Century Gothic", verdana, arial, sanf-serif;
font-size: 13px;
}
#navcontainer ul li a:hover {
background: url(images/goldBox.gif);
background-position:center left;
background-repeat: no-repeat;
color: #c37c13;
}
#navcontainer li.active a {
background: url(images/goldBoxBorder.gif);
background-position:center left;
background-repeat: no-repeat;
color: #c37c13;
}
#navcontainer ul li.active a:hover {
background: url(images/goldBox.gif);
background-position:center left;
background-repeat: no-repeat;
color: #c37c13;
}

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: #000000;
}
.twoColFixLt #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:130%;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px;
}
.twoColFixLt #rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* 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. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #textContent { 
	margin: 0; 
	background:#e7e8e9;
	color:#111111;
} 
.twoColFixLt #textColumn { 
	margin: 0 280px 0 0; /* 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. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#e7e8e9;
	color:#111111;
} 
.twoColFixLt #textColumnBLK { 
	margin: 0 280px 0 0; /* 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. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#000000;
	color:#FFFFFF;
} 
.twoColFixLt #footer {
	padding: 20px;
	color:#e7e8e9;
}
.twoColFixLt #footer #right{
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
}
.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;
}
.center { text-align:center;}
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->