@charset "utf-8";
body  {
	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;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	background-color: #CCC;
}


.thrColFixHdr #container {
	width: 1000px;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 5px;
} 
.thrColFixHdr #header {
	height: 160px;
	padding: 0;
	background-image: url(../images/header_bg.jpg);
} 
.thrColFixHdr #container #header #nav_bar {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 1000px;
}
.thrColFixHdr #container #header #nav_bar ul {
	float: right;
	height: 35px;
	width: 999px;
	clear: none;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.thrColFixHdr #container #header #nav_bar li {
	float: left;
	list-style-type: none;
	padding-left: 8px;
	padding-top: 8px;
	font-weight: 700;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-bottom: 5px;
	padding-right: 5px;
}
.thrColFixHdr #container #header #nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
}



.thrColFixHdr #container #header #nav_bar .site_logo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 377px;
	float: left;
}

.thrColFixHdr #container #header #nav_bar a img{
	margin: 0px;
	padding: 0px;

}
.thrColFixHdr #container #header #header_alert {
	background-image: url(../images/alert_bar.jpg);
	height: 32px;
	width: 1000px;
	margin-top: 10px;
	background-position: left;
	position: relative;
}


.thrColFixHdr #container #header #header_alert form{
	position: relative;
	left: 750px;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #header #header_alert form input.text{
	width: 100px;
}

.thrColFixHdr #container #header #header_alert a {
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	position: relative;
	top: 5px;
	left: 165px;
	font-family: "Times New Roman", Times, serif;
	width: 600px;
	height: 25px;
	overflow: hidden;
	padding-top: 2px;
}

.thrColFixHdr #container #header #header_alert a:hover{
	text-decoration: underline;
}

.thrColFixHdr #container #header #header_img {
	width: 998px;
	height: 105px;
	background-position: top;
}
.thrColFixHdr #mainContent {
	float: left;
	width: 445px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 0;
} 
.thrColFixHdr #container #mainContent .main {
	font-size: 160%;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/main_header_top.jpg);
	background-position: 20px bottom;
}


.thrColFixHdr #container #mainContent .left_top_header {
	height: 45px;
	width: 450px;
	background-color: #FFFFFF;
}

.thrColFixHdr #container #mainContent .left_top_header {
	color: #003366;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .left_content_area {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.thrColFixHdr  #container  #mainContent  .left_cont_footer {
	height: 44px;
	width: 443px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/main_header_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thrColFixHdr #container #mainContent .left_cont_footer a {
	position: relative;
	top: 10px;
	left: 300px;
	text-decoration: none;
	font-size: 16px;
	width: 151px;
	font-weight: bold;
	color: #006699;
}

.thrColFixHdr #container #mainContent .left_cont_footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent .left_top_header2 {
	color: #003399;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/h2_main_header.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #003366;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p {
	margin-left: 10px;
}

.thrColFixHdr #right_bar {
	float: right; /* since this element is floated, a width must be given */
	width: 540px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar {
	float: left;
	width: 260px;
}

.thrColFixHdr #container #right_bar #left_right_bar .middad {
	padding: 25px;
	margin-left: 15px;
	margin-top: 45px;
}


.thrColFixHdr #container #right_bar #left_right_bar a {
	text-decoration: none;
}



.thrColFixHdr #container #right_bar #left_right_bar .main {
	font-size: 140%;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/main_header_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thrColFixHdr #container #right_bar #left_right_bar h2 {
	font-size: 100%;
	color: #003366;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.thrColFixHdr #container #right_bar #left_right_bar .left_right_header {
	background-image: url(../images/center_head.gif);
	background-repeat: no-repeat;
	color: #003399;
	font-size: 150%;
	height: 35px;
	margin: 0px;
	text-indent: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area {
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	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: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area .content {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area p.date {
	text-align: right;
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_footer {
	height: 28px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_footer a {
	position: relative;
	left: 167px;
	top: 5px;
	width: 75px;
	font-weight: bold;
	text-decoration: none;
}

.thrColFixHdr #container #right_bar #left_right_bar .left_right_footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #right_bar #left_right_bar .blog {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

.thrColFixHdr #container #right_bar #left_right_bar .blog li{
	list-style-type: none;
}

.thrColFixHdr #container #right_bar #left_right_bar .blog .subject {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.thrColFixHdr #container #right_bar #left_right_bar .blog a{
	color: #006699;
	font-weight:600;
}

.thrColFixHdr #container #right_bar #left_right_bar .blog a:hover{
	color: #333333;
	text-decoration: underline;
}


.thrColFixHdr #container #right_bar #left_right_bar .blog .date {
	padding-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #999999;
	font-size: 80%;
}

.thrColFixHdr #container #right_bar #left_right_bar .equipment {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

.thrColFixHdr #container #right_bar #left_right_bar .equipment .product {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.thrColFixHdr #container #right_bar #left_right_bar .equipment .product a{
	color: #006699;
	font-weight:600;
}

.thrColFixHdr #container #right_bar #left_right_bar .equipment .product a:hover{
	color: #333333;
	text-decoration: underline;
}

.thrColFixHdr #container #right_bar #left_right_bar .equipment .text {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.thrColFixHdr #container #right_bar #left_right_bar .equipment li{
	list-style-type: none;
}


.thrColFixHdr #container #right_bar #right_right_bar {
	float: right;
	width: 260px;
	margin-left: 5px;
	padding-top: 40px;
	margin-top: 45px;
}
.thrColFixHdr  #container  #right_bar  #right_right_bar  .right_right_form_wrapper {
	margin-bottom: 15px;
	float: left;
}
.thrColFixHdr   #container   #right_bar   #right_right_bar   .right_right_form_wrapper  img.goog_ad{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-bottom: 10px;
}

.thrColFixHdr #container #right_bar #right_right_bar .right_top {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 54px;
	width: 93px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/submit_button.gif);
	float: left;
}

.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button input.button{
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button label {
	position: relative;
	bottom: 10px;
	left: 30px;
	font-weight: bold;
	color: #003399;
}


.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button label:focus{

}


.thrColFixHdr #container #right_bar #right_right_bar .right_top .text_field {
	background-image: url(../images/input_box.gif);
	background-repeat: no-repeat;
	height: 54px;
	float: left;
	width: 167px;
}
.thrColFixHdr #container #right_bar #right_right_bar .right_top .text_field input {
	left: 32px;
	top: 1px;
	height: 25px;
	width: 133px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 22px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 30px;
}

.thrColFixHdr #container #right_bar #right_right_bar .right_top .text_field input:focus {
	background-color: #FFFFFF;
}

.thrColFixHdr  #container  #right_bar  #right_right_bar  .right_top  .submit_button  {

}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area li {
	list-style-type: none;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area a {
	font-weight: bold;
	color: #003366;
}
.thrColFixHdr #container #right_bar #left_right_bar .center {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar #left_right_bar .center li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.thrColFixHdr #container #right_bar #left_right_bar .center li a{
	padding: 2px;
	display: block;
	font-size: 90%;
}

.thrColFixHdr #container #right_bar #left_right_bar .center li a:hover{
	background-color: #CCCCCC;
}

.thrColFixHdr #container #mainContent .left_content_area .images a {
	padding-right: 15px;
	margin-left: 15px;
	border: 1px solid #333333;
}



.thrColFixHdr #mainContent_2col {
	float: left;
	width: 715px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 0;
} 
.thrColFixHdr #container #mainContent_2col .main {
	font-size: 160%;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/main_header_top.jpg);
	background-position: 20px bottom;
}


.thrColFixHdr #container #mainContent_2col .left_top_header {
	background-image: url(../images/h1_main_header.jpg);
	background-repeat: repeat-x;
	height: 45px;
	width: 450px;
}

.thrColFixHdr #container #mainContent_2col .left_top_header {
	color: #003366;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.thrColFixHdr  #container  #mainContent_2col  .left_content_area  .border{
	border: 1px solid #666666;
}
.thrColFixHdr  #container  #mainContent_2col  .left_cont_footer {
	height: 44px;
	width: 713px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/main_header_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thrColFixHdr #container #mainContent_2col .left_cont_footer a {
	position: relative;
	top: 10px;
	left: 450px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.thrColFixHdr #container #mainContent_2col .left_cont_footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent_2col .left_top_header2 {
	color: #003399;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/h2_main_header.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .center_block_p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p {
	margin-left: 10px;
}
.thrColFixHdr #container #mainContent_2col .ad_large {
	width: 300px;
	float: left;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}



.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .text_logo {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr  #container  #mainContent_2col   .pspacer  {
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .ad_large {
	width: 300px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact ul {
	width: 500px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact .titles {
	width: 150px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact textarea {
	width: 300px;
	clear: none;
	float: left;
	height: 75px;
}



.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact li{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 500px;
}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact input{
	float: left;

}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact label {
	margin: 10px;
}



.thrColFixHdr #right_bar_2col {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.thrColFixHdr #container #right_bar_2col .main {
	font-size: 140%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #right_bar_2col h2 {
	font-size: 100%;
	color: #003366;
	background-color: #F0F0F0;
	background-image: url(../images/left_left_h2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}


.thrColFixHdr #container #right_bar_2col .header {
	background-image: url(../images/center_head.gif);
	background-repeat: no-repeat;
	color: #003399;
	font-size: 150%;
	height: 35px;
	margin: 0px;
	text-indent: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col  .content_area {
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col  .content_area .content {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar_2col  .content_area p.date {
	text-align: right;
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar_2col  .footer {
	background-image: url(../images/box_footers.jpg);
	background-repeat: repeat-x;
	height: 28px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col  .footer a {
	position: relative;
	left: 245px;
	top: 5px;
	width: 75px;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #container #right_bar_2col .content_area .nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col .content_area .nav a {
	color: #0033CC;
	text-decoration: none;
	font-size: 80%;
}


.thrColFixHdr #container #right_bar_2col  .footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #right_bar_2col .ad_large {
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}







.thrColFixHdr #footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #004C70;
	text-align: center;
} 
.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 #container #footer a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #container #right_bar #left_right_bar .xsl {
	
}
.thrColFixHdr #container #right_bar #left_right_bar .xsl h1{
	font-size: 120%;
	color: #666666;
	background-image: url(../images/main_header_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}
.thrColFixHdr #container #right_bar #left_right_bar .xsl p{
font-size:80%;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #right_bar #left_right_bar .xsl p.title{
	font-size:80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	}

.thrColFixHdr #container #right_bar #left_right_bar .xsl a.title{
	color: #006699;
	font-weight: bold;
}

.thrColFixHdr #container #right_bar #left_right_bar .xsl p.text{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

.thrColFixHdr #container #right_bar #left_right_bar .xsl p.date{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}.thrColFixHdr #container #mainContent .left_content_area .content_p .equip_left {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p .review {
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent .left_cont_footer .user_rated {
	margin-left: 20px;
	font-weight: bold;
	color: #003366;
	width: 200px;
	float: left;
}
.thrColFixHdr #container #mainContent .left_cont_footer .reviewer {
	font-size: 80%;
	color: #999999;
	text-align: right;
	margin-right: 10px;
	width: 432px;
}
.thrColFixHdr  #container  #mainContent  .left_cont_footer  a.right {
	margin-right: 10px;
	text-align: left;
	position: relative;
	width: 150px;
	left: 300px;
}

.thrColFixHdr #container #mainContent .left_cont_footer .user_rated img {
	position: relative;
	top: 3px;
}
.thrColFixHdr   #container   #mainContent   .left_content_area   .content_p   form  label  span.t {
	width: 150px;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p .coment td {
	width: 150px;
	text-align: right;
	vertical-align: top;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p .coment select {
	float: left;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p .coment input {
	float: left;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p .coment {
	margin-top: 15px;
}
.thrColFixHdr #container #right_bar #right_right_bar .main {
	font-size: 120%;
	color: #666666;
	background-image: url(../images/main_header_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.thrColFixHdr #container #right_bar #right_right_bar .xsl {
	
}
.thrColFixHdr #container #right_bar #right_right_bar .xsl h1{
	font-size: 120%;
	color: #666666;
	background-image: url(../images/main_header_top.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}
.thrColFixHdr #container #right_bar #right_right_bar .xsl p{
font-size:80%;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #right_bar #right_right_bar .xsl p.title{
	font-size:80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	}

.thrColFixHdr #container #right_bar #right_right_bar .xsl a.title{
	color: #006699;
	font-weight: bold;
}

.thrColFixHdr #container #right_bar #right_right_bar .xsl p.text{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.thrColFixHdr #container #right_bar #left_right_bar h2.blog {
	padding-left: 10px;
}


.thrColFixHdr #container #right_bar #right_right_bar .xsl p.date{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}

.thrColFixHdr #container #mainContent_2col .left_content_area #form1 table.contact {
border-collapse:collapse;
}

.thrColFixHdr #container #mainContent_2col .left_content_area #form1 .contact td.left {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.thrColFixHdr #container #mainContent_2col .left_content_area #form1 table.contact tr {
	margin-bottom:10px;
}
.thrColFixHdr #container #mainContent .left_cont_footer .blog_date {
	text-align: right;
	margin-right: 10px;
}
.thrColFixHdr #container #right_bar_2col .main {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .tour {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .diab {
	position: relative;
	left: 485px;
	top: -40px;
	z-index: 1000;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

