@charset "utf-8";
/* CSS Document */

body
{
	background-color:#EEF3FA;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#000000;
}

a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#000000;
}

a:link
{
	text-decoration:none;
}
a:active
{
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

li
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
}

em
{
	color:#516F27;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#546C00;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#333333;
}


#container
{
	background-color:#FFFFFF;
	
	width:850px;
	margin:auto;
}

#header
{
	height:139px;
	background-color:#AEC80D;
	background-image:url(images/top-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo
{
	background-color:#FFFFFF;
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:9px;
	margin-left:9px;
	height:100px;
	width:270px;
	float:left;
}

#banner
{
	background-image:url(images/top-right.jpg);
	background-repeat:no-repeat;
	margin-top:9px;
	height:100px;
	width:571px;
	float:right;
}

#address
{
	float:left;
}

#address p
{
	padding:0;
	padding-top:10px;
	padding-left:10px;
	margin:0;
	font-size:x-small;
}

#reminder
{
	float:right;
	padding:20px;
}

#reminder p
{
	font-weight:bold;
	text-align:right;
}


#menu
{
	background-image:url(images/menu-left.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#30373F;
	height:30px;
	margin-left:9px;
	clear:both;
}

#menu ul
{
	text-align:right;
	padding:5px;
	padding-right:20px;
}

#menu li
{
	display:inline;
	list-style:none;
	padding-left:20px;
}

#menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
}

#menu a:active
{
	text-decoration:none;
}
#menu a:link
{
	text-decoration:none;
}
#menu a:hover
{
	text-decoration:underline;
}
#menu a:visited
{
	text-decoration:none;
}

#left
{
	background-color:#FFFFFF;
	width:279px;
	float:left;
}

#left li
{
	padding-left:5px;
}

#login
{
	background-color:#E3EE80;
	margin:10px;
	padding:10px;
}

#content
{
	padding:10px;
	background-color:#FFFFFF;
	width:520px;
	float:left;
	border-left:solid 31px #E8E8E8;
}

#right
{
	width:160px;
	float:left;
	text-align:center;
	padding-top:12px;
}

#right img
{
	padding-bottom:7px;
}

#footer
{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:20px;
	border-bottom:2px solid #30373F;
	clear:both;
	text-align:right;
}

#footer p
{
	padding:4px;
	font-size:x-small;
}

#footer a
{	
	font-size:x-small;
}

.staff
{
	float:left;
	padding:10px;
	padding-top:0px;
	padding-bottom:25px;
}

.staffmember{
width: inherit;
height: auto;
float: left;
}
.staffpicture{
height: auto;
width: 146px;
float: left;

}

.staffprofile{
width:370px;
height:auto;
float: left;
}

.jobtitle{
margin-top: 0;

}

