@charset "utf-8";
/* CSS Document */
* {margin:0px; padding:0px;}

html, body {
	height:100%;
}

body {
	background-color:#eff1ec;	/*eff1ec*/
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	font-size:12px;
	padding:4px;
	text-align:left;
}

h1 {
	font-size:16px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #eff1ec;
	color:#1f5182;
}

h2 {
	font-size:14px;
	color:#1f5182;
	margin:15px 0px 5px 0px;
}

h3 {
	font-size:16px;
	color:#1f5182;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}

a {
	text-decoration:none;
	color:#1f5182;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.content p
{
	line-height:150%;
	padding-bottom:20px;
}

.content ul
{
	margin-top:0px;
	margin-bottom:20px;
}

.content li 
{
	margin-left:30px;
	margin-bottom:8px;
	text-align:left;
	line-height:150%;
}

#container {
	width:900px;
	margin:0px auto;
	background-color:#ffffff;
	border:1px solid #3e623e;
}

#content-holder {
	width:880px;
	margin:10px;	
	background-color:#cdd5c1;
}

#holder {
	width:820px;
	margin:10px;
	padding:20px 30px;
	background-color:#cdd5c1;
}

#banner {
	margin:5px auto 10px;
	width:900px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #365708;
}

#menu {
	margin-left:10px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-y;
	width:205px;
	padding-bottom:20px;
}

#menubottom {
	background-image:url(../images/menu-bottom.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	height:100px;
}

#content-top {
	background-image:url(../images/content-top.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:30px;
	margin:0px;
}

#content {
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	width:560px;
	margin:0px;
	padding:20px;
}

#content-bottom {
	background-image:url(../images/content-bottom.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:30px;
	margin:0px;
}

.largeLetter {
	color:#1f5182;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
}

.styleImage {
	padding:2px;
	border:1px solid #CCCCCC;
}

.styleImageLeft {
	float:left;
	padding:2px;
	border:1px solid #CCCCCC;
}

.styleImageRight {
	float:right;
	padding:2px;
	border:1px solid #CCCCCC;
}


/*Admin table - display records*/

.tablesummary
{
	width:100%;
	border-collapse:collapse;
}

.tablesummary td
{
	padding:4px;
}

.rowheader
{
	background-color:#333333; 
	color:#ffffff;
}

.alternaterow
{
	background-color:#CCCCCC;
}


.editStaff
{
	width:100%;
	padding:10px;
}

.editStaff tr
{
	height:20px;
}

.editStaff label
{
	color:#365708;
	font-weight:bold;
}

.jobposting
{
	margin:50px;
}

.jobposting li
{
	margin-left:40px;
}