@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #272727;
	background-color: #272727;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: top left;
	background-repeat: repeat-x;
	width:100%;
	background-image: url(images/repeat_header.jpg);
	line-height: 150%;
}
.oneColFixCtrHdr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #000000;
	min-width: 1030px;
}
.oneColFixCtrHdr #header {
	width: 1001px;
	height: 89px;
	margin: 0 auto;
	background-color: #272727;
	padding-bottom: 0px;
	overflow: hidden;
	background-position: center top;
	background-image: url(images/images/index_03.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.oneColFixCtrHdr #mainContent {
	background-color: transparent;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(bottom_divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	width: 960px;
	height: 25px;
	margin: 0 auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #header_2 {
	height: 225px;
	width: 100%;
	background-color: #191F39;
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-image: url(images/images/rep_06.jpg);
}
.oneColFixCtrHdr #head_wrap {
	width: 100%;
}
.oneColFixCtrHdr #header_2 #header_2_inner {
	height: 225px;
	width: 1001px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/images/images/example_header_11.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header #inner_header {
	height: 89px;
	width: 1001px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer2 {
	background-color: #9598A7;
	height: 2px;
	width: 100%;
}
#footer3 {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #272727;
	padding: 0px;
	height: 100px;
	width: 1001px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	border: none;
	overflow: hidden;
}
.oneColFixCtrHdr #footer4 {
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: none;
	height: 50px;
}
#menu {
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.float_left {
	padding-right: 10%;
	float: left;
}
#footer_wrapper {
	background-color: #272727;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9598A7;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.float_left a, .float_left a:link {
	color: #272727;
	text-decoration:none;
}
.float_left a:hover {text-decoration:underline;}

.float_left .active {
	color: #272727;
	text-decoration:underline;
}
#clear {
	color: #FFFFFF;
	clear: both;
	width: 870px;
	float: left;
	text-align: right;
	padding-right: 55px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent h1 {
	padding-top: 15px;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#footer_text {
	text-align: right;
	width: 230px;
	margin-left: 725px;
	margin-top: 20px;
	height: 80px;
	background-image: url(images/mini-logo1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
#nav_menu {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	width: 320px;
	height: 30px;
	margin-left: 660px;
	margin-top: 35px;
	padding-top: 0px;
}
#nav_list_style {
	list-style-type: none;
	float: right;
	padding-top: 0px;
	margin-top: 0px;
}
.nav_item {
	float: left;
	padding-right: 20px;
}
.nav_item a, .nav_item a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_item a:hover, .nav_item a:active {text-decoration:underline;}
#active {
	text-decoration: underline;
}
#mainContent h2 {
	font-size: 16px;
	margin-top: 0px;
}
#mainContent p {
	padding-bottom: 0px;
	margin-top: 15px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#mainContent ul {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 0px;
}
#mainContent .right_bar {
	float: right;
	width: 24%;
	height: 375px;
	margin-top: 10px;
	padding-top: 0px;
	padding: 10px;
}
.left_bar {
	width: 100%;
	padding: 10px;
	background: transparent;
}
.left_bar li {
	text-indent: 0px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#mainContent li {
	padding-bottom: 15px;
	padding-right: 15px;

}
#footer_text p {
	padding-top: 4px;
	padding-right: 87px;
	line-height: 16px;
	margin-top: 0px;
}
#show_container {
	width: 406px;
	height: 268px;
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
	margin-left: 8px;
	left: 5px;
}
.list_style {
	width: 830px;
	display:inline;
}
#mainContent .texty {
	width: 650px;
	overflow: visible;
	padding: 0;
	margin: 0;
}
