/* CSS Document */

* {margin:0;padding:0;}

.clear {
clear:both;
}

/*template*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:130%;
	color: #214e01;
	background-color: #f5c765;
	margin:0px;
	padding-bottom:20px;
	background: #f5c765 url(images/bg_img.jpg) repeat-x;
}

#container {
position: absolute; 
left: 50%; 
width: 830px; 
height: auto; 
margin-left: -415px;
background-image:url(images/container.jpg);
background-repeat:repeat-y;
}

#header {
background:url(images/header.jpg) no-repeat;
height:207px;
width:830px;
color:#224e01;
}

.header_text {
margin:0px 0px 0px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
}

#inside_container {
width:801px;
margin-left:15px;
}

#green_bar {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#FFFFFF;
background-image:url(images/green_bar.jpg);
background-repeat:repeat-x;
height:28px;
text-align:right;
padding:5px 10px 0px 0px;
}

#left_column {
float:left;
width:200px;
}

#right_column {
margin-left:215px;
padding:10px;
}

/*footer*/
#footer {
	width:830px;
	height:60px;
	text-align: center;
	padding-top:30px;
	font-size:10px;
	background:#f5c765 url(images/footer.jpg) no-repeat;
	color: #214e01;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer a {
text-decoration:none;
	color: #214e01;
}

#footer a:hover {
color: #ffffff;
text-decoration:underline;
}

/*navigation*/

#navigation ul{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#388301;
list-style-type:none;
margin-top:15px;
}

#navigation li{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#388301;
display: block;
margin-left:10px;
padding:0px 0px 25px 0px;
display:block;
}

#navigation ul li a:link {
font-size:18px;
color:#388301;
text-decoration:none;
padding:0px 0px 25px 0px;
border-bottom:#f5c765 dotted 4px;
width:173px;
display:block;
}

#navigation ul li a:visited {
font-size:18px;
color:#388301;
text-decoration:none;
padding:0px 0px 25px 0px;
border-bottom:#f5c765 dotted 4px;
width:173px;
display:block;
}

#navigation ul li a:hover {
font-size:18px;
color:#f1b330;
text-decoration:none;
padding:0px 0px 25px 0px;
border-bottom:#f5c765 dotted 4px;
width:173px;
display:block;
}

/*text*/
h1 {
font-size:25px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#224e01;
padding-bottom:15px;
font-weight:normal;
margin-top:15px;
}

h2 {
font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#388301;
font-weight:normal;
padding-top:10px;
}

.callout {
font-size:14px;
color:#388301;
}

.callout a:link{
color:#388301;
text-decoration:none;
}

.callout a:hover{
color:#388301;
text-decoration:underline;
}

p {
padding: 5px 0px 5px 0px;
}

ul {
margin-bottom:15px;
}

ul li {
margin-left:20px;
padding-top:5px;
}

.phil {
background-color:#ffffd7;
padding:10px;
font-size:17px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#388301;
margin-bottom:10px;
line-height:130%;
text-align:center;
}

/*small window for bios*/
#sm_cont {
width:500px;
background-color:#FFFFFF;
margin-left:40px;
padding:5px 0px 10px 10px;
}

.left_pic {
width:260px;
float:left;
margin-top:12px;
}

.right_text {
margin-left:265px;
margin-top:12px;
margin-bottom:15px;
}