/* CSS Document */
body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000;
	font-size:11px;			
}

img {
	border:0; 
	margin:0; 
	padding:0;
}

#frame {
	width:750px; 
	margin:auto;
	margin-top:40px; 
	padding:0; 
	text-align:left; 
	background-image:url(../i/bg_2cols_bot.gif); 
	background-repeat:repeat-y;
}

#lcol {
	float:left;
	width:282px;
}

#rcol {
	float:right;
	width:468px;
}

#date {
	float:right;
	background-color:#d9e2e1;
	color:#637674;
	font-size:9px;
	width:341px;
	height:21px;
	line-height:22px;
	padding-left:10px;
	border-bottom:1px solid #fff;
}

#logo {
	float:left;
}

#popup {
	position:absolute;
	top: 150px;
	left: 450px;
	
}

* html #popup {
	position:absolute;
	top: 150px;
	left: 450px;
	
}

* html .png {
    behavior:	url("css/pngbehavior.htc");
}



/***************************NAVIGATION*****************************/
#mainnavbg {
	background-image:url(../i/bg_2cols_top.gif);
	background-repeat:repeat-y;
	width:282px;
}

#nav1 {
	width:140px;	
	height:182px;
	float:left;
}
#nav1 ul {
	list-style-type: none;
	margin:0;
	color:#e2eaf5;
	line-height:17px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}	
#nav1 li {
	margin: 0;
	padding: 0;
	
	
}
#nav1 li a {
	color: #fff;
	height:19px;
	display: block;	
	text-decoration: none;
	padding:1px 0 3px 10px;
	
}		
#nav1 a:hover {
	color: #fff;
	background-image: url(../i/nav1hover.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
}

#nav1 .active {
	/*color: #f00;*/
	background-image: url(../i/nav1active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
}


#nav2 {
	width:141px;	
	height:180px;
	float:right;	
}
#nav2 ul {
	list-style-type: none;
	margin:0;
	color:#7d9997;
	line-height:17px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}	
#nav2 li {
	margin: 0;
	padding: 0;
}
#nav2 li a {
	color: #7d9997;
	height:19px;
	display: block;	
	text-decoration: none;
	padding:1px 0 3px 10px;
}		
#nav2 a:hover {
	color: #fff;
	background-image: url(../i/nav2hover.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
}
#nav2 .active {
	background-image: url(../i/nav2active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
}

#nav3 {
	/*height:300px;/*Stop IE6 bug*/
    /*min-height:600px;*/
	width:140px;
	float:right;
	margin:0 1px 0 0;
}

#nav3 p.dskpn {
	color:#FFF;
	font-size:11px;
	padding:2px;
}

#nav3 ul {
	list-style-type: none;
	margin:0;
	color:#fff;
	line-height:19px;
	padding:0;
	text-align: left;
}	
#nav3 li {
	margin: 0;
	padding: 0;
	
}
#nav3 li a {
	white-space: nowrap;
	color: #fff;
/*	width:131px;*/
	height:20px;
	display: block;	
	text-decoration: none;
	padding:2px 0 3px 8px;

}		
#nav3 a:hover {
	background-image:url(../i/nav3hover.gif);
	background-repeat:repeat-x;
}
#nav3 .active {
	background-image: url(../i/nav3active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left:15px;
}

/***********************END NAV*************************/


#searchbox {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	clear:both;
	padding:0 0 0 9px;
}
#searchbox input{
	width:95px;
	color:#666666;
	font-size:10px;
	border:1px solid #464646;
	height:15px;
	margin:5px 0 5px 0;
	padding:1px;
	line-height:15px;
}

#searchbox .btnsearch {
	margin:3px 0 0 0;
	padding:0;
	height:21px;
	width:21px;
	background-image:url(../i/searchbtn_bg.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	border:none;
	vertical-align:top;
}

#searchbox .btnsearch_over {
	margin:3px 0 0 0;
	padding:0;
	height:21px;
	width:21px;
	background-image:url(../i/searchbtn_bg.gif);
	background-position:0 -19px;
	border:none;
	vertical-align:top;
}

#heading {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	background-image:url(../i/heading_bg.gif);
	background-repeat:repeat-y;
	width:463px;
} 

#heading h1 {
	margin: 6px 0 7px 126px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

#images {
	float:left;
	width:116px;
	clear:left;
}

#content {
	float:right;
	width:322px;
	min-height:300px;
	padding:15px 15px 15px 15px;
	background-color:#fff;
	position:relative;
}

#content h2{
	color:#495f5d;
	font-size:12px;
	margin:26px 0 0 0;
}

#content h3{
	color:#495f5d;
	font-size:11px;
	margin:26px 0 0 0; 
	font-weight:bold;
	width:220px;
/*	float:left;*/
}

#content h4{
	color:#495f5d;
}
#content h5{
	color:#495f5d;
}

#content p{
	color:#495f5d;
	line-height:22px;/*26px*/
	margin:13px 0 13px 0; 
}

#content ul{
	color:#495f5d;
	line-height:22px;/*26px*/
	list-style-type: none;
	padding:0;
}

#content ul li{
	background-image:url(../i/bullet.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

#content ol{
	color:#495f5d;
	line-height:22px;/*26px*/
	padding:0;
	margin-left:20px;
}

#content ol li{
	padding:0 0 0 0px;
}

#content a {
	color:#008b8f;
	text-decoration:underline;
}

#content a:hover {
	color:#f00;
	text-decoration:underline;
}

#content .itemheadline{
	color:#495f5d;
	background-color:#dae4e3;
	width:320px;
	margin:0 0 -20px 0;
	padding: 0 3px 1px 3px;
	height:14px;
}

#content .itemheadline h3{
	float:left;
	margin:0;
	padding:0;
	height:15px;
	width:320px;
}

#content .itemheadline .newsdate{
	float:right;
	margin:-15px 0 0 0;
	width:100px;
	text-align:right;
}

#content .itemtext {
	border-bottom:1px solid #dae4e3;
	/*padding:0 0 -10px 0;*/
	margin: 0 0 10px 0;
}

#content .itemtext p {
	clear:both;
	padding:1px 3px 1px 3px;
	margin:10px 0 0px 0;
}

#content .referer {
	text-align:right;
	color:#999999;
}


#content .row{
/*border:1px solid #f00;*/
	width:320px;
	margin:0 0 5px 0;
	/*height:30px;*/
}

#content .label{
	float:left;
}

#content #fadeshow {
	position:absolute;
	left:-132px;
	top:-16px;
	width:468px;
	height:331px;
}

#content #fadeshowtoggler {
	position:absolute;
	left:-117px;
	top:331px;
	width:448px;
	padding:10px;
}
#content #fadeshowtoggler #prev {
	float:left;
	cursor:pointer;
}

#content #fadeshowtoggler #next {
 	float:right;
	cursor:pointer;
}


.red {
	color:#f00;
}

#latestnews {
	float:left;
	color:#fff;
/*	height:400px;*/
}

#latestnews h1 {
	font-size:11px;
	font-weight:bold;
	background-image:url(../i/latestnews_head_bg.gif);
	background-repeat:repeat;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #bcd0d0;
	width:130px;
	padding: 5px 0 6px 10px;
}

#latestnews h2 {
	font-size:11px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	width:130px;
	padding: 4px 0 3px 10px;
}

#latestnews p {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	width:130px;
	padding: 2px 0 4px 10px;
}

#latestnews a {
	width:130px;
	background-image:url(../i/read_more.gif);
	background-position:0 0px;
}
#latestnews a:hover {
	width:130px;
	background-image:url(../i/read_more.gif);
	background-position:0 -15px;
	height:11px;
}

/*#latestnews #newslinks img {
	margin:0 0 0 0;
}*/

#latestnews #newslinks a {
	background-image:none;
	color:#fff;
	text-decoration:none;
}

#latestnews #newslinks a:hover {
	background-image:none;
	color:#fff;
	text-decoration:underline;
}


.prodbox {
	width:116px;
	height:116px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	float:left;
}

.prodbox h2 {
	position:absolute;
	margin:100px 0 0 0px;
	font-size:10px;
	font-weight:normal;
	background-color:#bad0cf;
	width:112px;
	height:16px;
	color:#fff;
	padding:0px 0px 2px 4px;
	white-space:nowrap;
	line-height:16px;
	border-bottom:1px solid #fff;
}

#footer {
	background-color:#d8dddc;
	height:24px;
	width:750px; 
	margin:auto;
	text-align:left;
	color:#65807b;
	font-size:9px;
	line-height:24px;
	border-top:1px solid #fff;
	clear:both;
}

#footer #links {
	float:right;
	color:#65807b;
	margin-right:8px;
}

#footer #links a {
	color:#65807b;
	text-decoration:none;
}

#footer #links a:hover {
	color:#65807b;
	text-decoration:underline;
}

#footer #vnm {
	float:left;
	color:#a0acaa;
	margin-left:8px;
}

#footer #vnm a {
	text-decoration:none;
	color:#a0acaa;
}

#footer #vnm a:hover {
	text-decoration:underline;
	color:#fff;
	
}

/*--------------FORM STYLE-------------------*/
.textbox {
	float:right;
	width:235px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000;
	font-size:11px;	
}

.textarea {
	float:right;
	width:235px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000;
	font-size:11px;	
}

.dropdownlist {
	float:right;
	width:240px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000;
	font-size:11px;	
}

.ddlOccupation {
	float:right;
	width:240px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#000;
	font-size:10px;	
}

.marginleft {
	width:320px;
	text-align:right;
}

.checkbox {
	/*float:right;*/
}

.button {
	float:right;
	width:241px;
	height:20px;
	color:#fff;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#CCCCCC;
	background-image:url(../i/nav3hover.gif);
	border:1px solid #7f9db9;
}

#printbutton {
	position: absolute;
	margin: -19px 0 0 796px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #d9e2e1;
	
	float:right;
}

#printbutton a {
	width:60px;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
	color:#7d9997;
}
#printbutton a:hover {
	background-color:#d9e2e1;
	padding: 2px 5px 2px 5px;
	color:#fff;
}

#rss {
	float:left;
	margin:10px 0 0 0;
}
/*:first-child+html #rss {
	position:absolute;
	margin:1px 0 0 32px;
}
* html #rss {
	position:absolute;
	margin:1px 0 0 32px;
}*/

#flashmain {
	height:234px;	
}


/*FIX FOR MOZILLA FIREFOX*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

