/***********************************************/
/* 3col_leftNav.css                            */
/* Use with template 3col_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #154F73;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #5BBBBD;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5BBBBD;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2{
	 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #185073;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6100;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1AF00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #197719;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h8{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBDB88;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h9{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #F1AF00;
 margin: 0px;
 padding: 0px;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
#clear{
	clear: both;
} 
/***********************************************/

/*********** login styles ***********/
#login{
margin-left: auto;
margin-right: auto;
border-color: #eeeeee;
border-style: solid;
border-width: 1px;
margin-top: 20px;
height: 386px;
width: 798px;
background-image: url(/image/image_site/image_site_login.jpg);
background-repeat: no-repeat;
}

#login_right{
width: 500px;
float: right;
margin-top: 220px;
text-align: right;
padding-right: 18px;
}

#wrapper_login{
width: 798px;
margin-right: auto;
margin-left: auto;
}

#outline{
margin-left: auto;
margin-right: auto;
border-color: #eeeeee;
border-style: solid;
border-width: 1px;
margin-top: 20px;
width: 798px;
}

.button {
background-color: #8DCBCC;
color: #FFFFFF;
font-weight: bold;
text-transform: uppercase;
border-color: #FFFFFF;
border-style: solid;
border-width: 1px;
}

.button:hover {
background-color: #999999;
color: #FFFFFF;
}

.px11{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}
.px14{
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}
.px20{
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}

#wrapper_all{
	width: 940px;
	margin-right: auto;
	margin-left: auto;

} 
#head{
	padding-top: 30px;
}
#head_right{
	float: right;
	
}
#head_left{
	float: left;

}
#nav_main{
	background-image: url(/image/image_site/image_site_corner1.gif);
	background-repeat: no-repeat;
	background-position: top left;

}
#nav_main2{
	background-image: url(/image/image_site/image_site_corner2gif.gif);
	background-repeat: no-repeat;
	background-position: top right;

}
#leftcol{
	float: left;
	margin-bottom: 20px;
	width: 190px;
}

#rightcol{
	float:right;
	width: 290px;
	background-color: #eeeeee;
}
#wrapper_rightcol_leftcol_content{
	margin-bottom: 30px;
	padding-top: 20px;
	
	
}
#content{
	margin-left: 220px;
	width: 400px;
	
}
#band_right{
	float: right;
	width: 290px;
	height: 198px;
	background-image: url(/image/image_site/image_site_watermark.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #5BBBBD;
	
}
#band_left{
	float: left;
	background-image: url(/image/image_site/image_site_watermark.gif);

}
#band_right_content{
	padding-top: 80px;
	padding-left: 16px;
	padding-right: 10px;

	
}
#band1{
	height: 198px;
	margin-left: auto;
	margin-right: auto;
	border-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	}
#band2{
	height: 185px;
	background-image: url(/image/image_band/image_band_2.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}
#band3{
	height: 8px;
	background-repeat: repeat-x;
	background-position: center;
	background-color: #194294;
	}
#fullwidth{
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-left: 10px;
	
	
}
#footer{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-left: 10px;
	clear: both;
	
	
}
#tab1{
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #5BBBBD;
	margin-bottom: 10px;
	padding-right: 6px;
	padding-left: 10px;
	
	
	
}
#tab2{
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	
	
	
}
#line1{

	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	
	
	
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/*********** .navLinks styles ***********/

.nav1{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #333333;
}

.nav1 a:link, .nav1 a:visited  {
	display: block;
	padding: 10px 15px 10px 10px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(/image/image_site/image_site_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.nav1 a:hover{
	display: block;
	color: #185073;
	text-decoration: underline;
	background-image: url(/image/image_site/image_site_arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


.navLink1
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	color: #333333;
	padding: 3px 0px 4px 0px;
}

.navLink1 a:link, .navLink1 a:visited  
{
	display: block;
	padding: 3px 0px 4px 0px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.navLink1 a:hover{
	display: block;
	padding: 3px 0px 4px 0px;
	color: #5BBBBD;
	text-decoration: underline;
}
.navLinksub1 a:link, .navLinksub1 a:visited  {
	display: block;
	padding: 7px 0px 5px 10px;
	color: #333333;
	background-color: #eeeeee;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	border-top: 2px solid #ffffff;
}

.navLinksub1 a:hover{	display: block;
	border-top: 2px solid #ffffff;
	padding: 7px 0px 5px 10px;
	color: #FFFFFF;
	background-color: #5BBBBD;
}

.navLink2{
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #CCCCCC;
}

.navLink2 a:link, .navLink2 a:visited  {
	display: block;
	padding: 10px 15px 10px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;

}

.navLink2 a:hover{
	display: block;
	text-decoration: underline;
	color: #185073;
	
}

.link1{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #FFFFFF;
}

.link1 a:link, .link1 a:visited  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;

}

.link1 a:hover{

	text-decoration: underline;
	color: #185073;
	
}

/*********** .image styles ***********/

#image_holder_1{


}
.float_right{
	float: right;


}
.float_left{
	float: left;


}
.image_float_right{
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;


}
.image_float_left{
	float: left;
	margin-bottom: 10px;
	margin-right: 14px;


}
.topline{
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: 5px;
	margin-right: 5px;



}
#padding1{
	margin-top: 10px;
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;


}
#padding2{
	margin-top: 10px;
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
#padding3{
	padding: 0px 10px 10px 10px;

}
/************ search *************/
.text_1{
color: #006699;
font-size: 16px;


}
#tab3{
padding-top: 6px;
margin-bottom: 3px;
border-bottom-color: #CCCCCC;
border-bottom-style: dotted;
border-bottom-width: 1px;
padding-bottom: 3px;



}

.textbox3{ background-color: #dddddd;
color: #006699;
font-size: 11px;
border-top-color: #dddddd;
border-top-style: solid;
border-top-width: 1px;
border-right-color: #dddddd;
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: #dddddd;
border-bottom-style: solid;
border-bottom-width: 2px;
border-left-color: #dddddd;
border-left-style: solid;
border-left-width: 1px;
margin-bottom: 1px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px;
}
.button2 {
background-color: #5BBBBD;
color: #FFFFFF;
font-weight: normal;
text-transform: uppercase;
border-color: #5BBBBD;
border-style: solid;
border-width: 1px;
font-size: 11px;
padding: 2px 2px 2px 2px;
}
.button2 a:link, .button2 a:visited  {

}
.button2:hover {
background-color: #006699;
color: #FFFFFF;
border-color: #006699;
border-style: solid;
border-width: 1px;
}
.search_right{
float: right;
display: inline;
background-color: #333333;

}
.search_left{
float: left;
padding-top: 0px;
margin: 0;
display: inline;
background-color: #FFFFFF;

}
