@charset "utf-8";
/* CSS Document */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
body{
	margin: 0;
	background: url(../images/bg_body.gif) left top repeat-x #333;
}
td, th, div, p{
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #757575;
}
a{
	color: #216ee1;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #216ee1;
	text-decoration: none;
	outline: none;
}
img{
	border: 0;
	outline: none;
}
form{
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}
h1{
	font: normal 18px/38px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	background: url(../images/bg_heading.gif) left center repeat-x;
	display: inline;
	padding: 9px 15px;
	margin: 0 0 0 5px;
}
h2{
	font: normal 18px/19px Arial, Helvetica, sans-serif;
	color: #05579d;
	padding: 0;
	margin: 0;
	display: inline;
}
h3{
	font: normal 18px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 6px 0;
	margin: 0;
	border-bottom: 1px solid #f6d201;
}
h4{
	font: normal 12px/19px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0;
	margin: 0;
	display: inline;
}
h5{
	font: normal 20px/24px Arial, Helvetica, sans-serif;
	color: #424443;
	padding: 0 0 6px 0;
	margin:  0 0 6px 0;
	display: inline;
}
h6{
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;	
	display: inline;
}

input.txtboxbelow{
	background: #323232;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 6px 6px;
	color: #898989;
	border: 0;
	width: 150px;
}
.txtbox{
background-color:#CCCCCC;
border:1px solid #FFFFFF;
width:200px;
height:18px;
}
input.button_38x27{
	width: 38px;
	height: 27px;
	border: 0;
	background: #f1bd00;
	color: #fff;
	font: bold 11px Arial, Helvetica, sans-serif;
}
input.button{
	background: #3e9520;
	border: 0;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	color: #fff;
	height: 24px;
	width: 70px;
}
.textarea{
background-color:#CCCCCC;
border:1px solid #FFFFFF;
width:200px;
height:auto;
}

/* Importants */
.rightalign{
	text-align: right ! important;
}
.centeralign{
	text-align: center ! important;
}
.middlealign{
	vertical-align: middle ! important;
}
.red_text{
	color: #fe0000 ! important;
}
.top_bottom_padded_4{
	padding: 4px 0 ! important;
}
.top_bottom_padded_2{
	padding: 2px 0 ! important;
}
.text_11{
	font-size: 11px ! important;
}
/* End */


/* Images */
img.bottom_margin_pix{
	margin: 0 0 8px 0;
}
/* End */


table#maintable{
	width: 890px;
	height: auto;
	border: 0;
	float: none;
	clear: both;
	margin: 0 auto;
}

/* Header */
table#header{
	width: 100%;
	height: 115px;
	border: 0;
	background: url(../images/logo.png) left 40px no-repeat;
}
table#header td{
	vertical-align: bottom;
}
/* End */

/* Top Navigation */
table#topnav{
	width: 500px;
	height: 30px;
	border: 0;
	float: right;
}
table#topnav td{
	vertical-align: middle;
}
table#topnav td.navgap{
	width: 4px;
}
table#topnav td.nav{
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: url(../images/nav_mid.gif) left top repeat-x;
}
table#topnav td.nav a{
	display: block;
	padding: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
	background: url(../images/nav_right.gif) right center no-repeat;
}
table#topnav td.nav a span{
	display: block;
	padding: 0 10px 0 20px;
	background: url(../images/nav_left.gif) left center no-repeat;
}
table#topnav td.nav a:hover, table#topnav td.nav a.selected, table#topnav td.nav a:hover.selected{
	color: #000;
	text-decoration: none;
	background: url(../images/nav_right.gif) right center no-repeat;
}
table#topnav td.nav a:hover span, table#topnav td.nav a.selected span, table#topnav td.nav a:hover.selected span{
	background: url(../images/nav_left.gif) left center no-repeat;
}
/* End */

/* Body */
table#body{
	width: 100%;
	height: auto;
	border: 0;
}
/* End */

/* Box 273 */
table.box_273{
	width: 273px;
	height: auto;
	border: 0;
	background: url(../images/box273_mid.gif) center top repeat-y;
}
table.box_273 td.box_top{
	background: url(../images/box273_top.gif) center top no-repeat;
	height: 9px;
}
table.box_273 td.box_bottom{
	background: url(../images/box273_bottom.gif) center bottom no-repeat;
	height: 41px;
	padding: 0 12px;
}
table.box_273 td.box_content{
	padding: 5px 18px;
	color: #333;
}
table.box_273 td.box_bottom table{
	width: 100%;
	height: auto;
	border: 0;
	margin: 9px 0 0 0;
}
table.box_273 td.box_bottom table td{
	color: #f6d202;
	vertical-align: middle;
}
table.box_273 table.box_273_strip{
	width: 251px;
	height: 29px;
	border: 0;
	float: right;
	margin: 0 5px 0 0;
	background: url(../images/box273_strip.gif) right center no-repeat;
}
table.box_273 table.box_273_strip td{
	font: bold 14px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #fff;
}
table.box_273 table.box_273_strip strong{
	color: #333;
	padding: 0 0 0 10px;
}
/* End */

/* Pagination */
td.pagination{
	font: normal 12px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
td.pagination a{
	display: inline;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #979797;
	margin: 0 1px;
}
td.pagination a:hover{
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
/* End */

/* General Box */
table.gen_box{
	width: 100%;
	height: auto;
	border: 0;
	background: url(../images/bg_box.gif) left bottom repeat-x #fff;
}
table.gen_box th{
	font: bold 12px/42px Arial, Helvetica, sans-serif;
	background: #262626;
	padding: 0 18px;
	color: #f6d201;
}
table.gen_box th strong{
	color: #fff;
}
table.gen_box td.box_content{
	padding: 15px 18px;
}
table.gen_box td.box_content td{
	padding: 0;
}
/* End */

/* Bottom Search */
table#bottom_search{
	width: 100%;
	height: auto;
	border: 0;
	background: #47a9f4;
}
table#bottom_search td{
	padding: 15px 20px;
}
table#bottom_search table td{
	padding: 5px 0;
	vertical-align: middle;
}
table#bottom_search table th{
	padding: 5px 0;
	vertical-align: middle;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	color: #f1bd00;
}
table#bottom_search table th strong{
	color: #fff;
}
table#bottom_search table td table td{
	padding: 0;
	vertical-align: middle;
}
table#bottom_search input.txtbox{
	width: 330px;
}
table#bottom_search a{
	color: #fff;
	text-decoration: none;
}
table#bottom_search a:hover{
	color: #fff;
	text-decoration: underline;
}
table#bottom_search a.selected, table#bottom_search a:hover.selected{
	color: #ffd439;
	text-decoration: underline;
}
/* End */

/* Footer */
table#footer{
	width: 100%;
	height: 230px;
	border: 0;
	background: url(../images/footer.gif) 98% 85% no-repeat #47a9f4;
}
table#footer table{
	width: 890px;
	height: auto;
	margin: 15px auto 0 auto;
}
table#footer table td{
	color: #333;
	line-height: 23px;
}
table#footer table a{
	color: #333;
	text-decoration: underline;
}
table#footer table a:hover{
	color: #333;
	text-decoration: none;
}
table#footer table strong a{
	color: #fff;
	text-decoration: none;
}
/* End */

/* RSS */
div#rss{
	width: 32px;
	height: 41px;
	border: 0;
	position: absolute;
	margin: 5px 0 0 855px;
	z-index: 1000;
}
/* End */

/* Home Link */
div#home_link{
	width: 207px;
	height: 59px;
	border: 0;
	position: absolute;
	margin: 40px 0 0 0;
	z-index: 900;
}
/* End */
/* Slide Galary*/

#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0;
}

#simplegallery1 .gallerydesctext{
text-align: left;
padding: 2px 5px;
}
a.orange{
display: inline;
background:url(../images/star_1.gif) left top no-repeat;
width: 19px;
height: 19px;
padding: 2px 0 6px 0;
}

a.blue{
display: inline;
background:url(../images/star_2.gif) left top no-repeat;
width: 19px;
height: 19px;
padding: 2px 0 6px 0;
}

/* End */