/* --------------------------------------------------------------- */
/* -------------------- HACK FOR IE6 PNG TRANSPARENCY ------------- */
* html img { 
	behavior: url(css/iepngfix.htc); 
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* -------------------- BASIC TAG ALTERATIONS -------------------- */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Tahoma, Arial,  Helvetica, sans-serif;
	color: #333;
	background-color:#576169;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:90%;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
table.pad td {
	padding:0px 10px 0px 0px;
	margin: 0px;
}
td { 
	padding: 0; 
	vertical-align: top;
}

th { 
	padding: 0; 
	vertical-align: bottom;
}
img {
	font-size:1px;
	overflow: hidden; 
	vertical-align:bottom;
}
a img {
	border:none;
}
a {
	color: #88A76C;
}
ol, ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
}
li {
	font-size: 90%;
	font-weight: normal;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type:disc;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h1 {
	font-size: 140%;
	font-weight:bold;
	line-height: 125%;
	margin: 0px;
	padding: 0px 0px 4px;
	color: #014933;
}
h2 {
	font-size: 110%;
	line-height: 130%;
	margin: 0px;
	padding: 10px 0px 2px;
	font-weight: bold;
	color: #014933;
}
h3 {
	font-size: 105%;
	margin: 0px;
	padding: 10px 0px 5px;
	font-weight: normal;
	color: #014933;
}
h4 {
	font-size: 95%;
	margin: 0px;
	padding: 7px 0px 3px;
	font-weight: bold;
	color: #014933;
}
h5 {
	font-size: 90%;
	margin: 0px;
	padding: 7px 0px 0px;
	font-weight: bold;
}
h6 {
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 7px;
}
p {
	font-size: 90%;
	font-weight: normal;
	line-height:130%;
	color: #333;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
blockquote {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
form {
	margin: 0px;
	padding: 0px;
	display:block;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	margin:2px;
	padding:1px;
}
	
/* --------------------------------------------------------------- */
/* ---------------------- PRIMARY DIV IDs ------------------------ */
#universe {
	text-align: left;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
	width: 783px; /* 783 */
	vertical-align: top;
	clear: both;
	/* background-color: #ffff00; */
}
#inner_universe {
	float: left;
	background-color: #FFF;
}
#footer {
	text-align: left;
	margin: 10px auto;
	padding: 10px;
	width: 783px;
	vertical-align: top;
	clear: both;
	color:#FFF;
	font-size:10px;
}
#footer p{
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* --------------------------------------------------------------- */
#header {
	background-color: #004834;
	float: left;
	width: 783px;
}
#header img {
	padding:7px;
}
#top_nav {
	background-color: #88A76C;
	float: left;
	width: 783px;
}
/* --------------------------------------------------------------- */
#content {
	float: left;
	border: 2px solid #88A76C;
	width: 779px; /*  783*/
}
/* --------------------------------------------------------------- */
#flash_top {
	float: left;
	border-bottom: 2px solid #88A76C;
	width: 779px;
}
#center_home_flash {
	float: left;
}
#center_home_flash_border {
	border-right: 2px solid #88A76C;
	width:573px;
	float:left;
}
#right_flash_item {
	float: left;
	width:204px;
}
#flash_top #right2 {
	float: left;
}

#secondary_top {
	float: left;
	width: 779px;
	height:127px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border-bottom:2px solid #88A76C;
}
#secondary_top #left {
	float: left;
	width: 573px;
	padding:0px;
	margin:0px;
	border-right:2px solid #88A76C;
}
#secondary_top #right {
	float: left;
	width:204px;
	padding:0px;
	margin:0px;
}

object
{
    float:left;
	padding:0px;
	margin:0px;
}

/* --------------------------------------------------------------- */
#home_content {
	background-color: #FFF;
	float: left;
	background-image: url(../images/base/left_nav_bg.gif);
	background-repeat: repeat-y;
}
#secondary_content {
	background-color: #FFF;
	float: left;
	width:100%;
	background-image: url(../images/base/2pxgreen_bg.gif);
	background-repeat: repeat-y;
	background-position: 573px;
}

#secondary_content_full {
	background-color: #FFF;
	float: left;
	width:100%;
	xbackground-image: url(../images/base/2pxgreen_bg.gif);
	xbackground-repeat: repeat-y;
	xbackground-position: 573px;
}

/* --------------------------------------------------------------- */
#home_content #right_content {
	float: left;
	width: 572px;
}
#home_content #right_content #section_1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #88A76C;
	float: left;
	width: 572px;
	background-image: url(../images/base/2pxgreen_bg.gif);
	background-repeat: repeat-y;
	background-position: 368px;
	
}
#home_content #right_content #section_1 #section_1a {
	padding: 20px;
	width: 330px;
	float: left;
	font-size: 105%;
	color:#88A76B;
	line-height: 140%;
}
#home_content #right_content #section_1 #section_1a p{
	color:#88A76B;
}
#home_content #right_content #section_1 #section_1b, div.spotlight {
	padding: 10px;
	width:182px;
	float: left;
	font-size:85%;
}
#home_content #right_content #section_1 #section_1b p, div.spotlight p {
	color:#666;
}
#home_content #right_content #section_2 {
	float: left;
	width: 573px;
}
/* --------------------------------------------------------------- */
#secondary_content #left_content {
	float: left;
	width: 533px; /*  575*/
	padding:20px;
	text-align: left;
	/*xborder-bottom: 1px #000000 solid;
	height: 100%;
	height: expression(this.parentElement.offsetHeight);*/
}

#secondary_content_full #left_content_full {
	float: left;
	width: 733px; /*  575*/
	padding:20px;
	text-align: left;
}

#secondary_content #right_content {
	padding: 0px;
	width:204px;
	float: left;
	font-size:85%;
}
#secondary_content #right_content div.item{
	padding: 10px;
	width:184px; /* 204 */
	float: left;
	border-bottom: 2px solid #88A76C;
	background-repeat:no-repeat; 
	background-position:bottom right;
}
#secondary_content #right_content div.item p{
	color:#666;
}
#secondary_content #right_content img.logo {
	padding: 15px 10px 10px 10px;
}
/*
#secondary_content h1 {
	font-size:110%;
	color:#568137;
	font-weight:normal;
}
#secondary_content h2 {
	font-size:85%;
	color:#576169;
	text-transform:uppercase;
}
#secondary_content h3 {
	font-size:80%;
	color:#576169;
}
*/
/* --------------------------------------------------------------- */
#left_nav {
	float: left;
	width: 185px;
	padding: 10px;

}
#left_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_nav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}
#left_nav ul li a {
	color: #666;
	text-decoration: none;
}
#left_nav ul li a:hover {
	color:#004834;
}
/* --------------------------------------------------------------- */
.submit_grey {
	color: #FFF;
	background-color: #ADB4BA;
	border-style: none;
	margin-left: -10px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
}
p.tight {
	margin: 0px;
	padding: 0px;
}
/* --------------------------------------------------------------- */
