/* CSS Document */

* { padding: 0; margin: 0;}

body {
	color: #000000;
	/*background: url(../imgs/pg_bg.gif) repeat-x top #f1f1f1;*/
	background: #000066 url('../imgs/') repeat-x top;
	padding-top:10px; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif
}
p { padding: 5px 0;}

a {color: #000066;	text-decoration:none; }
a:hover {color: #0066ff;	text-decoration:none; }

h1{
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 0;
}
h2{
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00456e;
	padding: 5px 0;
}
#container {
	width: 950px;
	margin: 0 auto;
	background: #dedede;
}

#container_popup {
	width: 95%;
	margin: 10px;	
	padding:10px 0 10px 10px;
	
}

#logo {
	padding-top: 5px;
	width:950px;
	vertical-align:top;
	height:73px;
	border-bottom:2px solid #999999;

}
#logohome {
	padding-top: 5px;
	width:950px;
	vertical-align:top;
	height:135px;
	border-bottom:2px solid #999999;

}

#logotxt{
	float:left;
	font: bold 30px Garamond;
	color:#0a58c1;
	margin-top:10px;
	border:1px solid red;
	width:800px;
}
#left_col {
	width: 173px;
	float: left;
	height:450px;
/*	border:1px solid orange;*/
}
#left_col_home {
	width: 173px;
	float: left;
	height:250px;
/*	border:1px solid orange;*/
}

.display{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
	border: 0px dashed blue;
	background-color: #FFCCFF;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px;
	border:1px solid #fff000;
}

#menu {
	height:200	px;
	width: 165px;
}
#menu ul{
	list-style: none; 
	height:30px;
}
#menu li{
	color: #000066;
	text-align: right;
	width: 160px;
/*	border-bottom: 1px solid #cccccc;*/
	background: url('../imgs/menu_divider.png') no-repeat left bottom; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; padding-left:2px; padding-right:2px; padding-top:0; padding-bottom:0
}
#menu li a{
	color: #000066;
	background: url('../imgs/arrow1.gif') no-repeat right 4px;
	text-decoration: none;
	line-height: 33px; padding-left:0; padding-right:30px; padding-top:0px; padding-bottom:5px;
}
#menu li a:hover{
	color: #0066ff;
	background: url('../imgs/arrow2.gif') no-repeat right 4px;
	text-decoration: none
}

#menu li.last_bg{
	background: #00456e no-repeat bottom;
	border-bottom: 0px dotted #cccccc;
	width: 160px;
}

#content_area {
	width: 774px;
	float: right;
	/*background: url(../imgs/block_bg.gif) repeat-y center;*/
	background: url('../imgs/block_bg2.gif') repeat-y center;
	margin-top: 0px
}

.block_top {
	background: url('../imgs/block_top2.gif') no-repeat top;
}
.block_mid {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../imgs/block_mid.gif) no-repeat top;*/
	padding: 0 15px 0 15px;
}
.block_bot {
	background: url('../imgs/block_bot2.gif') no-repeat bottom;
}

#footer {
	width: 930px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px 5px;
	color:#ffffff;
}

.address_block {
	position:relative;
	top:0px;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin-left:10px;
	padding: 0px 10px;
	border-bottom: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-top: 1px solid #000000;
	border-left: 1px solid #d5d5d5;
}

.tbl_content {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}
.tbl_content td{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 3px 5px;
}
.tbl_content th{
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 3px 5px;
	background: #e6f8ff;
}

.row1 { background: #ffffff;}
.row2 { background: #f3f3f3;}

.fld_text {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #1E74A5;
}
.mn{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

#content_area h2 a{
	color: #00456e;
}

.cl_both { clear: both;}

/*height*/
.h1 {height: 1px;}
.h2 {height: 2px;}
.h5 {height: 5px;}
.h10 {height: 10px;}
.h14 {height: 14px;}

/*Width*/
.w100 {width: 100px;}
.w150 {width: 150px;}
.w200 {width: 200px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w600 {width: 600px;}

/*Floats*/
.fL {float: left;}
.fR {float: right;}

/*fonts*/
.fB {font-weight: bold;}

/*Background color*/
.bGr{ background-color: black;}
.disN {display:none;}

/* Left Strip Navigation */
.smHdr {
	list-style-type: none;
	margin: 0;
	padding-top: 2px;
	}

.smHdr li {
	display: inline;
	}

.smHdr li a {
	display: block;
	color: #3c3c3c;
	width: 163px;
	height: 14px;
	text-decoration: none;
	background: url('../imgs/lmhdrbg.gif') no-repeat 0 0;; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:verdana; padding-left:5px; padding-right:2px; padding-top:4px; padding-bottom:2px
	}

.smHdr li a:hover { 
	color: #000000;
	background-position: 0 -20px;
	}

.smHdr li.active a {
	color: #fff;
	background-position: 0 -40px;
	}

.smNav {
	position: relative;
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.smNav li {
	width: 161px;
	background: #fff;
	border: 1px solid #b5b5b5;
	margin: 2px 0 0;
	}

.smNav li a {
	display: block;
	color: #3c3c3c;
	font: bold 10px verdana;
	width: 142px;
	padding: 3px 2px 3px 17px;
	text-decoration: none;
	}

.smNav li a:hover { 
	color: #000;
	background: #e2e2e2;
	}

.smNav li.active a {
	color: #000;
	background: #c9c9c9;
	}
.hsA {height: 2px;}
#lftLyr {
	/*float: left;*/
	width: 160px;
	margin: 0 auto;
	height:100%;
	}

img, div, a  
{ 

behavior: url(iepngfix.htc) 

}

/* Table Rulers */
.ruled {background: #fffcf7;}
.even  {background: #eeeeee;}
.odd   {background: #f2f2f2;}

#dhtmltooltip{
	position: absolute;
	border: 1px solid #333333;
	padding: 2px;
	background-color: #f3f3f3;
	visibility: hidden;
	z-index: 100;
	font: 11px Verdana;
	padding:5px;
	color:#333333;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(strength=5, color=#999999,direction=135);*/
}

.firstlayer {
	color: #0a58c1;
	position: relative;
	top:30px;
	width:300px;
	text-align:left;	
	float:left;
	border:1px solid red;
}
.secondlayer {
	color: #0a58c1;
	position: relative;
	top:30px;
	width:500px;
	text-align:left;	
	float:left;
	border:1px solid red;
} 

/**************************************/
div.panes div {
	border-left:1px solid #999; border-right:1px solid #999; border-bottom:1px solid #999; display:none;		
	border-top:0px none;
	height:100px;
	font-size:14px;
	background-color:#fff; padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:15px
}


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:url('none') !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url('../imgs/blue.png') no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px
}

ul.tabs a:active {
	outline:none;		
	background-position: -420px -62px;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

span.menu { 
	list-style:none; 
	margin:0 !important; 
	padding:0px;	
	border-bottom:1px solid #666;	
	height:20px;
}

/* single tab */
span.menu { 
	float:left;	 
	text-indent:0;
	padding:5px;
	margin:0 !important;
	margin-left:5px;
	list-style-image:url('none') !important; 
	background:#cccccc;
	font-weight:bold;
	border:1px solid #666666;
}

span.menu a{ 
	text-decoration:none; 
}

#header{
	color:#000;
	font:16px Arial Black;
	background: #dedede;
	border:1px solid #000066;
	padding:10px;
}

.subheading{
	background: #ffffff;
	font:14px verdana;
}

.hddet{
	background: #ffffff;
	font:12px verdana;
}

.desc{
	font:12px verdana;
	background: #ffffff;padding:10px;
	line-height:18px;
}
