@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	background: white;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585A5B;
}

.thrColFixHdr #fullcontainer { 
	background-color: rgb(245,130,0);
	width: 100%;
	height: 566px;
	margin: 0 0px 0 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColFixHdr #container { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 612px;
	background-image:url(../images/general_right.png);
	background-position: right top;
	background-repeat:no-repeat;
	background-color: white;
	margin: 0 0px 0 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid black;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
    width: 300px;
    height: 120px;
    background-image: url(../images/general_logo.png);
    background-position: left 10px ;
	background-repeat: no-repeat; 
	border: 0px solid black;
	padding: 0px 0px 0 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. */
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 118px; /* 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 */
	height: 440px;
	background-image: url(../images/general_left.png);
	background-position: right 10px ;
	background-repeat: no-repeat; 
	border: 0px solid black;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent { 
   	width: 800px;
	height: 440px;	
	margin: 10px 118px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid black;
}

.thrColFixHdr #picture {
	float: left; /* since this element is floated, a width must be given */
	width: 238px; /* 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 */
	height: 440px;
	border: 0px solid black;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #textInfo {
	width: 371px; /* 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 */
	height: 440px;	
	float: left; /* since this element is floated, a width must be given */	
	border: 0px solid black;
	margin: 0 0px 0 15px;
	padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #textInfoClass {
	font-size: 4pt;
	color: #969392;
	text-align: left;
}

.thrColFixHdr #footer { 	
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: white;
	border: 0px solid black;
} 
.thrColFixHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #link1{ 
	position:absolute;
    height: 20px;
	width: 60px;
	margin: 0px 550px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid black;
}

.thrColFixHdr #link2{ 
	position:absolute;
    height: 20px;
	width: 60px;
	margin: 0px 610px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid black;
}
.thrColFixHdr #link3{ 
	position:absolute;
    height: 20px;
	width: 60px;
	margin: 0px 690px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid black;
}
.thrColFixHdr #link4{ 
	position:absolute;
    height: 20px;
	width: 60px;
	margin: 0px 760px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid black;
}

.thrColFixHdr #link5{ 
	position:absolute;
    height: 20px;
	width: 200px;
	margin: 0px 810px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid black;
}

.thrColFixHdr #arrowL {
	height: 24px;
	width: 23px;
	padding: 5px 2px;
	cursor: pointer;
}

.thrColFixHdr #arrowR {
	height: 24px;
	width: 23px;	
	padding: 5px 2px;
	cursor: pointer;	
}

.thrColFixHdr #button1 {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}
/*
.thrColFixHdr #button1:hover {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button_over.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}*/

.thrColFixHdr #button2 {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}
/*
.thrColFixHdr #button2:hover {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button_over.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}*/

.thrColFixHdr #button3 {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}
/*
.thrColFixHdr #button3:hover {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button_over.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}*/

.thrColFixHdr #button4 {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}
/*
.thrColFixHdr #button4:hover {
	width: 72px;
	height: 71px;
	cursor: auto;	
	background-image:url(../images/button_over.png);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 33px;
	float:inherit;
}*/

.thrColFixHdr #sidelink {
	margin: 35px 0px 0px 5px;
}

.thrColFixHdr #sidelink1 {
	text-decoration:none;
	color: rgb(194,193,193);
}

/*.thrColFixHdr #sidelink1:hover {
	text-decoration:none;
	color: white;
}*/

.thrColFixHdr #sidelink2 {
	text-decoration:none;
	color: rgb(194,193,193);
}

/*.thrColFixHdr #sidelink2:hover {
	text-decoration:none;
	color: white;
}*/

.thrColFixHdr #sidelink3 {
	text-decoration:none;
	color: rgb(194,193,193);
}

/*.thrColFixHdr #sidelink3:hover {
	text-decoration:none;
	color: white;
}*/

.thrColFixHdr #sidelink4 {
	text-decoration:none;
	color: rgb(194,193,193);
}

.thrColFixHdr #sidelink5 {
	text-decoration:underline;
	color: rgb(88,91,91);
}

.thrColFixHdr #sidelink5:hover {
	text-decoration:underline;
	color: rgb(245,130,0);
}

.thrColFixHdr #sidelink6 {
	text-decoration:underline;
	color: rgb(88,91,91);
	font-size:11pt;
}

.thrColFixHdr #sidelink6:hover {
	text-decoration:underline;
	color: rgb(245,130,0);
}

.thrColFixHdr #sidelink7 {
	text-decoration:underline;
	color: rgb(88,91,91);
	font-size:11pt;	
}

.thrColFixHdr #sidelink7:hover {
	text-decoration:underline;
	color: rgb(245,130,0);
}

.thrColFixHdr #sidelink8 {
	text-decoration:underline;
	color: rgb(88,91,91);
	font-size:11pt;	
}

.thrColFixHdr #sidelink8:hover {
	text-decoration:underline;
	color: rgb(245,130,0);
}

.thrColFixHdr #sidelink9 {
	text-decoration:underline;
	color: rgb(88,91,91);
}

.thrColFixHdr #sidelink9:hover {
	text-decoration:underline;
	color: rgb(245,130,0);
}


/*.thrColFixHdr #sidelink4:hover {
	text-decoration:none;
	color: white;
}*/

.thrColFixHdr #bottomlink1 {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #bottomlink1 {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #bottomlink1:hover {
	text-decoration:none;	
	color: rgb(245,130,0);
}

.thrColFixHdr #bottomlink2 {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #bottomlink2:hover {
	text-decoration:none;	
	color: rgb(245,130,0);
}

.thrColFixHdr #bottomlink3 {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #bottomlink3:hover {
	text-decoration:none;	
	color: rgb(245,130,0);
}

.thrColFixHdr #bottomlink4 {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #bottomlink4:hover {
	text-decoration:none;	
	color: rgb(245,130,0);
}

.thrColFixHdr #bottomlink5 {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #bottomlink5:hover {
	text-decoration:none;	
	color: rgb(245,130,0);
}

.thrColFixHdr #externallink {
	text-decoration:none;
	color: rgb(88,90,91);
}

.thrColFixHdr #externallink:hover {
	text-decoration:underline;	
	color: rgb(245,130,0);
}

.thrColFixHdr #externalink:visited {
	text-decoration:none;	
	color: rgb(88,90,91);
}

 A:visited {text-decoration: none; color:#F58200;} 
 A:active {text-decoration: none} 
 A:hover {text-decoration: underline; color: #F58200;} 

a {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

.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;
}

.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 0px solid black;	
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #textDiv {
	float: left; /* since this element is floated, a width must be given */
	height: 440px;
	width: 274px; /* 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 */
	border: 1px solid black;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
