/* sIFR
This goes in the stylesheet to hide the browser text before it is replaced */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 38px;
	margin: 30px 0 0 5px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 10px;
	margin: 0 0 0 15px;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*STRUCTURE
-------------------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0;
	padding: 0;
}

#leftColumn {
float: left;
width: 204px;
margin: 0;
}

#rightColumn {
margin: 0 0 0 204px;
width: 520px;
}

#content {
padding: 15px;
}

.donationContainer {
width: 149px;
background-color: #D5CAAE;
border: 1px solid black;
margin: 5px 0 0 8px;
padding: 8px;
}

.donationContainer2 {
width: 149px;
background-color: #D5CAAE;
border: 1px solid black;
margin: 5px 0 0 8px;
padding: 8px 8px 0 8px;
}

.donationContainer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
}

.footer {
margin: 45px 0 0 0;
}


/*TEXT STYLES
-------------------------------------------*/
h1 {
font-size: 38px;
}

h2 {
font-size: 14px;
text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #703C0A;
	margin: 10px 0px 3px 15px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #355021;
	margin: 0px 0px 0px 15px;
}

h6 {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
font-weight: normal;
	margin: 10px 8px 5px 15px;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 0 5px 15px;
	padding: 0px;
}

p.newsTitle {
	font-size: 13px;
	margin: 15px 0 0 15px;
	text-transform: uppercase;
	color: #703C0A;
	}
	p.news {
	margin: 0 0 0 15px;
	}
	
	p.eventsTitle {
	font-size: 13px;
	margin: 8px 8px 0 15px;
	text-transform: uppercase;
	}
	p.events {
	margin: 0 8px 8px 15px;
	}

.contact {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 8px 0 8px 16px;
}

.contact a:link {
color: #FFCC00;
}

.contact a:hover {
color: #000000
}

li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

table.membership {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border-left: 1px solid black;
border-right: 1px solid black;
text-align:left;
}

.calendar {
background-color: #E3DFCD;
}

.note {
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-style: italic;
font-size: 12px;
}
.attributename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 0 5px 15px;
	padding: 0px;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px 0 5px 15px;
	padding: 0px;
}

/*IMAGES
-------------------------------------------*/
h1.logo { 
/* The width of the image */
width: 204px; 
/* the hieght of the image is the first padding value */
padding: 178px 0 0 0;
overflow: hidden;
background-image:url(../_images/sdctc-logo.gif); 
background-repeat:no-repeat; 
background-position: top left; 
voice-family: "\"}\"";
voice-family: inherit;
height /**/: 178; 
height: 0px !important; 
margin: 0;
}

h4.support { 
/* The width of the image */
width: 168px; 
/* the hieght of the image is the first padding value */
padding: 44px 0 0 0;
margin-left: 8px;
overflow: hidden;
background-image: url(../_images/support-sdctc.gif); 
background-repeat:no-repeat; 
background-position: top left; 
voice-family: "\"}\"";
voice-family: inherit;
height /**/: 44; 
height: 0px !important; 
}

h4.contact { 
/* The width of the image */
width: 168px; 
/* the hieght of the image is the first padding value */
padding: 44px 0 0 0;
margin-left: 8px;
overflow: hidden;
background-image: url(../_images/contact.gif); 
background-repeat:no-repeat; 
background-position: top left; 
voice-family: "\"}\"";
voice-family: inherit;
height /**/: 44; 
height: 0px !important; 
}

.ruleOr {
	background-image: url(../_images/line-or.gif);
	display:block;
	height: 9px;
	margin: 8px 0 8px 8px;
	background-repeat: no-repeat;
}

.rule {
	background-image: url(../_images/line.gif);
	display:block;
	height: 6px;
	margin: 10px 0 5px 15px;
	background-repeat: no-repeat;
}

	.homeImage {
	background-image: url(../_images/index_mainimage.jpg);
	display:block;
	width: 520px;	
	padding: 294px 0 0 0;
	background-repeat: no-repeat;
	}
	
	
/*NAVIGATION AND LINKS
-------------------------------------------*/
.mainNav p {
margin: 0;
}

a:link {
color: #0099FF;
}

a:visited {
color: #666666;
}

a:hover {
color: #000000;
}

.link2 a:link {
color: #934F0E;
}

.link2 a:hover {
color: #000000;
}

