/*==================other====================*/
.img_indent { margin:0 20px 0 0; float:left;}
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/tall_top.gif) left top repeat-x #232323;
}

p, li { 
	padding: 5px 20px 5px 20px;
	color: #525252;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

.highlight {
	color: #999999;
	font-weight: bold;
}

.attention {
	color: #993300;
	font-weight: bold;
}

a {
	color:#525252;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	border: 1;
	color: #5bb219;
}

h1 {
	font-size: 22px;
	font-weight: bolder;
	color: #5bb219;
	margin: 0;
	padding: 10px 25px 10px 25px;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #666633;
	padding: 0px 25px 10px 25px;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #525252;
	padding: 0px 25px 10px 20px;
}

.clear { clear: both; }

div#line_hor {
	background: url(images/line1.gif) center repeat-x;
	margin: 0 auto;
	height: 2px;
	width: 90%;
}

div#line_hor hr {
	display: none;
	padding: 10px 25px 10px 25px; 
}

div#page-wrap {
	width: 800px;
	margin: 0 auto;
}

div#header {
	text-align:center;
	height:329px; 
	background:url(images/header_bgd1.gif) no-repeat; 
}

/*subnav*/
div#subnav {
	color: #525252;
	font-size: 12px;
	text-transform: uppercase;
}

div#subnav .indent {
	padding:10px 0 15px 25px;
}

div#subnav a {
	color:#525252;
	text-decoration:underline;
}

div#subnav a:hover {
	text-decoration:underline;
	border: 1;
	color: #5bb219;
}

div#content { 
	background:url(images/content_bgd.gif) left top repeat-y; 
}

div#main-content {
	padding: 10px 15px 25px 15px;
}

div#main-content div#left-col {
	float: left;
	width: 515px;
}

div#main-content div#right-col {
	float: right;
	width: 250px;
}

div#main-content div#right-col2 {
	float: right;
	width: 250px;
	background-color: #232323;
}

div#footer {
	background:url(images/tall_bottom.gif) left bottom repeat-x;
	color:#525252;
	font-size: 12px;
	text-transform:uppercase;
}

div#footer .indent { 
	width: 800px;
	height: 65px;
	margin: 0 auto;}

div#footer a {
	color:#525252;
	text-decoration:underline;
}

div#footer a:hover { 
	text-decoration:underline;
	border: 1;
	color: #5bb219;
}

/*--Begin CSS for Tabbed Section--*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #030303;
	border-left: 1px solid #030303;
	width: 95%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #030303;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #666666;
}

ul.tabs li a {
	text-decoration: none;
	color: #5bb219;
	font-size: 22px;
	font-weight: bolder;
	display: block;
	font-size: 1.2em;
	padding: 0 19px;
	border: 1px solid #232323; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #666666;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #232323;
	border-bottom: 1px solid #232323; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {	
	border: 1px solid #030303;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 95%;
	background: #232323;
}

.tab_content {
	padding: 10px;
	font-size: 1.2em;
}

.tab_content img {
	float: left;
	margin: 0 10px 5px 20px;
	border: 1px solid #ddd;
	padding: 5px;
}
/*--End CSS for Tabbed Section--*/
div#subtable-wrapper {
	height: auto;
	padding: 10px 20px 10px 20px;
}
div#subtable-wrapper div#subtable-left{
	float: left;
	width: 210px;
}

div#subtable-wrapper div#subtable-right{
	float: right;
	width: 215px;
}
