@charset "utf-8";

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}



#blocktopwrap {
	height: auto;
	width: auto;
	margin-top: -380px;
	position: relative;
	z-index: 50;
	margin-left: auto;
	opacity:0.9;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #FFF;
	margin-right: auto;
}
#blocktop {
	height: auto;
	width: 180px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	line-height: 1.5em;
	font-weight: bold;
	text-shadow:0 1px 1px #000;
	background-color: #2e2e2e;
}

ul.model1 { margin:0 0 17px 0; padding:0px; list-style-type:none; padding-left: 10px;}
ul.model1 li 
{
	padding: 0 0 0 20px;
	padding-left: 22px;
	line-height: 25px;
	background-color: transparent;
	background-image: url(images/pt.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
table.data1 {
	padding: 5px;
	border-collapse: collapse;
	border-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

table.data1 td {
	margin: 0px;
	padding: 10px;
	border: 1px solid #cecece;
}
table.data1 th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cecece;
	background-color: #CCC;
}

table.data2 {
	border-collapse: collapse;
	border-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

table.data2 td {
	border: 0px solid #cecece;
}
table.data2 th {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}



#body {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.image2 {
	border:3px solid silver;
}
.image_float {
	border:solid 1px silver;
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 10px;
}
.image_float_right {
	border:solid 1px silver;
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 10px;
	margin-left: 15px;
}
.image_float_bottom {
	border:solid 1px silver;
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 5px;
}

a ,
a:link,
a:visited 		{
	TEXT-DECORATION: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover,
a:active 		{
	TEXT-DECORATION: none;
	color: #F00;
}
#menu_header1{
	text-align: left;
}

#menu_header1  a:link, #menu_header1 a:visited{
	color: #CCC;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(images/pt.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
#menu_header1  a:hover, #menu_header1 a:active {
	color: #fff;
	text-decoration: none;
}
#menu_related{
	text-align: left;
}

#menu_related  a:link, #menu_related a:visited{
	color: #3D3830;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-shadow:0 1px 1px #ffffff;
	background-image: url(images/list-marker.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
}
#menu_related  a:hover, #menu_related a:active {
	color: #10a06e;
	text-decoration: none;
	text-shadow:0 1px 1px #ffffff;
}

#menu_side{
	text-align: left;
}

#menu_side  a:link, #menu_side a:visited{
	color: #333;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(images/pt.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
#menu_side  a:hover, #menu_side a:active {
	color: #ed1c24;
	text-decoration: none;
}

#top1 {
	width: 100%;
	background-color: #000;
	height: 104px;
}
#top_wrapper {
	height: 104px;
	width: 1000px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}
#top_left {
	float: left;
	text-align: left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 593px;
}
#top_right {
	float: right;
	background-color: transparent;
	height: 84px;
	width: 407px;
	padding-top: 20px;
}
#topnav {
	width: 100%;
	background-color: #181818;
	height: 45px;
}
#topnav_wrapper {
	height: 45px;
	width: 1000px;
	background-color: #181818;
	margin-right: auto;
	margin-left: auto;
}
#top2 {
	height: 398px;
	width: 100%;
	background-color: #000;
}
#top3 {
	height: 40px;
	width: 100%;
	background-color: #f0f0f0;
	margin-top: 130px;
}
#top_wrapper3 {
	height: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f0;
}
#font_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	line-height: 1.5em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
}
#top4 {
	height: 160px;
	width: 100%;
	background-color: #000;
	position: absolute;
	z-index: 100;
	margin-top: -30px;
}
#top_wrapper4 {
	height: 140px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CCC;
}
#font_top2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ed1c24;
	padding-top: 10px;
	line-height: 1.5em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: left;
}

#homefloat1 {
	text-align: left;
	float: left;
	width: 260px;
	height: auto;
	margin-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px;
	line-height: 1.5em;
}
#homefloat2 {
	text-align: left;
	float: left;
	width: 400px;
	height: auto;
	margin-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px;
}
#homefloat3 {
	text-align: left;
	float: left;
	width: 260px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #CCC;
	padding: 5px;
}
#homefloat_title1 {
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e6e6e6;
	padding-left: 10px;
	margin-bottom: 10px;
}

#content_section1 {
	height: auto;
	width: 100%;
	background-color: #ffffff;	
}
#content_wrapper1 {
	height: auto;
	width: 1000px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_section2 {
	height: auto;
	width: 100%;
	background-color: #fafafa;	
}
#content_wrapper2 {
	height: auto;
	width: 1000px;
	background-color: #fafafa;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content_section3 {
	height: auto;
	width: 100%;
	background-color: #FFF;
}
#content_wrapper3 {
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_section4 {
	height: auto;
	width: 100%;	
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#content_wrapper4 {
	height: auto;
	width: 1000px;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.content_section4bgfix {
	background-color: #000;
	background-image: url(images/bghome1.jpg);
	opacity : 1;
}
#content_wrapper4_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	text-align: center;
	color: #ffffff;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#homefloat {
	text-align: center;
	float: left;
	width: 320px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	line-height: 1.5em;
}
#homefloat_title {
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #02603f;
	padding-top: 10px;
	padding-bottom: 10px;
}
#homefloat_menu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#homefloat_menu a:link,#homefloat_menu a:visited {
	color: #666;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display: block;
	background-image: url(images/list-marker.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#homefloat_menu a:hover,#homefloat_menu a:active {
	color: #ed1c24;
	text-decoration: none;
}


#content_wrapper {
	height: auto;
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

#content_left {
	height: auto;
	width: 230px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content_left_head1 {
	height: 40px;
	width: 100%;
	background-color: #e41e26;
}

#content_left_title {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	text-shadow:0 1px 1px #000000;
	padding-bottom: 5px;
}
#content_left_box {
	height: auto;
	width: auto;
	background-color: #FFF;
	border: 1px solid #E4E4E4;
	padding: 10px;
}
#bg_login {
	height: auto;
	width: auto;
	border: 1px solid #CCC;
}
#content {
	height: auto;
	width: 750px;
	float: left;
	background-color: #FFF;
	border: 0px solid #EBEBEB;
	margin-top: 20px;
	margin-bottom: 20px;
}
.padding {
	height: 20px;
	width: auto;
}
.padding2 {
	height: 10px;
	width: auto;
}
#footer1 {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #f1f1f1;
}
#bottom_wrapper1 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #f1f1f1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer2 {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #161616;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_wrapper2 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #161616;
}
#footer3 {
	height: auto;
	width: 100%;
	text-align: left;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_wrapper3 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #000;
}

#bottomfloat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	text-align: justify;
	float: left;
	width: 330px;
	height: auto;
	padding: 10px;
}
#bottomfloat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	text-align: left;
	float: left;
	width: 630px;
	height: auto;
	padding: 10px;
	line-height: 1.8em;
}
#bottomfloat_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
}

#bottom_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
#bottom_menu a:link,#bottom_menu a:visited {
	color: #a9defc;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	background-image: url(images/list-marker.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#bottom_menu a:hover,#bottom_menu a:active {
	color: #FFF;
	text-decoration: none;
}

#bottom_teks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 1.5em;
}
#bottom_teks a:link,#bottom_teks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#bottom_teks a:hover,#bottom_teks a:active {
	color: #d72329;
	text-decoration: underline;
}


#separator {
	height: 2px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/separator.png);
	background-repeat: no-repeat;
}
h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-align: left;
	color: #ed1c24;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-align: left;
	color: #666;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	text-align: center;
	color: #ed1c24;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #333;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	color: #ed1c24;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.5em;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
#font_content_subjudul {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	margin: 0px;
}
#font_content_subjudul a:link,#font_content_subjudul a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
}
#font_content_subjudul a:hover,#font_content_subjudul a:active {
	color: #666;
	text-decoration: none;
}
#font_content_subjudul2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #1AA26B;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#font_currency2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
#font_currency {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}
#font_currency a:link,#font_currency a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
#font_currency a:hover,#font_currency a:active {
	color: #51be97;
	text-decoration: none;
}
#font_currency_header {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #ccc;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	margin: 10px;
}

#current {
	color: #FFF;
	text-decoration: underline;
}
#font_currency_side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
}
#font_currency_side a:link, #font_currency_side a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#font_currency_side a:hover, #font_currency_side a:active {
	color: #10a06e;
	text-decoration: underline;
}
#font_side{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
	text-align: left;
}
#font_side  a:link, #font_side a:visited{
	color: #333333;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 10;
	padding-bottom: 8px;
	padding-left: 30px;
	display: block;
	font-weight: normal;
	background-color:#f1f1f1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	background-image: url(images/pt.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#font_side  a:hover, #font_side a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color:#188c64;
	
}

#font_newsside{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#font_newsside  a:link, #font_newsside a:visited{
	color: #0b603f;
	text-decoration:none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#font_newsside  a:hover, #font_newsside a:active {
	color: #188c64;
	text-decoration: none;	
}


#font_side2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#font_date_posting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#font_view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #C00;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
}


input,select,textarea {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input:focus, textarea:focus, select:focus {
	background-color: #ebebeb;
	box-shadow: 0 0 5px #11aed5;
	-moz-box-shadow: 0 0 5px #11aed5;
	-webkit-box-shadow: 0 0 5px #11aed5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input.error, select.error, textarea.error {
	border: 1px solid #c92d01;
	color: #000;
	background-color: #F8F8F8;
	font-size: 12px;	
}
label.error {
	color:#c92d01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.page{
	padding: 5px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 1;
	border: 0px solid #E4E4E4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.page a {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	background-color:#282828;
	border: 1px solid #282828;
		-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page a:hover {
	padding: 10px;
	color: #F00;
	text-decoration: none;
	background-color: #ce2c3a;
	border: 1px solid #ce2c3a;
	font-weight: bold;
	margin: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#font_block {
	border: 1px solid #E6E6E6;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	background-color: #f9f9f9;
	padding: 10px;
}
#font_block_nodata {
	border: 1px solid #e85e64;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 1.5em;
	background-color: #f27d82;
	padding: 10px;
}
.teks_auto {
	border:solid 1px silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.bg_font_page {
	background-image: url(images/desain1_09.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
}
#font_content_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	background-color: #2c9660;
	display: block;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
#font_content_box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #294436;
	font-weight: normal;
	text-align: left;
	background-color: #c1d5cb;
	display: block;
	border: 1px solid #c1d5cb;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#font_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #333;
	font-weight: normal;
	border: 1px solid #fafafa;
	padding: 10px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	background-color: #fafafa;
}
#font_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#font_button a:link, #font_button a:visited {
	color: #FFF;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	background-color:#125890;
	background: -moz-linear-gradient(top,  #125890 0%, #0a3354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#125890), color-stop(100%,#0a3354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #125890 0%,#0a3354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #125890 0%,#0a3354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #125890 0%,#0a3354 100%); /* IE10+ */
	background: linear-gradient(top,  #125890 0%,#0a3354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125890', endColorstr='#0a3354',GradientType=0 ); /* IE6-9 */
}

#font_button a:hover, #font_button a:active {
	color: #FFF;
	text-align: justify;
	text-decoration: none;
	background-color:#0a3354;
	background: -moz-linear-gradient(top,  #0a3354 0%, #0a3354 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a3354), color-stop(100%,#0a3354)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a3354 0%,#0a3354 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0a3354 0%,#0a3354 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a3354 0%,#0a3354 100%); /* IE10+ */
	background: linear-gradient(top,  #0a3354 0%,#0a3354 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3354', endColorstr='#0a3354',GradientType=0 ); /* IE6-9 */
}

#button_green_header {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	text-shadow:0 1px 1px transparent;
}
#button_green_header a:link, #button_green_header a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #40c040;
	text-align: center;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #40c040;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	text-shadow:0 1px 1px transparent;
}
#button_green_header a:hover, #button_green_header a:active {
	background-color:#52e252;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_green {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}
#button_green a:link, #button_green a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #40c040;
	text-align: center;
	width: auto;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #40c040;	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#button_green a:hover, #button_green a:active {
	background-color:#52e252;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_red_header {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	text-shadow:0 1px 1px transparent;
}
#button_red_header a:link, #button_red_header a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #ed1c24;
	text-align: center;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ed1c24;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	text-shadow:0 1px 1px transparent;
}
#button_red_header a:hover, #button_red_header a:active {
	background-color:#fd2f37;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#button_red {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}
#button_red a:link, #button_red a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #ed1c24;
	text-align: center;
	width: auto;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #ed1c24;	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#button_red a:hover, #button_red a:active {
	background-color:#fd2f37;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_red2 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#button_red2 a:link, #button_red2 a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #ed1c24;
	text-align: center;
	width: auto;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #ed1c24;	
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#button_red2 a:hover, #button_red2 a:active {
	background-color:#fd2f37;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


#button_green_big {
	padding-top: 5px;
	padding-bottom: 5px;
}
#button_green_big a:link, #button_green_big a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	color:#FFF;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px solid #40c040;
	text-align: center;
	width: auto;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #40c040;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#button_green_big a:hover, #button_green_big a:active {
	background-color:#52e252;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#button_red_big {
	padding-top: 5px;
	padding-bottom: 5px;
}
#button_red_big a:link, #button_red_big a:visited {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	color:#FFF;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px solid #ed1c24;
	text-align: center;
	width: auto;
	padding-right: 100px;
	padding-left: 100px;
	background-color: #ed1c24;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#button_red_big a:hover, #button_red_big a:active {
	background-color:#fd2f37;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mask {
	position:absolute;
	left:0;
	top:0px;
	z-index:9000;
	background-color:#333;
	display:none;
}
  
#boxes .window {
	position:fixed;
	width:600px;
	height:400px;
	display:none;
	z-index:9999;
	padding:20px;
	overflow: auto;
	margin-top: 70px;
}

#boxes #dialog {
	width:450px;
	height:300px;
	padding:10px;
	background-color:#ffffff;
}

#boxes #dialog1 {
	width:500px;
	height:350px;
	background-color: #FFF;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	border: 10px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}



#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

.elipse{
	background-color:#282828;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	width: auto;
	display: inline;
	padding: 10px;
	border: 1px solid #282828;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor:pointer;
    } 
	
    .elipse:hover{
	background-color:#ce2c3a;	
	color: #FFF;
	border: 1px solid #ce2c3a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
    } 
	
    .elipse:active{
	background-color:#ce2c3a;	
	color: #FFF;
	border: 1px solid #ce2c3a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
    } 

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 750px;
	height: 150px;
	
}
.stepcarousel .belt{ position: absolute; left: 0; top: 0; }
.stepcarousel .panel{
	float: left;
	overflow: hidden;
	width: 730px;
	height: 150px;
	background-color: transparent;
	padding: 5px;
	margin-right: 10px;
}


.aToolTip {
	border:1px solid #333;
	color:#fff;
	margin:0;
	padding:2px 10px;
	font-size:12px;
	background-image: url(images/bg_opacity.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 1px 5px 0px #000;
	-moz-box-shadow: 0px 1px 5px 0px #000;
	box-shadow: 0px 1px 5px 0px #000;
}
.aToolTip .aToolTipContent {position:relative;margin:0;padding:0;}
a.aToolTipCloseBtn {display:block;height:20px;width:20px;overflow:hidden;background:url(../images/loading/close.gif) no-repeat;text-indent:-9999px;outline:none;position:absolute;top:-14px;right:-20px;}


.scrollup{
	width:48px;
	height:48px;
	position:fixed;
	bottom:50px;
	right:50px;
	display:none;
	text-indent:-9999px;
	background-image: url(images/up.png);
	background-repeat: no-repeat;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.date {
	
	width: 60px;
	height: 60px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dad8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dad8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#dad8d8 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dad8d8',GradientType=0 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}
.date p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #9e9e9e;
}
.date span  {
	background: #f18e19;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-top: 3px solid #f18e19;
	padding-top: 5px;
	padding-bottom: 5px;
}
#line {
	text-align: center;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 0px;
}


/* #SAG scroller demo #1 */
div#mysagscroller{
width: 200px;  /*width of scroller*/
height:250px;
}

div#mysagscroller ul li{
	color:white;
	padding:5px;
	margin-bottom:5px; /*bottom spacing between each LI*/
	background-color: #C00;
}

div#mysagscroller ul li:first-letter{
font-size:28px;
background:white;
color:black;
padding:0 2px;
margin-right:2px;
}


/* #SAG scroller demo #2 */

div#mysagscroller2{
	width: 210px; /*width of scroller*/
	height:320px;
	border:0px solid #C0C0C0;
}

div#mysagscroller2 ul li img{
	border-width:0;
	display:block;
	
}











#menu {
	/*
	list-style:none;
	width:940px;
	margin:30px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;
	*/
	list-style:none;
	text-decoration:none;
	height: 45px;
	/* Rounded Corners */

	
	/* Background color and gradients */
	
	/*background: #014464; 
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	*/
	/* Borders */
	
	/*border: 1px solid #002232;*/
	
	
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0px;
	
}

#menu li {
	float:left;
	text-align:center;
	position:relative;
	margin-right:30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

#menu li:hover {
	/* Background color and gradients */
	text-shadow: 1px 1px 1px #000000;
	background-color: #ee0c0c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	display:block;
	outline:0;
	text-decoration:none;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#menu li:hover a {
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#menu li .drop {
	padding-right:20px;
	color: #FFF;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 7px;
}
#menu li:hover .drop {
	background:url("images/drop.png") no-repeat right 7px;
}

/* Drop Down */

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns
{
	float:left;
	position:absolute !important;
	left:-999em; /* Hides the drop down */
	text-align:left;
	/* Gradient background */
	background:#262626;
	background: -moz-linear-gradient(top, #262626, #262626);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#262626), to(#262626));
	/* Rounded Corners 
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;*/
	opacity:0.9;
	margin-top: 12px;
	margin-right: auto;
	padding: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dropdown_1column {
	width: 150px;
}
.dropdown_2columns {
	width: 420px;
	margin-left: -300px;
}
.dropdown_3columns {
	width: 620px;
	margin-left: -100px;
}
.dropdown_4columns {width: 620px;
	margin-left: -200px;}
.dropdown_5columns {width: 300px;
	margin-left: -200px;}
.dropdown_6columns {width: 500px;
	margin-left: -300px;}
#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px ;
	z-index:444 !important;
	top:auto;
}

/* Columns */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width:190px;
}
.col_2 {
	width:250px;
}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

/* Right alignment */

#menu .menu_right {
	float:right !important;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

/* Drop Down Content Stylings */

#menu p, #menu h2, #menu h3, #menu div li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #000000;
	color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:16px;
	font-weight: normal;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	color: #22b14c;
	background-image: url(images/pt.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	padding-left: 25px;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:13px;/*#015b86; */
	color: #FFF;
	width: 200px;
	height: auto;
	font-weight: bold;
}
#menu li:hover div a:hover {
	color: #ee0c0c;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow {
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #000;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;
	
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.tabs-inner .widget li a {
	padding: 1px ;
	display:block !important;
	border: 1px solid  transparent !important ;
}
