/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   [project].css
Purpose:    This file is created to hold CSS styles of
            the project.
            Please do not put other styles in this file.
Created by: KY 2009.10.02
******************************************************* */
@import "page.css";
@import "header.css";
@import "topnav.css";
@import "mainContent.css";
@import "side.css";
@import "main.css";
@import "footer.css";
@import "pageBanner.css";
@import "paging.css";

html, body {
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding: 0;
	margin: 0;
}
form#frmPage,
form#formpage {
	text-align: center;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: 0;
}

.backTop {
	display: block;
	text-align: right;
	margin-right: 15px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
h1 {	/* site title */
	font-size: 200%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}
h2 {	/* site subtitle */
	font-size: 150%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}
h3 {	/* page title */
	font-size: 148%;
	line-height: 1.3em;
	padding-top: 5px;
	margin-bottom: 1em;
}
h4 {	/* content heading */
	font-size: 115%;
	margin-bottom: 0.5em;
}
h5 {	/* content subheading */
	font-size: 118%;
	margin-bottom: 1em;
}
h6 {
	font-size: 100%;
	margin-bottom: 0.5em;
}



ul,
ol {
	margin: 0 0 1em 0;
	padding: 0;
}
ul li {
	background-color: transparent;
	/*
	background-image: url(../img/bullet/bullet_square_blue.gif);
	*/
	background-image: url(../img/bullet/bullet_arrow_green.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*
	background-position: 0 0.5em;
	*/
	background-position: 0 0.4em;
	list-style-type: none;
	/*
	padding-left: 10px;
	*/
	padding-left: 15px;
	margin-bottom: 0.4em;
}
ul.nobullet li {
	background-image: none !important;
	padding-left: 0 !important;
}
ul li ol li {
	background-image: none;
	padding-left: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.4em;
	margin-bottom: 0;
}
ol li {
	list-style-type: decimal;
	margin-left: 2.5em;
	margin-bottom: 1em;
}
ol li ul li {
	list-style-type: none;
	margin-left: 0;
}
ol ol {
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol li ul li {
	list-style-type: none;
	margin-left: 0;
}
ol ol ol li {
	list-style-type: lower-roman;
}
ol ol ol li ul li {
	list-style-type: none;
	margin-left: 0;
}



img {
	vertical-align: middle;
}
img.float_left {
	margin: 0 7px 2px 0;
}
img.float_right {
	margin: 0 0 2px 7px;
}



/* *** button *** */
.button,
.smallbutton,
.bigbutton,
.bigbutton2 {
	color: #fff !important;
	background-color: transparent;
	background-image: url(../img/button/button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	display: block;
	float: left;
	position: relative;
	clear: none;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none !important;
	height: 21px;
	margin: 0 7px 0 3px;
	padding: 0;
	white-space: nowrap;
	cursor: pointer;
}
* html .button {
	background-image: url(../img/button/button.gif);
}
.smallbutton {
	color: #636363 !important;
	background-image: url(../img/button/smallbutton.gif);
	font-size: 11px;
	height: 16px;
	margin: 0 5px 0 0;
}
.bigbutton,
.bigbutton2 {
	color: #fff !important;
	background-image: url(../img/button/bigbutton.gif);
	font-size: 14px;
	height: 28px;
	margin: 0 10px 0 3px;
}
.bigbutton2 {
	background-image: url(../img/button/bigbutton2.gif);
}
.button span,
.smallbutton span,
.bigbutton span,
.bigbutton2 span {
	background-color: transparent;
	background-image: url(../img/button/button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0%;
	display: block;
	position: relative;
	text-align: center;
	line-height: 17px;
	margin: 0 -2px 0 2px;
	height: 17px;
	min-width: 50px;
	padding: 2px 7px 2px 5px;
	white-space: nowrap;
	cursor: pointer;
}
* html .button span {
	background-image: url(../img/button/button.gif);
}
.smallbutton span {
	background-image: url(../img/button/smallbutton.gif);
	line-height: 14px;
	height: 14px;
	min-width: 30px;
	margin: 0 -3px 0 10px;
	padding: 1px 10px 1px 0;
}
.bigbutton span,
.bigbutton2 span {
	background-image: url(../img/button/bigbutton.gif);
	line-height: 18px;
	height: 18px;
	margin: 0 -10px 0 10px;
	padding: 5px 10px 5px 0;
}
.bigbutton2 span {
	background-image: url(../img/button/bigbutton2.gif);
}
.button:hover,
.smallbutton:hover,
.bigbutton:hover,
.bigbutton2:hover {
	color: #fff !important;
	background-color: transparent;
	background-position: 0% -30px;
}
.bigbutton:hover,
.bigbutton2:hover {
	color: #fff !important;
	background-position: 0% -40px;
}
.button:hover span,
.smallbutton:hover span {
	background-position: 100% -30px;
}
.bigbutton:hover span,
.bigbutton2:hover span {
	background-position: 100% -40px;
}
* html .button,
* html .smallbutton,
* html .bigbutton,
* html .bigbutton2 {
	width: 30px;
}
* html .button span,
* html .smallbutton span,
* html .bigbutton span,
* html .bigbutton2 span {
	width: 30px;
}
.button img,
.smallbutton img,
.bigbutton img,
.bigbutton2 img {
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}
.button.float_right,
.smallbutton.float_right,
.bigbutton.float_right,
.bigbutton2.float_right {
	float: right;
}

.button.form {
    margin: 10px 0 0 127px;
}

label.label {
	display: block;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-right: 0.5em;
	margin-bottom: 3px;
	width: 120px;
	text-align: left;
}
label.label_sub {
    margin-left: 15px;
    width: 140px;
}
div.field_sub div.field_sub label.label_sub {
    width: 125px;
}
* html label.label {
	width: 120px;
}
div.field,
input.field,
textarea.field {
	display: block;
	float: left;
	clear: none;
	margin-top: 1px;
	margin-bottom: 3px;
}
div.field {
	margin-top: 2px;
	margin-bottom: 3px;
}
div.field_sub {
    margin-left: 15px;
}
div.field_sub select {
    float: none;
    display: inline-block;
}
div.field div.field {
    margin-bottom: 0;
}
div.field label.label {
    margin-bottom: 0;
}
input.field {
    vertical-align: middle;
}
input, textarea {
	font-size: 11px;
}
.field select {
	display: block;
	float: left;
	clear: none;
	font-size: 11px;
	margin-top: -2px;
}
.field select.normal {
	display: inline;
	float: none;
}
div.field .radio {
	margin-top: -2px;
}
div.field .radio input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
}
div.field .radio label {
    margin: 0 10px 0 2px;
    vertical-align: middle;
}
textarea.text {
    width: 300px;
    height: 70px;
}
div.field input, div.field label {
    vertical-align: middle;
}
div.field .error {
    color: #ff0000;
    margin-left: 5px;
}
.form_error.float {
	float: left;
	clear: left;
	margin-top: 2px;
	margin-left: 7px;
	margin-left: 145px;
	width: 285px;
}
.field .form_error.float {
	margin-top: 1px;
}
div.field .form_error.float {
	margin-top: 0;
}
div.form_note {
    margin: 10px 0 5px;
}
div.form_note_2 {
    margin: 0 0 15px;
}

table th {
	background-color: #222;
	font-weight: bold;
}
table.normal th,
table.normal td {
	padding: 2px 5px !important;
}
table.border {
	border-collapse: collapse;
}
table.border td {
	background-color: #000;
}
table.border th,
table.border td {
	text-align: left;
	border: 1px solid #333;
}
table.tableAltRow {
}
table tr.tr_odd th {
	padding: 2px 5px !important;
}
table tr.tr_odd td {
	background-color: #111;
	padding: 2px 5px !important;
}
table tr.tr_even td {
	background-color: #000;
	padding: 2px 5px !important;
}
table.bigpadding tr th,
table.bigpadding tr td {
	padding: 8px 12px !important;
}

table.info {
	width: 100%;
}
table.info th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 2px 5px !important;
}
table.info td {
	vertical-align: top;
	padding: 2px 5px 10px 0;
}
table.info td.label {
	text-align: left;
	font-weight: bold;
	min-width: 0;
}
* html table.info td.label {
	width: 0;
}
table.info td.label.padding {
	padding-left: 5px;
}

table.columnContent {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.columnContent td {
	padding: 10px 8px;
}

.caption_image_full {
	display: block;
	clear: none;
	text-align: center;
	/*
	border: 1px solid #DDD;
	*/
	margin: 0 0 5px 0;
}
.caption_image_left {
	display: block;
	float: left;
	clear: none;
	/*
	border: 1px solid #DDD;
	*/
	margin: 0 15px 5px 0;
}
.caption_image_right {
	display: block;
	float: right;
	clear: none;
	/*
	border: 1px solid #DDD;
	*/
	margin: 0 0 5px 15px;
}
.caption_image_full img {
	display: block;
	/*
	margin: 5px auto;
	*/
}
.caption_image_left img,
.caption_image_right img {
	display: block;
	/*
	margin: 5px;
	*/
}
.caption_image_full .caption,
.caption_image_left .caption,
.caption_image_right .caption {
	font-size: 92%;
	text-align: left;
	margin: 0 5px 3px 5px;
}

.highlight {
	color: #804F02;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
}
.highlight2 {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 148%;
	line-height: 1.2em;
}
.highlight3 {
	color: #804F02;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 148%;
	line-height: 1.2em;
}
.grayout {
	color: #AFAFAF;
}
.fineprint {
	font-size: 84%;
}



table.table2cols {
	table-layout: auto;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}
table.table2cols tr {
}
table.table2cols td {
}
table.table2cols td.leftCol {
	text-align: justify;
	width: 557px;
	padding: 0 28px 0 0;
	margin: 0;
	border: 0;
}
table.table2cols td.rightCol {
	background-image: url(../img/bg/bg-vertical-separator.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	text-align: left;
	padding: 0 0 0 20px;
	min-height: 165px;
}
* html table.table2cols td.rightCol {
	height: 165px;
}



a,
a:hover,
h1,
h2,
h3,
h4,
h5,
h6,
.highlight,
.highlight3,
.newsitem a.active,
.newsitem a:hover {
	color: #6BBD7B;
}



.section-1 a,
.section-1 a:hover,
.section-1 h1,
.section-1 h2,
.section-1 h3,
.section-1 h4,
.section-1 h5,
.section-1 h6,
.section-1 .highlight,
.section-1 .highlight3,
.section-1 .listSwitch a.current,
.section-1 .newsitem a.active,
.section-1 .newsitem a:hover,
.section-8 a,
.section-8 a:hover,
.section-8 h1,
.section-8 h2,
.section-8 h3,
.section-8 h4,
.section-8 h5,
.section-8 h6,
.section-8 .highlight,
.section-8 .highlight3,
.section-8 .listSwitch a.current,
.section-8 .newsitem a.active,
.section-8 .newsitem a:hover {
	color: #6BBD7B;
}
.section-2 a,
.section-2 a:hover,
.section-2 h1,
.section-2 h2,
.section-2 h3,
.section-2 h4,
.section-2 h5,
.section-2 h6,
.section-2 .highlight,
.section-2 .highlight3,
.section-2 .listSwitch a.current,
.section-2 .newsitem a.active,
.section-2 .newsitem a:hover,
.section-9 a,
.section-9 a:hover,
.section-9 h1,
.section-9 h2,
.section-9 h3,
.section-9 h4,
.section-9 h5,
.section-9 h6,
.section-9 .highlight,
.section-9 .highlight3,
.section-9 .listSwitch a.current,
.section-9 .newsitem a.active,
.section-9 .newsitem a:hover {
	color: #9ED765;
}
.section-3 a,
.section-3 a:hover,
.section-3 h1,
.section-3 h2,
.section-3 h3,
.section-3 h4,
.section-3 h5,
.section-3 h6,
.section-3 .highlight,
.section-3 .highlight3,
.section-3 .listSwitch a.current,
.section-3 .newsitem a.active,
.section-3 .newsitem a:hover,
.section-10 a,
.section-10 a:hover,
.section-10 h1,
.section-10 h2,
.section-10 h3,
.section-10 h4,
.section-10 h5,
.section-10 h6,
.section-10 .highlight,
.section-10 .highlight3,
.section-10 .listSwitch a.current,
.section-10 .newsitem a.active,
.section-10 .newsitem a:hover {
	color: #9ED765;
}
.section-4 a,
.section-4 a:hover,
.section-4 h1,
.section-4 h2,
.section-4 h3,
.section-4 h4,
.section-4 h5,
.section-4 h6,
.section-4 .highlight,
.section-4 .highlight3,
.section-4 .listSwitch a.current,
.section-4 .newsitem a.active,
.section-4 .newsitem a:hover,
.section-11 a,
.section-11 a:hover,
.section-11 h1,
.section-11 h2,
.section-11 h3,
.section-11 h4,
.section-11 h5,
.section-11 h6,
.section-11 .highlight,
.section-11 .highlight3,
.section-11 .listSwitch a.current,
.section-11 .newsitem a.active,
.section-11 .newsitem a:hover {
	color: #8BA3B4;
}
.section-5 a,
.section-5 a:hover,
.section-5 h1,
.section-5 h2,
.section-5 h3,
.section-5 h4,
.section-5 h5,
.section-5 h6,
.section-5 .highlight,
.section-5 .highlight3,
.section-5 .listSwitch a.current,
.section-5 .newsitem a.active,
.section-5 .newsitem a:hover,
.section-12 a,
.section-12 a:hover,
.section-12 h1,
.section-12 h2,
.section-12 h3,
.section-12 h4,
.section-12 h5,
.section-12 h6,
.section-12 .highlight,
.section-12 .highlight3,
.section-12 .listSwitch a.current,
.section-12 .newsitem a.active,
.section-12 .newsitem a:hover {
	color: #EB32B3;
}
.section-6 a,
.section-6 a:hover,
.section-6 h1,
.section-6 h2,
.section-6 h3,
.section-6 h4,
.section-6 h5,
.section-6 h6,
.section-6 .highlight,
.section-6 .highlight3,
.section-6 .listSwitch a.current,
.section-6 .newsitem a.active,
.section-6 .newsitem a:hover,
.section-13 a,
.section-13 a:hover,
.section-13 h1,
.section-13 h2,
.section-13 h3,
.section-13 h4,
.section-13 h5,
.section-13 h6,
.section-13 .highlight,
.section-13 .highlight3,
.section-13 .listSwitch a.current,
.section-13 .newsitem a.active,
.section-13 .newsitem a:hover {
	color: #FFBFC0;
}
.section-7 a,
.section-7 a:hover,
.section-7 h1,
.section-7 h2,
.section-7 h3,
.section-7 h4,
.section-7 h5,
.section-7 h6,
.section-7 .highlight,
.section-7 .highlight3,
.section-7 .listSwitch a.current,
.section-7 .newsitem a.active,
.section-7 .newsitem a:hover,
.section-14 a,
.section-14 a:hover,
.section-14 h1,
.section-14 h2,
.section-14 h3,
.section-14 h4,
.section-14 h5,
.section-14 h6,
.section-14 .highlight,
.section-14 .highlight3,
.section-14 .listSwitch a.current,
.section-14 .newsitem a.active,
.section-14 .newsitem a:hover {
	color: #255E5A;
}
.section-99 a,
.section-99 a:hover,
.section-99 h1,
.section-99 h2,
.section-99 h3,
.section-99 h4,
.section-99 h5,
.section-99 h6,
.section-99 .highlight,
.section-99 .highlight3,
.section-99 .listSwitch a.current,
.section-99 .newsitem a.active,
.section-99 .newsitem a:hover {
	color: #B64324;
}

ul li,
.section-1 ul li,
.section-8 ul li {
	background-image: url(../img/bullet/bullet_square_1.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-2 ul li,
.section-9 ul li {
	background-image: url(../img/bullet/bullet_square_2.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-3 ul li,
.section-10 ul li {
	background-image: url(../img/bullet/bullet_square_3.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-4 ul li,
.section-11 ul li {
	background-image: url(../img/bullet/bullet_square_4.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-5 ul li,
.section-12 ul li {
	background-image: url(../img/bullet/bullet_square_5.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-6 ul li,
.section-13 ul li {
	background-image: url(../img/bullet/bullet_square_6.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-7 ul li,
.section-14 ul li {
	background-image: url(../img/bullet/bullet_square_7.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}
.section-99 ul li {
	background-image: url(../img/bullet/bullet_square_99.gif);
	background-position: 0% 0.5em;
	padding-left: 15px;
}



.newsitem {
	background-image: url(../img/bullet/bullet_square_2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0.5em;
	padding-left: 15px;
	margin: 0 0 1.5em 0;
}
.newsitem a.title {
	color: #fff;
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 109%;
	text-decoration: none;
}
.newsitem a.title:hover {
	text-decoration: none;
}
.newsitem .date {
	color: #AFAFAF;
	font-size: 85%;
	margin: 0 0 0.5em 0;
}



.roundBox {
	background-color: #1B1B1B;
	border: 1px solid #1B1B1B;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1em;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	.roundBox {
		border: 0 !important;
		background-color: transparent !important;
		background-image: url('round.svg') !important;
	}
}
.roundBox .roundBoxPadding {
	padding: 10px;
}

.roundBoxPadding label.label {
	width: 100px;
	min-width: 100px;
}

#listSwitches {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 109%;
}
.listSwitch a {
	color: #fff;
}

.pageList {
	text-align: right;
	margin: 2em 0 1em 0;
}

