html {
	height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

table {
	color: #3f3827;
}

h2 {
	color: #3f3827;
	margin-top:15px;
	font-size:20px;
}

h3 {
	font-size: 14px;
	color: #3f3827;
}

p {
	color: #3f3827;
}

ul, li {
	color: #3f3827;
	margin-top: 12px;
}

a:focus, a:hover, a:active, a { outline:none;}

#sidebar a{
	text-decoration: none;
	color: #3f3827; 
	margin:5px 0px;
}

#wrapper {
	position: relative;
	width: 999px;
	background-image: url(../images/shadows1.png);
	background-repeat: repeat-y;
	height: auto;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 8px 0 8px;
	overflow: visible;
	max-width: 984px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 96px;
	position: relative;
}

#nav_container {
	width:984px;
	background:url(http://sanantonioriver.org/images/nav_bar.png);		
	background-repeat: no-repeat;
	height: 41px;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10;
	padding:0px;
	
}

#navigation {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: none;
	position:absolute;
        top:0px; 
	left:14px;
	font-size:14px; 
	font-family:georgia;
	font-weight:bold;
	text-decoration:none;	
	color:#ceba8e;
	text-align:left;
	} 

#navigation li {
	list-style: none;
	position:relative;
	float:left;
	padding:0px 14px 10px;
	color:#ceba8e;
	}

#navigation li a:link,
#navigation li a:visited {
	font-size:14px; 
	font-family:georgia;
	text-decoration:none;
	color:#ceba8e;
}

#navigation li a:hover {
	font-size:14px; 
	font-family:georgia;
	text-decoration:none;
	color:#8abcca;
}

#navigation li .sub {
	position:absolute;
	overflow:hidden;
	top:18px;
	left:4px;
	display:none;
	padding:8px 1px 5px;
	width:180px;
	background:#3f3827;
}


#navigation li .sub a:link, #navigation li .sub a:visited {
	display: block;
	
	position:relative;
	top:0px;
	left:0px;
	padding:4px 10px;
    margin:0px;
	border-bottom:1px solid #3f3827;
		float:none;
	background:#b0bccb;
	font-size:13px; 
	font-family:georgia;
	text-decoration:none;
	color:#3f3827;
	
	
}

#navigation li .sub a:hover {
	color:#8abcca;
	background:#2c3e54;
}

#column_wrapper{
	background-color: #FFF;
	background-image: url(../images/content-gradient.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	width: 100%;
}

#shadow_data {
	background-image: url(../images/sidebar.png);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 307px;
	padding-bottom:50px;
	text-align:center;
}

#data_wrapper{
	float: right;
	width: 676px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 164px;
	position: relative;
	overflow: visible;
}

#gallery {
	position: relative;
	margin-bottom: -20px;
}

#gallery_shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	height: 451px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
}
	
#content {
	width: 641px;
	height: 1%;
	overflow: hidden;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 15px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 44px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 200;
}

#footer p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0 0 40px;
	word-spacing: -2px;
}
#media_vault {
	display: none;
}

.marginLeft {
	margin-left: 15px;
}

.img_mar_align_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.img_mar_align_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

