@charset "UTF-8";
body {
	behavior:url("assets/ie_fix.htc");
	background: #C4BB2E url(images/body_back.jpg) repeat-x fixed center bottom;
	height: 100%;
	width: 100%;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	background: #666666;
	font-size: 1em;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	color: #000066;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
label {
	font-size: .8em;
	font-weight: bold;
	color: #000066;
}
input {
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
}
#wrapper01{
	background: #FFFFFF;
	width: 90%;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 0F034D;
	border-left-color: 0F034D;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 68.5em;
	min-width:44em
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 0F034D;
	padding-right: 5px;
}#bannerwrapper {
	height: 5.5em;
	width: 31.25em;
	padding-top: 3px;
	background: #E7E19A;
}
#wrapper02 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	white-space: nowrap;
	z-index: 50;
}
#wrapper02 #form1 {
	margin: 0px;
	padding: 0px;
}
#wrapper02 #column {
	white-space: normal;
	width: 32.5%;
	float: left;
	font-size: .9em;
	color: #010E51;
	background: url(images/wrpr_back.gif) no-repeat left top;
	height: 22em;
	border: 2px solid #FFFFFF;
	overflow: auto;
	margin-top: 2px;
}
#wrapper03 {
	background: #FFFFFF url(images/wrpr_back.gif) no-repeat left top;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#wrapper03 table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#column p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#titlewrapper {
	background: #666666;
	height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	clear: both;
	width: 100%;
}
#column_title {
	width: 31%;
	float: left;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 1%;
	font-weight: bold;
	text-transform: uppercase;
}
#bnr_wrapper {
	background: #E7E19A;
	height: 5.7em;
	white-space: nowrap;
}
#bnr_wrapper #helplinks {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
	height: 4.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: .9em;
}
#bnr_wrapper #helplinks a {
	

	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#nav_wrapper {
	background: #0000CC;
	color: #FFFFFF;
	text-align: left;
	border: 2px solid #000066;
	white-space: nowrap;
	z-index: 100;
}

#presentation_wrapper {
	background: #000066 url(images/bnr_01.jpg) no-repeat center top;
	height: 15.5em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
}

.about_menu {
	position:relative;
	z-index:100;
	color: #FFF;
	height: 15em;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 12em;
	margin-bottom: 50px;
	margin-left: 0px;		
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.about_menu ul {
	padding:0;
	list-style-type: none;
	padding: 0px;
	background: #7A7A7A url(images/menuback.jpg) no-repeat right top;
	width: 11.5em;
	
	margin-top: -0.05em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.about_menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:17em;
	height:3em;
	color:#FFF;
	font-size:11px;
	font-weight: bold;
}
/* make the dropdown ul invisible */
.about_menu ul li ul {
	display: none;
	font-size: .8em;
	margin-left: 10em;
	width: 100%;
	position: relative;
	height: 15.5em;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.about_menu ul li:hover a {
	color:#FFF;
	
}
/* make the sub menu ul visible and position it beneath the first list item */
.about_menu ul li:hover ul {
	text-align:left;
	display:block;
	position:absolute;
	top:0px;
	text-align:left;
	z-index:100;
	margin-left: 2.1em;
	height: 13.8em;
	
	
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.about_menu ul li:hover ul li {
	color:#FFF;
	width:25em
	height:100%;
	overflow:hidden;
}
/*float the image left with padding and no border */
.about_menu ul li:hover ul li img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* style the paragraph font height */
.menu ul li:hover ul li p {
font-size:0.9em;


}
#navtext {
	font-size: 2em;
	text-align: left;
	padding: 5px;
}
#navtext a {
	font-size: 0.8em;
	color: #FFFF00;
	padding-left: .5em;
}
#introtext {
	float: left;
	font-size: 2em;
	width: 100%;
	left: 6em;
	position: absolute;
	margin-top: 4em;
}
/* style the background and foreground color of the submenu links - this may be the thing with the border */
.about_menu ul li:hover ul li a {
display:inline;



}
/* style the background and forground colors of the links on hover */
.about_menu ul li:hover ul li a:hover {
text-decoration:none; 
color:#FFF;


}

.clear {

width:100%;

}

.column_wrapper {
	padding: 0.25em;
	background-color: #CC6633;
	text-align: left;
	width: 27.7em;
	margin-left: 11.75em;
	height: 10.6em;
}
.block {
	clear: both;
	width: 100%;
	display: block;
	position: relative;
	
}
.move {
	margin-left: 10em;
	
	
}
.move2{
	height: 19em;
	width:100%;
	display: block;
	overflow:hidden;
	background: url(images/back02.jpg) no-repeat left top;
}
.move3{
	height: 19em;
	width:100%;
	display: block;
	overflow:hidden;
	background: url(images/back03.jpg) no-repeat left top;
}
.move4{
	height: 19em;
	width:100%;
	display: block;
	overflow:hidden;
	background: url(images/back04.jpg) no-repeat left top;
}
.move5{
	height: 19em;
	width:100%;
	display: block;
	overflow:hidden;
	background: url(images/back05.jpg) no-repeat left top;
}
.move6{
	height: 19em;
	width:100%;
	display: block;
	overflow:hidden;
	background: url(images/back06.jpg) no-repeat left top;
}
.move7{
	height: 19em;
	width:100%;
	display: block;
	overflow:hidden;
	background: url(images/back06.jpg) no-repeat left top;
}
.subtitle_text {
	background-color: #000066;
	width:100%;
	height: 3em;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
}
.subtitle_text2 {
	width:100%;
	background-color: #666666;
	filter: Alpha(Opacity=60, FinishOpacity=60,);
	height: 1.8em;
	text-indent: 10px;
	}
#link1 {
	width: 11.7em;
	text-align: left;	
}
#link1:hover {
	background-color: #00CC66;
	width: 11.7em;
}
#link2 {
	
	width: 11.5em;
}
#link2 a {
	
}
#link2:hover {
	width: 11.5em;
	background: #CC3300 url(images/arrow.gif) no-repeat right center;
	opacity: 1;
	filter: alpha(opacity=100);
}
#link3 {
	
	width: 11.7em;
}
#link3:hover {
	background-color: #00CC66;
	width: 11.7em;
}
#link4 {
	
	width: 11.7em;
}
#link4:hover {
	background-color: #00CC66;
	width: 11.7em;
}
.link_text{
	height: 20.8em;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.link3_text{
	background-repeat: no-repeat;
	background-position: center center;
	height: 13.8em;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.link4_text{
	background-image: url(images/bk_banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20.8em;
}
.link5_text{
	background-image: url(images/bk_banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20.8em;
}
#hide{
	font-size: 1em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	padding-left: 1em;
	width: 10.5em;
	line-height: 3em;
}
.intro_content {
	color: #000000;
	float: right;
	background-color: #99CC00;
	width: 25em;
	height: 11em;
	margin: 1px;
}
#content_wrapper {
	display: block;
	white-space: normal;
	padding-bottom: 10px;
	font-size: 0.9em;
	padding-top: 2px;
}
.menu_wrapper {
	background: url(images/back01.jpg) no-repeat left top;
}
/* ---------------------Drop Menu START-------------------------- */


#nav {
	margin:0;
	list-style:none;
	height:2em;
	z-index:500;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#nav li.top {
	display:block;
	float:left;
	white-space: normal;
	height:2.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav li.top:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}
#nav li a.top_link {
	display:block;
	float:left;
	line-height:2.7em;
	color:#FFF;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
	cursor:pointer;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;
	
}
#nav li a.top_link:hover {
  color:#FFFFFF;
  
  
}

#nav li a.top_link span {float:left; display:block;  height:2.5em;}
#nav li a.top_link span.down {float:left; display:block;  height:2.5em;}

#nav li:hover a.top_link {color:#FFFFFF; }
#nav li:hover a.top_link span {color:#FFFFFF; }
#nav li:hover a.top_link span.down { padding-bottom:3px; }


#nav li:hover {
	position:relative;
	z-index:400;
	background: #8B8000;
	color:#FFFFFF;	
}

#nav li:hover ul.sub
{
	left:-1px;
	top:2.2em;
	background: #8B8000;
	padding:3px;
	width:27.9em;
	height:auto;
	z-index:100;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav li:hover ul.sub li
{
	display:block;
	position:relative;
	float:left;
	font-weight:normal;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#nav li:hover ul.sub li:hover
{
	background: #0000CC;
}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:0.8em;
	width:17em;
	line-height:1.3em;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}

	
	

#nav li b {
  display:block;
  font-size:11px;
  height:18px;
  width:88px;
  line-height:18px;
  margin-bottom:3px;
  text-indent:6px;
  color:#FFF;
  cursor:default;
  
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; color:#FFFFFF; }
#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{color:#FFFFFF; } 

/* ---------------------Drop Menu END---------------------------- */
.footer {
	font-size: 0.7em;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;	
}
#content_wrapper #content_wrapper02 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #999999;
	background: url(images/wrpr_back.gif) no-repeat left top;
	margin-top: 10px;
}
.display_table {
	margin-right: auto;
	margin-left: auto;
}
#nav_wrapper #cse-search-box {
	width: 225px;
	float: right;
	padding-top: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}

