@charset "utf-8";
/* CSS Document */

<style type="text/css"> 

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	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;
}


.thrColFix #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: lighter;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 700px;
} 
.thrColFix #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 254px; /* 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: #FFFFFF;
	position: relative;
	padding: 0px;
}
/*Content for possible links solution */
 
.thrColFix #sidebar .spacer{
	height: 333px;
	float: right;
	width: 233px; /* visual effect only */
	clear: both;
	padding-top: 50;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	font-style: italic;
	line-height: 2em;
	padding-bottom: 30px;
	/*background-color: #FDDFAC;*/
} 
/*.thrColFix #sidebar #spacer p , h1{
	background-color: #FDDFAC;
	width: 200px;
	padding-top: 50;
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	line-height: 1.1em;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 10px;
}*/
.thrColFix #mainContent {
	width: 768px;
	height: 575px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.thrColFix #mainContent .FlashBox{
	height: 575px;
	width: 250px;
	clear: left;
	float: left;
	margin-right: 25px;
	border-right-color: #faa61a;
	border-right-width: 1px;
	border-right-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.1em;
	font-weight: bold;
	/*background-color: #FAA61A;*/
}
.thrColFix #mainContent .FlashBoxIndex {
	height: 575px;
	width: 250px;
	clear: left;
	float: left;
	border-right-color: #faa61a;
	border-right-width: 1px;
	border-right-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: normal;
}

#container #mainContent .FlashBox h1 {
	text-align: right;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	font-size: 22px;
	font-weight: bolder;
	color: #faa61a;
	padding-right: 22px;
	text-indent: 22px;
	background-color: #FDDFAC;
}
#container #mainContent .FlashBox p {
	text-align: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 16px;
	font-size: medium;
	font-weight: normal;
	padding-right: 22px;
	padding-left: 0px;
	float: right;
	width: 217px;
}
.thrColFix #mainContent .CopyContent {
	width: 445px;
	height: 575px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	float: left;
	text-align: left;
	line-height: 1.4em;
	word-spacing: normal;
	overflow: hidden;
}
.thrColFix #mainContent .CopyContentIndex {
	width: 445px;
	height: 575px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	float: left;
	text-align: left;
	line-height: 1.4em;
	word-spacing: normal;
	background-image: url(../images/IntorDivEye.png);
	padding-left: 25px;
	background-repeat: no-repeat;
}


.thrColFix #mainContent .CopyContent .jumpline {
	width: 450px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	float: left;
	text-align: right;
	font-style: oblique;
	line-height: 25px;
	font-variant: small-caps;
	text-indent: 25px;
	white-space: pre;
}
.thrColFix #mainContent .CopyContent .PeoplePics {
	width: 90px;
	height: 115px;
	float: left;
	text-align: left;
	margin-right: 15px;
}
.thrColFix #mainContent .CopyContent .imageSpan {
	height: 573px;
	overflow: hidden;
	width: 410px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColFix #container #mainContent .ContactForm form .ContentCopy strong {
	color: #F00;
}





.thrColFix #mainContent .Contact {
	zoom: 1;
	height: auto;
	width: 200px;
	float: right;
	line-height: normal;
	white-space: normal;
	text-align: left;
	padding-left: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-right: 10px;
	background-color: #faa61a;
	margin-bottom: 25px;
	clip: rect(auto,auto,10%,auto);
}

.thrColFix #mainContent .Contact a {
	color: #000;

}
.thrColFix #mainContent .Contact a:hover {
	color: #FFF;
}
.thrColFix #mainContent .ContactForm {
	zoom: 1;
	height: 575px;
	width: 445px;
	float: left;
	line-height: normal;
	white-space: normal;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-right: 25px;
	clip: rect(auto,auto,auto,auto);
}
.thrColFix #mainContent .ContactForm .submit {
	zoom: 1;
	height: 45px;
	width: 432px;
	float: left;
	line-height: normal;
	white-space: normal;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
}







.thrColFix #contentwrap{
	width: 255px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: right;
	height: 768px;
} 
.thrColFix #contentwrap #content{
	float: left;
} 
.thrColFix #footer {
	float: left;
	clear: both;
	text-align: right;
	text-indent: 15px;
	position: static;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: auto;
	visibility: visible;
	width: 1000px;
}
.thrColFix #footer .LogoBox {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	clear: right;
	width: 255px;
	position: static;
	z-index: auto;
	page-break-after: always;
	text-align: right;
	text-indent: 0px;
}
.thrColFix #footer .foot_content {
	float: left;
	clear: none;
	text-align: right;
	text-indent: 15px;
	position: static;
	font-family: Tahoma, Geneva, sans-serif;
	visibility: visible;
	width: 697px;
	margin-top: 78px;
}


.thrColFix #container #mainContent #footer strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F93;
}

#links{
	clear: both;
	height: 5%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: red;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	color: FAA61A;
}

.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 */
	height:0;
	font-size: 1px;
	line-height: 0px;
	float: left;
}
.thrColFix #mainContent#Footer {
	margin-right: 220px;
	width: 768px;
}
.Mango {
	color: #FAA61A;
}
.thrColFix #container #mainContent .CopyContentIndex h2 {
	color: #FAA61A;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
