* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html{ 
}
body { 
	background:#fff url(images/all_bg.gif) repeat-x 50% 0%;
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	 color:#566c7f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
	margin-bottom:16px
}
ul li {
}
ul li a {
	color:#d4411a;
}

.fleft { 
	float:left !important;
}
.fleft_li li { 
	float:left;
	width:200px;
	padding-right:0 !important;
	margin:0
}
.fright { 
	float:right;
	width:260px
}
.clear { 
	clear:both;
	line-height:0%;
	font-size:0%;
	height:0%
}

.col-1, .col-2, .col-3, .sub_col-1, .sub_col-2, .sub_col-3, .sub_col-4 { 
	float:left;
	display:inline;
}
.sub_col-4 { 
	padding-top:11px
}

.alignright { 
	text-align:right;
	padding-right:12px
}
.alignright a {
	margin-right:16px	
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	margin:0 auto;
}



/*==== GLOBAL =====*/
#main {
	margin:0 auto;
	font-size:0.81em;
	line-height:1.38em;
}
#header {
	position:relative;
	margin:0 auto;
	height:324px;
	width:960px;
}
#content {
	width:960px;
	margin:0 auto;
}
/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:3px 35px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 35px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:19px;
}
.p1 { 
	margin-bottom:17px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.margin_right {
	margin-right:75px;
}
.margin_left {
	margin-left:269px
}
.margin9 {
	margin-bottom:9px
}
.margin11 {
	margin-bottom:11px
}
.margin13 {
	margin:4px 0 13px
}
.margin12 {
	margin:-7px 0 12px 0 !important
}
.margin14 {
	margin-bottom:14px
}
.margin20 {
	margin-bottom:20px
}
.margin26 {
	margin-bottom:26px
}
.margin23 {
	margin-bottom:23px
}
/*----- txt, links, lines, titles -----*/
a {
	color:#07b5e7; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
.r_more {
	color:#fff;
	text-transform:uppercase;
	background:url(images/bg1.gif) no-repeat 0% 1px;
	padding:0px 0 2px 13px;
	width:73px;
	display:block;
	font-size:0.80em;
	text-decoration:none
}
.r_more:hover {
	text-decoration:none;
	color:#000
}
.non_underline {
	text-decoration:none
}
.non_underline:hover {
	text-decoration:underline
}
h1 {
	color:#2f2f2f;
	font-size:24px;
	margin-bottom:19px;
	font-weight:normal;
	position:relative;
	padding-bottom:9px;
	background:url(images/h1_bg.gif) repeat-x 0% 100%;
	line-height:1.2em;
}
h2 {
	color:#2f2f2f;
	font-size:24px;
	margin:0 0 23px 0;
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:9px;
	border-bottom:1px solid #eee
}
h2 span {
	color:#ff8501;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	display:block;
	margin-top:-4px
}
h3 {
	color:#666666;
	font-size:15px;
	margin-bottom:19px;
	font-weight:bold;
	position:relative;
	padding-bottom:9px;
	background:url(images/h1_bg.gif) repeat-x 0% 100%;
	line-height:1.2em;
}
h4 {
	color:#033545;
	margin-bottom:10px;
	font-size:1em;
	font-weight:bold;
}
h5 {
	color:#033545;
	margin-bottom:3px;
	font-size:1em;
	font-weight:bold;
}
.black {
	color:#484848 !important
}


.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	float:right; 
	font-size:10px; 
	padding-top:8px;
}

.button span { 
	display:block;
	background:url(images/button-left2.gif) no-repeat left top; 
	padding-left:3px;
}

.button span span { 
	background:url(images/button-right2.gif) no-repeat right top;
	padding-right:11px;
	padding-left:0;
}

.button span span a { 
	display:block; 
	background:url(images/button-bg2.gif) left top repeat-x;
	padding:0 4px 3px 5px;
	text-decoration:none;
	text-transform:uppercase;
	color:#666;
}
.button span span a:hover { 
	color:#FFF;
}

.line-hor { 
	background:#1c1c1c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:16px 0 12px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}
.line_dot {
	background:url(images/dot.gif) repeat-x 0% 0%;
	height:1px; 
	line-height:0;
	margin:30px 0;
	overflow:hidden
}
.line-hor_top { 
	background:#1c1c1c;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0px 40px 40px;
}



/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:0 0 0 0;
	}

.address { 
		color:#0099cc;
		font-weight:bold
}
	.address dt { 
		margin-bottom:22px
	}
	.address dd { 
		clear:both;
		text-align:right;
		width:215px;
	}
		.address dd span { 
			float:left;
		}
		.address a {
			color:#033545;
			font-weight:bold
			}
.address2 { 
		color:#888;
		width:240px;
		line-height:1.2em;
		float:left
}
	.address2 dt { 
		margin-bottom:3px;
		color:#033545;
		line-height:1.2em
	}
	.address2 dd { 
		clear:both;
		text-align:right;
		line-height:1.2em;
		padding-bottom:3px
	}
		.address2 dd span { 
			float:left;
		}
		.address2 dd strong { 
			font-weight:normal;
			margin-right:45px
		}
		.address2 a {
			color:#033545;
			}			
.blue {
	text-transform:uppercase;
	color:#0996de;
	font-size:0.76em
}

/*===== header =====*/
.b1 {
	margin:0px 0 0 117px
}
.main_block {
	background:#ececec url(images/bottom_block.gif) no-repeat 0% 100%;
}
.shape_block {
	background:url(images/shape_block.gif) no-repeat 50% 0%;
	width:907px;
	padding:40px 28px 29px 25px
}

/*===== content =====*/
#content {
}

.link {
	text-decoration:underline;
	display:inline-block;
	margin-left:10px
}
.link:hover {
	text-decoration:none
}

/*===== footer =====*/
#footer {
	width:100%;
	margin:0 auto;
	color:#566c7f;
	height:101px;
	position:relative;
	background:url(images/foot_bg.gif) repeat-x 0% 0%;
}
#foot {
	width:960px;
	margin:0 auto;
	height:101px;
	position:relative
}
.copy {
	position:absolute;
	left:0px;
	top:59px;
	font-size:0.76em;
}
.copy span {
	color:#000;
	text-transform:uppercase;
}
.copy a {
	color:#888;
	text-decoration:underline
}
.copy a:hover {
	text-decoration:none
}
.bottom_menu {
	position:absolute;
	font-size:0.76em;
	margin:30px 0 0 0
}
.bottom_menu a {
	text-transform:uppercase;
	color:#888;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif
}
.bottom_menu a:hover {
	text-decoration:underline	
}
.bottom_menu span {
	margin:0 7px 0 6px;
}
/*----- forms -----*/
/*==========================================*/

.text_indent {
	padding:38px 26px 55px 26px;
	position:relative
}
.text_indent2 {
	padding:25px 36px 30px 50px;
	position:relative
}

.list {
	list-style:none;
	margin-top:-7px;
	margin-bottom:18px
}
.list li {
	background:url(images/dot.gif) repeat-x 0% 100%;
	position:relative;
	padding:13px 0 9px 0
	
}
.list li a {
	color:#888;
	text-decoration:none;
	font-style:italic;
	text-decoration:none;
	line-height:1.2em
}
.list li a img {
	margin:-3px 10px 0 0
}
.list li a:hover span{
	text-decoration:none;
}
.list2 {
	list-style:none;
	
}
.list2 li {
	position:relative;
	padding:0 0 4px 0px;
	width: 270px;
	overflow: hidden;
	vertical-align: top;
	
}
.list2 li span{
	float:right
}
.list2 li strong {
	background:url(images/dot.gif) repeat-x 0% 13px;
	display:block;
	overflow: hidden;
}

.list2 li a {
	color:#a79a89;
	text-decoration:none;
	float: left;
}
.list2 li a:hover {
	text-decoration:underline;
}
.more {
	color:#d4411a !important	
}
.l_more {
	color:#d4411a !important;
	background:url(images/arrow_right2.gif) no-repeat 0% 4px;
	padding:0 0 0 14px;
	font-weight:bold;
	text-decoration:none;
}
.l_more:hover {
	text-decoration:underline	
}
.list_dl {
	width:288px;
	color:#033545;
}
.list_dl a {
	color:#0996de;
	font-size:0.76em;
	text-transform:uppercase
}
.list_dl dt {
	background:url(images/arrow_right.gif) no-repeat 0% 5px;
	padding:0 0 9px 21px;
}
.list_dl dd {
	background:url(images/mark2.gif) no-repeat 0% 8px;
	padding:0 0 3px 7px;
	margin-left:21px;
	line-height:1.2em
}
.button1 {
	background:url(images/button_bgs2.gif) repeat-x 0% 0%;	
	display:block;
	float:left;
	position:relative;
	text-decoration:none
}
.button1 span {
	background:url(images/button_bgs1.gif) no-repeat 0% 0%;	
	display:block;
	float:left;
	position:relative
}
.button1 span span{
	background:url(images/button_bgs3.gif) no-repeat 100% 0%;
	font-size:1.41em;
	color:#fffef6;
	height:27px;
	padding:4px 12px 0 12px;
	display:block;
	float:left;
	position:relative
}
.button1:hover span span{
	background:url(images/button_bgs3.gif) no-repeat 100% 0%;
	font-size:1.41em;
	color:#000;
	height:27px;
	padding:4px 12px 0 12px;
	display:block;
	float:left
}
.button2 {
	background:url(images/button2_bgs2.gif) repeat-x 0% 0%;	
	display:block;
	float:left;
	text-decoration:none;
	margin:13px 0 15px
}
.button2 span {
	background:url(images/button2_bgs1.gif) no-repeat 0% 0%;	
	display:block;
	float:left
}
.button2 span span{
	background:url(images/button2_bgs3.gif) no-repeat 100% 0%;
	color:#fffef6;
	height:27px;
	padding:4px 12px 0 12px;
	display:block;
	float:left;
	text-decoration:none
}
.button2:hover span span{
	background:url(images/button2_bgs3.gif) no-repeat 100% 0%;
	color:#000;
	height:27px;
	padding:4px 12px 0 12px;
	display:block;
	float:left;
	text-decoration:none
}
.no_marg {
	margin:0
}
.no_pad {
	padding:4px 0 0 0 !important
}
.no_bg {
	background:none !important;
}
.upercase {
	text-transform:uppercase
}
.date {
	font-weight:bold;
	font-size:1.08em;
	color:#ff9900;
	margin-bottom:6px;
}
.arrow img {
	margin:3px 0 0 5px	
}
.form input, .form textarea{
	display:block;
	font-weight:normal;
	color:#888; 
}
.form input{
	width:243px;
	background-color:#FFFFFF;
	border:thin solid #000000;
	line-height:12px;
	padding:2px 0 0px 0;;
	font-weight:normal;
	color:#888
}

.form textarea{
	height:78px; 
	background-color:#FFFFFF;
	border:thin solid #000000;
	overflow:auto;
	width:241px;
}
.area_bg {
	background:url(images/area_bg.gif) no-repeat 0% 0%;
	height:220px;
	width:251px;
	padding:6px 5px 7px 10px;
	margin-bottom:14px
}

.sel {
	width:114px	
}

.buttons {
	text-align:right;
	padding-left:72px
}
.buttons a {
	margin-left:17px !important;
	text-align:left;
	display:inline;
	float:left
}
.no_bord {
	border:none !important	
}

.inp_form {
	float:left;
	padding-bottom:12px
}
.fleft_form{
	float:left;
	display:inline;
	margin-right:15px
}
.inp_form  input{
	width:251px;
	height:19px;
	background:#f4f4f4;
	display:block;
	border:none;
	border-top:1px solid #c9c9c9;
	border-left:1px solid #d9d9d9;
	color:#939393
}

.block {
	background:url(images/block1.gif) no-repeat 0% 0%;
	padding:11px 14px 21px 11px;
	font-size:0.92em;
	width:172px;
}
.block a {
	float:right;
	color:#636b75;
	text-decoration:none
}
.block a:hover{
	color:#0996de;
}
.block a img {
	margin-top:4px	
}
.rss {
	height:50px
}
.rss, .twitter {
	text-decoration:none;
	display:block;
	font-size:1.15em;
	color:#033545 !important
}

.rss:hover span, .twitter:hover span {
	text-decoration:underline;	
}
.rss img, .twitter img{
	margin:-7px 10px 0 0;
	position:relative
}
.read2 {
	background:url(images/arrow_right.gif) no-repeat 0% 5px;
	color:#033545;
	font-weight:bold;
	padding:0 0 0 20px;
}
.read {
	background:url(images/button2_bgs2.gif) repeat-x 0% 0%;	
	color:#fff;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 0 0 21px;
	display:inline;
	line-height:1.2em;
	cursor:pointer
}
.read span {
	background:url(images/button2_bgs1.gif) no-repeat 0% 0%;
	display:block;
	float:left
}
.read span span {
	background:url(images/button2_bgs3.gif) no-repeat 100% 0%;
	display:block;
	float:left;
	padding:12px 20px
}
.read:hover {
	text-decoration:underline	
}
.margin_lefn_none {
	margin-left:0	
}

.donate1 { font-weight:bold; font-size:10px; color:#ff9900; margin-bottom:6px; }
.donate2 { color: #07b5e7; font-size: 11px; text-decoration: none; font-weight: normal; line-height:10px; }
.donate4 { color: #999999; font-size: 11px; text-decoration: none; font-weight: normal; line-height:10px; }