/* HTML */


html, body {
	margin:0;
	padding:0;
	text-align:center;
}
body {
	background:#EBF5D2 url(images/bg-site.png);
	color: #000;
}
/* FONTS SIZES STYLES AND COLORS EXCEPT MENU*/

body, input, textarea, select { /* The main fonts for the site are specified here */
	font-family: Georgia, Helvetica, Arial, sans-serif;
	}
h1 {/* only the headline font changes */
	color:#ec6e89;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight:normal;
} 
h2, h3, h4, h5 {
	color:#ec6e89;
	font-weight:normal;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:22px;
}
p, ol, ul, li, dl {
	font-size:14px;
	line-height:150%
}


#features {float:right;width:200px;height:auto;}



/*GLOBAL PADDING AND MARGINS */


* { /* GLOBAL WHITE SPACE RESET */
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding:10px 0;
}
li, dd {
	margin-left:5%;
}
blockquote {
	margin:0 5%;
	border-left:5px solid #EAEBCD;
}
blockquote p {
	padding:0 0 0 20px;
}
fieldset {
	border:0px;
}
table {
	border-collapse:collapse;
}
#content ul, #content ol {
	position:relative;
} /*disappearing bullets in IE */

/*LINKS */

a {
	outline: none;
} /* Getting rid of that dotted border in FF	*/
a:link, a:visited {
	color:#CC3366;
}
a:hover {
	color:#A4BF29;
}
a img {
	border-width:0;
}
/* IMAGES */

img.f-right, img.no-border-right {
	float:right;
	margin:10px 0px 10px 15px;
}
img.f-left, img.no-border-right {
	float:left;
	margin:10px 15px 10px 0px;
}
p img.f-right, p img.no-border-right {
	float:right;
	margin:5px 0 10px 15px;
}
p img.f-left, p img.no-border-left {
	float:left;
	margin:5px 15px 10px 0;
}
img.f-left, img.f-right {
	border:4px solid #c39c59;
}
img.img-no-float {
	border:4px solid #c39c59;
}
#outerwrapper {
	background:#fff url(images/footer_site.png) 50% 100% repeat-x;
	width:100%;
	padding-bottom:120px;
}
span#header_left {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:234px;
	background:url(images/leftbg.png) repeat-x top;
}
span#header_right {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:234px;
	background:url(images/rightbg.png) repeat-x top;
}
#container {
	width:980px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#header {
	position:relative;
	height:280px;
	width:100%;
	background:url(images/header.png) 0 0 no-repeat;
}

#header h2 {
	position:absolute;
	display:block;
	width:315px;
	height:132px;
	top:57px;
	left:365px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#header h2 span {
	position:absolute;
	width:100px;
	margin-left:-5000px;
}
#header h2 a {
	position:relative;
	display:block;
	width:315px;
	height:132px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#left_col {
	width:185px;
	float:left;
	margin:0;
	position:relative;
	left:20px;
}
#content_right_col_wrapper {
	width:100%;
	float:right;
	position:relative;
	background:url(images/bg_main-home.png) center top no-repeat;
}

body.sub #content_right_col_wrapper {
	width:100%;
	float:right;
	position:relative;
	background:#fff url(none) center top no-repeat;
}


#right_col {
	width:25%;
	float:right;
	position:relative;
	background:#ddd url() 0 0 repeat-y;
	padding:0 0 0 25px;
	display:none;
}
#content {
	float: left;
	display:inline;
	position: relative;
	width:100%;
	padding:15px 0 0 0;
	min-height:600px;
}
#content_container {
	position:relative;
	width:100%;
	background:#fff;
	margin:0 0 15px 0
}
#footer {
	padding:0;
	clear:both;
	background:url(images/footerbg.png);
	width:100%;
	text-align:center;
}
#footer div.credits {
	text-align:left;
	margin:0 auto;
	width:980px;
}
#footer div.credits p, #footer div.credits a {
	color:#CC3366;
	text-decoration:none;
	font-size:11px;
}
div.nav ul {
	padding:0;
	margin:0;
}
div.nav ul li {
	display: inline;
	list-style-type: none;
	margin:0;
	white-space: nowrap;
}
#topmenu {
	position:absolute;
	text-align:left;
	z-index:2000;
	position:absolute;
	width:576px;
	height:40px;
	top:244px;
	right:378px;
}
#topmenu ul li {
	margin: 0 10px 0 0;
	text-transform:lowercase;
	padding:0;
	line-height:30px;
}
#topmenu a {
	color:#CC3366;
	font-size:26px;
	text-decoration:none;
	padding:2px 3px;
}
#topmenu a:hover {
	color:#A4BF29;
}
/* *** Float containers fix: *** */ 
#content:after, #content_container:after, #content_right_col_wrapper:after, #left_col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content, #content_container, #content_right_col_wrapper, #left_col {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html #content, * html #content_container, * html #content_right_col_wrapper, * html #left_col {
	height: 1%;
}
#content, #content_container, #content_right_col_wrapper, #left_col {
	display: block;
}
/* End hide from IE-mac */  


/*MISC STYLES */

input#submitpaypal{
width:233px;
height:144px;
border:0px;
}

img.onepixel {
width:1px;
height:1px;
}

input#creditcards {
width:233px;
height:144px;
border:0;
}

div#homeintro {width:400px;padding:100px 0 0 35px;}

#photo {position:absolute; top:222px; right:32px; width:458px; height:305px; display:block;z-index:100px}
#photo span {display:block;width:100px;height:50px;text-indent:-5000px;position:absolute;}

#donate {position:absolute; top:20px; right:233px; width:245px; height:144px;
}
#donate_alt {position:absolute; top:98px; right:79px; width:150px; height:20px; overflow:hidden;}




#donate_text{position:absolute; top:50px; right:10px; width:219px; height:39px;}
#photo_text {position:absolute; text-align:center;top:476px; right:27px; width:327px; height:73px;}

#slides {display:none;}

 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
/*hide the right column when printing*/ 
#rightcol {
	display:none;
}
pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}

