/* CSS Document */


html, body {
	height: 100%;
	}
body {
	background: #5B9ED3 url(../images/bg_body.jpg) repeat 0 0;
	margin: 0;
	padding: 0;
	font: 14px "Trebuchet MS", 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;
	}
#box_v {
	min-height: 100%;
	background: url(../images/bg_v.jpg) repeat-x top center;
	margin: 0 20px;
	}
#logo {
	padding: 5px 0 0 80px;
	}
#slogan {
	position: absolute;
	top: 380px;
	margin-left: 90px;
	z-index: 100;
	}
#content_top {
	background: url(../images/box_content_top.png) no-repeat left top;
	height: 35px;
	margin: 10px 0 0 55px;
	}
#content_home {
	padding-top: 270px;
	}
#content {
	background: url(../images/box_content_bg.png) repeat-y left top;
	text-align: justify;
	font-size: 14px;
	padding: 0 260px 15px 50px;
	min-height: 1020px;
	margin-left: 55px;
	}
#content p {
	margin-top: 0;
	}
#content_btm {
	background: url(../images/box_content_btm.png) no-repeat left bottom;
	height: 35px;
	margin: 0 0 30px 55px;
	}
#spacer {
	display: none;
	}
#flags {
	position: absolute;
	top: 150px;
	margin-left: 795px;
	z-index: 99;
	list-style: none;
	overflow: hidden;
	}
#flags ul {
	margin: 0;
	padding: 0;
	}
#flags li {
	margin: 0;
	padding: 0 2px;
	display: inline;
	list-style: none;
	}
#nav {
	position: absolute;
	top: 16px;
	margin-left: 350px;
	z-index: 99;
	list-style: none;
	overflow: hidden;
	height: 111px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}
#nav a {
	float: left;
	padding: 111px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:111px; /*IE Win */
	}
#nav a:hover {
	background-position: 0 -111px;
	}
#btn_res a {
	width: 145px;
	background: url(../images/btn_res.jpg) top left no-repeat;
	}
#btn_fam a {
	width: 145px;
	background: url(../images/btn_fam.jpg) top left no-repeat;
	}
#btn_rep a {
	width: 145px;
	background: url(../images/btn_rep.jpg) top left no-repeat;
	}
#btn_get a {
	width: 145px;
	background: url(../images/btn_get.jpg) top left no-repeat;
	}
#nav_sup {
	list-style: none;
	overflow: hidden;
	width: 208px;
	}
#nav_sup ul {
	margin: 0;
	padding: 0;
	}
#nav_sup 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;
	}
#btn_donate a {
	width: 208px;
	background: url(../images/btn_donate.png) top left no-repeat;
	}
#btn_contact a {
	width: 208px;
	background: url(../images/btn_contact.png) top left no-repeat;
	}
#btn_getin a {
	width: 208px;
	background: url(../images/btn_getin.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: #3d9815;
	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: 3px;
	}
#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;
	}
