/*Example CSS for the two demo scrollers*/

.style3 {font-size: 18px; font-style: italic; font-weight: bold; }
.style2 {font-size: 11px}

.scrollable{
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
}

#navigation {
	position: absolute;
	top: 176px;
	left: 110px;	
	padding: 0px;
	margin: 0px;
}

#header-container {
	width: 100%;
	height: 221px; 
	background:url(images/h_bg1.jpg) repeat-x;
}

#header {
	cursor: pointer;
}

.nav-item {
	text-align: center;
	color: white;
	position:relative;
	padding:0px;
	margin:0px;
	padding-top: 18px;
	*padding-top: 8px;
	*margin-top: 10px;
	cursor: pointer;
	float: left;
	width: 129px;
	height: 29px;
	background:url(images/nav1.png) no-repeat center center;
	border: none;
}

/*------------------------- body, td --------------------*/
body	{
	margin:0px;
	padding:0px;
	background-color:#A4B8C9;
	font-family:Tahoma;
}
td {
	vertical-align:top;
	font-size:11px;
	font-family:Tahoma;
	color:#1F4666;
}						
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						
ul {
	list-style-type:none;
	margin:0px; 
	padding:0px; 
}	
em, i {
	font-style:normal;
}						
form {
	padding:0px;
	margin:0px;
}						
/*----------------------------------------------------   a, i a	 ---------------------*/						
a	{
	color:#1C72BB;
	font-size:11px;
	text-decoration:underline;
}
a:hover	{
	color:#1C72BB;
	font-size:11px;
	text-decoration:none;
}
i 	{
	color:#ffffff;
	line-height:10px;	
}					
i a	{
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
i a:hover	{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}						

/*------------------------------------------------------ strong,  b	 ---------------------*/
strong {
	color:#003159;
}
b	{
	color:4D6D00;
}						

/*----------------------------------------------------   input, textarea	 ---------------------*/						
button, textarea {
	width:202px;
	height:18px;
	background-color:#ffffff;
	border:1px solid #96A8B8;
	font-family:Tahoma;
	font-size:11px;
	color:#1F4666;
	line-height:10px;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
	margin:0px 4px 0px 4px;
	height:40px;
	overflow:hidden;
}
																		
.input_1	{
	width:130px;
	margin:0px 26px 0px 5px;
}
.textarea_1	{
	height:46px;
	width:133px;
	margin:0px 0px 0px 0px;
}	
/*-----------------------------------------------------   bg	 ---------------------*/																	
.bg_cont_main	{
	background-image: url(images/bg_cont_main.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.h_bg_main	{
	background-image: url(images/h_bg_main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.h_bg_l	{
	background-image: url(images/h_bg.jpg);
	background-position: right top;
	background-repeat: repeat-x;
}						
.h_bg1_r{
	background-image: url(images/h_bg1.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}						

/*-----------------------------------------------------  	li	 	---------------------*/
li	{
	background-image: url(images/list_0_1.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	font-size:11px;
	margin:0px 0px 2px 0px; 
	padding:0px 0px 0px 13px;
	//height: 13px;
	line-height:12px;
	color:#1C72BB;
}
li a {
	color:#1C72BB;
	font-size:11px;
	text-decoration:underline;
}
li a:hover	{
	color:#1C72BB;
	font-size:11px;
	text-decoration:none;
}						
/*------------------------------------------------------- footer	 ---------------------*/
.footer td	{
	color:#1C72BB;
	font-size:11px;
}
.footer em	{
	color:#1F4666;
	font-size:11px;
}							
.footer a	{
	color:#1C72BB;
	font-size:11px;
	text-decoration:underline;
}
.footer a:hover	{
	color:#1C72BB;
	font-size:11px;
	text-decoration:none;
}
/*-----------------------------------------------------    border   ---------------------*/						
.border  {
	border:9px solid #ffffff;
	border-bottom:0px;
	border-top:0px;
}	
.border_0_1  {
	border-right:32px solid #AABFD1;
	border-left:34px solid #AABFD1;
}
.border_1_1  {
	border-right:24px solid #AABFD1;
	border-left:37px solid #AABFD1;
}	
.border_2_1  {
	border-right:28px solid #AABFD1;
	border-left:38px solid #AABFD1;
}	
.border_3_1  {
	border-right:24px solid #AABFD1;
	border-left:34px solid #AABFD1;
}	
.border_4_1  {
	border-right:30px solid #AABFD1;
	border-left:34px solid #AABFD1;
}																															
/*-----------------------------------------------------    head   ---------------------*/						
.h a	{
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
.h a:hover	{
	color:#C9FF0F;
	font-size:10px;
	text-decoration:underline;
	text-transform:uppercase;
}			
.h em a	{
	color:#C9FF0F;
	font-size:10px;
	text-decoration:none;
}
.h em a:hover	{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}

.overlayshowing {
	position: absolute;
	top: 100px;
	left: 100px;
	right: 100px;
	width: 500px;
	height: 300px;
	border: 1px solid #000000;
	display: block;
	z-index: 1000;
}

.overlayhidden {
	display: none;
}
.overlaycontent {
	padding: 5px;
	background-color:#A4B8C9;
	height: 270px;
	overflow: auto;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma;
}
.ie_overlaycontent {
	float: left;
	position: relative;
	right: 0px;
	padding: 5px;
	background-color:#A4B8C9;
	height: 300px;
	width: 500px;
	overflow: auto;
	font-size:11px;
	line-height:13px;
	font-family:Tahoma;
}
.overlaytitlebar {
	right: 0px;
	left: 0px;
	background-color: #1C72BB;
	text-align: right;
	padding: 3px;
	height: 14px;
}
.ie_overlaytitlebar {
	float: left;
	position: relative;
	right: 0px;
	width: 500px;
	background-color: #1C72BB;
	text-align: right;
	padding: 3px;
	height: 14px;
}
.overlaytitlebar a {
	color: #FF0000;
	font-weight: bold
}

.ie_overlaytitlebar a {
	color: #FF0000;
	font-weight: bold
}