

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 helvetica,arial,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% helvetica,arial,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


@media only screen and (max-device-width: 480px) {
body {
background:none;
font-size:50%;
}
}

@media screen {
html, body {
height: 100.1%;
}
body {
color:#383838;
background:#6a7176 url(/images/bg-new.jpg) no-repeat 50% 0;
}
a:link {
color:#000;
text-decoration: none;
border-bottom:2px #7bc04a solid;
line-height:1.5em;
}
a:visited {
color:#417378;
text-decoration: none;
border-bottom:2px #7bc04a solid;
line-height:1.5em;
}
a:hover {
color:#005796;
border-bottom:3px #7bc04a solid;
line-height:1.5em;
}
a:active {
color:#005796;
border-bottom:none;
line-height:1.5em;
}
p {
font-size:108%;
padding:.5em 10px;
}
ul, ol {
padding:1em 0;
}
ol li {
list-style-type:georgian;
}
li {
font-size:116%;
margin:.2em 10px 0 70px;
list-style-type:disc;
}
ol li {
list-style-type:decimal;
}
li p {
font-size:93%;
}
li ul, li ol {
padding:.7em 0;
}
li ul li, li ol li {
font-size:100%;
margin:.2em 10px 0 50px;
list-style-type:circle;
}
ul.inline {
display: inline;
margin-left:5px;
} 
ul.inline li {
list-style: none;
display: inline;
margin:.2em 10px .2em 0;
}
li ul.inline li {
font-size:85%;
padding-left:30px;
}
h1, h2, h3, h4, h5, h6 {
padding:.5em 10px;
}
h1 {
font-size:153.9%;
}
h2 {
font-size:138.5%;
}
h3 {
font-size:108%;
}
h4, h5, h6 {
font-size:100%;
}
blockquote {
margin:1em 60px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#footerwrap {
min-height:100%;
}
#header {
 width: 900px;
 height:110px;
}
p#skip {
position:absolute;
width:100px;
}
p#skip a {
position:absolute;
top:-200px;
left:-200px;
border:none;
}
p#skip a:focus {
padding:3px;
background:#900;
color:#fff;
top:0px;
left:0px;
}
form {
padding:.5em 10px;
}
label {
display:inline;
font-size:93%;
text-align:left;
}
input, textarea {
border:1px #666 solid;
margin:0 5px 0 2px;
font-size:93%;
background:#FFF;
}
#styleform label {
float:left;
padding:10px;
}
#styleform input, #styleform select, #styleform textarea {
display:block;
margin-left:-1px;
}
#styleform fieldset {
background:#DCE7D4;
margin:20px 0;
border-top:2px #125790 solid;
}
#styleform legend {
background:#125790;
color:#FFF;
padding:4px;
}
#styleform br {
clear:both;
display:block;
}
.checkbox {
float:left;
border:none;
background:none;
}
.validation-advice {
color:#FF0000;
font-weight:bold;
}
#controlls {
float:right;
margin-top:21px;
height:23px;
font-size:93%;
background:#a5d281;
border-radius:5px;
-moz-border-radius:5px;
padding:5px;
}
#controlls a:link {
color:#125790;
text-decoration: none;
border:none;
padding:4px 3px 3px 3px;
}
#controlls a:visited {
color:#125790;
text-decoration: none;
border:none;
padding:4px 3px 3px 3px;
}
#controlls a:hover {
color:#125790;
text-decoration: underline;
border:none;
padding:4px 3px 3px 3px;
}
#controlls a:active {
color:#125790;
border:none;
padding:4px 3px 3px 3px;
}
#login_slide, #search_slide {
 height:30px; 
 background:#417378; 
 position:absolute; 
 right:0px; 
 color:#FFFFFF;
}
#logo {
float:left;
}
#navigation, #subnavigation {
clear:both;
/* more styles in navigation.css! */
}
#content { 
width: 900px;
min-height:600px;
background:#FFF;
position:relative;
margin-top:35px;
}
#clearfooter {
clear:both;
height:10px;
width: 900px;
background:#FFF;
}
#footer { 
width: 100%;
text-align:center;
background:#595f63;
color:#FFF;
font-size:77%;
min-height:400px;
}
#footer a:link {
color:#FFF;
text-decoration: none;
border-bottom:3px solid #FFF;
}
#footer a:visited  {
color:#FFF;
text-decoration: none;
border:none;
}
#footer a:hover {
color:#f4f7d9;
border:none;
background:none;
}
#footer a:active {
color:#FFF;
text-decoration: none;
border:none;
}
#donate {
margin-left:10px; 
float:left;
}
#contact {
float:right;
text-align:right;
margin-top:-20px;
}
#about {
clear:both;
padding:20px 0;
font-size:100%;
text-align:justify;
}
#about h4 {
padding:0 10px;
font-size:108%;
}
#innerfooter {
width:900px;
margin:0 auto;
text-align:left;
border-top:#FFF solid 15px;
position:relative;
}
#rotator {
width:900px;
height:200px;
clear:both;
margin:10px 0;
}
#row1, #row2 {
clear:both;
margin:10px 0;
min-height:220px;
}
iframe {
margin: 15px;
}
img {
border:none;
}
a.noborder {
	text-decoration: none;
	border: 0 none;
	}
.leftimage {
float:left;
overflow:visible;
padding:.5em 5px .5em 10px;
}
.rightimage {
float:right;
overflow:visible;
padding:.5em 10px .5em 5px;
}
#addthis {
cursor:pointer;
border:none;
background:none;
}
#at16pf { /* addthis referal links */
display:none;
}
table {
width:900px;
}
table ul {
clear:both;
font-size:85%;
margin-left:20px;
}
td, th, caption {
padding:5px 10px;
}
caption {
font-size:116%;
font-weight:bold;
text-align:left;
padding-bottom:10px;
}
th {
text-align:left;
background:#3e423a;
color:#FFF;
}
th:hover {
background-color: #417378;
}
tr.rowodd {

}
tr.roweven {
	background-color: #f2f3e7;
}
.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #417378;
	background-image: url(/images/up.gif);
}
.sortdesc {
	background-color: #417378;
	background-image: url(/images/down.gif);
}
.nosort {
	cursor: default;
}
#worldviews {
display:inline;
}
#worldviews li {
padding:0 10px 20px 30px;
margin:0;
float:left;
list-style-type:none;
font-size:93%;
}
#worldviews a:link, #worldviews a:hover, #worldviews a:visited, #worldviews a:active {
border:none;
padding:5px;
line-height:2em;
}
.acrostic:first-letter {
font-weight:bold;
color:#417378;
padding:2px;
margin:2px;
background:#F3F3F3;
}
div.hr {
margin:0 0 0 -15px;
height: 30px;
background: transparent url(/images/hr.gif) no-repeat scroll top left;
clear:both;
}
div.hr hr {
display: none;
}
.flash {
width:880px;
background:#DCE7D4;
padding:10px;
}
.flash div {
float:left;
margin-right:10px;
}
.flash h3 {
padding:0;
}
.flash form {
padding:0;
}
.flash form li {
font-size:93%;
clear:both;
}
.flash a:hover {
color:#333333;
border:none;
}
.flash table {
width:350px;
}
.flash td {
padding:2px;
}
.flash tr {
padding:0;
}
.flash tr:hover {
background-color:#cdf0e2;
}
.flash table caption {
padding:0 0 5px 0;
}
#freeleader {
background:#dce7d4;
margin:10px 10px 25px 10px;
padding:10px;
}
#freeleader h2 {
margin:-10px -10px 0 -10px;
background:#125790;
padding:2px 5px;
color:#FFF;
}
#freeleader h3 {
padding:15px 0 0 10px;
}
#freegroup {
background:#dce7d4;
margin:10px 10px 25px 10px;
padding:10px;
}
#freegroup h2 {
margin:-10px -10px 0 -10px;
background:#125790;
padding:2px 5px;
color:#FFF;
}
#freegroup h3 {
padding:15px 0 0 10px;
}
#freeteen {
background:#dce7d4;
margin:10px 10px 0 10px;
padding:10px;
}
#freeteen h2 {
margin:-10px -10px 0 -10px;
background:#125790;
padding:2px 5px;
color:#FFF;
}
#freeteen h3 {
padding:15px 0 0 10px;
}
#freeleader a:hover, #freegroup a:hover, #freeteen a:hover {
color:#125790;
}

#freeleader2 {
background:#ffffff;
margin:10px 10px 25px 10px;
padding:10px;
border-color:000000;
border:1px;
}
#freeleader2 h2 {
margin:-10px -10px 0 -10px;
background:#000000;
padding:2px 5px;
color:#FFF;
}
#freeleader2 h3 {
padding:15px 0 0 10px;
}
#freegroup2 {
background:#ffffff;
margin:10px 10px 25px 10px;
padding:10px;
border-color:000000;
border:1px;
}
#freegroup2 h2 {
margin:-10px -10px 0 -10px;
background:#000000;
padding:2px 5px;
color:#FFF;
}
#freegroup2 h3 {
padding:15px 0 0 10px;
}
#freeteen2 {
background:#ffffff;
margin:10px 10px 0 10px;
padding:10px;
border-color:000000;
border:1px;
}
#freeteen2 h2 {
margin:-10px -10px 0 -10px;
background:#000000;
padding:2px 5px;
color:#FFF;
}
#freeteen2 h3 {
padding:15px 0 0 10px;
}
#freeleader2 a:hover, #freegroup a:hover, #freeteen a:hover {
color:#125790;
}
.attention {
background-color:#DCE7D4;
}
.attention a:hover {
color:#005796;
}
a.attention {
padding:2px;
}
a:hover.attention  {
color:#FFF;
}
#sf_header {
height:90px;
}
#sf_logo {
position:absolute; 
z-index:900; 
left:-215px; 
top:10px;
}
#sf_image {
position:absolute; 
left:295px; 
top:10px;
}
#sf_accelerant {
margin:0 0 -30px -92px;
}
#sf_flashpoint {
margin:0 0 -30px -75px;
}
.conference_promo {
float:left;
width:300px;
font-size:85%;
margin-bottom:10px;
}
.conference_promo li {
margin:0 0 0 40px;
}
.conference_promo li ul {
margin:0;
padding:0;
}
.conference_promo li ul li {
margin:0;
padding:0;
}
.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 50%;
	min-height: 50%;
	background: white;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99;
}
#carousel {
	margin: 5px auto;
	width: 900px;
	height: 200px;
	padding: 0;
	overflow: scroll;
	position:relative;
}
#carousel a {
border:none;
}
#carousel ul {
	list-style: none;
	width: 2700px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
	padding:0;
	margin:0;
}
#carousel div {
float:right;
}
.textholder {
color:#000000;
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.textholder a {
background-color:#dc6e16;
padding:0 3px;
color:#000;
}
.textholder a:hover {
color:#FFF;
background-color:#000;
}
}


@media screen {
#navigation {
padding:0;
margin:0;
height:29px;
}
#subnavigation {
height:21px;
}
#navigation ul {
padding:7px 0 0 16px;
width:875px;
font-size:7.4pt;
letter-spacing:1px;
margin:0;
} 
#navigation ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
#navigation a:link, #navigation .current a:hover {
color:#FFF;
text-decoration: none;
border:none;
padding:8px 19px;
text-transform: uppercase;
}
#navigation a:visited {
color:#FFF;
text-decoration: none;
border:none;
padding:8px 19px;
text-transform: uppercase;
}
#navigation a:hover, #navigation .current a {
color:#fff;
text-decoration: none;
padding:8px 19px;
text-transform: uppercase;
border-bottom:none;
background:#7bc04a;
}
#navigation a:active {
color:#fff;
text-decoration: none;
padding:8px 19px;
text-transform: uppercase;
border-bottom:none;
background:#7bc04a;
}
#subnavigation ul {
margin:0;
padding:2px 0;
background:#7bc04a;
width:900px;
} 
#subnavigation ul li {
display:inline;
padding:4px 10px;
margin:0;
font-size:85%;
}
#subnavigation a:link {
color:#fff;
text-decoration: none;
border:none;
}
#subnavigation a:visited {
color:#fff;
text-decoration: none;
border:none;
}
#subnavigation a:hover {
color:#125790;
text-decoration: none;
border-bottom:none;
background:none;
}
#subnavigation a:active {
color:#125790;
text-decoration: none;
border-bottom:none;
}
#moreoptions a:link {
padding:11px 19px 8px 19px;
font-size:77%;
}
#moreoptions a:visited {
padding:11px 19px 8px 19px;
font-size:77%;
}
#moreoptions a:hover {
padding:11px 19px 8px 19px;
font-size:77%;
}
#moreoptions a:active {
padding:11px 19px 8px 19px;
font-size:77%;
}
#dropdown {
background:#7bc04a;
font-size:77%;
height:240px;
clear:both;
position:relative;
}
#dropdown li {
list-style-type:none;
}
#dropdown a:link {
color:#FFF;
text-decoration: none;
border:none;
line-height:1.2em;
font-size:85%;
}
#dropdown a:visited  {
color:#FFF;
text-decoration: none;
border:none;
line-height:1.2em;
font-size:85%;
}
#dropdown a:hover {
color:#f4f7d9;
border-bottom:3px solid #FFF;
background:none;
line-height:1.2em;
font-size:85%;
}
#dropdown a:active {
color:#FFF;
text-decoration: none;
border:none;
line-height:1.2em;
font-size:85%;
}
#dropdown ul {
margin: 0;
padding:.5em 0 1em 1em;
}
#dropdown ul li {
line-height:1.3em;
margin: 0;
padding:0;
font-size:138.5%;
}
#dropdown li ul {
margin-top:-7px;
}
#dropdown li ul li {
font-size:93%;
}
#dropdown form {
color:#FFF;
padding:0;
margin-bottom:25px;
}
#column1 {
width:225px;
float:left;
margin-bottom:-10px;
}
#column2 {
width:225px;
float:left;
margin-bottom:-10px;
}
#column3 {
width:225px;
float:left;
margin-bottom:-10px;
}
#column4 {
width:225px;
float:left;
margin-bottom:-10px;
}
a:link#close {
cursor:pointer;
color:#FFF;
position:absolute;
bottom:10px;
right:10px;
font-size:100%;
}
a:hover#close {
cursor:pointer;
color:#FF0000;
position:absolute;
bottom:10px;
right:10px;
border:none;
font-size:100%;
}
a:visited#close {
cursor:pointer;
color:#FFF;
position:absolute;
bottom:10px;
right:10px;
border:none;
font-size:100%;
}
a:active#close {
cursor:pointer;
color:#FF0000;
position:absolute;
bottom:10px;
right:10px;
border:none;
font-size:100%;
}
}


@media print {
body {
   background: white;
   font-size: 11pt;
   font-family: tahoma, arial, verdana, sans-serif;
   font-weight:normal;
   width:100%;
   padding:0;
   margin:0;
   }
#header, #mainheader, #sidebar, #clearfooter, #navigation, #footer, #subnavigation, #print {
   display: none;
   }
#wrapper { 
 margin: 0;
 padding:0;
 width: 100%;
}
#content {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
#footerwrap {
background:none;
width:100%;
}   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   border:none;
   }
}

@media screen {
#first, #second, #third {
position: absolute;
width: 900px;
height: 200px;
font-size:93%;
}
#first {
background:#6c6e58 url(../images/ads_about.jpg) 0px 0px no-repeat;
color:#FFF;
width:485px;
padding:0 0 0 415px;
}
#first a {
color:#fff;
}
#first h2 {
font-size:131%;
}
#second {
background:#FFF url(../images/ads_about.jpg) 0px -200px no-repeat;
}
#third {
background:#86d1d8 url(../images/ads_about.jpg) 0px -400px no-repeat;
}
#pull1 {
width:350px;
padding:40px 0 0 250px;
min-height:158px;
float:left;
background:url(../images/ads_about.jpg) 0px -600px no-repeat;
color:#FFF;
position:relative;
}
#pull1 ul.inline {
	margin-left:0 !important;
}
#pull1 a {
color:#CCCCCC;
}
#pull1 h3 {
padding:0 0 15px 0;
color:#7bc04a;
font-size:20px;
font-weight:normal;
}
#pull2 {
width:300px;
min-height:150px;
padding:20px 0 0 0;
float:left;
background:url(../images/ads_about.jpg) -600px -600px no-repeat;
position:relative;
}
#pull3 {
width:297px;
min-height:150px;
padding:20px 0 0 0;
float:left;
background:url(../images/ads_about.jpg) 0px -800px no-repeat;
border-right:3px #FFF solid;
position:relative;
}
#pull4 {
width:297px;
min-height:150px;
padding:20px 0 0 0;
float:left;
background:url(../images/ads_about.jpg) -300px -800px no-repeat;
border-right:3px #FFF solid;
position:relative;
}
#pull5 {
width:300px;
min-height:150px;
padding:20px 0 0 0;
float:left;
background:url(../images/ads_about.jpg) -600px -800px no-repeat;
position:relative;
}
#pull1 h2, #pull2 h2, #pull3 h2, #pull4 h2, #pull5 h2 {
font-size: 93%;
background:#125790;
padding:3px;
margin:0;
color:#FFFFFF;
text-transform: uppercase;
font-weight:normal;
border-left:5px #7bc04a solid;
position:absolute;
top:0;
left:0;
}
#pull1 h2 {
width:586px;
}
#pull2 h2, #pull5 h2 {
width:289px;
}
#pull3 h2, #pull4 h2 {
width:286px;
}
#row2 h3, #pull2 h3 {
font-size: 93%;
padding:5px;
height:2em;
}
#row1 p, #row2 p {
font-size: 90%;
padding: 0 15px 10px 0;
}
#row2 li, #pull2 li {
font-size: 93%;
}
}
