@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container {
	text-align: left;
	width: 766px;
	margin: 5px auto 5px auto;
	background-color: #FFFFFF;
	border: 1px solid #92B320;
	padding-bottom: 5px;
}

#header {
	height: 115px;
	width: 766px;
	background-color: #FFFFFF;
}

#left_header {
	height: 114px;
	width: 250px;
	float: left;
}

#right_header {
	height: 50px;
	width: auto;
	float: right;
	padding-right: 10px;
	margin-top: 55px;
}

#top_nav {
	clear: both;
	height: 35px;
	background-image: url(../gfx_tb/navigation_tb/bckgrnd_35_new_green.jpg);
	background-repeat: repeat;
	padding-left: 173px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 4px;
}
#arrow {
	height: 16px;
	margin-top: 1px;
	width: 766px;
}
.arrow_home {
	margin-left: 203px;
}
.arrow_office {
	margin-left: 305px;
}
.arrow_training {
	margin-left: 490px;
}
.arrow_events {
	margin-left: 636px;
}
.arrow_contacts {
	margin-left: 711px;
}

#main_content {
	display: block;
	width: 766px;
	background-color: #FFFFFF;
	height: 485px;
	position: relative;
}

#leftColumn {
	float: left;
	width: 206px;
	margin: 15px 0 5px 0;
	text-align: left;
	overflow: auto;
	height: 466px;
	padding-left: 10px;
}

#rightColumn {
	margin: 15px 5px 0 0;
	text-align: left;
	float: right;
	width: 515px;
	height: 278px;
	overflow: auto;
	padding-right: 5px;
	padding-left: 2px;
	border-bottom: 1px solid #92B320;
}

#footer {
	height: 172px;
	float: right;
	width: 520px;
	left: 225px;
	margin-top: 12px;
	margin-right: 5px;
}

h1 {
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	color: #92B320;
	text-align: left;
	margin-bottom: -5px;
}
h2 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #92B320;
	text-align: center;
}
h3 {
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	color: #92B320;
	text-align: left;
	margin-bottom: 5px;
}
h4 {
	font-size: 1.125em;
	font-style: normal;
	font-weight: bold;
	color: #92B320;
	text-align: center;
}
h5 {
	font-size: 1.125em;
	font-style: normal;
	font-weight: bold;
	color: #92B320;
	text-align: center;
}
h6 {
	font-size: 1.75em;
	font-style: normal;
	font-weight: bold;
	color: #B52228;
	text-align: center;
}
p {
	font-size: 1.15em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.right_header_txt {
	font-size: 2.5em;
	font-weight: bold;
	color: #92B320;
	text-align: right;
}
.left_column_txt {
	font-size: 1.25em;
	font-weight: bold;
	color: #92B320;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 22px;
}
.footer {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.15em;
	text-align: left;
}
.clear {
	clear: both;
}

#navbar {
	height: 57px;
	list-style: none;
	display: inline;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 35px;
	background-image: url(../gfx_tb/navigation_tb/full_two_layer_jan%202011.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -5000px;
}
#navbar #home {
	background-position: 0px 0px;
	width: 67px;
	margin-left: 0px;
	height: 35px;
}
#navbar #home:hover {
	background-position: 0 -35px;
}

#navbar  #office_space {
	background-position: -68px 0px;
	width: 144px;
	height: 35px;
}
#navbar  #office_space:hover {
	background-position: -68px -35px;
}

#navbar  #training {
	background-position: -212px 0;
	width: 221px;
	height: 35px;
}
#navbar  #training:hover {
	background-position: -212px -35px;
}

#navbar  #events {
	background-position: -433px 0;
	width: 70px;
	height: 35px;
}
#navbar  #events:hover {
	background-position: -433px -35px;
}

#navbar  #contacts {
	background-position: -503px 0;
	width: 82px;
	height: 35px;
}
#navbar  #contacts:hover {
	background-position: -503px -35px;
}

.img_app {
	text-align: left;
	padding-bottom: 3px;
	width: 180px;
	height: 149px;
}
.img_app_2 {
	width: 150px;
	height: 78px;
	padding-left: 16px;
}
.img_footer_1_2 {
	padding-right: 1px;
}

a:link {
	font-size: 1.1em;
	font-weight: normal;
	color: #0000CC;
}
a:visited {
	font-size: 1.1em;
	font-weight: normal;
	color: #9900FF;
}

