h3.sub, h2.sub {
border-bottom:1px solid #CCCCCC;
color:#333333;
font-size:1.1em;
font-weight:bold;
letter-spacing:2px;
line-height:1em;
margin:0 0 10px;
padding:0 0 5px;
text-transform:uppercase;
}
ol.landing {
border-bottom:1px solid #CCCCCC;
margin-bottom:15px;
}
ol.lst {
margin:15px 0 0;
}

ol.lst li {
margin:0 0 20px;
}

ol.lst li h4 {
font-size:1.3em;
font-weight:normal;
line-height:1.3em;
margin:0 0 3px 2px;
}
	
ol.landing li h4 img {
width:112px;
}

ol.lst li h4 img {
border:2px solid #CCCCCC;
float:left;
margin:0 10px 8px -2px;
}

ol.lst li p {
font-size:1.2em;
line-height:1.1em;
margin-left:2px;
margin-top:0px;
margin-bottom:0px;
}

div.page-ee {
font-size:1.2em;
margin:10px 2px 10px 0;
text-align:right;
}

div.page-ee b, div.page-ee b {
background:#666666 none repeat scroll 0 0;
color:#FFFFFF;
padding:2px 5px;
}

div.page-ee a:link, div.page-ee a:visited {
background:#F0F0F0 none repeat scroll 0 0;
color:#666666;
padding:2px 5px;
}

ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

/* article styles 
--------------------------------------------- */

ul.tools {
	float: right;
	width: 81px;
	margin: 20px 0 0 10px;
	}
ul.tools li {
	border-bottom: 1px solid #ccc;
	}
ul.tools li a {
	display: block;
	padding: 5px 0 5px 22px;
	}
ul.tools li.email a {
	color: #666;
	background: url("../images/icon-email.gif") no-repeat 0 50%;
	}
ul.tools li.print a {
	color: #666;
	background: url(../images/icon-print.gif) no-repeat 0 50%;
	}
ul.tools li.comments a {
	background: url(../images/icon-comment.gif) no-repeat 0 50%;
	}
ul.tools li a:hover {
	color: #333;
	}

/* title */

div.article div.content a {
	text-decoration: underline;
	}
#title h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 2.1em;
	line-height: 1.1em;
	font-weight: normal;
	color: #111;
	}
#title h1 a {
	text-decoration: none;
	}
#title h2.sub {
	margin: 0 0 5px 0;
	}
#title h2.callout,
h2.deck {
	margin: 20px 0 20px 0;
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
	color: #000;
	}
h2.deck {
	margin-top: 0;
	}
#title p.by {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	}

/* article body */

div.article-body {
	/* font-family: Georgia, serif; */
	font-size: 1.1em;
	line-height: 1.6em;
	}
div.article-body h2 {
	margin: 0 0 5px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	}
div.article-body h2.alt {
	margin: 15px 0 5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	}
div.article-body h3 {
	margin: 0 0 5px 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000;
	}
div.article-body p {
	margin: 0 0 20px 0;
	}
div.article-body ul {
	margin: 0 0 25px 0;
	}
div.article-body ul li {
	margin: 0 0 5px 10px;
	padding: 0 0 0 9px;
	line-height: 1.4em;
	background: url(../images/icon-bullet.gif) no-repeat 0 7px;
	}
div.article-body ol {
	margin: 0 0 25px 10px;
	padding: 0 0 0 10px;
	}
div.article-body ol li {
	margin: 0 0 5px 10px;
	line-height: 1.4em;
	list-style: decimal;
	}

/* tags */

p.tags {
	margin: 0 0 15px 0;
	padding: 6px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
	}
p.tags strong {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
p.tags a {
	color: #333;
	}
p.tags a:hover {
	color: #666;
	}
	
/* photo figures */

div.fig {
	margin: 0 0 15px 0;
	}
div.half { /* 260px wide images */
	float: left;
	width: 260px;
	margin: 4px 12px 5px 0
	}
div.half img {
	width: 260px;
	}
div.third { /* 160px wide images */
	float: left;
	width: 160px;
	margin: 4px 12px 10px 0
	}
div.third img {
	width: 160px;
	}
div.fig p {
	margin: 7px 0 0 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: .7em;
	line-height: 1.1em;
	font-style: italic;
	color: #666;
	}
div.fig p a {
	color: #666;
	}
div.fig p a:hover {
	color: #333;
	}

/* blockquotes */

blockquote {
	margin: 0 0 20px 0;
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #000;
	}
blockquote.half {
	float: left;
	width: 250px;
	margin: 0 12px 5px 0;
	padding: 8px 5px;
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
div.article-body blockquote.half p {
	margin: 0;
	}

/* comments */

#comments {
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	}
#comments dl {
	margin: 15px 0 20px 0;
	border-bottom: 1px solid #ccc;
	}
#comments dl dt {
	margin: 0 0 5px 0;
	padding-left: 18px;
	font-size: 1.1em;
	background: url(../images/icon-comment.gif) no-repeat 0 2px;
	}
	}
#comments dl dt strong {
	font-size: 1.1em;
	}
#comments dl dt span.date {
	text-transform: uppercase;
	letter-spacing: .1em;
	}
#comments dl dd {
	margin: 0 0 25px 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#comment_form, #tellafriend_form,
form.form {
	margin: 20px 0;
	}
#comment_form fieldset, #tellafriend_form fieldset,
form.form fieldset {
	margin: 0 0 15px 0;
	}
#comment_form fieldset label, #tellafriend_form fieldset label, form.form fieldset label {
	float: left;
	width: 175px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	}
#comment_form fieldset div.alt, #tellafriend_form fieldset div.alt, form.form fieldset div.alt {
	margin-left: 175px;
	}
#comment_form fieldset div.alt label, #tellafriend_form fieldset div.alt label, form.form fieldset div.alt label {
	float: none;
	margin-left: 4px;
	font-weight: normal;
	}
#comment_form fieldset div.alt input, #tellafriend_form fieldset div.alt input, form.form fieldset div.alt input {
	margin-right: 3px;
	}
#comment_form fieldset input.input-text, #tellafriend_form fieldset input.input-text, form.form fieldset input.input-text {
	font-size: 1.2em;
	width: 350px;
	}
#comment_form fieldset textarea, #tellafriend_form fieldset textarea, form.form fieldset textarea {
	font-size: 1.2em !important;
	width: 350px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif !important;
	}
	
				div #news {
					width:280px;
				}
				#news .tabs-hide, div#box_usual .tabs-hide {
				display:none;
				}
				#news p img {
					border:2px solid #CCCCCC;
					float:left;
					margin:0 10px 8px -2px;
				}
				
				#news ul li.tabs {
				padding-left:0px;
				}
				#news ol, ul {
				list-style-image:none;
				list-style-position:outside;
				list-style-type:none;
				}
				
				
				h2.main-title {
					margin-top:0px; 
					padding-top:-100px;
					/* padding-top:10px !important; */ 
					padding-left:50px; 
					font-weight:normal;
				}
				div.top {
				margin:10px 0 20px 8px;;
				width:330px;
				background:#FFFFFF url(../images/grayshade.gif) repeat-x scroll left top;
				clear:both;
				}
				div.top h4 {
				font-size:2em;
				line-height:1em;
				}
				div.top h4.head-title {
				font-size:1.3em;
				font-weight:normal;
				line-height:1.3em;
				margin:0 0 3px 2px;
				}
				
				div.top h5 {
				color:#666666;
				font-size:1em;
				font-weight:normal;
				letter-spacing:0.1em;
				line-height:1.5em;
				margin:2px;
				text-transform:uppercase;
				}
				
				div.top p img {
				border-color:#333333;
				}
				div.top p img {
				border:2px solid #CCCCCC;
				float:left;
				margin:0 10px 8px -2px;
				}
				a img {
				border:medium none;
				}
				
				div.top h5 span.comments {
				background:transparent url(../images/icon-comment.gif) no-repeat scroll 0 1px;
				padding-left:17px;
				}
				
div.left-box {
margin:10px 0 20px 8px;;
width:200px;
/*background:#FFFFFF url(../images/grayshade.gif) repeat-x scroll left top;*/
background:none;
clear:both;
}
div.left-box h4 {
font-size:2em;
line-height:1em;
}
div.left-box h4.head-title {
font-weight:normal;
line-height:1.3em;
margin:0 0 3px 2px;
}

div.left-box h5 {
color:#666666;
font-size:1em;
font-weight:normal;
letter-spacing:0.1em;
line-height:1.5em;
margin:2px;
text-transform:uppercase;
}

div.left-box p img {
border-color:#333333;
}
div.left-box p img {
border:2px solid #CCCCCC;
float:left;
margin:0 10px 8px -2px;
}

div.left-box h5 span.comments {
background:transparent url(../images/icon-comment.gif) no-repeat scroll 0 1px;
padding-left:17px;
}

				
		a.items {
			font-size:12px;
			text-decoration:none;
			color:#000;
		}
		a.items:hover {
			text-decoration:none;
			background-color:#FFFF80;
			border-bottom:1px solid #FF0000;
			color:#000000;
		}
		div.searchResults {
			margin-bottom:7px;
		}
		a.thickbox {
			color:#999999;
		}
		a.thickbox:hover {
			color:#333333;
		}
		
		a.node-items {
			color:#666666;
			text-decoration:none;
		}
		a.node-items:hover {
			color:#333333;
			text-decoration:none;
			background-color:#EFEFEF;
			/* border-bottom:1px solid #0000FF; */
		}

/* New Ones*/
.node-front {
padding:10px;
}

#myright-label{
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 10px;
	width: 258px;
}

#images-slide{
	float: none;
	text-align: center;
}

#siaranpers{
	color: #fff;
}

#agenda{
	background-color: #fff;
	height: 309px;
}

#agenda a{
	color: #000;
	font-size: 11px;
}

.ritems a{
	color: #fff;
}
