/* ==BODY AND HTML== */
html {overflow: scroll;}
body {
	background-color: #D5D5D5;
	margin: 0px;
}

/* ==PAGE STRUCTURE== */
div.container {
	width:879px;
	border:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(../images/index_16.gif);
	background-repeat: repeat-y;
}
div.header {
	height: 155px;
	width: 879px;
	background-image: url(../images/index_03.gif);
}
div.footerleft {
	width: 180px;
	height: 23px;
	background-image: url(../images/index_17.gif);
	float: left;
	clear: both;
}
div.footercenter {
	width: 677px;
	height: 23px;
	background-image: url(../images/index_18.gif);
	float: left;
}
div.footerright {
	width: 22px;
	height: 23px;
	background-image: url(../images/index_19.gif);
	float: left;
}
div.leftnav {
	width: 180px;
	background-image: url(../images/index_16.gif);
	background-repeat: repeat-y;
	float: left;
	margin-bottom: auto;
}
div.rightside {

}
div.clear {
	clear: both;
}

/* MENU */
div.menutop {
 	width: 180px;
 	height: 14px;
	background-image: url(../images/index_05.gif);
}
div.menuleft {
	background-image: url(../images/index_08.gif);
	width: 16px;
	height: 41px;
	float: left;
	clear: both;
}
div.menuright {
	background-image: url(../images/index_10.gif);
	width: 15px;
	height: 41px;	
	float: left;
}
div.menubottom {
	width: 180px;
	margin-top: 20px;
	margin-bottom: ;
	font-family: Book Antiqua, sans-serif;
	font-size: 12px;
	letter-spacing: -0;
	color: white;
	text-align: center;
	float: left;
	clear: both;
}
div.menu {
	font-family: Book Antiqua, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	color: #eef1f6;
	width: 149px;
	height: 31px;
	background: url(../images/menu_item.gif) 0 0;
	float: left;
}
div.menu_sel {
	font-family: Book Antiqua, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 11px;
	text-decoration: none;
	text-align: center;
	color: #eef1f6;
	width: 149px;
	height: 30px;
	background: url(../images/menu_item.gif) 149px 0;
	float: left;
}
div.menu:hover {
	background: url(../images/menu_item.gif) -149px 0;	
	cursor: pointer;
	padding-top: 9px;
	height: 32px;
	color: white;
}

/* ==TEXT== */
td.address {
	font-family: Book Antiqua, sans-serif;
	font-size: 12px;
	letter-spacing: -0;
	color: white;
}
.header1 {
	font-family: Book Antiqua, sans-serif;
	font-size: 22px;
	color: black;
	font-weight: bold;
}
.header2 {
	font-family: Book Antiqua, sans-serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
}
.main1
{
	font-family: Book Antiqua, sans-serif;
	font-size: 16px;
	color: black;
}
.main2 {
	font-family: Book Antiqua, sans-serif;
	font-size: 14px;
	color: black;
}
.joblist
{
	font-family: Book Antiqua, sans-serif;
	font-size: 16px;
	color: blue;
}
table.jobs
{
	border-collapse: collapse;
	border-style: solid;
	border-color: black;
}

/* ==SLIDESHOW IMAGES== */
img.slideshowbig {
	border-color: black;
	border-style: solid;
	border-width: 2px;
}
img.slideshowsmall {	
/*	border-color: #c7d9fa; */
	border-color: black;
	border-width: 2px;
}
img.slideshowsmall:hover {
	border-color: white;
	border-width: 2px;
	border-style: solid;
}

/* ==LINKS== */
a:link {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	cursor: hand;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
