/* CSS Document */

body {
	background: #273981;
	margin:0px;
}

body, input, td {
	font:12px Arial, Helvetica, sans-serif;
}

#root_table {
	width:1019px;
	background:url(./assets/images/bg_body.gif) repeat-y;
}

.header_logo {
	background:url(./assets/images/logo.jpg) no-repeat ;
	width:1019px;
	height:335px;
	vertical-align:top;
	
}

.header_logo h1 {
	display:none;
}

.content {
	background:url(./assets/images/bg_body_border_top.gif) no-repeat;
	padding:20px;
	vertical-align:top;
}

.col_right {
	width:340px;
	vertical-align:top;
	padding:20px 20px 30px 20px;
	border-bottom: 1px solid #346400;
	
}

.col_right h5 {
	font:24px "Times New Roman", Times, serif;
	color:#000000;
	text-indent:15px;
	margin:0 0 5px;
	padding:0;

}

.col_right p {
	color:#333333;
	padding:0;
	margin:10px 0 0 10px;
}

.col_right p.read_more {
	color:#c7efb0;
	background: right url("./assets/images/bullet.gif")  no-repeat ;
	width:120px;
	display:block;
}


.col_right p.read_more a{
	color:#c7efb0;
	text-decoration:none;

}

.col_right_bottom {
	width:332px;
	vertical-align:top;
	padding:25px;
}


.col_right_bottom_content {
	text-align:center;
}

.col_right_bottom_content h6{
	font:16px  Arial, Helvetica, sans-serif;
	color:#295301;
	margin:5px;
	padding:0;
}

.col_right_bottom_content p{
	font:14px  Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:5px;
	padding:0;
}

.left_col {
	vertical-align:top;
	border-right: 1px solid #346400;
	padding:20px 10px 20px 30px;
	width:500px;
}

.left_col h2 {
	font:28px "Times New Roman", Times, serif;
	color:#ffffff;
}

.left_col p {
	color:#333333;
}


.left_col_box {

	width:496px;
	background:#3a55be;
}


.left_col_box_top {
	background:url(./assets/images/curve_box01_top.gif) no-repeat;
	height:6px;
}

.left_col_box_bot {
	background:url(./assets/images/curve_box01_bot.gif) no-repeat;
	height:7px;
}

.left_col_box01_cell {
	vertical-align:top;
	width:149px;
	padding:5px 10px 5px 10px;
}

.left_col_box01_cell_padding {
		padding:5px;
}

.left_col_box01_cell h4 {
	color:#ffffff;
	text-transform:uppercase;
	background:url(./assets/images/bullet.jpg) no-repeat;
	background-position:0 0 0 50px;
	vertical-align:text-top;
	width:50px;
	height:16px;
	text-indent:30px;
	margin:5px 0 5px 0;
	padding:0;
}

.left_col_box01_cell p {
	color:#a4b6ff;
	padding:0;
	margin:0;
}


.footer_bg {
	width:1019px;
	height:86px;
	background:url(./assets/images/bg_footer.gif) no-repeat;


}

.small_text {
	font:12px Arial, Helvetica, sans-serif;
  	color:#69695d;
	padding:20px 25px 25px 35px;

}

.footer_links {
	font:12px Arial, Helvetica, sans-serif;
  	color:#69695d;
	text-align:right;
  	padding:20px 35px 25px 25px;

}

.footer-link
  {font: bold 12px Arial, Helvetica, sans-serif;
  color:#69695d;
  text-decoration:none;
  }
  
.footer-link:visited
  {font: bold 12px Arial, Helvetica, sans-serif;
  color:#69695d;
  text-decoration:none;
  }

.footer-link:hover
  {font: bold 12px Arial, Helvetica, sans-serif;
  color:#414140;
  text-decoration:none;
  }

.footer-link1
  {font: 12px Arial, Helvetica, sans-serif;
  color:#69695d;
  text-decoration:none;
  }
  
.footer-link1:visited
  {font: 12px Arial, Helvetica, sans-serif;
  color:#69695d;
  text-decoration:none;
  }

.footer-link1:hover
  {font: 12px Arial, Helvetica, sans-serif;
  color:#414140;
  text-decoration:none;
  }
	


/*----------------------------------------------------------------

		Navigation

---------------------------------------------------------*/


#nav_bg {
	background:url(./assets/images/bg_navigation.gif) no-repeat;
	width:1019px;
	height:48px;
}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	left:1px;
}

#nav-menu li {
	margin: 0 ;
	float:left;
}

#nav-menu li a {
	font: 15px Arial, Helvetica, sans-serif;
	height: 48px;
	line-height: 48px;
	width: auto;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 0 33px 0 34px;
	border-right: 1px solid #6a9c29;
}

#nav-menu li a:active
{
background-color:#d9bf99;
color: #49453e;
}
#nav-menu li a:hover
{
background-color:#6a9c29;
color: #ffffff;
}

#nav-menu li.selected{
}


#nav-menu li.selected a{ /*selected main tab style */
background-color:#c16499;
color: #5a0d39; /*THEME CHANGE HERE*/

}

#nav-menu li.selected a:hover{ /*selected main tab style */
background-color:#c16499;
color: #5a0d39;
}



/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu {
	width:859px;
	border-left: 1px solid #6a9c29;
} 

