@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;
	background:url(img/bgd.jpg) top left no-repeat #ababab;
	margin:0px;
	padding:0px;
}

.spacer {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}

img {
	border:none;
}

h1 {
	font-size:18px;
	color:#cc783f;
	margin:15px 0px;
	font-weight:normal;
}

h2 {
	font-size:14px;
	color:#4d4d4d;
	margin:15px 0px;
}

.frame {
	border-top:3px solid #cc783f; 
	border-bottom:3px solid #cc783f; 
	padding:4px 0px 1px;
}

.txt_right {
	text-align:right;
}

.contact {
	font-size:16px; 
	color:#818181;
    padding:15px 15px 5px;
}
/*********** container styles ************/

#container {
	 display:block; 
	 width:950px; 
	 margin:0px auto; 
	 padding-top:20px;
}

/*********** header styles ************/

#header {
	 display:block; 
	 width:900px; 
	 height:214px; 
	 padding:0px 25px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='img/headerbg.png');
}

div > /**/ #header {
	background:url(img/headerbg.png) top left no-repeat; 
}

#header .toplinks {
	 text-align:right; 
	 font-size:13px; 
	 color:#FFFFFF;
	 padding-right:10px;
	 position:relative;
}

#header .toplinks a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 5px;
}

#header .toplinks a:hover {
	text-decoration:underline;
}


#header .head_mid {
	display:block;
	height:160px;
	overflow:hidden;
}

#header .logo {
	padding-top:62px; 
	padding-left:20px; 
	float:left;
}

#header .message {
	float:right; 
	padding-top:0px; 
	padding-right:13px;
}

/********** topnav styles *************/

#topnav {
	display:block; 
	height:27px; 
	font-size:14px;
	color:#FFFFFF;
	float:right;
	padding-right:15px;
	position:relative;
}

#topnav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#topnav li {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	width:132px;
}

#topnav li a {
	display:block;
	float:left;
	height:22px;
	width:132px;
	background:url(img/nav_norm.gif) no-repeat;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:5px;
}

#topnav li a:hover {
	background:url(img/nav_hover.gif) no-repeat;
}

#topnav .active a {
	background:url(img/nav_hover.gif) no-repeat;
}

/********** content styles ************/

#content {
	width:900px; 
	padding:0px 25px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='img/contentbg.png');
}

div > /**/ #content {
	background:url(img/contentbg.png) repeat-y; 
}

.content_bot {
	display:block; 
	width:950px; 
	height:24px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='img/contbot_bg.png');
}

div > /**/ .content_bot {
	background:url(img/contbot_bg.png) top left; 
}

/********** table01 styles *************/

.table01 {
	display:block;
	padding:0px 15px;
}

.table01 .leftcol {
	display:block; 
	float:left;
	width:519px;
}

.table01 .rightcol {
	float:right;
	width:338px;
}


/********** table02 styles ************/

.table02 {
	display:block; 
	padding:0px 6px;
}

.table02 .leftcol {
	 display:block; 
	 width:252px; 
	 float:left; 
	 background:url(img/tab02_leftbg.jpg) top right no-repeat;
}

.table02 .leftcol .left_head {
	 font-size:15px; 
	 color:#FFFFFF; 
	 background:url(img/leftheadbg.gif) repeat-x; 
	 height:22px; 
	 overflow:hidden; 
	 padding-top:5px; 
	 padding-left:13px;
	 margin-bottom:7px;
}

.table02 .rightcol {
	 display:block; 
	 float:right; 
	 width:630px;
}

.table02 .rightcol .wrap {
	 display:block; 
	 padding:0px 14px;
}

.table02 .rightcol .wrap p {
	line-height:18px;
	margin:15px 0px;
}

/********** subnav styles ************/

.subnav {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:15px;
}

.subnav li {
	display:block;
	padding:0px 6px;
}

.subnav li a {
	display:block;
	height:20px;
	color:#cc783f;
	padding-top:5px;
	padding-left:32px;
	text-decoration:none;
	background:url(img/bullet.gif) 7px 50% no-repeat;
}

.subnav li a:hover {
	color:#ff8f42;
	background:url(img/bullet.gif) 7px 50% no-repeat #ededed;

}

.subnav .active a {
	color:#ff8f42;
	background:url(img/bullet.gif) 7px 50% no-repeat #ededed;

}


/********** right_block styles *************/

.right_block {
	background:url(img/right_blockmid.gif) repeat-y; 
	width:338px;
	color:#4d4d4d;
}

.right_block .top {
	background:url(img/right_blocktop.jpg) top left no-repeat;
}

.right_block .bot {
	background:url(img/right_blockbot.gif) bottom left no-repeat;
	font-size:12px; 
	padding:25px 25px 15px; 
	text-align:justify;
}

.right_block p {
	margin:12px 0px;
	line-height:16px;
}

.right_block h1 {
	margin-bottom:18px;
	font-size:15px; 
	color:#c86e30; 
	margin-top:0px;
}

/********** wide_block styles *************/

.wide_block {
	font-size:12px;
	width:870px;
	color:#4d4d4d;
	margin-top:15px;
}

.wide_block p {
	margin-top:10px;
	line-height:16px;
	text-align:justify;
}

.wide_block h1 {
	font-size:15px; 
	color:#c86e30; 
	margin:0px;
}

.wide_block a {
	color:#C86E30;
	text-decoration:none;
}

.wide_block a:hover {
	text-decoration:underline;
}


/********** footer styles *************/

#footer {
	display:block;
	height:29px; 
	overflow:hidden;
	padding:10px 25px 10px;
}

#footer .fleft {
	float:left;
	padding-left:5px;
}

#footer .fleft ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer .fleft ul li {
	display:block;
	float:left;
	height:19px;
	border-right:1px solid #c4c2c2;
	padding:5px 12px 0px;
}

#footer .fleft ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

#footer .fleft ul li a:hover {
	text-decoration:underline;
}

#footer .fright {
	float:right; 
	font-size:12px; 
	color:#FFFFFF;
	padding-right:15px;
	padding-top:5px;
}

#footer .fright a {
	color:#FFFFFF;
}

#footer .fright a:hover {
	text-decoration:none;
}

#footer .last {
	border:none !important;
}

.wrap ul li
	{
	margin-bottom: 10px;
	}
	
.floatr
	{
	float:right;
	margin:0 0 15px 15px;
	}
	
.floatl
	{
	float:left;
	margin:0 15px 15px 0;
	}
	
.donate
	{
	position:relative;
	float:right;
	margin: 30px 10px 0 0;
	}
