/*
Theme Name: CNI
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body
{
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica,sans-serif;
  font-size:13px;
  color:#666;
}
.header
{
  width:1000px;
  margin:auto;
  padding:auto;
  border:0px solid red;
}
.top-menu
{
  border:0px solid green;
  padding:10px 0px 0px 530px;
  font-size:13px;
}
.top-menu ul
{
  margin:0px;
  padding:0px;
}
.top-menu ul li
{
  float:left;
  list-style:none;
  margin-right:7px;
  color:#033C5A;
}
.top-menu ul li a:link,.top-menu ul li a:visited
{
  color:#033C5A;
  text-decoration:none;
}
.top-menu ul li a:hover
{
  color:#68A8D3;
}
.clear
{
  clear:both;
}
.menu-bg
{
  background:url('images/cni_top_bg.png') no-repeat;
  width:975px;
  height:100px;
  margin: 10px auto;
}
.main-menu
{
  width:750x;
  border:0px solid red;
  font-size:15px;
  margin-left:250px;
}

#container
{
  width:1000px;
  margin:auto;
  padding:auto;
}

#content
{
 padding:10px; 
 border:0px solid green;
}
p
{
  text-align:justify;
  line-height:20px;
}
a.heading-link:link,a.heading-link:visited
{
  color:#033C5A;
  font-size:16px;
  text-decoration:none;
}
a.heading-link:hover
{
  color:#68A8D3;
}
a.read:link,a.read:visited
{
  color:#68A8D3;
  text-decoration:none;
  font-size:13px;
}
a.read:hover
{
  color:#68A8D3;
}
.footer
{
  width:1000px;
  margin:auto;
  padding:auto;
}
.footer-content
{
  padding:10px;
  border-top:1px solid #ccc;
}
.footer-image
{
  float:left;
  background:url('images/cni_footer.gif') no-repeat;
  width:58px;
  height:38px;
}
.footer-text
{
  float:left;
  line-height:45px;
  margin-left:10px;
  color:#033C5A;
}
.left
{
  float:left;
  width:210px;
  margin-right:40px;
}
.entry-content1
{
  float:left;
  border:0px solid red;
  width:730px;
  font-size:13px;
}
.left ul
{
  margin:0px;
  padding:0px;
}
.left ul li
{
  list-style:none;
  font-size:16px;
  padding-left:10px;
}
.left ul li#active
{
  background:url('images/blue_arrow.gif') left no-repeat;
  padding-left:10px;
}
.left ul li a:link,.left ul li a:visited
{
  color:#666;
  text-decoration:none;
}
.left ul li a:hover
{
  color:#68A8D3;
}
p.quick
{
  border-top:1px solid #CCC;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
  padding-top:10px;
  margin-top:25px;
}
p.quick a:link,p.quick a:visited
{
  color:#033C5A;
}
li.service
{
  list-style:none;
  background:url('images/blue_arrow.gif') left no-repeat;
  padding-left:10px;
  font-size:16px;
}
li.service a:link,li.service a:visited
{
  color:#033C5A;
  text-decoration:none;
}
h1
{
 color:#033C5A;
}
p.sub-heading
{
  font-size:14px;
  color:#033C5A;
  font-weight:bold;
  margin-top:-35px;
  
}
.tab
{
  position:relative;
  top:-20px;
  left:-17px;
}
p.text
{
  position:relative;
  top:-33px;
}
p.text1
{
  color:#033C5A;
  font-size:22px;
}
li.power
{
  list-style:none;
  background:url('images/blue_arrow.gif') left no-repeat;
  padding-left:15px;
  height:25px;
  line-height:25px;
}
.entry-content1 a:link,.entry-content1 a:visited
{
  color:#666;
  font-weight:bold;
  text-decoration:none;
}
.breadcrump
{
  font-weight:bold;
}
ul#menu-main-menu{
margin:0px;
padding:0px;
}
ul#menu-main-menu li {
display:block;
height : 40px;
float:left;
list-style:none;
margin-right:0px;
line-height:40px;
margin-top:33px;
}
ul#menu-main-menu li a {
  color:#033C5A;
  text-decoration:none;
  display:block;
  height : 40px;
  padding:0px 10px 0px 10px;
}
ul#menu-main-menu li a:hover {
background:#033C5A;
color:#ffffff;
}
ul#menu-main-menu li.current-menu-item a{
background:#033C5A;
color:#ffffff;
}