/** body **/

  body

  {

  font-family: verdana,helvetica,arial,sans-serif;

  background: #001a43;

}



blockquote{text-indent: 20px; display: block;}



.indent {margin-left: 25px; margin-right: 15px; font-style:italic;}

  #flag {float:right; width:50px; position:relative; top:98px; right:50px; z-index:20; padding:0px;}

  #page

  {

  }

  #page-inner

  {

  padding: 5px;

  background: #990000 url(../images/bgMain2.gif) repeat-x;

  }

/** header **/

  #header

  {

 background: #090c69 url(../images/bgHeader2.gif) repeat-x;

  }



  #header-inner

  {

      width: 970px;

       height: 107px;

	margin: 0 auto;



	background: url(../images/bgCornerWheel.jpg) right top no-repeat;

  }



  #logo-title /* Wrapper for logo, website name, and slogan */

  {

  }



  #logo /* Wrapper for logo */

  {

  }



  #logo-image /* The actual logo image */

  {

  }



  #site-name /* The name of the website */

  {

  }



  #site-name a:link,

  #site-name a:visited

  {

    color: #fff;

    text-decoration: none;

  }



  #site-name a:hover

  {

    text-decoration: underline;

  }



  #site-slogan /* The slogan (or tagline) of a website */

  {

  }



  #header-blocks /* Wrapper for any blocks placed in the header region */

  {

  }



/** main (container for everything else) **/

  #main

  {

  }



  #main-inner

  {

  }



/** content **/

  #content

  {

  }



  #content-inner

  {

  }









  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */

  {

  }



  .breadcrumb /* The path to the current page in the form of a list of links */

  {

    padding-bottom: 0; /* Undo system.css */

  }



  h1.title, /* The title of the page */

  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */

  h3.title /* Comment title */

  {

    margin: 0;

	color: #ece7d3;

  }



  div.messages /* Important messages (status, warning, and error) for the user */

  {

    margin: 0 1em 5px 1em;

    border: 2px solid #ccc;

    padding: 5px;

    color: #000;

    background-color: #fff;

    font-style: italic;

  }



  div.status /* Normal priority messages */

  {

  }



  div.warning /* Medium priority messages */

  {

    border-color: #ff7;

  }



  div.warning,

  tr.warning,

  body.section-admin tr.warning

  {

    color: #000;

    background-color: #ffc;

  }



  div.error /* High priority messages. See also the .error declaration below. */

  {

    border-color: #c00;

  }



  div.error,

  tr.error,

  body.section-admin tr.error

  {

    color: #900;

    background-color: #fee;

  }



  div.tabs /* See also the tabs.css file. */

  {

  }



  .help /* Help text on a page */

  {

    margin: 1em 0;

  }



  .more-help-link /* Link to more help */

  {

    font-size: 0.85em;

    text-align: right;

  }



  #content-area /* Wrapper for the actual page content */

  {

  }



  .pager /* A list of page numbers when more than 1 page of content is available */

  {

    clear: both;

    margin: 1em 0;

    text-align: center;

  }



  .pager a, .pager strong.pager-current

  {

    padding: 0.5em;

  }



  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */

  {

    margin: 1em 0;

  }



  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */

  {

  }



/** navbar **/

  #navbar

  {

	font-size: 0.9em;

	line-height: normal;

	padding: 0 0 1px 0px;

	border-bottom: 1px solid #090c69;

	background-color: #090c69;



  }



  #navbar-inner

  {

  }



  #search-box /* Wrapper for the search form */

  {

  }





  #primary /* Primary links */

  {



  }

  #primary ul

  {

    padding: 0;

    margin: 0;

    list-style: none;

  }



  #primary ul.links li,

  #secondary ul.links li

  {

    display: inline;

    border-left: none;

    margin: 0;

    padding: 0;

  }

   #primary a

  {

    background: #000 url(../images/tableftE.gif) repeat-x;

    color: #ece7d3;

    font-weight: bold;

	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

    display: block;

    float: left;

    padding: 4px 14px 4px 14px;

    margin: 0 1px 0 0;

    border: solid #6191C5 1px;

    border-width: 1px 1px 0 1px;

  text-decoration: none

}



  #primary a

  {

    background-position: 0% 0;

  }

  #primary a:hover

  {

    background-position: 0% -42px;

    text-decoration: none;

  }



  #primary a.active

  {

    background-position: 0% -84px;

  }



  #secondary /* Secondary links */

  {

  }



/** sidebar-left **/

  #sidebar-left

  {

  }



  #sidebar-left-inner

  {

  }



/** sidebar-right **/

  #sidebar-right

  {

  }



  #sidebar-right-inner

  {

  }



/** footer **/

  #footer

  {  height: 114px;

	padding: 0 0 0 0;

	background: url(../images/bgSubFooter.gif) repeat-x;

  }



  #footer-inner

  {  width: 910px;

	margin: 0 auto;

	padding: 28px 0 0 0;

	text-align: center;

  }



  #footer-inner p {

	clear: left;

	color: #a7b2c6;

	font-size: .75em;

}







#footer-inner ul {

	margin: 0 0 40px 55px;

	padding: 0;

	list-style-type: none;

	font-size: .88em;

}







#footer-inner li {

	display: inline;

	float: left;

}







#footer-inner a {

	margin: 0 15px;

	color: #ffffff;

	text-decoration: none;

}







#subFooterContainer a:hover {



	text-decoration: underline;



}



  #footer-message /* Wrapper for the footer message from Drupal's "Site information"

                     and for any blocks placed in the footer region */

  {

  }



/** closure **/

  #closure-blocks /* Wrapper for any blocks placed in the closure region */

  {

  }



/** Drupal nodes **/

  .node /* Node wrapper */

  {

  }



  .node-inner /* Additional wrapper for node */

  {

  }



  .sticky /* A sticky node (displayed before others in a list) */

  {

  }



  .node-unpublished /* Unpublished nodes */

  {

    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */

  }



  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */

  .comment-unpublished div.unpublished

  {

    height: 0;

    overflow: visible;

    color: #d8d8d8;

    font-size: 75px;

    line-height: 1;

    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;

    font-weight: bold;

    text-transform: uppercase;

    text-align: center;

    word-wrap: break-word; /* A very nice CSS3 property */

  }



  .node-mine /* A node created by the current user */

  {

  }



  .node-teaser /* A node displayed as teaser */

  {

  }



  /* All nodes are given a node-type-FOO class that describes the type of

   * content that it is. If you create a new content type called

   * "my-custom-type", it will receive a "node-type-my-custom-type" class.

   */

  .node-type-page /* Page content node */

  {

  }



  .node-type-story /* Story content node */

  {

  }



  .node h2.title /* Node title */

  {

  }



  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */

  {

    color: #c00;

  }



  .node .picture /* The picture of the node author */

  {

  }



  .node.node-unpublished .picture,

  .comment.comment-unpublished .picture

  {

    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */

  }



  .node .submitted /* The "posted by" information */

  {

  }



  .node .taxonomy /* Node taxonomy (categories) */

  {

  }



  .node .content /* Node's content wrapper */

  {

  }



  .node div.links /* Wrapper for node links */

  {

    margin: 1em 0;

  }



  ul.links /* Taxonomy links, node links, comment links */

  {

    margin: 0;

    padding: 0;

  }



  ul.links.inline

  {

    display: inline;

  }



  ul.links li

  {

    display: inline;

    list-style-type: none;

    padding: 0 0.5em;

  }

  





  .preview .node /* Preview of the content before submitting new or updated content */

  {

    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */

  }



/** Drupal comments **/

  #comments /* Wrapper for all comments */

  {

    margin: 1em 0;

  }



  .comment /* Wrapper for a single comment */

  {

  }



  .comment-inner /* Additional wrapper for a single comment */

  {

  }



  .comment.odd /* An odd-numbered comment in the list of comments */

  {

  }



  .comment.even /* An even-numbered comment in the list of comments */

  {

  }



  .comment-unpublished /* Unpublished comments */

  {

    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */

  }



  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */

  {

  }



  .comment-by-author /* A comment created by the node's author */

  {

  }



  .comment-by-anon /* A comment created by an anonymous user */

  {

  }



  .comment-mine /* A comment created by the current user */

  {

  }



  .comment h3.title /* Comment title */

  {

  }



  .new /* "New" marker for comments that are new for the current user */

  {

    color: #c00;

  }



  .comment .picture /* The picture of the comment author */

  {

  }



  .comment .submitted /* The "posted by" information */

  {

  }



  .comment .content /* Comment's content wrapper */

  {

  }



  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */

  {

    margin: 1em 0;

  }



  .indented /* Nested comments are indented */

  {

    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */

  }



  .preview .comment /* Preview of the comment before submitting new or updated comment */

  {

    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */

  }



/** Drupal blocks **/

  .block /* Block wrapper */

  {

    margin-bottom: .4em;

	margin-top: .4em;

	z-index: 10;

  }



  .block.region-odd /* Zebra striping for each block in the region */

  {

  }



  .block.region-even /* Zebra striping for each block in the region */

  {

  }



  .block.odd /* Zebra striping independent of each region */

  {

  }



  .block.even /* Zebra striping independent of each region */

  {

  }



  .region-count-1 /* Incremental count for each block in the region */

  {

  }



  .count-1 /* Incremental count independent of each region */

  {

  }



  .block-inner /* Additional wrapper for block */

  {

  }



  .block h2.title /* Block title */

  {

  }



  .block .content /* Block's content wrapper */

  {

  }



  #block-aggregator-category-1 /* Block for the latest news items in the first category */

  {

  }



  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */

  {

  }



  #block-block-1 /* First administrator-defined block */

  {

  }



  #block-blog-0 /* "Recent blog posts" block */

  {

  }



  #block-book-0 /* "Book navigation" block for the current book's table of contents */

  {

  }



  #block-comments-0 /* "Recent comments" block */

  {

  }



  #block-forum-0 /* "Active forum topics" block */

  {

  }



  #block-forum-1 /* "New forum topics" block */

  {

  }



  #block-menu-2 /* "Primary links" block */

  {

  }



  #block-node-0 /* "Syndicate" block for primary RSS feed */

  {

  }



  #block-poll-0 /* "Most recent poll" block */

  {

  }



  #block-profile-0 /* "Author information" block for the profile of the page's author */

  {

  }



  #block-search-0 /* "Search form" block */

  {

  }



  #block-statistics-0 /* "Popular content" block */

  {

  }



  #block-user-0 /* "User login form" block */

  {

width: 185px;

    background-color: #991b0f;

  }

  #block-user-0 h2 {



     color: white;

border-bottom: 1px solid black;

padding: 1px 0;

padding-left: 10px;

background-color: black;

font: bold 1em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

  }

    #block-user-0 form {

    	margin: 0px;

      padding-left: 12px;

      font-size: .8em;

      color: #fff;



    }

  #sidebar-right-inner .content{



      width: 185px;

  }



  #sidebar-left-inner /* "Navigation" block for Drupal navigation menu */

  { border: 1px solid black;

border-bottom-width: 3px;

width: 185px;

list-style-type: none;

  }

  

  #sidebar-right-inner   

  { border: 1px solid black;

border-bottom-width: 3px;

width: 285px;

list-style-type: none;

  }

 #sidebar-right-inner h2, #sidebar-left-inner h2 {

    color: white;

border-bottom: 1px solid black;

padding: 1px 0;

padding-left: 10px;

background-color: black;

font: bold 1em 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;



}





   /*

  ** Menus

  */



 #sidebar-left-inner ul li {

          list-style: none!important;

          list-style-image:none!important;

}



 #sidebar-left-inner ul.menu {

    margin: 0;

padding: 0;



font: normal 85% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

  }







  #sidebar-left-inner ul.menu li a{



   display: block;

padding: 3px 0;

padding-left: 9px;

width: 169px; /*185px minus all left/right paddings and margins*/

text-decoration: none;

color: white;

background-color: #991b0f;

border-bottom: 1px solid #a32112;

border-left: 7px solid #cf3736;





  }



  #sidebar-left-inner ul.menu li a:hover {



  background-color: #d34444;

border-left-color: #1a64e9;



  }





  #block-user-1 /* "Navigation" block for Drupal navigation menu */





  #block-user-2 /* "Who's new" block for a list of the newest users */

  {

  }



  #block-user-3 /* "Who's online" block for a list of the online users */

  {

  }

.marq {position:relative; top:18px; right: 25px; float:right; height: 0px; display:inline; color: #fff; font-size:12px;} 
.marq a {color:#fff;}
