@charset "utf-8";
/* CSS Document */
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/body-bg.jpg);
}
* {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	list-style-type: none;
}
#container {
	width: 950px;
	margin: auto; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
} 
.top-bg {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	height: 302px;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-image: url(../images/body-bg.jpg);
} 
#container #header img {

}

#header .menu2  {
	padding-top: 0px;
	margin-top: 122px;
	margin-right: 26px;
}
#header .menu2 li  {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .menu2 li a  {
	font-size: 0.75em;
	color: #DFDFDF;
	line-height: 1.2em;
	text-transform: uppercase;
	background-color: #171A23;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	float: right;
	text-decoration: none;
	font-weight: bold;
}
#header .menu2 li a:hover {
	color: #FFE18F;
	text-decoration: none;
	background-color: #000;
}
#content-holder {
	width: 100%;
	background-image: url(../images/content-holder-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main-content {
	background-image: url(../images/content-bg.jpg);
	background-position: right top;
	color: #313131;
	padding-right: 10px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
}
#breadcrumbs {
	font-size: 0.7em;
	height: 20px;
	text-align: right;
	margin-right: 39px;
	margin-bottom: 5px;
	margin-top: 24px;
	color: #999999;
}
#main-content  p  {
	margin-left: 30px;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-right: 39px;
	margin-bottom: 20px;
}
#main-content ul li{
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 37px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin-right: 39px;
	margin-bottom: 0px;
}
#content-holder tr #main-content .list-spaced li {
	margin-bottom: 10px;
}
#main-content p .black{
	color: #000;
}

#main-content ol li{
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 57px;
	margin-right: 39px;
	margin-bottom: 0px;
	list-style-type: decimal;
}
#main-content ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-content strong {
	color: #C00;
}
#main-content  h2  {
	font-size: .8em;
	color: #069;
	margin-right: 39px;
	margin-left: 30px;
	margin-bottom: 14px;
	margin-top: 0px;
	line-height: 1.3em;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
#main-content  h3  {
	font-size: 0.75em;
	color: #000;
	margin-right: 39px;
	margin-left: 30px;
	margin-bottom: 14px;
	margin-top: 0px;
	line-height: 1.3em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#main-content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #069;
	margin-top: 15px;
	margin-right: 39px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

#main-content .content-container {
	width: 742px;
}
.float-right {
	float: right;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin-right: 39px;
	margin-top: 0px;
	font-size: 0.7em;
}
.float-right img {
	margin-bottom: 4px;
}

.float-right2 {
	float: right;
	margin-bottom: 5px;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 30px;
}
.margin-right {
	margin-right: 50px;
}

.img-border1 {
	border: 1px solid #CCCCCC;
}
.img-border2 {
	border: 1px solid #666;
}
#content-holder  #sidebar1 {
	width: 162px;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	padding-bottom: 150px;
	background-image: url(../images/sidebar-bg.jpg);
}
#sidebar1 h1 {
	font-size: 0.75em;
	color: #FFE18F;
	text-transform: uppercase;
	padding-top: 14px;
	padding-right: 26px;
	padding-bottom: 4px;
	padding-left: 26px;
}

#sidebar1  /* CSS Document */
.menu1    li   a  {
	padding-right: 18px;
	padding-left: 4px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #FFF;
	margin-left: 25px;
	width: 113px;
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CD0129;
}
#sidebar1 .menu1     li  a:hover {
	color: #FFBA5B;
}


#sidebar1 img {
	margin-top: 11px;
	margin-left: 24px;
}



#main-content    a, #main-content a:visited  {
	color: #C00;
	text-decoration: underline;
}

#container #main-content a:hover {
	color: #03F;
	text-decoration: none;
}
.red {
	color: #FF0000;
}
#sidebar1 .menu1 li .green {
	color: #C6FF5B;
	font-weight: bold;
}

#footer {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	color: #888888;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
} 
#footer   a, #footer a:visited   {
	color: #888888;
	text-decoration: underline;
}
#footer  a:hover   {
	color: #FFBA5B;
	text-decoration: none;
}

#footer p {
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 240px;
	color: #887178;
}
#footer ul {
	text-align: center;
	margin-bottom: 3px;
}#footer li {
	display: inline;
	list-style-type: none;
	color: #806932;
	margin-right: 1px;
	margin-left: 1px;
}
#footer  li  a, #footer li a:visited {
	color: #888888;
}
#footer li a:hover {
	color: #FFBA5B;
	text-decoration: none;
}
#container #footer-border {
	background-color: #283809;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}

#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #E7E5D4;
	margin-left: 30px;
	width: 709px;
	background-color: #EFEFEF;
	margin-bottom: 0px;
	font-size: 0.75em;
}
.form-left-column {
	text-align: right;
	width: 33%;
}
.validation-summary {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 3px;
}
.form-right-column {
	text-align: left;
	padding-left: 3px;
}
.form-container input {
	height: 18px;
	width: 212px;
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	background-color: #FFFFFF;
}
.form-container textarea {
	height: 70px;
	width: 212px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}


input.form-submit {
	background-color: #CCCCCC;
	height: 20px;
	width: 86px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #890D01;
	color: #FFFFFF;
}
#SendToWhom, #PhoneNumber, #FullName, #EmailAddress , #Subject{
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.form-container .form-required-key {
	width: 212px;
	text-align: center;
	color: #069;
}
.watermarked {
	color: #999;
}

.table-2col {
	width: 709px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	text-align: left;
	line-height: 1.3em;
}
#main-content .table-2col p {
	margin-right: 0px;
}

.video-padding {
	padding-top: 4px;
}
.table-photos {
	width: 709px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	border: 1px dotted #CCC;
}
#main-content .table-photos ul li    {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1em;
}

.table-photos td{
	vertical-align: top;
	color: #666;
	text-align: center;
	font-size: 0.75em;
}
.25percent-width {
	width: 25%;
}
.33percent-width {
	width: 33%;
}

#main-content .table-photos img {
	margin-top: 20px;
	margin-bottom: 2px;
}

.table-photos tr td strong {
	color: #333;
	text-align: center;
}

#main-content .horizontal-rule {
	width: 545px;
	margin-left: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
#main-content .table-2col tr .table-2col-left-cell strong    {
	color: #666;
}

.caption-head {
	font-weight: bold;
}
#video {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 327px;
}
.top-bg #container #content-holder tr #main-content #video noscript #FLVPlayer {
	border: 1px solid #CCC;
}
table#chart {
	width: 709px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	background-color: #FFF;
	color: #313131;
	font-size: 0.75em;
}

#chart   .col-01 {

}
#chart   .col-02 {


}
#chart  .col-03 {

}
#chart  .col-04 {

}
#chart  th {
	text-align: left;
	background-color: #069;
	color: #FFFFFF;
	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: #069;
	border-right-color: #069;
	border-bottom-color: #999999;
	border-left-color: #069;
	padding: 5px;
	font-size: 12px;
}
#chart tr.odd-row {


}
#chart td {
	border: 1px solid #D7DFDC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	vertical-align: top;
}
#chart  tr:hover {
	background-color: #DBF3FB;
}
#chart   .head    , #chart .head:hover{
	background-color: #DFE6EC;
	color: #666;
	border: 1px solid #D7DFDC;
	font-weight: bold;
}
#chart   .sub-head    , #chart .sub-head:hover{
	background-color: #EFEFEF;
}
.twoColFixLtHdr #container #mainContent #chart .sub-head strong {
	font-size: 12px;
	color: #46607B;
}
#chart strong {

}
#mainContent #chart .col1 {
	background-color: #C2D2DA;
	color: #666666;
}
#main-content p .highlight1 , #main-content p .highlight1:visited{
	display: block;
	width: 323px;
	color: #FFF;
	text-decoration: none;
	background-color: #26B48C;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px;
}
#container #main-content p .highlight1:hover {
	text-decoration: none;
	background-color: #EF0133;
	color: #FFF;
}
