/* Begin base page structure */

body
{
margin: 0;
padding: 0;
font-size: 95%;
font-family: georgia, times, "times new roman", serif;
color: #000;
background-color: #fff;
}

a:link { color: #036; }
a:visited { color: #066; }

a:hover, a:active
{
color: black;
background-color: aqua;
}

div#banner
{
color: #fff;
background-color: #00CCCC;
border-bottom: 1px solid #000;
padding: 25px 0px 25px 0px;
}

div#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-size: 2.2em;
font-weight: normal;
white-space: nowrap;

}

#siteTitleContainer {
	/* 
	position: relative;
	left: 10%;
	top: 15%;
	*/
}

div#container
{
background-image: url(nav_col_base.jpg);
background-repeat: repeat-y;
}

div#container2
{
background-image: url(more_col_base.jpg);
background-repeat: repeat-y;
background-position: right;
}

div#navigation
{
float: left;
width: 150px;
min-height: 350px;
padding-top: 2em;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#navigation ul li { margin-top: 4px; }

#navigation ul li a
{
display: block;
width: 135px;
padding: 3px 5px 3px 20px;
text-decoration: none;
color: #000;
font-size: 20px;
/* 
background-image: url(nav_base.jpg); 
background-repeat: repeat-y;
*/
}


#navigation ul li a:hover
{
color: #036;
background-color: Aqua;
/* 
background-image: url(nav_base2.jpg); 
background-repeat: repeat-y;
*/
}

div#more
{
float: right;
width: 160px;
min-height: 350px;
margin: 0;
padding: 2em 10px 0 0;
color: #000;
}

div#more h3
{
margin-top: 0;
color: #000;
padding: .2em;
/* 
background-image: url(more_base.jpg); 
background-position: right;
background-repeat: repeat-y;
*/
}

div#content
{
margin-left: 190px;
margin-right: 200px;
min-width: 520px;
min-height: 350px;

}

div#content h3
{
font-size: 1.5em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
}

div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 1em;
font-weight: normal;
text-align: center;
}

div#content { line-height: 150%; }

#cleardiv
{
clear: both;
height: 1em;
}

div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: center;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{

display: inline;
margin-right: 1em;
} 

#gallery
{
	text-align: center;
}

/* End base page structure */

#siteTitleContainer .title1 {
	font: italic 50px serif;
	color: white;
	padding: 0px 35px 0px 25px;
}
	
#siteTitleContainer .title2 {
	font: 30px serif;
	color: #99FFFF;
}


div#gallery ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#gallery li
{
display: inline;
margin-right: 1em;
font-size: 14px;
} 

div#homepageContent
{
height: 400px;
background-image: url(include1/osage_med.jpg);
background-repeat: no-repeat;
background-position: center;
}


#admincontainer
{
padding-top: 20px;
font-weight: bold;
font-size: 16px;
}

#formcontainer
{
margin: 0px 0px 0px 15%;
padding: 0px 0px 0px 50px;
position: relative;
text-align: center;
width: 50%;
font-weight: bold;
font-size: 16px;
}


label
{
float: left;
width: 10em;
text-align: right;
margin-right: 1em
display: block
}

.submit input
{
margin-left: 2em;
}
div#errormsg
{
font-size: 16px;
color: red;
}