/***********************************************/
/* 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;
	background-image: url(../image/image_site/image_site_bg_fade.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #F1F5F8;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #1AABCD;
	text-decoration: none;
}

a:hover{
	color: #003366;
	text-decoration: underline;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: #1AABCD;
 margin: 0px;
 padding: 0px;
}

h2{
	 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1AABCD;
	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: disc;
	margin-left: 0px;
	padding-left: 13px;
}

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;
} 
#wrapper_bg0{


} 
#wrapper_bg1{
	background-image: url(../image/image_site/image_site_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: top center;

} 
#wrapper_bg2{
	background-image: url(../image/image_site/image_site_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: top center;

} 
#wrapper_bg3{
	background-image: url(../image/image_site/image_site_bg_3.jpg);
	background-repeat: no-repeat;
	background-position: top center;

} 
#wrapper_bg4{
	background-image: url(../image/image_site/image_site_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: top center;

} 
#wrapper_bg5{
	background-image: url(../image/image_site/image_site_bg_5.jpg);
	background-repeat: no-repeat;
	background-position: top center;

} 
#head{
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
#head_right{
	float: right;
	
}
#head_left{
	float: left;

}
#leftcol{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 420px;
}
#leftcol_spacer{
	padding-top: 350px;
	
}

#right{
  float:right;
	width: 200px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
#wrapper_leftcol_content{
	width: 870px;
	margin-bottom: 30px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	
}
#content{
	width: 400px;
	float: right;
	margin-bottom: 20px;
	
}
#band1{
	margin-left: auto;
	margin-right: auto;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
#band2{
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;

	}
#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;
	
	
}#wrapper_footer{
	margin-bottom: 30px;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 10px;
	
	
}
#footer{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 870px;
	font-size: 10px;
	
	
	
}
#inline1{
	width: 160px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;

	
	
}
#border{

	
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px;
	
	
	
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/*********** .navLinks styles ***********/

.navLink1{
	position: relative;
	color: #333333;
	font-size: 11px;

	
}


.navLink1 a:link, .navLink1 a:visited {
	padding: 2px 5px 2px 5px;
	color: #666666;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.navLink1 a:hover {
	padding: 2px 5px 2px 5px;
	color: #0099CC;
	border-left: 1px dotted #999999;
	text-decoration: none;
	border-right: 1px dotted #999999;
}



.navLink2{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink2 a:link, .navLink2 a:visited  {
	display: block;
	border-top: 1px solid #e7e7e7;
	padding: 3px 0px 3px 10px;
	color: #152B60;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	width: 190px;
}
.navLink2 a:hover{color: #1B4197; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}

.navLink3{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink3 a:link, .navLink3 a:visited  {display: block; border-top: 1px solid #e7e7e7; padding: 3px 0px 3px 10px; color: #152B60; text-decoration: none; border-bottom: 1px solid #ffffff;}
.navLink3 a:hover{color: #3C2472; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}

.navLink4{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink4 a:link, .navLink4 a:visited  {display: block; border-top: 1px solid #e7e7e7; padding: 3px 0px 3px 10px; color: #152B60; text-decoration: none; border-bottom: 1px solid #ffffff;}
.navLink4 a:hover{color: #BF0222; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}

.navLink5{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink5 a:link, .navLink5 a:visited  {display: block; border-top: 1px solid #e7e7e7; padding: 3px 0px 3px 10px; color: #152B60; text-decoration: none; border-bottom: 1px solid #ffffff;}
.navLink5 a:hover{color: #EF6100; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}

.navLink6{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink6 a:link, .navLink6 a:visited  {display: block; border-top: 1px solid #e7e7e7; padding: 3px 0px 3px 10px; color: #152B60; text-decoration: none; border-bottom: 1px solid #ffffff;}
.navLink6 a:hover{color: #F1AF00; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}

.navLink7{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink7 a:link, .navLink7 a:visited  {display: block; border-top: 1px solid #e7e7e7; padding: 3px 0px 3px 10px; color: #152B60; text-decoration: none; border-bottom: 1px solid #ffffff;}
.navLink7 a:hover{color: #197719; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}

.navLink8{position: relative; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #152B60; display: block; font-weight: bold;}
.navLink8 a:link, .navLink8 a:visited  {display: block; border-top: 1px solid #e7e7e7; padding: 3px 0px 3px 10px; color: #152B60; text-decoration: none; border-bottom: 1px solid #ffffff;}
.navLink8 a:hover{color: #BBDB88; display: block; border-top: 1px solid #ABB3BA; text-decoration: none; border-bottom: 1px solid #ABB3BA;}


.navLink9{
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	display: block;
	font-weight: normal;
	left: 2px;
}

.navLink9 a:link, .navLink9 a:visited  {
	display: block;
	border-top: 1px solid #e7e7e7;
	padding: 3px 0px 3px 2px;
	color: #1B4197;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e7;
	font-weight: normal;
}

.navLink9 a:hover{
	color: #ABB3BA;
	display: block;
	border-top: 1px solid #ABB3BA;
	text-decoration: none;
	border-bottom: 1px solid #ABB3BA;
}
/*********** .imageng styles ***********/

#image_holder_1{
	padding-bottom: 20px;

}
.image_left{
	float: left;
	margin-right: 14px;


}
.image_right{
	float: right;
	margin-left: 14px;


}
#line1{
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	


}

