/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 12px;
	color: #313131;
	margin: 10px 0px;
	background-color: #eef9d7;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

p, td, th, span, div{
	line-height: 130%;
}


p {
	text-align:left;
	margin: 4px 0px 4px 0px !important;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #658e01;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
}

/* standard form input text */


/* standard form button */

/* standard form select + option*/
select{
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* standard form textarea */
textarea {
	border-top: 1px solid #154e66;
	border-right: 1px solid #2a7493;
	border-bottom: 1px solid #2a7493;
	border-left: 1px solid #154e66;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

img {
	border: none;
}
.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
}

/* --------- page layout -------- */
.body{
}
.container{
	width: 740px;
	padding: 2px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	text-align: left !important;
}
.mainPage {
	padding: 0px 19px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}
.warper {
	padding: 20px 15px;
	border: 1px solid #c4c4c4;
}
.pageContainer {
	width: 668px;
	padding: 0px;
	background: url(../images/bgSide.gif) top left repeat-y;
}
.pageBg {
	padding: 0px;
	background: url(../images/watermark.gif) left no-repeat;
}
.page {
	width: 460px;
	float: right;
	display: block;
}
.sidebar {
	width: 190px;
}
.leftSide {
	padding: 15px;
}
.leftSide p {
	margin: 10px 0px !important;
	line-height: 140%;
}
.leftSide b{
	color: #648615;
}
.leftSide a{
	color: #002bb2;
	text-decoration: underline;
}
.leftSide a:hover{
	color: #f36523;
	text-decoration: underline;
}
.leftSide ul {
	padding: 0px !important;
	margin: 15px 0px !important;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
.leftSide ul li{
	padding: 0px 0px 0px 9px !important;
	list-style: none;
	font-size: 12px;
	font-weight: lighter;
	background: url(../images/arrowList.gif) no-repeat;
	background-position: 0px 3px;
	margin-bottom: 5px;
}

.contentHome {
	padding: 4px 9px 0px 9px;
}
.contentHome h1 {
	color: #252621;
	font-size: 1.4em;
	margin: 0px !important;
	padding: 0px !important;
}
.contentHome p{
	margin: 15px 0px !important;
}
.content {
	padding-bottom: 20px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #6c9219;
	line-height: 110%;
}
.content h1 {
	font-size: 1.4em;
}
.content h3 {
	font-size: 1.3em;
	margin: 20px 0px 5px 0px !important;
	padding: 5px 0px !important;
}
.content h3 a, .content h3 a:hover{
	text-decoration: none;
}
.content h5 {
	font-size: 1.1em;
	margin: 15px 0px 5px 0px !important;
	padding: 5px 0px !important;
}
.content h1.title {
	margin: 5px 0px 20px 0px !important;
	padding: 0px !important;
}
.content h5.title {
	font-size: 1.1em;
	margin: 0px !important;
	padding: 5px 0px !important;
}
.content h5.title span{
	font-size: 0.9em;
	color: #323232;
}

.content ul {
	padding: 0px !important;
	margin: 15px 0px !important;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
.content ul li{
	padding: 0px 0px 0px 9px !important;
	list-style: none;
	font-size: 12px;
	font-weight: lighter;
	background: url(../images/arrowList.gif) no-repeat;
	background-position: 0px 3px;
}
.content ul.links {
	padding: 0px !important;
	margin: 15px 0px !important;
}
.content ul.links li{
	margin-bottom: 10px;
	color: #323232;
}
.content ul.links li a{
	color: #323232;
}
.content ul.links li a:hover{
	color: #323232;
}
.content ul li ul{
	padding: 0px !important;
	margin: 0px !important;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
.content ul li ul li{
	margin-left: 15px;
	padding: 0px 0px 0px 9px !important;
	list-style: none;
	font-size: 12px;
	font-weight: lighter;
	background: url(../images/dashList.gif) no-repeat;
	background-position: 0px 3px;
}
.content p {
	margin: 10px 0px !important;
	line-height: 140%;
}
.content ul.depth {
	padding: 0px !important;
	margin: 0px 0px 0px 10px !important;
}
.content ul.depth li{
	margin-bottom: 5px;
	line-height: 130%;
}

.flowNav {
	font-size: 11px;
}
.flowNav a{
	color: #f36523;
}
.flowNav a:hover{
	color: #f36523;
	text-decoration: underline;
}
.flowNav p{
	margin: 0px !important;
	padding: 0px 0px 0px 12px !important;
	display: inline;
	background: url(../images/arrowNav.gif) left no-repeat;
}
.flowNav p.first{
	background: none !important;
	padding: 0px 0px 0px 1px !important;
}

/* --------- header element -------- */
.header, .headerTop, .headerBlock, .headerCell , .headerImg, .headerMenu {
	padding: 0px;
	overflow: hidden;
}
.header {
	height: 360px;
	margin-bottom: 20px;
}
.headerTop {
	height: 92px;
	background: url(../images/logo.jpg) top right no-repeat;
}
.headerBlock {
	height: 27px;
	background-color: #eee;
}
.headerCell {
	height: 75px;
}
.headerCell .contact {
	width: 221px;
	padding: 15px 1px 5px 1px;
	margin: 0px;
	float: right;
	text-align: right;
	font-size: 10px;
	color: #aaa;
	line-height: 140%;
}
.headerCell .contact b {
	font-size: 11px;
	color: #669000;
}
.headerCell .outlink {
	width: 420px;
	padding: 28px 25px 5px 25px;
	margin: 0px;
	float: left;
	font-size: 11px;
	color: #666867;
	line-height: 140%;
}
.headerCell .outlink a{
	font-weight: bold;
	color: #ef6421;
}
.headerImg {
	height: 132px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.menu {
	height: 30px;
}
.menu ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.menu ul li{
	float: left;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li#mn01 {
	margin: 0px 3px;
}
.menu ul li a{
	color: #fff;
	float: left;
	display: block;
	padding: 7px 0px;
}
.menu ul li a span{
	padding-left: 11px;
	background: url(../images/menuArrow.gif) left no-repeat;
}
.menu ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.menu ul li#mn00 a{
	width: 222px;
	background-color: #87bd1f;
}
.menu ul li#mn00 a:hover {
	background-color: #92c82a;
	cursor: pointer;
}
.menu ul li#mn01 a{
	width: 249px;
	background-color: #bae86b;
}
.menu ul li#mn01 a:hover{
	background-color: #c8ef84;
	cursor: pointer;
}
.menu ul li#mn02 a{
	width: 223px;
	background-color: #333;
}
.menu ul li#mn02 a:hover{
	background-color: #3e3e3e;
	cursor: pointer;
}

/* --------- bottom page -------- */
.bottomPage {
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #c4c4c4;
}
.bottomPage ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	height: 143px;
}
.bottomPage ul li{
	float: left;
	text-align: center;
	font-weight: bold;
	color: #567201;
}
.bottomPage ul li#bMn01{
	margin: 0px 3px;
}
.bottomPage ul li a{
	color: #567201;
	float: left;
	display: block;
	padding: 10px 0px 0px 0px;
	height: 133px;
}
.bottomPage ul li span{
	padding-right: 15px;
	background: url(../images/downArrow.gif) right no-repeat;
}
.bottomPage ul li a:hover{
	color: #f46521;
	text-decoration: none;
}
.bottomPage ul li#bMn00 a{
	width: 217px;
	background: url(../images/mailICon_01.gif) bottom left no-repeat;
}
.bottomPage ul li#bMn00 a:hover {
	background: url(../images/mailICon_02.gif) bottom left no-repeat;
	cursor: pointer;
}
.bottomPage ul li#bMn01 a{
	width: 249px;
	background: url(../images/paperICon_01.gif) bottom left no-repeat;
}
.bottomPage ul li#bMn01 a:hover{
	background: url(../images/paperICon_02.gif) bottom left no-repeat;
	cursor: pointer;
}
.bottomPage ul li#bMn02 a{
	width: 218px;
	background: url(../images/arrowICon_01.gif) bottom left no-repeat;
}
.bottomPage ul li#bMn02 a:hover{
	background: url(../images/arrowICon_02.gif) bottom left no-repeat;
	cursor: pointer;
}

/* --------- footer element -------- */
.footer {
	text-align: center;
	padding: 20px;
	font-size: 10px;
	color: #999;
}
.footer a{
	color: #999;
	text-decoration: underline;
}
.footer a:hover{
	color: #ccc;
	text-decoration: underline;
}
