/* =Reset CSS
-----------------------------------------------------------------------------*/
/* 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, 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;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }

/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images */
img { border: 0; margin: 0; }

ul, ol { margin: 0; padding: 0; }

/* Body + Wrappers */
body {
	background-color:#ffffff;
	background-image:url('img/background.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	}
	


#wrapper {
	width:963px;
	background-color:transparent;
	margin-left:-481px;
	position:absolute;
	left:50%;
	height:100%;
}

/* HOMEPAGE ONLY */
html>body #home_side {float:right; width:318px; margin-right:15px;}
 #home_side {float:right; width:318px; margin-right:15px;}

/* SECONDAY PAGES */
/* layout */
#left_main {
	width:700px;
	margin-top:5px;
	}
	
html>body #left_side {
	width:200px;
	float:left;
	margin-right:20px;
	min-height:300px;

	}

#left_side {
	width:185px;
	float:left;
	min-height:300px;

	}
	

html>body #left_content {
	width:475px;
	margin-left:210px;
	}
#left_content {
	width:480px;

	padding-left:20px;
	}
	
#right_side {
	float:right;
	width:235px;
	margin-top:5px;
	}

	
html>body #left_side h2 {
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	font-weight:normal;
	font-family:georgia, times, serif;
	font-style:italic;
	color:#8bc8fc;
	display:block;
	width:200px;
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:2px dotted #8bc8fc;
	}
/* text styles */
#left_side h2 {
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	font-weight:normal;
	font-family:georgia, times, serif;
	font-style:italic;
	color:#8bc8fc;
	display:block;
	width:185px;
	margin-bottom:10px;
	padding-bottom:15px;
	border-bottom:2px dotted #8bc8fc;
	}
	
#left_side B {
	color:#e0b000;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	display:block;
	}
#left_side I {
	color:#e0b000;
	font-family:georgia, times, serif;
	font-size:11px;
	}
	
#left_content H1 {
	color:#e0b000;
	font-family:Georgia, Times, Serif;
	font-size:40px;
	font-style:italic;
	margin-bottom:20px;
	line-height:30px;
	}

#left_content {
	color:#266999;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	text-align:justify;
	}
	
#right_side A IMG {
	margin-bottom:10px;
	}


/* NAVIGATION AND FOOTER INCLUDE STYLES  */
#header {
	background-image:url('img/header.jpg');
	height:134px;
}

#nav {
	padding:5px;
	float:right;
	margin-top:84px;
	margin-right:5px;
}

#nav A {color:#ffffff; text-decoration:none; text-transform:uppercase; font-weight:bold; font-size:11px; margin-left:10px;}
#nav A:hover {color:#9ec7e7;}

html>body #footer { width:940px;  margin-top:50px; background-color:#68a5d9; position:absolute-fixed; bottom:0px;  height:18px; text-transform:uppercase; padding:10px 10px 0px 10px;  color:#ffffff; font-size:8px;}
#footer { width:960px;  margin-top:50px; background-color:#68a5d9; position:absolute-fixed; bottom:0px;  height:18px; text-transform:uppercase; padding:10px 10px 0px 10px;  color:#ffffff; font-size:8px;}

#footer A {text-decoration:none; color:#ffffff; padding:0px 3px 0px 3px;}



/* HOMEPAGE SLIDESHOW STYLES  */
#slideshow {
    position:relative;
    height:545px;
	width:619;
	float:left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* DONTATE PAGE  */

.paypal_price {text-align:center; font-weight:bold;}

