@charset "UTF-8";

/* reset */

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, 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;
}
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;
}


/* web fonts */

@font-face{ 
	font-family: 'vistasansnarrow-light';
	src: url('../fonts/vistasansnarrow-light.eot');
	src: url('../fonts/vistasansnarrow-light.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vistasansnarrow-light.woff') format('woff');
}



/* common */

body  {
	font: 80%/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #666;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5 */
}


a:link {
	color: #22ccfe;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #22ccfe;
	border-bottom: 1px solid #ddd;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
	border-bottom: 1px solid #ff6600;
}
a:active {
	text-decoration: none;
	color: #5e88a2;
}

ul {
	margin: 0.5em 2em 1em 2em;
	padding: 0;
	list-style-image: url(../images/bullet.gif);
}
ol {
	margin: 0.5em 2em 1em 2em;
	padding: 0;
}
ol.citation {
	margin: 0.5em 2em 2em 2em;
	padding: 0;
	color: #999;
	font: 90%/1.2em Georgia, Times, "Times New Roman", serif;

}
li {
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
	padding: 0;
}




/* Headers
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 6px 0;
	font-family: "vistasansnarrow-light", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h1 { font-size: 32px; line-height: 34px; color: #ff6600; }
h2 { font-size: 28px; line-height: 30px; color: #ff6600; }
h3 { font-size: 24px; line-height: 26px; color: #ff6600; }
h4 { font-size: 22px; line-height: 24px; color: #7b9cb3; }
h5 { font-size: 22px; line-height: 24px; color: #7b9cb3; }
h6 { font-size: 22px; line-height: 24px; color: #7b9cb3; }



h3 strong {
	color: #6e0a78;
}

h1.top, h2.top, h3.top, h4.top {
	margin: 0;
}
h1 span, h2 span, h3 span, h4 span { /* acts as a pre-head */
	margin: 0;
	display: block;
	color: #999;
	font-weight: normal;
}


/* Text
------------------------------------------------------------ */
p.sub-head {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1.0em 0;
	padding: 3px 0 0 0;
	border-top: solid 1px #eee;
	color: #000;
}
p.pre-head {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 0 0 1em 0;
}

p {
	margin: 0.4em 0 1.0em 0;
	padding: 0;
}

p.intro {
	margin: 0 0 1em 0;
	padding: 0;
	font: 1.3em/1.3em Georgia, Times, "Times New Roman", serif;
	color: #7e7e7e;
}
p strong, li strong {
	font-weight: normal;
	color: #000;
}
p.intro strong {
	font-weight: normal;
	color: #434343;
}
p.pull-quote {
	margin: 0;
	padding: 10px 15px;
	color: #888;
}

p.author {
	margin: 0 0 1em 0;
	padding: 5px 0;
	font: 0.85em/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #999;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: 1px solid #fff;
}

p.reference {
	margin: 0 0 2em 0;
	padding: 0.4em 0 0 0;
	font: 0.9em/1.2em Georgia, Times, "Times New Roman", serif;
	color: #999;
	border-top: 1px solid #dedede;
}
p.reference a, p.reference a:visited {
	border-bottom: 0;
}

p.section {
	margin: 0 0 1.2em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}
.side-indent p {
	margin: 0 0 1.2em 0;
	padding: 0;
}

.body-1-col-middle p {
	margin: 1em 10px 1em 0;
	font: 1.3em/1.1em Georgia, Times, "Times New Roman", serif;
	color: #888;
}
.caps {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 1px;
}
p.more {
	margin: 1px 0 1px 0;
	text-align: right;
	line-height: 1em;
	background: url(../images/bg-more.png) 100% 50% no-repeat;
}
p.more a:link, p.more a:visited {
	padding: 2px 15px;
	display: block;
	background: url(../images/arrow-fff-on.gif) 100% 50% no-repeat;
	border-bottom: 0;
	font: 0.85em/1.1em Georgia, Times, "Times New Roman", serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p.more a:hover {
	background: url(../images/arrow-fff-on.gif) 100% 50% no-repeat;
	border-bottom: 0;
}

p.button {
	margin: 0 0 3px 0;
	text-align: right;
	line-height: 1em;
}
p.button a:link, p.button a:visited {
	border-bottom: 0;
}




/* Banner
------------------------------------------------------------ */

#banner-container {
	width: 100%;
	min-width: 850px;
	margin: 0;
	text-align: center;
	height: 80px;
	border-bottom: solid 1px #5d87a0;
}
#banner {
	width: 880px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/logo.png) 0 0 no-repeat;
}

#banner-image {
	width: 850px;
	height: auto;
	margin: 0 auto 10px auto;
}
#banner-image p {
	margin: 0;
	padding: 3px 0 0 0;
	font: 0.9em/1em Georgia, Times, "Times New Roman", serif;
	color: #888;
	text-align: right;
}



#banner a, #banner a:visited {
	display: block;
	line-height: 0;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 80px;
	width: 430px;
	text-decoration: none;
	border-bottom: 0;  /* override */
}



/* Body
------------------------------------------------------------ */


#body-container {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 0;
	text-align: left; /* overrides the text-align: center on the body */
	background: url(../images/body-container-bg.png) no-repeat bottom;
	clear: both;
}

.body-3-col-left {
	width: 510px;
	margin: 0;
	padding: 0;
	float: left;
}
.body-2-col-left {
	width: 340px;
	margin: 0;
	padding: 0;
	float: left;
}
.body-3-col-right {
	width: 510px;
	margin: 0;
	padding: 0;
	float: right;
}
.body-2-col-right {
	width: 340px;
	margin: 0;
	padding: 0;
	float: right;
}
.body-1-col-middle {
	width: 170px;
	margin: 0;
	padding: 0;
	float: right;
}

.body-2-col-right img {
	margin: 0 15px;
}


.pad-20 {
	padding: 0 20px;
}
.pad-40 {
	padding: 0 40px;
}
.pad-60 {
	padding: 0 60px;
}



/* Main Navigation
------------------------------------------------------------ */

#nav-container {
	height: 40px;
	margin: 0 0 20px 0;
	background: url(../images/nav-bg.png) 0 0 repeat-x;
}
#nav {
	width: 850px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


#nav ul {
	list-style: none;
	list-style-image: none;  /* override */
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}


#nav li a, #nav li a:visited {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	height: 40px;
	background: url(../images/nav.png) no-repeat;
	text-decoration: none;
	border-bottom: 0;  /* override */
}
#nav li.home a, #nav li.home a:visited {
	width: 170px;
	background-position: 0 0;
}
#nav li.about a, #nav li.about a:visited {
	width: 170px;
	background-position: -170px 0;
}
#nav li.donate a, #nav li.donate a:visited {
	width: 170px;
	background-position: -340px 0;
}
#nav li.lifestyle a, #nav li.lifestyle a:visited {
	width: 340px;
	background-position: -510px 0;
}



#nav li a:hover {
	display: block;
	text-decoration: none;
}

#nav li.home a:hover {
	width: 170px;
	background-position: 0 -40px;
}
#nav li.about a:hover {
	width: 170px;
	background-position: -170px -40px;
}
#nav li.donate a:hover {
	width: 170px;
	background-position: -340px -40px;
}
#nav li.lifestyle a:hover {
	width: 340px;
	background-position: -510px -40px;
}



#nav li a#active {
	display: block;
	text-decoration: none;
}

#nav li.home a#active {
	width: 170px;
	background-position: 0 -80px;
}
#nav li.about a#active {
	width: 170px;
	background-position: -170px -80px;
}
#nav li.donate a#active {
	width: 170px;
	background-position: -340px -80px;
}
#nav li.lifestyle a#active {
	width: 340px;
	background-position: -510px -80px;
}


/* Sub Navigation
------------------------------------------------------------ */

.subnav {
	margin: 15px 0;
	padding: 0 20px;

}

.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;  /* override */
	border-top: solid 1px #ddd;
}

.subnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.subnav ul li a:link, .subnav ul li a:visited {
	display: block;
	padding: 5px 0;
	border-bottom: solid 1px #ddd;
}

.subnav ul li a:hover {
	background: #f9f9f9;
}

.subnav ul li a.current {
	color: #5e88a2;
	cursor: default;
}
.subnav ul li a:hover.current {
	background: #fff;
}

/* Contact Box
------------------------------------------------------------ */

.contact-box {
	margin: 20px;
	padding: 5px 0 0 0;
	color: #888;
	font-size: 14px;
	line-height: 16px;
	border-bottom: solid 3px #eee;
	border-top: solid 3px #eee;
}

/* Button
------------------------------------------------------------ */

.button-container {
	height: 22px;
	margin: 0 0 15px 0
}

a.button {
    background: transparent url('../images/button-arrow-a.png') no-repeat scroll top right;
	color: #ff6600;
    display: block;
    float: right;
	border-bottom: 0;
	font: 12px/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
    height: 20px;
    margin-left: 10px;
    padding-right: 20px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button-span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 12px;
} 
a.button:active {
    background-position: bottom right;
	color: #5e88a2;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
}



a.button-plain {
    background: transparent url('../images/button-plain-a.png') no-repeat scroll top right;
	color: #ff6600;
    display: block;
    float: right;
	border-bottom: 0;
	font: 12px/1em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
    height: 20px;
    margin-left: 10px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
}

a.button-plain span {
    background: transparent url('../images/button-span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 12px;
} 
a.button-plain:active {
    background-position: bottom right;
	color: #5e88a2;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-plain:active span {
    background-position: bottom left;
}



/* Page Sections
------------------------------------------------------------ */

.page-section {
	background: url(../images/bottom-nav-container-bg.jpg) 50% -100px no-repeat;
	margin: 20px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #e5e5e5; 
}
.page-section h2, .page-section h3 {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}



/* Footer
------------------------------------------------------------ */
#bottom-nav-container {
	width: 100%;
	min-width: 850px;
	margin: 10px 0;
	text-align: center;
	border-top: solid 1px #5d87a0;
}

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 6px 0 30px 0;
} 

#footer p {
	font: 18px/1.2em "vistasansnarrow-light", Georgia, Times, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5d87a0;
}


/* Miscellaneous
------------------------------------------------------------ */

.clearfloat { /* close containers with floating children */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear-float { /* wrap around floating images */
	clear: both;
}

.no-wrap {
	white-space: nowrap;
}

a.image-link {
	border: 0;
}
a img {
	border: 0;
}
.fltrt { 
	float: right;
	margin: 0 0 10px 10px;
}
.fltlft { 
	float: left;
	margin: 0 10px 10px 0;
}



/* Donate Form
------------------------------------------------------------ */

#donate-form {
	margin: 0 0 20px 0;
}

/* Rates table
------------------------------------------------------------ */


table.rates {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

table.rates td {
	white-space: nowrap;
	padding: 3px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

table.rates td.red {
	color: red;
	border-right: 1px solid #000;
}







