body {
	text-align: center;
	background-color: #000000;
	margin: 0px;
}
a {
	color: #006797;
}
a:link, a:visited {
	font-weight: bold;
	color: #006797;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
h1 {
	color: #006797;
	font-size: 20px;
	font-family: Arial;
	margin-top: 0px;
}
h2 {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
p, ul {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.root {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
.topBar {
	position:absolute;
	width: 990px;
	height: 100px;
}
.logoBigTop {
	position: absolute;
	width: 220px;
	height: 99px;
	background: url(../images/logo_header_nsos.jpg);
	cursor:pointer;
}
.walkForHopeBanner {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 486px;
	height: 60px;
	background: url(../images/banner_walk_for_hope_486px.png);
}
.blog {
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 69px;
	height: 32px;
	background: url(../images/blog_button.png);
	cursor:pointer;
}
.menuswf {
	z-index: 1000;
	position: absolute;
	top: 100px;
	color: white;
}

/* ################# MIDDLE ###################### */

.flowable {
	position: absolute;
	top: 130px;
}
.contentSection {
	width: 990px;
	/*height: 500px;*/
}
.background1, .background2, .background3{
	width: 100%;
	height: 100%;
}
.background1 {
	background: url(../images/content_bg_repeat.jpg);
}
.background2 {
	background: url(../images/content_bg_top_sky.jpg);
	background-repeat: no-repeat;
}
.background3 {
	background: url(../images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
.background4 {
	background: url(../images/content_bg_bottom_reflect.jpg);
	width: 990px;
	height: 105px;
}
.contentholder { /*IE6 fix to get around double-margin and float problems*/
	width: 940px;
	text-align: right; 
	margin-right: 50px;
}
.content {
	text-align: left; /*IE6 fix*/
	float: right;
	padding: 50px 0px 75px 0px;
	width: 700px;
}
.contentfull {
	text-align: left; /*IE6 fix*/
	float: left;
	padding: 50px 0px 75px 50px;
	width: 700px;
}
.icon {
	margin: 5px 10px 5px 0px;
}

/* ################## LEFTNAV #################### */

.leftnav {
	position: absolute;
	top: 50px;
	bottom: 50px;
	width: 190px;
	border-right: 1px dashed #808080;
}
.leftnav ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leftnav ul li {
	margin-left: 0px;
	font-size: 9px;
	margin-bottom: 20px;
	list-style-type: disc;
	list-style-position:inside;
}
.leftnav ul li div {
	display: inline;
	font-size: 13px;
}

/* ################## BOTTOM ##################### */

.bottomBar {
	position: relative;
	top: -50px;
	width: 990px;
}
.emailUpdates, .walkForHope, .Clubs127{
	position: absolute;
}
.emailUpdates {
	background: url(../images/email_updates_form_bg.jpg);
	width: 247px;
	height: 285px;
	left: 45px;
}
.emailUpdates div {
	margin: 95px 0px 0px 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}
.emailUpdates div input {
	margin-top: 5px;
}
.walkForHope {
	background: url(../images/banner_walk_for_hope_285px.jpg);
	width: 285px;
	height: 285px;
	left: 355px;
}
.Clubs127 {
	background: url(../images/banner_127_clubs.jpg);
	width: 247px;
	height: 285px;
	right: 45px;
}

/* ################## PHOTOS ##################### */

.thumb {
	overflow: hidden;
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	margin: 10px;
	display: table;
	line-height: 150px;
	cursor: pointer;
}

.thumb:hover {
	background-color: #CCC;
}
.thumb div{
	text-align: center;
	display: table-cell;
	overflow: hidden;
}
.thumb div img{
	vertical-align: middle;
	line-height: 150px;
}
.fullimage {
	font-family: arial;
	color: #666;
	text-align: center;
	display: none;
}
.fullimage img {
	border: 1px solid #999;
	padding: 25px;
	float: left;
	z-index: 2;
	cursor: pointer;
}
