@charset "utf-8";
body  {
	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;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: #eeeeee;
	background-image: url(webimages/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana,arial;
	font-size: 100.01%;
}
.thrColFixHdr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-color: #DDDDDD;
	background-image: url(webimages/header1.jpg);
	background-repeat: no-repeat;
	padding-left: 44px;
} 
.thrColFixHdr #header h4 {
	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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 34px;
}

.thrColFixHdr #header h4 a:link {
	color: #ffffff;
	text-decoration: none;
}
.thrColFixHdr #header h4 a:visited {
	color: #ffffff;
	text-decoration: none;
}	
.thrColFixHdr #header h1 {
	font-family: tahoma;
	font-size: 15px;
	color: #CCCCCC;
	margin: 0px;
}

.thrColFixHdr #logo h4 {
	padding-top: 115px;
	text-decoration: none;
	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar1 h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar1 p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.thrColFixHdr #sidebar1 a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: normal;
	line-height: normal;
	white-space: normal;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.thrColFixHdr #sidebar1 a:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #ff7e00;
}
.thrColFixHdr #sidebar1 a:visited {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #ff7e00;
	text-decoration: none;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0;
	color: #333333;

}
.thrColFixHdr #sidebar2 p {
	color: #ff7e00;
	padding-top: 0;
	padding-bottom: 3px;
	margin: 0;
}
.thrColFixHdr #sidebar2 h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0;
}
.thrColFixHdr #sidebar2 h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar2 table {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #sidebar2 a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.thrColFixHdr #sidebar2 a:hover {
	text-decoration: underline;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0;
	background-color: #FFFFFF;
	color: #333333;

}
.thrColFixHdr #sidebar3 p {
	color: #ff7e00;
	padding-top: 0;
	padding-bottom: 3px;
	margin: 0;
}
.thrColFixHdr #sidebar3 h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0;
}
.thrColFixHdr #sidebar3 h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar3 table {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #sidebar3 a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
.thrColFixHdr #sidebar3 a:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent {
	width: 400px;
	margin-top: 15px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
.thrColFixHdr #mainContent p{
	font-size: 12px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent h2{
	color: #333333;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent h3{
	color: #333333;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent ul{
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #mainContent table {
	font-size: 100%;
	color: #333333;
}	
.thrColFixHdr #mainContent a {
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:visited {
	color: #000000;
}
.thrColFixHdr #mainContenthome {
	width: 890px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 25px;
} 
.thrColFixHdr #mainContenthome h2{
	padding-left: 10px;
}
.formhome {
	width: 800px;
	height: 300px;
	background-image: url(/webimages/formhomebg1.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin-left: 15px;
}
.formhome2 {
	width: 800px;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.formhome2 p{
	padding-top: 0;
	margin-top: 0;
}
.formhome #col1 {
	width: 250px;
	float: left;
	margin: 0;
	padding-left: 5px;
	padding-top: 10px;
}
.formhome #col1 img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.formhome #col1 form {
	margin: 0 0 0 -20px;
	padding: 0px;
}
.formhome #col1 p {
	font-size: 9px;
	margin-left: 10px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.formhome #col2 {
	width: 550px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -15px;
	padding-top: 15px;
}
.formhome #col2 p{
	padding-top: 0;
	margin-top: 0;
	padding-right: 20px;
	font-size: 12px;
}
.formhome #col2 h2{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.formhome2 .col3 {
	width: 368px;
	height: 100px;
	float: left;
	margin: 5px;
	padding: 10px;
	border: 0;
}
.formhome2 .col3 p{
	padding-top: 0;
	margin-top: 0;
	font-size: 0.6em;
}
.formhome2 .col3 h3{
	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
}
.formhome2 .col3 img{
	float: left;
	padding-right: 15px;
}
.thrColFixHdr #Gateway {
	width: 390px;
	margin-top: 15px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #Gateway p {
	padding-left: 10px;
	font-size: 12px;
}
.thrColFixHdr #Gateway h2 {
	color: #333333;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
}
.thrColFixHdr #Gateway h3 {
	color: #333333;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0088fe;
	border-bottom-color: #0088fe;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.thrColFixHdr #Gateway table {
	font-size: 100%;
	color: #333333;
}
.thrColFixHdr #listingContent {
	width: 580px;
	margin-top: 35px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #listingContent h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #listingContent h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #listingContent h5 {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #listingContent h5 a {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.thrColFixHdr #listingContent h5 a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #FF7e00;
	text-decoration: underline;
}
.thrColFixHdr #listingContent h5 a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #FF7e00;
	text-decoration: underline;
}
.thrColFixHdr #listingContent h6 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0289fc;
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #listingContent p {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-left: 150px;
}
.thrColFixHdr #listingContent a {
	font-family: tahoma;
	font-size: 10px;
	color: #ff7e00;
	text-decoration: none;
}
.thrColFixHdr #listingContent a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #ff7e00;
	text-decoration: underline;
}
.thrColFixHdr #listingContent img {
	float: left;
	height: 100px;
	width: 133px;
}
.thrColFixHdr #pageContent {
	width: 580px;
	margin-top: 35px;
	margin-right: 220px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #pageContent h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #pageContent h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
	padding-left: 15px;
}
.thrColFixHdr #pageContent p {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	padding-left: 30px;
}
.thrColFixHdr #pageContent ol {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}
.formbg {
	background-image: url(webimages/formbg.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 75px;
	padding-left: 10px;
	padding-top: 22px;
}
.formbg2 {
	background-image: url(webimages/formbg2.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 75px;
	padding-top: 22px;
	padding-left: 10px;
}
.thrColFixHdr #footer {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #949494;
	background-image: url(webimages/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #footer a {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #footer table {
	padding-bottom: 10px;
}
	
.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;
}
.musclebg {
	background-image: url(webimages/border.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.musclebgtop {
	background-image: url(webimages/bordertop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
.musclebgbot {
	background-image: url(/webimages/borderbot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 20px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 216px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #333333;
	background-position: top;
}
.thrColFixHdr #sidebar3 p {
	color: #ff7e00;
}
.thrColFixHdr #sidebar3 h2 {
	font-family: tahoma;
	color: #333333;
	font-size: 14px;
	padding-left: 25px;
}
.thrColFixHdr #sidebar3 h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(webimages/titlebg.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}
.thrColFixHdr #sidebar3 a {
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	padding-left: 25px;
}
.thrColFixHdr #sidebar3 a:hover {
	text-decoration: underline;
}
.thrColFixHdr #imgandtxt {
	width: 300px;
	height: 120px;
}
.thrColFixHdr #imgandtxt img {
	float: left;
	padding-left: 10px;
}
.thrColFixHdr #imgandtxt p {
	padding-left: 120px;
	padding-top: 40px;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.thrColFixHdr #imgandtxt a:link {
	text-decoration: none;
	color: #333333;
}
.thrColFixHdr #imgandtxt p a:hover {
	text-decoration: underline;
}
.thrColFixHdr #imgandtxt a:visited {
	text-decoration: none;
	color: #333333;
}
.thrColFixHdr #advan_1 {
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 175%;
	margin: 15px 0 0 0;
}
.thankyou {
	width: 500px;
}
.thankyou #colo1 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
.thankyou #colo2 {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #adv_list {
	margin-left: 25px;
}
.thrColFixHdr #adv_list img {
	margin-left: -25px;
}
.thrColFixHdr #adv_list h3 {
	margin-left: -25px;
}
.thrColFixHdr #adv_list a {
	color: #000000;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.thrColFixHdr #adv_list a:hover {
	color: #06F;
	text-decoration: underline;
}
.thrColFixHdr #adv_list a:visted {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.thrColFixHdr #adv_slist {
	margin-left: 25px;
}
.thrColFixHdr #adv_slist a {
	color: #000000;
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.thrColFixHdr #adv_slist a:hover {
	color: #06F;
	text-decoration: underline;
}
.thrColFixHdr #adv_slist a:visted {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.adv_1 {
	line-height: 175%;
}
.adv_2 {
	line-height: 175%;
}
.adv_3 {
	line-height: 175%;
}
.adv_4 {
	line-height: 175%;
}
.headlinkad {
	padding: 5px 0 5px 20px;
	margin: 0;
}

