@charset "utf-8";
/* CSS Document */

/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
	font-size:12px;
	color:#090909;
	margin:20px 0px;
	text-align:left;
}
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 { /*defiened*/
	padding:0px 0 5px 0px;
	font-size:21px;
	color:#16869a;
}
h2 {/*defiened*/
	padding:0px 0px;
	font-size:16px;
	color:#ffffff;
}
h3 {/*defiened*/
	padding:0px 0px;
	font-size:14px;
	color:#59801f;
}
h4 {/*defiened*/
	font-size:14px;
	color:#454545;
	font-weight:bold;
}
h5 {
	font-size:12px;
	color:#000000;
	padding:0px 7px 0px 7px;
	line-height:25px;
	font-weight:bold;
}
h6 {
	font-size:12px;
	color:#000000;
	padding:0px 7px 0px 7px;
	line-height:25px;
}
/***** Common Formatting *****/

/***reset ul li---***/
ol li {
	list-style-type: decimal;
	background: none;
}
p, ul, ol, li {
	margin:0;
	padding:0;
	text-align:left;
}
img {
	border:0;
}
/***** Links *****/

a {
	outline: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #1189ce;
}
a:hover {
	color: #b60404;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	padding:0px;
	margin:0px;
}
textarea:focus, input:focus, select:focus {
	border: 1px solid #999999;
	background-color: #FFFF9D;
}
textarea {
	width:100%;
	line-height:1.25;
	overflow:auto;
	border: 1px solid #999999;
}
label {
	padding:0px;
	margin:0px;
	float:left;
}
/***** Global Classes *****/
/*img, div {
	behavior: url(iepngfix.htc)
}*/
.clear {
	clear:both;
	padding:0px;
	margin:0px;
	height:1px;
	font-size:1px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/***** Wrapper *****/

#wrapper {
	width:699px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
#header {
	padding:0px;
	margin:0px;
}
#logo {
	width:143px;
	height:114px;
	/*display:block;
	background:url(../images/logo.gif) 0 0 no-repeat;
	cursor:pointer;*/
	padding:0px;
	margin:0px 0px 13px 0px;
	float:left;
}
#topright {
	width:535px;
	float:right;
	margin:0px 0px 0px 10px;
}
#flash {
	text-align:left;
}
#container {
	padding:11px;
	border:1px solid #cd7708;
	background:#fb9d23 url(../images/orrange_bg.gif)0 0 repeat-x;
}
#sub-container {
	background:#FFFFFF;
}
#sub-container p {
	padding:5px 10px;
}
#col-left {
	width:321px;
	float:left;
	padding:10px;
}
#col-right {
	width:334px;
	float:right;
}
#col-left p {
	padding:0px 0px 10px 0px;
}
#bottomtxt p {
	padding:0px 10px 10px 10px;
}
#bottomtxt h4 {
	padding:0px 10px 0px 10px;
}
#footer {
	margin:15px 0px;
}
.footer-col01, .footer-col02, .footer-col03 {
	background:#444444 url(../images/boz_bg.gif) 0 0 repeat-x;
	border:1px solid #656565;
	width:202px;
	height:109px;
	float:left;
	padding:10px;
	display:block;
}
#footer .float-left {
	width:73px;
}
#footer .float-right {
	width:119px;
	float:left;
	margin:0px 0px 0px 10px;
	color:#fff;
}
.more {
	background: url(../images/more.gif) 0 0 no-repeat;
	width:48px;
	height:23px;
	display:block;
}
#footer p {
	padding:5px 0px 5px 0px;
}
.footer-col03 {
	float:right;
}
.footer-col02 {
	margin-left:14px;
}
.footernavi-left, .footernavi-right {
	margin:15px 0px;
	color:#f6e5b2;
}
.footernavi-left {
	width:222px;
	float:left;
}
.footernavi-right {
	width:477px;
	float:right;
	text-align:right;
}
.footernavi-right a, .footernavi-right a:link, .footernavi-right a:visited {
	margin:0px 5px;
	color:#f6e5b2;
}
.footernavi-right a:hover, .footernavi-right a.selected {
	border-bottom:1px solid #cbd61f;
	color:#FFFFFF;
}
#feedbackForm {
	width:300px;
	margin: 0 auto;
	border:4px solid #d6d6d5;
	padding:10px;
	margin:10px 0px 5px 0px;
}
.hr-grey {
	background:url(../images/hr.gif) 0 0 repeat-x;
	height:1px;
	margin:5px 0px;
}
label.lbl-home {
	width:95px;
	margin:13px 0px 0px 10px;
}
input.txtbox-home, input.txtbox-home01 {
	width:170px;
	padding:4px;
	border:1px solid #a7a7a7;
	margin:13px 0px 0px 0px;
}
label.lbldes {
	margin:13px 0px 0px 10px;
	padding:10px 0px;
}
textarea.texarea01 {
	width:276px;
	margin:5px 0px 0px 10px;
	float:left;
}
input.btn-submit {
	width:59px;
	height:24px;
	background:url(../images/btn_submit.gif) 0 0 no-repeat;
	margin:13px 0px 0px 10px;
	display:block;
	cursor:pointer;
	border:none;
	float:left;
}
#sub-container #col-left input.btn-submit {
	margin:13px 0px 0px 0px;
}
/*- Sub Navigation Start --- */
.subnavi {
	float:right;
	color:#000000;
	line-height:normal;
	margin:35px 0px 0px 0px;
}
.subnavi ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.subnavi li {
	display:inline;
	margin:0;
	padding:0;
}
.subnavi a {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0 0 0 5px;
	text-decoration:none;
	cursor:pointer;
}
.subnavi a span {
	float:left;
	display:block;
	padding:3px 10px 4px 5px;
	font-weight:bold;
	color:#fff;
}
.subnavi a:hover {
	background:url("../images/tableft.gif") no-repeat left top;
}
.subnavi a:hover span {
	background:url("../images/tabright.gif") no-repeat right top;
	color:#fff;
	cursor:pointer;
}
.subnavi a.selected {
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0px 0px 0px 0px;
}
.subnavi a.selected span {
	background:url("../images/tabright.gif") no-repeat right top;
	color:#fff;
	cursor:pointer;
	margin:0px 5px 0px 0px;
}
.subnavi ul li img {
	margin:2px 5px 0px 0px;
	float:left;
}
label.lbl01 {
	width:120px;
	margin:13px 5px 0px 0px;
}
input.txtbox-home01 {
	width:180px;
	padding:2px;
	border:1px solid #a7a7a7;
	margin:10px 0px 0px 0px;
}
input.txtbox-Small {
	width:80px;
	padding:2px;
	border:1px solid #a7a7a7;
	margin:10px 12px 0px 0px;
	float:left;
}
.example {
	margin:10px;
	padding:10px;
	border:1px solid #CCCCCC;
}
.hr {
	border-bottom: 1px solid #CCCCCC;
	padding:0px 0px 2px 0px;
	margin:0px 0px 5px 0px;
}
