* { margin:0; padding:0;}
body { behavior: url(csshover.htc); background:url(images/body_bgd.jpg) left top repeat-x #FFFFFF; font-family:Tahoma; font-size:100%; line-height:1em; color:#586a74;}


.clear { clear:both;}

.fleft { float:left;}
.fright { float:right;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

p { margin:0; padding:0;}

.tall_top { background:url(images/tall_top.gif) left top repeat-x #ffbb00;}
.tall_bottom { background:url(images/tall_bottom.gif) left bottom repeat-x;}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

label { float:left; width:85px; height:25px;}
.form { height:28px;}
.form label{ float:left; width:95px;}
.form input { float:left; height:18px; background:#fff; border:1px solid #d4dee1; color:#8c8c8c; font-family:tahoma; font-size:1em;}
textarea { width:201px; height:208px; background:#fff; overflow:auto; border:1px solid #d4dee1; color:#8c8c8c; font-family:tahoma; font-size:1em;}
.spc_lft { padding-left:22px;}
.mrg_lft { margin-left:-30px;}
.vol label { float:left; height:25px; width:33%;}
.form .btn { height: 20px; font-family: Arial, Helvetica, sans-serif; color: #586a74; background-color: #FFFFFF; border: 1px solid #d4dee1; margin-left:10px;}


/*==================list====================*/
ul { list-style:none;}
ol { padding-left:20px;}

.main_menu li { display:inline;}
.main_menu li a { color:#42535d; font-weight:bold; font-size:1em; font-size:11px; text-decoration:none; padding:0 15px 0 16px;}
.main_menu li a:hover {color:#0088bb;}
.main_menu li a.current {text-decoration:underline;}
.main_menu li a.donate {color:#bb3201;}
.main_menu li a.donate:hover {color:#0088bb;}

.list1 li { display:inline;}
.list1 li a { background:url(images/list1_line.gif) no-repeat 0 3px; padding:0 4px 0 9px; color:#FFFFFF; text-decoration:none;}
.list1 li a:hover { text-decoration:underline;}

.list2 li { background:url(images/marker.gif) no-repeat 0 3px; padding-left:40px; margin-bottom:14px; font-size:1.09em;}
.list2 li span { font-size:0.92em;}

#nav { color:#42535d; font-size:1em; font-size:11px;}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	color:#42535d;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration:none;
}
ul#nav li a.donate {color:#bb3201;}
ul#nav li a.current {text-decoration:underline;}
ul#nav li ul a {
	border-bottom: 1px solid #cccccc;
}


ul#nav li a:hover{
	color:#0088bb;
	text-decoration:underline;
	}
	

ul#nav li.current a{
	background:#ddd;
	}

ul#nav li.current a:hover{
	background:#888;
	}
	
#nav li {
	float: left;
	position: relative;
	width: 70px;
	text-align: center;
	margin-right:5px;

}

li ul {
	display: none;
	position:absolute;
	width:70px;
	top: auto;
	left: auto;
	font-weight: normal;
	padding: 1px 0 5px 0;
	margin-left:-1;
	background:#f9f9f9;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: -1px;
}

li:hover ul, li.over ul {
	display: block;
}


/*==================other====================*/
.img_indent { margin:0 19px 0 0; float:left;}


/*==================txt, links, lines, titles====================*/
a {color:#07aad0;}
a:hover{text-decoration:none;}

h1 { background:url(images/logo.jpg) no-repeat left top; text-indent:-100px; height:50px; width:240px;}
h2 { font-family:Times New Roman; font-size:25px; color:#262e33; margin-bottom:16px; font-weight:normal; line-height:18px;}
h3 { font-family:Times New Roman; font-size:13px; font-weight: bold; color:#FFFFFF; background-color:#2986a8; margin-bottom:7px; line-height:20px; padding-left:5px;}
h4 {font-family:Times New Roman; font-size:18px; color:#262e33; margin-bottom:14px; font-weight:normal; line-height:18px;}
h5 {font-family:Times New Roman; font-size:18px; color:#262e33; margin-bottom:5px; font-weight:normal; line-height:18px;}
h6 {}

.txt1 { }
.txt2 { }

.action_lnk { float: left; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; padding-right: 80px; line-height: 22px; height: 50px;}
.action_lnk2 { float: left; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; line-height: 22px; height: 50px;}
.action_box { margin-left: 50px;}
.action_box a {text-decoration:none;}
.action_box a:hover {text-decoration:underline;}

.link1 {}
.link1:hover {}
.link2 { display:block; background:url(images/marker1.gif) no-repeat 0 0px; padding-left:36px; padding:1px 0 0 36px;}

.line_hor { background:url(images/line1.gif) left bottom repeat-x;}

.title { margin-bottom:20px;}

hr { color:#b0b0b0; background-color:#b0b0b0; border:0px; height:1px;}

/*==================CSS Popup Window====================*/

#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; 
   top:0px;
   left:0px;
   width:100%;
}
.popUpDiv {
	position:absolute;
	margin-top: 250px;
	background-color:#eeeeee;
	width:300px;
	height:220px;
	z-index: 9002; 
	font-family: sans-serif, Arial;
	font-size: 10px;
	padding:7px;
}
.homepop {
	position:absolute;
	margin-top: 100px;
	background-color:#eeeeee;
	width:300px;
	height:220px;
	z-index: 9002; 
	font-family: sans-serif, Arial;
	font-size: 14px;
	padding:7px;
}
.poptxt { margin-left:10px;}


/*==================blocks====================*/
.block { background:url(images/block_bgd.gif) left top repeat-x;}
.block .r { background:url(images/r.gif) right top repeat-y;}
.block .b { background:url(images/b.gif) left bottom repeat-x;}
.block .l { background:url(images/l.gif) left top repeat-y;}
.block .t { background:url(images/t.gif) left top repeat-x;}
.block .l_t { background:url(images/l_t.gif) no-repeat left top;}
.block .r_t { background:url(images/r_t.gif) no-repeat right top;}
.block .r_b { background:url(images/r_b.gif) no-repeat right bottom;}
.block .l_b { background:url(images/l_b.gif) no-repeat left bottom;}
.block .ind { padding:0 0 0 0;}



/*Header Main Page*/
#header .row_1 { height:48px; color:#697c86;}
#header .row_1 .fleft .indent { padding:16px 0 0 45px;}
#header .row_1 .fright .indent { padding:16px 38px 0 0;}
#header .row_1 .indent {}
#header .row_2 { height:110px;}
#header .row_2 .fleft .indent { padding:28px 0 0 15px;}
#header .row_2 .fright .indent { padding:28px 15px 0 5px;}
#header .row_3 { height:328px; background:url(images/header_bgd1.gif) left top repeat-x #fff; border-right: 1px solid #000000; border-left: 1px solid #000000;}
#header .row_3 .indent { padding:17px 0 17px 0; background:url(images/header_bgd3.gif) left bottom repeat-x ; }
#header .row_3 .col_1 { width:518px; height:293px; background:url(images/header_bgd2.jpg) no-repeat left top;}
#header .row_3 .col_2 { width:232px;}
#header .row_3 .slogan { float:right; margin:42px 26px 50px 0;}
#header .row_3 .header_link { float:right; margin:0 10px 0 0;}
#header .row_3 .col_2 img { margin-bottom:1px;}

/*Header Inside Pages*/
#header_inside .row_1 { height:48px; color:#697c86;}
#header_inside .row_1 .fleft .indent { padding:16px 0 0 45px;}
#header_inside .row_1 .fright .indent { padding:16px 38px 0 0;}
#header_inside .row_1 .indent {}
#header_inside .row_2 { height:110px;}
#header_inside .row_2 .fleft .indent { padding:28px 0 0 15px;}
#header_inside .row_2 .fright .indent { padding:28px 15px 0 5px;}
#header_inside .row_3 { height:328px; background:url(images/header_bgd1.gif) left top repeat-x #fff; border-right: 1px solid #000000; border-left: 1px solid #000000;}
#header_inside .row_3 .indent { padding:17px 0 17px 0; background:url(images/header_bgd3.gif) left bottom repeat-x ; }
#header_inside .row_3 .col_1 { width:518px; height:293px; background:url(images/header_bgd2.jpg) no-repeat left top;}
#header_inside .row_3 .col_11 { width:518px; height:171px; background:url(images/header_bgd_inside3.jpg) no-repeat left top;}
#header_inside .row_3 .col_12 { width:518px; height:171px; background:url(images/header_bgd_inside1.jpg) no-repeat left top;}
#header_inside .row_3 .col_13 { width:518px; height:171px; background:url(images/header_bgd_inside2.jpg) no-repeat left top;}
#header_inside .row_3 .col_14 { width:518px; height:171px; background:url(images/header_bgd_inside.jpg) no-repeat left top;}
#header_inside .row_3 .col_2 { width:232px;}
#header_inside .row_3 .slogan { float:right; margin:42px 26px 50px 0;}
#header_inside .row_3 .header_link { float:right; margin:0 10px 0 0;}
#header_inside .row_3 .col_2 img { margin-bottom:1px;}

#header_support .row_1 { height:48px; color:#697c86;}
#header_support .row_1 .fleft .indent { padding:16px 0 0 45px;}
#header_support .row_1 .fright .indent { padding:16px 38px 0 0;}
#header_support .row_1 .indent {}
#header_support .row_2 { height:110px;}
#header_support .row_2 .fleft .indent { padding:28px 0 0 15px;}
#header_support .row_2 .fright .indent { padding:28px 15px 0 5px;}
#header_support .row_0 { height:128px; background:url(images/header_bgd1.gif) left top repeat-x #fff; border-right: 1px solid #000000; border-left: 1px solid #000000;}

.header_block { background:url(images/header_block_bgd.gif) left top repeat-x; height:110px;}
.header_block .side { background:url(images/side-bgd.gif) right top repeat-y; width:100%; height:110px;}
.header_block .side .l_t { background:url(images/l_t.gif) no-repeat left top; width:100%;}
.header_block .side .r_t { background:url(images/r_t.gif) no-repeat right top; width:100%;}

.main_menu_block { background:url(images/main_menu_bgd.gif) left top repeat-x; width:397px;}
.main_menu_block .left { background:url(images/main_menu_left.gif) no-repeat left top;}
.main_menu_block .right { background:url(images/main_menu_right.gif) no-repeat right top;}
.main_menu_block .ind { padding:23px 0 20px 13px; height:15px;}

/*content*/
.content_block { background:url(images/side-bgd.gif) left top repeat-y #ffffff; width:764px;}
.content_block .b { background:url(images/b1.gif) left bottom repeat-x;}
.content_block .r_b { background:url(images/r_b_1.gif) no-repeat right bottom; width:100%;}
.content_block .l_b { background:url(images/l_b_1.gif) no-repeat left bottom; width:100%;}
.content_block .indent { padding:29px 0 31px 0;}

/*footer*/
#footer { color:#2a86a9;}
#footer .indent { padding:21px 0 0 44px;}
#footer a { color:#2a86a9; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
.style1 {color: #CC0000}



/*================== index.html ==================*/
#page1 #content .col_1 .indent { padding:0 33px 0 30px;}
#page1 #content .col_1 p { margin-bottom:16px;}
#page1 #content .col_2 h2 { margin-bottom:20px;}

/*================== index-1.html ==================*/
#page2 #content .col_1 .indent { padding:0 33px 0 30px;}
#page2 #content .col_1 p { margin-bottom:16px;}
#page2 #content .col_1 .p1 { margin:0; padding-right:10px;}
#page2 #content .col_1 .img_indent { margin:4px 10px 10px 0;}
#page2 #content .col_1 .alignright { margin-top:-4px;}
#page2 #content .col_2 .p1 { margin-bottom:14px;}
#page2 #content .col_2 p { margin-bottom:16px;}
#page2 #content .col_2 .img_indent { margin:4px 0px 10px 0;}
#page2 #content .col_2 .alignright { margin:-4px 6px 0 0;}
.style2 {color: #07aad0}

/*================== index-2.html ==================*/
#page3 #content .indent { padding-bottom:23px;}
#page3 #content .col_1 .indent { padding:0 20px 0 30px;}
#page3 #content .col_1 p { margin-bottom:18px;}
#page3 #content .col_1 .p1 { margin-bottom:16px;}
#page3 #content .col_1 .alignright { margin:-3px 24px 0 0;}
#page3 #content .col_2 p { margin-bottom:16px;}
#page3 #content .col_2 .alignright { margin:-4px 3px 4px 0;}

/*================== index-3.html ==================*/
#page4 #content .indent { padding-bottom:44px;}
#page4 #content h2 { margin-bottom:14px;}
#page4 #content .col_1 .indent { padding:0 20px 0 30px;}
#page4 #content .col_1 .alignright { margin:-3px 13px 0 0;}
#page4 #content .col_2 .alignright { margin:-4px 4px 0 0;}

/*================== index-4.html ==================*/
#page5 #content .indent { padding-bottom:30px;}
#page5 #content .col_1 .indent { padding:0 33px 0 30px;}
#page5 #content .col_1 .alignright { margin-top:-4px; margin-bottom:4px;}
#page5 #content .col_1 .container { width:410px;}
#page5 #content .col_1 .container .column1 { width:192px; padding-top:4px;}
#page5 #content .col_1 .container .column2 { width:218px;}
#page5 #content .col_1 .container1 { width:183px;}
#page5 #content .col_1 p { margin-bottom:16px;}
#page5 #content .col_2 .alignright { margin-top:7px;}

/*================== index-5.html ==================*/
#page6 #content .indent {padding:29px 34px 38px 43px;}
#page6 #content p { margin-bottom:16px;}

/*================== index-6.html ==================*/
#page7 #content .indent { padding-bottom:30px;}
#page7 #content h2 { margin-left:30px;}
#page7 #content .col_1 .indent { padding:0 20px 0 30px;}
#page7 #content .col_1 .alignright { margin:-3px 13px 0 0;}
#page7 #content .col_1 p { margin-bottom:16px;}
#page7 #content .col_2 .alignright { margin:-4px 4px 0 0;}

/*==========================================*/
#page2 #site_center #main #content .content_block .b .r_b .l_b .indent .col_1 .indent img {
	padding-right: 12px;
	padding-top: 5px;
}
