/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #5187a3;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #315164 url(../img/body-bg.jpg) repeat-x 0 0;
	letter-spacing: -0.025em;
}
#page {
	font-size: 1.4em;
	color: #28393d;
	width: 946px;
	margin: 0 auto;
	padding: 6px 7px;
	background: #FFFFFF;
}

#top {
	margin: 0 0 6px;
	padding: 0 13px 0 0;
	height: 77px;
	background: url(../img/top-bg.jpg) no-repeat 100% 0;
}
	#logo {
		float: left;
		padding: 19px 0 0 33px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 247px;
			height: 47px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#menu {
	float: right;
	margin: 39px 0 0 0;
	background: #845543 url(../img/menu-bg.jpg) no-repeat 0 100%;
	width: 487px;
	height: 37px;
	font-family: Arial, sans-serif;
	font-size: 92.85%;
	position: relative;
	z-index: 50;
	}
		#menu ul {
			float: left;
		}
			#menu li {
				float: left;
				position: relative;
			}
				#menu li a:link, #menu li a:visited {
	float: left;
	display: block;
	line-height: 37px;
	padding: 0 1.5em;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../img/menu-sep.gif) no-repeat 100% 50%;
				}
@media screen and (-webkit-min-device-pixel-ratio:0) {
				#menu li a:link, #menu li a:visited {
					padding: 0 1.45em;
				}
}
				#menu li.last a:link, #menu li.last a:visited {
					background: none;
				}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.active a:link, #menu li.active a:visited {
					color: #FFFFFF;
				}

				#menu li ul {
	position: absolute;
	z-index: 50;
	left: -1000em;
	top: 37px;
	width: 190px;
	height: 190px;
	padding: 7px 0 0;
	background: url(../img/dropdown-bg.png) repeat-x 0 0;
				}
				#menu li:hover ul {
					left: 0;
				}
					#menu li li {
						width: 100%;
					}
						#menu li li a:link, #menu li li a:visited {
	float: none;
	line-height: 1.75;
	padding: 0 15px;
	text-transform: none;
	background: none;
						}
						#menu li li a:link:hover, #menu li li a:visited:hover,
						#menu li.last li a:link:hover, #menu li.last li a:visited:hover {
							background: #578aa6;
						}

#title {
	margin: 0 0 8px;
	padding: 15px 40px;
	background: #c4dbe8;
	color: #578aa6;
}
	#title h1 {
		font-weight: normal;
		font-size: 171%;
		line-height: 1.1;
	}

#wrap {
	width: 100%;
	overflow: hidden;
	background: #F6F6F6 url(../img/page-bg.png) repeat-y 0 0;
	position: relative;
}
	#content {
		float: left;
		width: 694px;
		background: url(../img/content-b.jpg) no-repeat 0 100%;
		font-family: 'Lucida Grande', Lucida, sans-serif;
	}
		#content2 {
	background: url(../img/content-t.jpg) no-repeat 0 0;
	min-height: 365px;
	padding: 35px 50px 30px 35px;
	text-align: left;
		}
	#side {
		float: right;
		width: 244px;
		padding: 20px 0 150px;
		background: #a7a7a7;
	}


#content p {
	line-height: 1.7;
	margin: 0 0 1.5em;
}
#content ul {
	list-style: disc;
	line-height: 1.3;
	margin: 0 0 2em 1.5em;
}

#content a:link, #content a:visited {
	font-weight: bold;
	text-decoration: underline;
}
#content a:link:hover, #content a:visited:hover {
	text-decoration: none;
}



#content h1 {
	font-family: Georgia, serif;
	font-size: 171%;
	font-weight: bold;
	color: #828e35;
	margin: 0 0 .5em;
}
#content h2 {
	font-size: 128%;
	font-weight: bold;
	color: #28393d;
	margin: 0 0 .3em;
}


#footer {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0;
	letter-spacing: 0;
}
	#footer p.copyright {
		float: right;
		color: #98a8b2;
		font-size: 130%;
		padding: 5px 10px;
	}
	#footer ul.links {
		float: left;
		padding: 0 0 0 20px;
	}
		#footer ul.links li {
			float: left;
			height: 125px;
			padding: 5px 16px 0 15px;
			background: url(../img/menu3-sep.png) no-repeat 100% 0;
		}
		#footer ul.links li.single {
			height: 60px;
			background-position: 100% -60px;
		}
		#footer ul.links li.last {
			background: none;
		}
			#footer ul.links li a:link, #footer ul.links li a:visited {
				display: block;
				color: #b8c3ca;
				font-size: 150%;
				font-weight: bold;
			}
			#footer ul.links li ul {
				overflow: hidden;
				margin: 5px 0 0;
			}
				#footer ul.links li li {
					float: none;
					height: auto;
					padding: 1px 0;
					background: none;
				}
					#footer ul.links li li a:link, #footer ul.links li li a:visited {
						color: #788d99;
						font-size: 120%;
						font-weight: normal;
					}


/*-------
// homepage
//-----*/

#flash1 {
	margin: 0 0 8px;
	position: relative;
	z-index: 5;
}

.home #content {
	background: url(../img/content-home.jpg) no-repeat 0 0;
	height: 295px;
}
	.home #content2 {
		background: none;
		padding: 30px 150px 20px 35px;
	}
.home #side {
	background: none;
	padding: 0 0 140px;
}

#join {
}
	#join a:link, #join a:visited {
		display: block;
		width: 244px;
		height: 155px;
	}
		#join a:link span, #join a:visited span {
			background: url(../img/but-join.jpg) no-repeat 0 0;
		}


/*-------
// page-2
//-----*/

#content .list1 {
	list-style: none;
	margin-left: 40px;
}
	.list1 li {
		color: #8e604c;
		font-weight: bold;
		padding: 0 0 0 15px;
		background: url(../img/bullet-1.gif) no-repeat 0 .5em;
		margin: 0 0 1em;
	}

#menu2 {
	margin: 0 0 0 30px;
}
	#menu2 li {
		float: left;
		width: 100%;
		padding: 2px 0 3px;
		background: url(../img/menu2-sep.png) no-repeat 0 100%;
	}
	#menu2 li.last {
		background: none;
	}
		#menu2 li a:link, #menu2 li a:visited {
			display: block;
			color: #FFFFFF;
			padding: 5px 0;
		}
		#menu2 li a:link:hover, #menu2 li a:visited:hover {
			background: #578aa6;
			position: relative;
			left: -10px;
			padding-left: 10px;
			text-decoration: none;
		}
		#menu2 li.active a:link, #menu2 li.active a:visited {
			font-weight: bold;
		}

#img {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 0 0 1px;
	background: #FFFFFF;
}

#content p.donation {
	margin: 0 0 .5em;
}
	p.donation a:link, p.donation a:visited {
		display: block;
		margin: 0 auto;
		width: 195px;
		height: 39px;
		text-indent: -1000em;
		background: url(../img/but-donation.png) no-repeat 0 0;
	}
