/* CSS Document */
BODY {
	background-color: #FFFFFF;
	background-image: back.jpg;
	margin: 45px;
	background-repeat: repeat;
	margin-top: 20px;
	color: #000000;
	}	
	
ul, li { margin: 0; padding: 0; }
.clear { clear: both; }

.menu { height:25px; position:relative; z-index:100; font-family:"Arial", Helvetica, sansserif; color:#FFF;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;text-align:center;}
.menu ul ul {width:128px;text-align:left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;color:#B8BC9B;}
/* style the links for the top level */
.menu a:link, .menu a:visited, .menu a:active {display:block;font-size:12px;text-decoration:none; padding:0; color:#000; height:25px; border:1px solid #B8BC9B; border-width:1px 0 1px 1px; background:#B8BC9B; line-height:24px; font-weight:bold;}
.menu a:hover {color:#000; text-decoration:none;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#E8E8D1;}
.menu ul ul :hover > a.drop {background:#E8E8D1;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:200px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:26px;t\op:26px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a:link, .menu ul ul a:visited {background:#E8E8D1; color:#000; height:auto; line-height:1em; padding:5px 10px; width:180px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#E8E8D1;}
.menu :hover > a, .menu ul ul :hover > a {color:#3A732C; background:#E8E8D1;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }


/* ----------------------------------------------------------------------------------- */
/* -------------------------------- OLD CSS ------------------------------------------ */
/* ----------------------------------------------------------------------------------- */	
	
ul {
	padding-left: 10px;
	margin-left: 50px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 19px;
}
ul2 
{
	list-style-image: url(../graphics/bullet.jpg);
/*	list-style-type: disc;  */
	list-style-position: inside;
	padding-left: 1px;
	margin-left: 1px;
	margin-top: 1px;
	padding-top: 1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 17px;
	font-style: normal;
	top: auto;
}

.index_list {
	/* position: relative; */
	list-style-image: url(../graphics/bullet.jpg);
	list-style-type: disc;
/*	list-style-position: none; */
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 20px;
	font-style: normal;
}

.index_list_li {
	padding-left: 5px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	padding-left: 25px;
	text-align: center;
	padding-right: 10px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-style: italic;
	word-spacing: normal;
	letter-spacing: -0.5px;
}
h2 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-left: 25px;
	text-align: left;
	padding-right: 10px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 2px;
}
h3 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-left: 0px;
	text-align: left;
	padding-right: 10px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
	text-align: left;
	padding-right: 10px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
	text-align: left;
	padding-right: 10px;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h6 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
	text-align: center;
	padding-right: 10px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
 	font-family: "Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 0px;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: justify;
}
a:link {
	color: #41101E;
	text-decoration: none;
	
}
a:visited {
	color: #41101E;
	text-decoration: none;
	
}
a:hover {
	color: #B8BC9B;
	text-decoration: underline;
}
a:active {
	color: #706A47;
	text-decoration: none;
}
.border_1{
	border: 1px solid #000000;
}

.body_text_white {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}

.body_text20_white {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}
.body_text_center {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #6F6B47;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.2px;
	font-style: normal;
	line-height: 18px;
}
.index_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.2px;
	font-style: normal;
	line-height: 40px;
	text-align: center;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #848373;
	text-align: left;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 16px;
	padding-right: 0px;
	text-indent: 0px;
}
.list2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 16px;
	padding-right: 0px;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.box_text_line {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 5px;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	padding-bottom: 5px;
}
/*
a.menu:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	display: block;
	background-color: #000000;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: .5px;
		border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	display: block;
	font-weight: bold;
	line-height: 24px;
	background-color: #000000;
		border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
}
a.menu:hover {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-color: #E8E8D1;
	vertical-align: middle;
	word-spacing: normal;
	display: block;
	font-weight: bold;
	line-height: 24px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	display: block;
	background-color: #000000;
	font-weight: bold;
	line-height: 24px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;

}  */
a.submenu:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 25px;
	font-variant: normal;
}
a.submenu:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 25px;
}
a.submenu:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 25px;
	text-decoration: underline;
}
a.submenu:active {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 8px;
	line-height: 25px;

}
a.body_link:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #706A47;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	
}

.arrowShape {
   background: #ffffff
   margin: 0;
   padding: 0;
   float: left;
}
.arrowShape a {
   display: block;
   border: 1em solid #FFF;
   border-right-width: 0;
   border-left-width: 0;
   margin-right: 3em;
   padding: .3em 0 .3em .6em;
   text-align: center;
   font: bold .7em Arial, Helvetica, sans-serif;
   color: #F1F1F1;
   text-decoration: none;
}
.arrowShape {
   background: #ffffff
   margin: 0;
   padding: 0;
   float: left;
}
.arrowShape a {
   display: block;
   border: 1px solid #363;
   border-right-width: 0;
   padding: .3em .6em .3em .6em;
   margin-right: 1.1em;
   font: bold .7em Arial, Helvetica, sans-serif;
   color: #363;
   text-decoration: none;
}

.body_text_index {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 17px;
}
.photo_index_right {
	float: right;
	color:#333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.photo_left {
margin:10px 10px 10px 0;
float: left;
padding:3px;
border:1px solid #fff;
background-color:#ddd;
color:#333;

}
.photo_right {
	margin:5px 0px 5px 5;
	float: right;
	border:1px solid #fff;
	background-color:#FFFFFF;
	color:#333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-color: #333333;
}
.photo_body_right {
	float: right;
	border:1px solid #fff;
	color:#333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.photo_body_left {
	float: left;
	border:1px solid #fff;
	color:#333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-color: #333333;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.photo_body_right_noborder {
	float: right;
	border:0px 
	color:#333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.s_menu_box_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	line-height: 15px;
}
.s_menu_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
a.s_menu_box:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
a.s_menu_box:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
a.s_menu_box:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
}
a.s_menu_box:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.url_field {
	display: none;
}