body  {
	font: 100% Tahoma, Geneva, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	position: relative;
	background: #5BADF7 url(../images/body_bkgd.jpg) repeat-x;
	width: 1022px;
	margin: 0px auto;
}
a img {
	border-style: none;
}
#container {
	width: 1022px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
} 
#container a {
	color: #2A5AAE;
}
#container a:hover {
	color: #74b9f8;
}
#header {
	color: #327EC6;
	background: #FFF url(../images/navtopglow.jpg) repeat-x left 183px;
	position: relative;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin: 0 0 0 255px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 525px;
	display: inline;
	color: #6B6B6B;
	background: #FFF;
	font-size: 0.9em;
} 
#mainContent_noSidebar2 {
	margin: 0 0 0 255px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 525px;
	display: inline;
	color: #6B6B6B;
	background: #FFF;
	font-size: 0.9em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.paddingleft {
	padding-left: 25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headerphoto  {
	height: 135px;
	width: 264px;
	position: absolute;
	top: 53px;
	right: 0px;
	margin: 0px;
}
#header p {
	padding: 25px 270px 45px 277px;
	line-height: 127%;
	margin: 0px;
}
#header #af_logo {
	position: absolute;
	left: 16px;
	top: 86px;
	border-style: none;
}
#navbar, .sf-menu {
	height: 36px;
	width: 1022px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(../images/navbar_bkgd.jpg) repeat-x;
}
#navbar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}
#navbar li a{
	padding-top: 36px;
	overflow: hidden;
	font-size: x-small;
}


#nav_home a{
	height: 0px;
	width: 105px;
	float: left;
	background: url(../images/annika_navbar.jpg);
}
#nav_about a{
	height: 0px;
	width: 124px;
	float: left;
	background: url(../images/annika_navbar.jpg) -105px 0px;
}
#nav_events a{
	height: 0px;
	width: 126px;
	float: left;
	background: url(../images/annika_navbar.jpg) -229px 0px;
}
#nav_programs a{
	height: 0px;
	width: 160px;
	float: left;
	background: url(../images/annika_navbar.jpg) -442px 0px;
}
#nav_supporters a{
	height: 0px;
	width: 145px;
	float: left;
	background: url(../images/annika_navbar.jpg) -603px 0px;
}
#nav_contact a{
	height: 0px;
	width: 158px;
	float: left;
	background: url(../images/annika_navbar.jpg) -748px 0px;
}
#nav_donate a{
	height: 0px;
	width: 118px;
	float: left;
	background: url(../images/annika_navbar.jpg) -906px 0px;
}

/*on states */
#nav_home_on a{
height: 0px;
	width: 105px;
	float: left;
	background: url(../images/annika_navbar.jpg) 0px -72px;
}
#nav_about_on a{
	height: 0px;
	width: 124px;
	float: left;
	background: url(../images/annika_navbar.jpg) -105px -72px;
}
#nav_events_on a{
	height: 0px;
	width: 126px;
	float: left;
	background: url(../images/annika_navbar.jpg) -229px -72px;
}
#nav_programs_on a{
	height: 0px;
	width: 160px;
	float: left;
	background: url(../images/annika_navbar.jpg) -442px -72px;
}
#nav_supporters_on a{
	height: 0px;
	width: 145px;
	float: left;
	background: url(../images/annika_navbar.jpg) -603px -72px;
}
#nav_contact_on a{
	height: 0px;
	width: 158px;
	float: left;
	background: url(../images/annika_navbar.jpg) -748px -72px;
}
#nav_donate_on a{
	height: 0px;
	width: 118px;
	float: left;
	background: url(../images/annika_navbar.jpg) -906px -72px;
}

/*hover states */
#nav_home a:hover{
	background: url(../images/annika_navbar.jpg) 0px -36px;
}
#nav_about a:hover{
	background: url(../images/annika_navbar.jpg) -105px -36px;
}
#nav_events a:hover{
	background: url(../images/annika_navbar.jpg) -229px -36px;
}
#nav_programs a:hover{
	background: url(../images/annika_navbar.jpg) -442px -36px;
}
#nav_supporters a:hover{
	background: url(../images/annika_navbar.jpg) -601px -36px;
}
#nav_contact a:hover{
	background: url(../images/annika_navbar.jpg) -748px -36px;
}
#nav_donate a:hover{
	background: url(../images/annika_navbar.jpg) -906px -36px;
}

/*dropdown menu*/
#navbar li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 190px;
	background: #1446A2;
	padding: 0px;
}

#navbar li ul li { float: none; }

#navbar li ul li a {
	display: inline-block;
	color: #0F3C9B;
	font-size: 14px;
	background: #5E9DE5 url(../none);/*background color of dropdown menu*/
	height: 15px;
	width: 190px;
	text-decoration: none;
	position: relative;
}



/*displays about drop menu on hover*/
#nav_about ul li a, #nav_about_on ul li a, #nav_programs ul li a, #nav_programs_on ul li a, #nav_events ul li a, #nav_events_on ul li a {
	/*color: #FFF;*/
	background: #3F9 url(../none);
	padding-top: 6px;
	overflow: visible;
	margin: 0px;
	padding-bottom: 9px;
	text-indent: 12px;
}
#nav_about ul li a:hover, #nav_about_on ul li a:hover, #nav_events ul li a:hover, #nav_events_on ul li a:hover, #nav_programs ul li a:hover, #nav_programs_on ul li a:hover {
	color: #FFF; /*text color on hover*/
	background: #0F3C9B url(../none);
}
/*.thrColFixHdr #container #navbar #nav_programs ul {
	width: 190px;
}
.thrColFixHdr #container #navbar #nav_programs_on ul {
	width: 190px;
}*/
#navbar li:hover ul {
	display: block;
	margin: 0px;
}
/*next 2 lines fix IE6 bug*/
#nav_about ul li a {display: inline-block; }
#nav li ul li a { display: block; }


#headtop {
	padding-bottom: 33px;
}
#wrapper2 {
	float: left;
	background: url(../images/sidebar1_bkgd.jpg) repeat-y left top;
	padding-bottom: 0px;
}
#wrapper1 {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/sidebar2_bkgd.gif) repeat-y 810px 50px;
	width: 1022px;
}


.smallVideo {
	float: left;
	padding: 0px;
	margin: 15px 8px 10px 0px;
	width: 169px;
}
.smallVideo p, .smallVideoR p {
	font-size: 85%;
	color: #6B6B6B;
	margin: 2px 0px 10px;
}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #95BEE8;
	margin: 12px 0px 6px;
}
.smallVideoR {
	float: right;
	padding: 0px;
	margin: 15px 0px;
	width: 169px;
}
#news  {
	font-size: 90%;
	color: #FFF;
	background: #245aae url(../images/news_bkgd.jpg) repeat-x left top;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 20px;
}
#mainContent .article {
	clear: both;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px dotted #AAA;
	padding-bottom: 15px;
	width: 95%;
}
#mainContent .article p {
	color: #444;
	line-height: 145%;
	margin: 5px 0px 10px;
}
#mainContent .article h2 {
	color: #004b91;
	margin: 10px 0px 5px;
	line-height: 1.2;
	font-size: 1.3em;
	clear: both;
}

#mainContent .article h3{
	color: #444;
	margin: 10px 0px 5px;
}
#mainContent .article ul {
	list-style: square;
	padding-left: 15px;
}
#mainContent .article ul li {
	font-size: 1em;
	line-height: 1.5em;
}
#sidebar1 {
	float: left;
	width: 218px;
	padding: 0px;
	margin-left: -800px;
	margin-top: 0px;
}
#sidebar1 h2 {
	color: #000000;
	margin: 15px 0px 0px 15px;
	font-size: 1em;
}
#partner_logobox h4 {
	font: .9em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3F3C45;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 1px;
	padding-bottom: 0px;
}
.sidebar1_contain_wrap {
	background: url(../images/sidebar1_footer.jpg) no-repeat left bottom;
	width: 204px;
	margin-top: 18px;
	margin-left: 22px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.sidebar1_container, sidebar2_container {
	background: #245aae url(../images/sidebar1_header.jpg) no-repeat left top;
	color: #FFF;
	padding: 0px;
	margin-bottom: 0px;
}
.sidebar1_container h3, .sidebar2_container h3 {
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	font-size: 93%;
	text-align: left;
}

#sidebar1 ul {
	margin-top: 10px;
}
#sidebar1 ul li a{
	text-decoration: none;	
	padding-top: 7px;

}
#sidebar1 ul li a:hover {
	color: #114B91;
	text-decoration: underline;
}

#sidebar1 ul li{
	color: #004B91;
	padding-top: 7px;
	list-style: square;
	font-size: .9em;
	line-height: 1.2em;
}

#newsletter_signup {
	color: #444;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 194px;
	background: #FFF;
	font-size: .9em;
}

#email_input {
	margin: 0px 0px 3px;
	padding: 2px 0px;
	border-top: 2px solid #AAA;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	line-height: 1.5em;
}
#submit {
	padding-left: 3px;
}
#partner_logobox {
	background: #FFF;
	padding-top: 5px;
}
#programs_box {
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 1px;
}
.partner_logo {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 10px;
}
#inthe_news p{
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 7px;
}

#FlashID h4 {
	font: small Tahoma, Geneva, sans-serif;
	color: #3478CB;
	margin-left: 15px;
}
#FlashID img {
	margin-left: 15px;
}
#donate {
	margin-left: 20px;
	margin-top: 10px;
}
#donatebutton  {
	background: url(images/donate_now.jpg) no-repeat;
	display: block;
	height: 53px;
	width: 205px;
}
#donatebutton_small {
	background: url(images/donate_now.jpg) no-repeat;
	display: block;
	height: 26px;
	width: 103px;
	position: relative;
	left: -20px;
}
#donatebutton:hover{
	background: url(images/donate_now_hover.jpg) no-repeat left 0px;
}
#donate p {
	position: relative;
	left: -5000px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 207px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 0px; /* padding keeps the content of the div away from the edges */
	background: #FFF;
}
.sidebar2_contain_wrap, #sidebar1_programs {
	background: #D7E6F4;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.sidebar2_contain_border {
	border-right: 1px solid #9CF;
	border-bottom: 1px solid #9CF;
	border-left: 1px solid #9CF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sidebar2_container {
	background: #245aae url(../images/sidebar2_header.jpg) no-repeat;
color: #FFF;
	padding: 0px;
	margin-bottom: 0px;
	}

#globalgiving {
	padding-top: 10px;
	padding-left: 10px;
}

.sidebar2_contain_wrap p {
	font-size: .9em;
	font-weight: normal;
	color: #014D90;
	margin: 0px;
	text-align: center;
	padding: 0px 0px 10px;
}
.eventlogo {
	padding-top: 10px;
	margin: 0px 0px 0px 25px;
	display: block;
}
#juniorgirls a {
	background: url(../images/junior_girls.jpg) no-repeat left top;
	display: block;
	height: 60px;
	width: 179px;
	margin: 0px auto 15px;
}
#juniorgirls a:hover {
	background: url(../images/junior_girls.jpg) no-repeat 0px -60px;

}
#juniors a {
	background: url(../images/juniors_button.jpg) no-repeat left top;
	display: block;
	height: 60px;
	width: 179px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;}
#juniors a:hover {
	background: url(../images/juniors_button.jpg) no-repeat 0px -60px;
}
#fitness a {
	background: url(../images/fitness_button.jpg) no-repeat left top;
	display: block;
	height: 60px;
	width: 179px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;}
#fitness a:hover {
	background: url(../images/fitness_button.jpg) no-repeat 0px -60px;
}
#footer , #footer a{
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#004b91;
	font-size: small;
	color: #FFF;
	text-align: center;
	margin: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 10px;
}
.nav_on {
	cursor: default;
}
#contactform {
	font-size: 1em;
	position: relative;
}
#firstname, #lastname, #email, #address, #message {
	clear: both;
	display:block;
}

#content {
	font-size: 85%;
	color: #444;
	line-height: 140%;
	margin: 0px;
}
#content h2 {
	font-size: 115%;
	color: #004b91;
	margin-top: 30px;
}
#content h1 {
	font-size: 125%;
	font-weight: bold;
	margin-top: 20px;
}
.bold {
	font-weight: bold
}
.download a {
	font-size: 14px;
	margin-right: 15px;
}
.download {
	float: left;
	margin-right: 20px;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 95%;
	font-weight: bold;
	background: #CFE1EF;
	padding: 4px 10px 6px;
	font-size: 1.1px;
}
#mia_hidden {
	display: none;
}

.error {
	color: #D00;
	padding: 1px;
}
#errormess_state {
	color: #D00;
	display: none;
	font-weight: medium;
}	
#errormess {
	display: none;
	background-color: #D00;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	padding: 3px 15px 0px 10px;
	margin: 10px 30px 10px 0px;
}	
.article table {
	margin: 0px;
	padding: 0px;
}
#mainContent .article #FlashID {
	margin-bottom: 10px;
	z-index: 1;
}
.event_photos {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.event_sponsor {
	margin: 10px auto 0px;
	display: block;
	padding: 0 0 5px 0;
}
.sponsor_divider {
	border-bottom: 1px solid #2259AD;
	width: 95%;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent .article h4 {
	margin-top: 2px;
	margin-bottom: -5px;
}
.photo_cap {
	font-size: 75%;
	color:#777;
	float: right;
	padding: 5px 0px 0px 10px;
}
