@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	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: #F90;
}
.header {
	background-image: url(../Pic/option_1_1.png);
	height: 157px;
	width: 1280px;
	background-repeat: no-repeat;
	background-position: 130px top;
	} 
	
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 

.thrColAbs #sidebar1 {
	position: absolute;
	top: 157px;
	left: 0px;
	width: 1278px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 43px;
	background-image: url(../Pic/menu1_bg.gif);
	text-align: center;
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 10px;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: auto;
	left: 124px;
	visibility: visible;
	z-index: 1000;
}

.thrColAbs #sidebar2 img{

    border:0;
	
}

.thrColAbs #logoDown{
	position: absolute; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	left: 31px;
	visibility: visible;
	top: 533px;
	background-image: url(../Pic/logo_down.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 334px;
	height: 151px;
}
.thrColAbs #mainContent {
	margin-top: 43px;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 20%;
	padding-top: 20px;
	padding-bottom: 0;
	background-image: url(../Pic/bg_col.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 30px;
	padding-left: 50px;
	height: auto;
}
.tableText {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	margin-top: 20%;
	margin-bottom: 20%;
	margin-left: 20%;
	line-height: 15px;
	text-decoration: none;
}

.tableText_right {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	margin-top: 20%;
	margin-bottom: 0%;
	margin-left: 0%;
	line-height: 15px;
	margin-right: 20px;
	text-decoration: none;
}

.tableText_center {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 20px;
	line-height: 15px;
	margin-right: 20px;
	text-decoration: none;
}
.tableText_centerCredit {
	width:350px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	text-align: left;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 20px;
	line-height: 15px;
	margin-right: 20px;
	text-decoration: none;
}
a.title:link {
	text-decoration:none;
	color:#FFEDA7;
}      /* unvisited link */
a.credit:link {
	text-decoration:none;
	color:#FFEDA7;
}      /* unvisited link */
a.credit:visited {
    text-decoration:none;
    color:#FFEDA7;
}  /* visited link */
a.myNav:link {
	text-decoration:none;
	color:#FFFFFF;
}      /* unvisited link */
a.myNav:visited {
    text-decoration:none;
    color:#FFEDA7;
}  /* visited link */
a:active{
	text-decoration:#FFEDA7;
}  /* selected link */

.pic{
	text-align: center;
	width: 300px;
	margin-left: 40px;
}
.picCredit{
	text-align: center;
	height: 80px;
	width: 100px;
	clip: rect(auto,auto,auto,50px);
}
.footer {
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 20%;
	padding-bottom: 0;
	padding-right: 30px;
	padding-left: 0px;
	height: auto;
}
.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;
}

.footerText{
	color: #FFEDA7;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
}
