/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #41433C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

img.border {
border: 1px solid #333333 ;
padding: 7px 7px 7px 7px ;
}

.left {
  text-align: left;
}

.listings {
  text-align: left;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  background-color: #DEDEDE;
}

.thumbs
{
	visibility:hidden;
	top:-45px;
	left:5px;
	height:35px;
	margin:0px;
	position:relative;
}


.mission {
	height: 35px;
	padding: 15px 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
}


.text_apply {
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.text_apply:hover{
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.text_topmenu {
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.text_topmenu :hover{
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.text_leftmenu {
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #41433C;
	text-decoration: none;
}

.text_leftmenu:hover {
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #41433C;
	text-decoration: underline;
}

.text1 {
	font-size: 11px;
}

.text2 {
	height: 35px;
	padding: 15px 0px 0px 15px;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	background: url(images/homepage07.jpg) no-repeat left top;
}

.text2 strong {
	color: #33B20B;
}

.text2b {
	height: 35px;
	padding: 15px 0px 0px 15px;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
}

.text2b strong {
	color: #33B20B;
}

.leftmenubar {
	height: 35px;
	padding: 15px 0px 0px 15px;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #33B20B;
	text-decoration: none;
}


.text3 {
	height: 35px;
	padding: 15px 0px 0px 15px;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	background: url(images/homepage08.jpg) no-repeat left top;
}

.text3 strong {
	color: #26B100;
}

.text4 {
	height: 35px;
	padding: 15px 0px 0px 15px;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	background: url(images/subpage02.jpg) no-repeat left top;
}

.text4 strong {
	color: #299400;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage10.jpg) no-repeat left center;
}

/** LINKS */

a {
	color: #189771;
}

a:hover {
/*	text-decoration: none; */
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {

}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat left top; }
.bg2 { background: url(images/bg02.jpg) repeat-x left top; }

.bg3 { background: url(images/bg05.jpg) no-repeat left top; }
.bg4 { background: url(images/bg06.jpg) repeat-y left top; }
.bg5 { background: url(images/bg07.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

