*
  {
	margin: 0px;
	padding: 0px;
  }

body 
  {
	padding: 25px 0px 12px;
	background-color: #61cee7;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
  }

a 
  {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
  }

a:hover 
  {
	color: #f78f1e;
	background-color: inherit;
  }

span 
  {
	display: none;
  }

img 
  {
	border: none;
  }

ul 
  {
	list-style-type: none;
  }

li
  {
	list-style-type: none;
  }

ul.services li
  {
  margin-left:20px;
  list-style-type: square;
  }

p 
  {
	margin: 10px 0px 12px;
	text-align: left;
	line-height: 15px;
	font-size:10pt;
  }

p.text
  {
  margin: 10px 0px 12px;
	text-align: left;
	line-height: 10px;
	font-size:8pt;

  }


.clearthis 
  {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
  }

#container 
  {
	margin: 0px auto;
	width: 777px;
	background-image: url('images/background_image.png');
	background-repeat: no-repeat;
	text-align: left;
	position:relative;
  }

#page_static 
  {
	width: 767px;
	height: 235px;
	overflow: hidden;
  }

.thumbnail 
  {
	padding: 10px 0px;
	text-align: center;
  }


/* Page Header */

#page_header 
  {
	padding: 12px 14px 2px;
	z-index: 1;
	position: absolute;
  }

#page_header h1 
  {
	height: 49px;
	font-family:pristina;
	font-size:50pt;
	font-weight:normal;
	padding-left:140px;
	color:#000000;
  }

#page_header h1.group 
  {
	font-family:tahoma;
	font-size:14pt;
	font-weight:bold;
	letter-spacing:14px;
	padding-left:335px;
	color:#000000;
	position:absolute;
	top:80px;
  }

/*Mission Statement */
.mission
  {
  position:absolute;
  top:270px;
  left:490px;
  }

.mission h1
  {
  font-style:italic;
  font-weight:normal;
  font-family:book antiqua;
  font-size: 18pt;
  color:#ffffff;
  width: 235px;
  }

/* Navigation Menu */

#navmenu 
  {
	margin: 54px 528px 0px 66px;
	padding-bottom: 2px;
	width: 173px;
	clear: both;
	text-align: center;
	z-index: 1;
	position: absolute;
  }

#navmenu a 
  {
	text-decoration: none;
  }

#navmenu li 
  {
	padding: 0px 11px;
	float: left;
	background: url('images/navmenu_background.png') repeat-y 50% 0%;
	line-height: 23px;
  }

#navmenu li#menu_first 
  {
	padding-top: 5px;
	background-image: url('images/navmenu_background_top.png');
	background-repeat: no-repeat;
  }

#navmenu li#menu_last 
  {
	padding-bottom: 12px;
	background-image: url('images/navmenu_background_bot.png');
	background-repeat: no-repeat;
  }

#navmenu li a 
  {
	display: block;
	background-color: #009FC2;
	color: inherit;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
  }

#navmenu li a:hover,
#navmenu li#menu_first a:hover,
#navmenu li#menu_last a:hover
  {
  background: url('images/nav_logo.jpg') #61cee7 no-repeat 0% 50%;
	color: #000000;
  }

#navmenu li#menu_first a 
  {
	padding-top: 2px;
	background-image: url('images/navmenu_background_litop.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
  }

#navmenu li#menu_last a 
  {
	background-image: url('images/navmenu_background_libot.png');
	background-repeat: no-repeat;
	background-position: 50% 100%;
  }

#navmenu li a b 
  {
	margin: 0px auto;
	padding-bottom: 2px;
	display: block;
	width: 151px;
	border-bottom: #fff 1px solid;
  }

#navmenu li#menu_last a b 
  {
	margin: 0px auto;
	padding-bottom: 4px;
	display: block;
	width: 151px;
	border-bottom-style:none ;
  }



/* Main Content */
#main_content 
  {
  padding-left: 22px;
  background: url('images/main_background.png') repeat-y 22px 0%;
	float: left;
	clear: both;
	text-align: center;
  }

#main_content2 
  {
	width: 435px;
  }

#main_content_header 
  {
	width: 435px;
  background: url('images/main_background_top.png') no-repeat 50% 0%;
  }

#main_content_header h2 
  {
	padding: 20px 130px 12px;
	font-size: 14px;
  color:#000000;
	text-transform: uppercase;
  }

#main_content_body 
  {
	margin: 0px auto;
	padding: 2px 0px;
	width: 411px;
	min-height: 220px;
	background-color: #009FC2;
	color: inherit;
  }

#main_content_body #content_box
  {
	margin: 0px auto;
	padding-bottom: 15px;
  width: 357px;
	text-align: left;
	margin-top:20px;
  }


#main_content_body #content_box p
  {
	line-height:20px;
  }

#main_content_body #content_box p.text
  {
	line-height:15px;
	font-weight:normal;

  }

#main_content_body #content_box .staff
  {
	float:left;
  margin-right:15px;
  margin-bottom:15px;
  }

#main_content_body #content_box .staff a
  {
	color:#ffffff;
  }
#main_content_body #content_box .staff a:hover
  {
	color: #f78f1e;
	background-color: inherit;
  }

#main_content_body #content_box .staff .staff_pic
  {
  width:120px;
  }

#main_content_body #content_box .staff .partner_pic
  {
  width:150px;
  }

#main_content_footer
  {
	width: 435px;
	height: 21px;
	background: url('images/main_background_bot.png') no-repeat 50% 100%;
	overflow: hidden;
  }


/* Breaking News */
#breaking_news 
  {
	margin-top: 240px;
  width: 310px;
	background: url('images/news_background.png') repeat-y 0% 0%;
	color: #141619;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 11px;
	text-align: justify;
  }

#breaking_news a 
  {
	color: #141619;
	background-color: inherit;
  }

#breaking_news a:hover 
  {
	color: #606c35;
	background-color: inherit;
  }

#breaking_news p 
  {
	margin-top: 2px;
	line-height: 11px;
  }

#breaking_news .thumbnail 
  {
	padding: 5px 0px 7px;
  }

#breaking_news_header 
  {
	padding: 7px 15px 0px;
  }

#breaking_news h2 
  {
	width: 280px;
	color: #fffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
  }

#breaking_news_body 
  {
	padding: 0px 30px 3px;
  }

#breaking_news_footer 
  {
	height: 6px;
	overflow: hidden;
	background: url('images/news_background_bot.png') no-repeat 0% 0%;
  }

/* Page Footer */
#page_footer 
  {
	padding: 18px 11px 0px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	color:#000000;
	font-weight:normal;
  }


/*F9 Login CALL Q */
#f9_container
  {
  margin-left:auto;
  margin-right:auto;
  width:220px;
  clear:both;
  }

#f9_container div.title
  {
  padding: 5px 5px 5px 5px;
  margin-top:15px;
  font-family:Arial;
  font-weight:bold;
  font-size:8pt;
  background-color:#f78f1e;
  color:#000000;
  text-align:center;
  }

#f9_container .inp
  {
  padding-top:10px;
  width:220px;
  background-color:#ffffff;
  text-align:left;
  display:block;
  position:relative;
  }

#f9_container .inp input
  {
  width:90px;
  }

#f9_container .inp .heading
  {
  width:85px;
  font-family:Verdana;
  font-weight:bold;
  font-size:7pt;
  background-color:#ffffff;
  color:black;
  padding-left:4px;
  text-align:left;
  display:inline;
  float:left;
  }

#f9_container .inp input.btn
  {
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  background-color:#61cee7;
  color:#000000;
  font-size:7pt;
  font-family:arial;
  font-weight:normal;
  width:50px;
  margin-right:8px;
  margin-top: 5px;
  margin-bottom:5px;
  }

div.formtext
  {
  float:left;
  width:100px;
  margin-right:10px;
  display: inline;
  }


