@charset "UTF-8";

body {
	line-height: 125%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #BA0000;
	color: #333333;	
}

img {
	border: none;
	}
	
table {
 padding: 6px;
 background:  #dcd1ac;
 border: none;
 
 } 

a:link {
	color: #B90000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B90000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #B90000;
}

.banner {
	width: 955px;
	height: 115px;
	position: relative;
	margin: 0 auto;
	 
 
 }
 
.sponsortable {
background: #FFFFFF;
border: 1px #000000 solid;
padding: 10px;
text-align: center;
}

.sponsortable img {
padding: 4px;

}

.content {
	width: 955px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-position: center center;
	background-image: url(http://www.columbuscitizensfd.org/images/beigebg.jpg);
	position: relative;
	background-repeat: repeat-y;
	background-color: #FCF3D3;
}

#sidephoto {
border: 2px solid #666666;
}

#titlenoit {
color: #B90000;
font-weight: bold;
}

#maintext {
width: 385px;
height: 100%;
padding-left: 55px;
text-align: left;
padding-bottom: 10px;
}

#onecolumntext {
width: 800px;
text-align: left;
padding-left: 55px;
padding-right: 55px;
padding-bottom: 15px;
}

#twocolumn1 {
width: 390px;
text-align: left;
padding-left: 55px;
padding-right: 25px;
padding-bottom: 15px;
}

#twocolumn2 {
width: 390px;
text-align: left;
padding-left: 25px;
padding-right: 55px;
padding-bottom: 15px;
float: right;
}


#subtext {

width: 450px;
height: 100%;
padding-left: 55px;
text-align: left;
}


#mainphoto {
	width: 450px;
	height: 100%;
	text-align: center;
	padding-right: 55px;
	padding-top: 0;
	float: right;
	margin: auto;
	
}

#title {
font-size: 14px;
color: #AB0000;
font-weight:bold;
font-style: italic;
}

#openingtitle {
font-size: 18px;
color: #AB0000;
font-weight:bold;
font-style: italic;
}

#subphoto {
width: 385px;
	height: 100%;
	text-align: center;
	padding-right: 55px;
	padding-top: 0;
	float: right;
	
}

#focusbox {

background-color: #dcd1ac;
padding: 10px;

}

#tableheading {
color: #BA0000;
font-weight: bold;
}

#captiontext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	padding-top: 5px;
	width: 350px;
	display: block;
	padding-left: 20px;

}

#sidelinks {
text-align: left;
}


.bottomtiles {
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
}
#application_links {
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
}

#table_links {
	list-style-position: inside;
	list-style-image: url(images/bullet2.jpg);
}



#bottomimg {
	margin-right: 21px;
	margin-left: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #888888;
	}

.footer {
	width: 955px;
	height: 20px;
	margin: 0 auto;
	background-color: #BA0000;
	background-image: url(images/footbg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #ffffff;
	font-size: 9px;
	}
	
.footer a {
    text-decoration: underline;
	color: #FFFFFF;
	}
	
.footer a:hover {
    text-decoration: none;
	color: #000000;
	}

.navbar {
	width: 955px;
	height: 45px;
	position: relative;
	z-index: 100;
	white-space: nowrap;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/navbarbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.navshadow {
	width: 955px;
	height: 11px;
	position: relative top;
	margin: 0 auto;
	padding: 0;
	}
	
/*navbar*/



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 45px;	
}

#nav a {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006600;
	font-size: 11px;
	
}



#nav a:hover {
	background-color:#006600;
	color: #FFFFFF;
}

#nav li {
	float: left;
	width: inherit;
}

#nav li ul {
	position: absolute;
	width: 230px;
	left: -999em;
	padding: 15px;
	border-bottom: solid 1px #AB0000;
	background-color: #dcd1ac;
	height: auto;
	white-space: wrap;
	text-align: left;

}

#nav li:hover ul {
	left: auto;
	padding: 5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


.button {
	width: 92px;
	height: 43px;
	outline: none;
	border: none;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #dcd1ac;
	background-image: url(images/donate_tile_amount.jpg);
	background-repeat: no-repeat;
}



#slideshow {
    position:relative;
    height:300px;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow A.active {
    z-index:10;
}

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