body{
	font:normal 12px Arial, Verdana, Tahoma, 'Trebuchet MS';
	background:#002B4B url('./images/background.jpg');
	margin:0;
	padding:0;
	color:#A5A5A5;
}

#body-in{
	background:transparent url('./images/background-top.jpg') repeat-x;
}

#wrapper{
	width:981px;
	margin:0 auto;
}

#wrapper-in { background-color:#FFFFFF; }

a {
	text-decoration: none;
	outline:none;
	color:#808080;
	}

a:hover{
	text-decoration: none;
	color:#75B1DD;
	}

h1{
	font-size: 2.6em;
	font-weight: normal;
	margin: 0;
}
/*
h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
}
h2.title {
	font:normal 16px 'Trebuchet MS',Arial, Tahoma;
	line-height:27px;
	margin-bottom:5px;
	color:#357CB0;
}

h2.title a { color:#357CB0; }
h2.title a:hover { color:#808080; }
*/
img {
	border:none;
}

img.myimg {
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#FFFFFF;
}

p {
	color:#000000;
	font-size:14px;
	line-height:24px;
	margin:10px;
	text-align:justify;
	text-indent:20px;
}

/* Begin Calendar */
#calendar_wrap{ margin-top:10px; }
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 290px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	text-align: center;
	font-size:14px;
	}

#wp-calendar td, #wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#sidebar #wp-calendar a{
	display: block;
	color:#75B1DD;
}

#sidebar #wp-calendar a:hover { color:#357CB0; }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #EEEEEE; }

#wp-calendar #today {
	background-color:#F3F3F3;
	border:1px solid #E7E7E7;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	}

blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center { text-align: center; }

.hidden { display: none; }

hr { display: none; }

a img { border: none; }

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear{
	clear: both;
	width:100%;
}

.clear-left { clear:left; }

/* icon system */
.icon{
	background-image:url('./images/all-icons.jpg');
	background-repeat:no-repeat;
	display:block;
	padding-left:20px;
	height:22px;
}
#bookmark, #topsearch, #pref-nav{
	float:left;
}

#bookmark{ width:150px; }
#topsearch{
	width:45px;
	background-position: 0 -22px;
}

.rss {
	background-position: 0 -44px;
	padding-left:26px;
	width:100px;
	float:left;
	line-height:22px;
	height:22px;
}

/* corner system */
.relative { position:relative; }
.absolute {
	position:absolute;
	display:block;
}
.top-left { top:0; left:0; }
.top-right { top:0; right:0; }
.bottom-left { bottom:0; left:0; }
.bottom-right { bottom:0; right:0; }

/* header */
#header{ border-bottom:1px solid #E7E7E7; }

#header-tool{
	background:transparent url('./images/header-tool-bg.gif') repeat-x;
	padding:18px 14px 0;
	font-size:11px;
	line-height:20px;
	height:40px;
}

#header-tool-left, #header-tool-right {
	background:transparent url('./images/header-tool-corner.jpg') no-repeat;
	width:14px;
	height:36px;
	top:11px;
}

#header-tool-left { background-position: -14px 0; left:0; }
#header-tool-right { background-position: 0 0; right:0; }

#header-content {
	background:transparent url('./images/header-content-top-bg.jpg') no-repeat;
	padding:10px 20px 0px 20px;
	color:#A1C2CB;
	height:64px;
}
#header-content h1 { font:normal 2.7em 'Century Gothic', 'Trebuchet MS', Arial, Georgia; }
#header-content span { font-family:Arial,'Trebuchet MS',Georgia; font-size:16px;}

#header-content a { color:#CA0000; }
#header-content a:hover { color:#808080; }

#tday {
	background:transparent url('./images/today.jpg') no-repeat;
	width:128px;
	height:33px;
	top:26px;
	right:26px;
	font-size:13px;
	color:#A5A5A5;
	line-height:31px;
	padding-left:44px;
}

/* Search form */
.simple-form {
	background:transparent url('images/form.jpg') no-repeat;
	margin:0;
	padding:0;
	float:left;
	width:221px;
	height:23px;
	position:relative;
}

.input-text,.input-submit {
	border: medium none;
	background:transparent;
	position:relative;
}

.input-text { left:8px; top:2px; width:140px; }
.input-submit {
	width:33px;
	left:13px;
	top:1px;
	cursor:pointer;
}

#menu-pages {
	background:#F5F6F6 url('./images/page-menu-bg.gif') repeat-x;
	border-top:4px solid #8CBCE0;
	border-bottom:1px solid #FFFFFF;
	height:38px;
	overflow:hidden;
}

#menu-pages ul { margin:0; padding:0; }

#menu-pages li {
	background:transparent url('./images/page-menu-separator.gif') no-repeat top right;
	float: left;
	list-style-type: none;
	padding: 12px 12px 0 10px;
	height:38px;
	}

#menu-pages ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}

/* container */
#container{ background-color:#FFFFFF; margin-top:5px;}

#news-slider{
	background-color:#FFFFFF;
	padding:10px 0;
}

/* content */
#content {
	float:left;
	width:730px;
	margin:0;
	padding:0 10px;
	min-height:500px;
}



.meta {
	background-color:#F8F8F8;
	font:normal 10px 'Trebuchet MS',Arial, Tahoma;
	color:#A1C2CB;
	padding:5px 5px 2px;
	border-top:1px solid #E7E7E7;
	text-transform:uppercase;
	margin-bottom:5px;
}
.meta p {
	margin:0 0 3px;
}
.meta span, .mini-post span{
	background-image:url('./images/all-icons.jpg');
	background-repeat:no-repeat;
	padding-left:22px;
	margin-right:10px;
}

.datepost { background-position: 0 -66px; }
.commented { background-position: 0 -83px; }
.tagpost { background-position: 0 -100px; }
.edit { background-position: 0 -100px; }

.entry {
	color:#60615A;
	line-height:1.5em;
}

#comments {
	font:normal 16px 'Trebuchet MS',Arial, Tahoma;
	margin:0;
	padding:7px 0;
	color:#357CB0;
}

.commentlist {
	padding:0 20px;
	margin:0;
	color:#60615A;
}

.commentlist li { margin-bottom:5px; }

.commentlist a { color:#A1C2CB; }
.commentlist a:hover { color:#808080; }

#respond {
	padding:10px 0;
}

#respond h3 {
	font:normal 16px 'Trebuchet MS',Arial, Tahoma;
	margin:0;
	color:#357CB0;
}

#respond p { margin-bottom:7px; }

#respond input, #respond textarea, #subscribe {
	background-color:#FFFFFF;
	border:1px solid #E7E7E7;
	padding:5px;
	font:normal 12px Arial,Verdana,Tahoma,'Trebuchet MS';
}

#respond input#submit {
	background-color:#EFEFEF;
	border:1px solid #E7E7E7;
	color:#A5A5A5;
	height:34px;
	padding:0;
	width:72px;
}

.button-nav, .wp-pagenavi {
	margin:0;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
}

.button-nav li, .wp-pagenavi span, #post-nav a {
	background:transparent url('./images/button-nav-left-bg.jpg') no-repeat top left;
	float: left;
	list-style-type: none;
	padding-left: 8px;
	margin-right:3px;
	height:22px;
}

.button-nav li span, .wp-pagenavi span a, .wp-pagenavi span em, #post-nav a span {
	background:transparent url('./images/button-nav-right-bg.jpg') no-repeat top right;
	padding-right:6px;
	height:22px;
	display:block;
	width:8px;
	line-height:21px;
	color:#357CB0;
	font-style:normal;
}

.button-nav #featured-prev-button, #pagenavi-prev-button a,  #pagenavi-prev-button em, #post-nav a span#prev-post { width:54px; }
.button-nav #featured-next-button, #pagenavi-next-button a,  #pagenavi-next-button em, #post-nav a span#next-post { width:29px; }

.button-nav li span:hover, .button-nav li span.hover, .wp-pagenavi span a:hover, .wp-pagenavi span.hover a { color:#808080; }

.wp-pagenavi span.pages a { width:54px; }
.wp-pagenavi span em { color:#808080; }

#post-nav { margin:7px 0; float:right; }


#featured-nav{
	height:22px;
	margin-bottom:7px;
}

#featured-nav li span {
	cursor:pointer;
}

#about { background:#F8F8F8 url('./images/about-bg.jpg') repeat-y top left; margin-bottom:10px; }

#about-in { background:transparent url('./images/about-top-bg.jpg') no-repeat top left; }

#about-content h2 {
	color:#CA0000;
	font:bold 16px 'Trebuchet MS', Verdana, Arial;
	border-bottom:4px solid #E7E7E7;
	margin:2px 7px;

}

#about-content {
	background:transparent url('./images/about-bottom-bg.jpg') no-repeat bottom left;
	padding:10px 10px 0;
}

#about-content img {
	float:left;
	margin:0 10px 10px 0;
}

#sponsor { background:transparent none;}

#sponsor h2 {
	background:transparent url('./images/dot.gif') repeat-x bottom left;
	font:normal 16px 'Trebuchet MS', Verdana, Arial;
	height:25px;
	color:#357CB0;
}

#sponsor img {
	padding:5px;
	background-color:#E7E7E7;
	margin:7px 10px;
}

/* recent-area */
#recent-area{
	background:#F4F4DC url('./images/F4F4DC.gif');
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #E4E4CF;
}

#recent-area h2{
	font:normal 18px 'Trebuchet MS';
	color:#95A51F;
}

#recent-area ul{ padding:0; margin:1em 0; }

#recent-area ul li{
	background:transparent url('./images/dot.gif') repeat-x left bottom;
	list-style-type:none;
	margin-bottom:4px;
	padding-bottom:5px;
}

#recent-area a{ color:#6D6D37; }
#recent-area a:hover{ color:#95A51F; }

#recent-post, #recent-comment{
	width:335px;
	padding: 7px 0;
}

#recent-post{
	float:left;
	margin-left:7px;
}

#recent-post span{
	background:transparent url('./images/all-icons.png') no-repeat scroll 0 -176px;
	color:#E19E1E;
	padding:1px 0 0 20px;
	line-height:22px;
}

#recent-comment {
	float:right;
	margin-right:7px;
}
#recent-comment span{
	background:transparent url('./images/all-icons.png') no-repeat scroll 0 -197px;
	color:#E19E1E;
	padding:1px 0 0 20px;
	line-height:22px;
}

/* mini-post-area */
#mini-post{ margin-bottom:7px; }
#mini-post .post {
	background:transparent url('./images/content-bottom-bg.jpg') no-repeat scroll center bottom;
	padding-bottom:35px;
}


/* posts-nav */
#prev-post, #next-post {
	display:block;
}
a #prev-post {
	float:left;
}
a #next-post {
	float:right;
}

/* sidebar */
#sidebar {
	float:left;
	width:221px;
	margin:0;
}

.widget-in, #two-sidebars { background:transparent url('./images/widget-bottom-bg.jpg') no-repeat left bottom; padding-bottom:5px; }

#sidebar ul li {
	background:transparent url('./images/widget-bg.gif') repeat-y left top;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul li h6 {
	background:transparent url('./images/widget-top-bg.jpg') no-repeat left top;
	font:normal 16px 'Trebuchet MS';
	color:#808080;
	padding:2px;

	margin:0;
}

#sidebar ul p, #sidebar ul select {
	margin: 7px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul ul { margin:0 7px;}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	background:transparent url('images/all-icons.jpg') no-repeat 0 -115px;
	font-family:Arial,Verdana;
	margin: 0;
	padding:3px 0 2px 30px;
	border-bottom:1px solid #E7E7E7;
	line-height:24px;
}

#sidebar ul ul li.last { border:none; }

#sidebar object {
	margin:7px;
	display:block;
}

#wrap-tag-cloud {
	width:230px;
	margin:0 auto;
	padding-bottom:10px;
}

#sidebar ul li#search { background:none; margin:0; height:49px; }

#search .widget-in { background:none; padding:0; }

#searchform {
padding:7px 7px 0;
background: transparent url('http://img02.picoodle.com/img/img02/3/1/20/f_searchwidgem_0afbbac.png') no-repeat;
width:320px;
height:44px;
}
#searchform div {
position:relative;
}
#s, #searchsubmit {
border:none;
background-color:transparent;
position:absolute;
display: block;
}
#s {
left:5px;
top:5px;
width:220px;
color:#A5A5A5;
}

#searchsubmit {
height:30px;
right:17px;
top:0;
width:61px;
color:#FFFFFF;
}

#two-sidebars {
	padding-bottom:5px;
}

#sidebar-left, #sidebar-right {
	float:left;
	width:150px;
	margin-left:7px;
}

#sidebar ul #two-sidebars ul {
	margin:0;
}


#sidebar ul #two-sidebars ul li {
	background:none;
	padding:0;

	border:none;
}

#sidebar ul #two-sidebars ul ul {
	margin:0;
}

#sidebar ul #two-sidebars ul ul li {
	background:transparent url('./images/grey-dot.gif') repeat-x bottom left;
	border:none;
	padding-left:0;
}

#sidebar ul #two-sidebars li h2 {
	background:none;
	border-bottom:3px solid #E7E7E7;
	padding:4px 0 2px;
	color:#A1C2CB;
}
/* footer */
#footer{
	width:981px;

	margin-bottom:15px;
}

#footer-in {
	background:transparent url('./images/footer-bg.gif') repeat-x top left;
	height:32px;
	padding-top:30px;
	color:#357CB0;
	text-align: center;
	margin:0 14px;
}

#footer-left, #footer-right {
	background-image:url('images/footer-corner.png');
	background-repeat:no-repeat;
	width:14px;
	height:62px;
}

#footer-left {
	background-position: -14px 0;
	top:0;
	left:0;
}

#footer-right {
	background-position: 0 0;
	top:0;
	right:0;
}


.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 10px;
	/* border: 1px solid #346F97; */
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 941px;
	margin: 0 auto;
	padding:0 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  941px;
	height: 200px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 230px;
	height: 200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 1px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background:transparent url(./images/image-slider-button.png) no-repeat scroll -46px 0;
	height:200px;
	right:20px;
	position:absolute;
	top:0;
	width:46px;
}

/*
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
*/
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:transparent url(./images/image-slider-button.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:200px;
	left:20px;
	position:absolute;
	top:0;
	width:46px;
}

/*
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
*/
#tab-slide, #two-sidebars-in {
	background:transparent url('./images/tab-slide-bg.jpg') no-repeat left top;
}

#tab-recent-entries { width:90px; }
#tab-recent-comments { width:106px; }
#tab-archieves { width:58px; }

#sidebar ul ul.tabnav { margin:0; padding:7px; }

#sidebar ul ul.tabnav li {
	background:transparent url('./images/tab-slide-left-bg.gif') no-repeat left top;
	font-size:10px;
	display: inline;
	list-style: none;
	float:left;
	padding:0;
	border-bottom: none;
	text-transform:uppercase;
	height:21px;
	margin-right:5px;
	line-height:20px;
}

#sidebar ul ul.tabnav li.last { margin-right:0; }

.tabnav li a {
	background:transparent url('./images/tab-slide-right-bg.gif') no-repeat right top;
	display:block;
	height:21px;
	padding:0 7px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	color: #357CB0;
	text-decoration: none;
}

.tabdiv {
	clear:left;
	margin-top: 2px;
	float:left;
	width:321px;
	}

.tabdiv li {
	list-style-image: url("star.png");
	margin-left: 20px;
	}

.ui-tabs-hide {
	display: none;
	}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-misbah .jcarousel-container-horizontal {
	width: 630px;
	padding: 0;
}

.jcarousel-skin-misbah .jcarousel-clip-horizontal {
	width: 630px;
	height: 350px;
}

.jcarousel-skin-misbah .jcarousel-item {
	width: 630px;
	height: 350px;
}
.listc {margin:5px;}
.listc td{
	margin-left:-5px;
	padding:4px;
	border: 1px solid #CA0000;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	background:#fff;
	color:#222222;
	}
.listc td a{color:#0000A0;}
.listc .first{
	background:#CA0000;
	color:#fff;
	font-weight: bold;
	text-align: center;
	line-height:10px;
}
.listc .lphone {text-align:center;width:100px;}
.listc .lname {width:200px;}
.homeul { width:100%;}
.homeul td{width:33%;border:0;vertical-align:top;margin:50px;text-align:center;}
.homeul td ul{list-style:none;}
.homeul td a{
	text-decoration: underline;
	font-size:14px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	line-height:28px;
	color:#A1A1A1;
	}
.homeul td h4{font-size:18px;margin:0;color:#000;padding:10px 0 10px 40px;}
.contact td {width:200px;}
.block{ font-size:11px; clear: both;text-align:justify;margin:10px 0 5px 5px;padding:0 0 10px;}
.block h4{ margin:10px 0;padding:0;font-size:12px;}
.block ul{padding:0 30px;line-height:18px;}
.block a{font-weight:normal;letter-spacing:1px;}
.block div{text-align:justify;}
		div.scroller {
		width: 100%;
		height: 125px;
		overflow-x: scroll;

		}
		div.block_info {
			height: 100px;
		    padding:0px;
		    margin:0px;
		}
.detail {width:100%;margin: 10px 0;font-size:12px;}
.detail td{font-size:14px;padding:0 10px;vertical-align:top;}
.detail td p{margin:15px 0;}
.detail td ul {margin:5 0; padding: 0;}
.detail td li {margin:0; padding: 0;}
#contactform {margin:20px;}
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
background:transparent url(/cmsfiles/highslide/bigstars.gif) repeat-x scroll left -1000px;
}
.star-rating {
background-position:left top;
height:25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
overflow:hidden;
padding:0pt;
position:relative;
width:125px;
}
.star-rating li {
display:inline;
}
.star-rating a, .star-rating .current-rating {
border:medium none;
height:25px;
left:0pt;
line-height:25px;
outline-color:invert;
outline-style:none;
outline-width:medium;
overflow:hidden;
position:absolute;
text-indent:-1000em;
top:0pt;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
background-position:left bottom;
}
.star-rating a.one-star {
width:20%;
z-index:6;
}
.star-rating a.two-stars {
width:40%;
z-index:5;
}
.star-rating a.three-stars {
width:60%;
z-index:4;
}
.star-rating a.four-stars {
width:80%;
z-index:3;
}
.star-rating a.five-stars {
width:100%;
z-index:2;
}
.star-rating .current-rating {
background-position:left center;
z-index:1;
}
.small-star .current-rating {
//margin-top:-2px;
}
.inline-rating {
display:-moz-inline-box;
vertical-align:middle;
}
.small-star {
height:10px;
width:50px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
background-image:url(/cmsfiles/highslide/stars.gif);
height:10px;
line-height:10px;
}
#map_canvas {border: 2px solid #CA0000;}