/* CSS Document */


html, body {
	height: 100%;
}
body {
	background: #5B9ED3 url(../images/bg_body.jpg) repeat 0 0;
	margin: 0;
	padding: 0;
	font: 14px Arial, Verdana, sans-serif;
	color: #333333;
	text-align: center;
}
 * html #container {
	height: 100%;
}
#container {
	min-height: 100%;
	background: url(../images/bg_container.png) repeat-y top center;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	padding: 20px 30px 20px 30px;
}
#content_top {
	background: url(../images/box_content_top.png) no-repeat center top;
	height: 35px;
	margin-top: 10px;
}
#content_home {
	padding-top: 320px;
}
#content {
	background: url(../images/box_content_bg.png) repeat-y center top;
	text-align: left;
	font-size: 14px;
	padding: 0 300px 15px 130px;
	min-height: 930px;
}
#content p {
	margin-top: 0;
}
#content_btm {
	background: url(../images/box_content_btm.png) no-repeat center bottom;
	height: 35px;
	margin: 0 0 30px 0;
}
#spacer {
	display: none;
}
#nav_fam {
	position: absolute;
	top: 110px;
	margin-left: 126px;
	z-index: 100;
	color: #00472f;
	letter-spacing: 1px;
	font-weight: bold;
}
#nav_fam a {
	color: #00472f;
	text-decoration: none;
	letter-spacing: 0;
}
#nav_fam a:hover {
	color: #d71307;
}
#nav {
	position: absolute;
	top: 16px;
	margin-left: 350px;
	z-index: 99;
	list-style: none;
	overflow: hidden;
	height: 120px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav a {
	float: left;
	padding: 120px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:120px; /*IE Win */
}
#nav a:hover {
	background-position: 0 -120px;
}
#btn_advice a {
	width: 120px;
	background: url(../images/btn_advice.png) top left no-repeat;
}
#btn_charge a {
	width: 120px;
	background: url(../images/btn_charge.png) top left no-repeat;
}
#btn_community a {
	width: 120px;
	background: url(../images/btn_community.png) top left no-repeat;
}
#btn_pro a {
	width: 120px;
	background: url(../images/btn_pro.png) top left no-repeat;
}
#btn_training a {
	width: 120px;
	background: url(../images/btn_training.png) top left no-repeat;
}
#nav_sup, #nav_skype {
	list-style: none;
	overflow: hidden;
	width: 208px;
}
#nav_sup ul, #nav_skype ul, #goodwill ul {
	margin: 0;
	padding: 0;
}
#nav_sup li, #nav_skype li, #goodwill li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav_sup a {
	float: left;
	padding: 74px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:74px; /*IE Win */
}
#nav_sup a:hover {
	background-position: 0 -74px;
}
#nav_skype a {
	float: left;
	padding: 114px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:114px; /*IE Win */
}
#nav_skype a:hover {
	background-position: 0 -114px;
}
#btn_skype a {
	width: 208px;
	background: url(../images/btn_skype.png) top left no-repeat;
}
#goodwill {
	float: right;
	list-style: none;
	overflow: hidden;
	width: 260px;
	margin: -10px -15px -10px 15px;
}
#goodwill a {
	float: left;
	padding: 125px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:125px; /*IE Win */
}
#goodwill a:hover {
	background-position: 0 -125px;
}
#btn_goodwill a {
	width: 260px;
	background: url(../images/btn_goodwill.jpg) top left no-repeat;
}
#btn_phil a {
	width: 260px;
	background: url(../images/btn_phil.jpg) top left no-repeat;
}
#btn_donate a {
	width: 208px;
	background: url(../images/btn_donate.png) top left no-repeat;
}
#btn_subscribe a {
	width: 208px;
	background: url(../images/btn_subscribe.png) top left no-repeat;
}
#btn_events a {
	width: 208px;
	background: url(../images/btn_events.png) top left no-repeat;
}
#cat_nav {
	float: right;
	width: 160px;
	margin: 0 0 10px 10px;
	list-style: none;
	border-top: 1px dotted #999;
	text-align: center;
}
#cat_nav ul {
	margin: 0;
	padding: 0;
}
#cat_nav li {
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px dotted #999;
	font-size: 12px;
}
#cat_nav li a {
	color: #00472f;
	text-decoration: none;
	font-size: 12px;
}
#cat_nav li a:hover {
	color: #d71307;
}
#blurb_top {
	background: url(../images/box_blurb_top.png) no-repeat 0 0;
	height: 25px;
	margin-top: 15px;
}
#blurb_it {
	background: url(../images/box_blurb_bg.png) repeat-y 0 0;
	padding: 0 20px 15px 20px;
}
#blurb_btm {
	background: url(../images/box_blurb_btm.png) no-repeat 0 0;
	height: 25px;
}