@charset "UTF-8";

/* ********** IE PNG FIX ********** */

img, div { behavior: url(iepngfix.htc) }

/* ********** GENERAL TAGS ********** */

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background: #9b9b9b url(../images/back-shadow.png);
	background-position:center;
	background-repeat:repeat-y;

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	line-height:22px;
}

a {
	text-decoration:underline;
	color:#EE2C37;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

p {
	margin-top:0px;	
}

h1 {
	font-size:40px;
	color:#008ABA;
	font-weight:bold;
	margin:0px 0px 20px 0px;
}

h2 {
	font-size:20px;
	color:#008ABA;
	font-weight:normal;
	margin:0px 0px 20px 0px;
}

h3 {
	
}

img {
	border:0px;	
}

ul {
	padding:0px 0px 0px 20px;	
}

/* ********** STRUCTURE ********** */

#wrapper {
	width:900px;
	margin:0px auto;
	padding:0px;
	background: white;
}

/* ********** HEADER ********** */

#header {
	width:100%;
	background-color:#00ADF9;
	width: 900px;
	height: 323px;
	display: block;
	background-image: url(../images/LetsMoveHeader.jpg);
}
#header a {
	width: 100%; height: 100%;
	display: block;
}
#header h1, #header h2 {
	text-indent: -9999px;
}

#headerInnerBottom {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

#headerInnerTop {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
                    

/* ********** MAIN BODY ********** */



#content {
background: white url(../images/body_background_repeat.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:30px 20px;
	text-align: center;
}
#content h2 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#content h2 a {
	font-weight: normal;
	color: inherit;
}
#content h2 a:hover {
	color: black;
	text-decoration: underline;
}

#sponsors {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
#sponsors .logo {
	width: 33%;
	display: inline-block;
}

a img {
	border: none;
}

.wufoo label, 
.wufoo div, 
.wufoo span {
	text-align: center;
}
iframe#wufooForms7p0s9 {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.download {
	margin: 30px; 
	font-size: 150%;
}

.download a {
	text-decoration: none;
	padding: 10px;
	background: red;
	color: white;
	font-weight: bold;
}
.download a:hover {
	color: yellow; 
}

#container.ltr {
	text-align: center;
}

#fullBodyAreaBottom {
	background:url(../images/body_bottom_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;	
	background-color:#ffffff;

}

#fullBodyInner {
	width:940px;
	margin:0px auto;
}


/* ********** FOOTER ********** */

#footer {
	width:100%;
	//background:url(../images/footer_bg_repeat.jpg) repeat-x top;
	background-color:#ee2c37;
		text-align: center;
	padding-bottom:30px;
}
#footer h2 a {
	color: #fef26c;
	margin: 30px;
	font-size: 200%;
}
#footer img {
	margin: 30px 0;	
}
.family #footer h2 {
	line-height: 1.5em;
	padding-top: 30px;
	margin-bottom: 20px;
}
    
#footerInner {
	margin:0px auto;
	width:940px;
	font-size:12px;
	color:#ffffff;
	line-height:20px;
	text-align:center;
}

/* ********** GENERAL CLASSES ********** */

.clear {
	clear:both;	
}

.p_title {
	font-size:12px;
	text-align:center;
	line-height:18px;
}