/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file seperates the actual styling 
from the layout, it contains all colors, links and
specific Joomla styling***/

/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:,8em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}


/*end global resets*/

/*layout styles seperated from
layout.css as they are not structural
but graphical*/

body {
background: #bfcad0 url(../images/bkgd.jpg) repeat-x;
color: #333;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

#top_shadow {
background: url(../images/top_bg.gif) no-repeat;
}

#top_a {
background: #0A75AD;
}


#top_a_left {
list-style: none;
font-size: 1.2em;
padding: 5px;
color: #333333;
text-decoration: none;
}

#top_a_right {
font-size: 1.2em;
padding: 5px;
color: #333333;
text-decoration: none;
}

#top_a_right a {
list-style: none;
font-size: 10px;
padding: 5px;
color: #0A75AD;
text-decoration: none;
}

#branding_header {
background:url(../images/branding_head.png) no-repeat;
}

#top_nav {
background:url(../images/navycross.png) #0A75AD;
}

#top_shelf {
background: #CCCCFF url(../images/top_shelf.gif) repeat-y;
}

#content_wrap {
background: url(../images/content_bg.gif) repeat-y;
}

#pathway {
background:#CCCCFF ;
}

#footer {
color: #ccc;
}

#footer_shadow a {
color: #cdcdcd;
}

a.pathway:link, a.pathway:visited {
color: #006694;
}

a.pathway:hover {
color: #666;
}

a.main_content:link, a.pathway:visited {
color: #006694;
}

a.main_content:hover {
color: #666;
}
/* 
Joomla Styling for Contents
These are all the styles for content
*/
h1 {
color: #0A75AD; 
font-size: 1.7em; 
font-weight: bold;
}

h2 {
color: #0A75AD; 
font-size: 1.6em; 
font-weight: bold;
}

h3 {
color: #0A75AD; 
font-size: 1.5em; 
font-weight: bold;
}

h4 {
color: #0A75AD; 
font-size: 1.4em; 
font-weight: bold;
}

h5 {
color: #0A75AD; 
font-size: 1.3em; 
font-weight: bold;
}

h6 {
color: #0A75AD; 
font-size: 1.2em;
font-weight: bold;
}

blockquote {
background: 006694;
border: 2px solid #006694;
border-left: 4px solid #006694;
margin: 10px;
padding: 0.5em;
color: #666;
line-height: 140%;
}

pre {
background: #fff;
color: #333;
padding: 10px;
border: 1px solid #E9E9F5;
border-left: 5px solid #E9E9F5;
}

/*General link Styling*/
a:link, a:visited {
font-size: 11px; 
color: #006694;
text-decoration: none;
}

a:hover, a:active {
color: #999;	
text-decoration: underline;
}
.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #fff;
font-size: 1em;
}

.contentpaneopen {	
background-color : #FFFFFF;
font-size: 1em;
}

.moduletable .contentpaneopen {	
background-color : #E9E9F5;
font-size: 1em;
margin-top: 10px;
}

.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
font-size: 1em;
border-bottom: 1px solid #0A75AD;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #006694;
line-height: 16px;
}

.contentpagetitle {
/*Title of articles*/
font-size: 15px;
font-weight: bold;
color: blue;
text-align:left;
}

.componentheading {
/* Used to format a components heading or title */
font-size: 1.3em;
margin-bottom: 0.7em;
border-bottom: 2px solid #0A75AD;
font-weight: bold;
color: #0A75AD;
}

table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
background-color : #;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #0A75AD;
font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
background-color : #E9E9F5;
padding: 1px 0 1px 10px;
}

.sectiontableentry2 {
/* this is the second color for the row*/
background-color : #F3F3F3;
padding: 1px 0 1px 10px;
}

/*  Polls  */

.poll {
/* polls texts */
font-size: 1.2em;
line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #0A75AD;
font-weight: normal;
padding: 4px;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/

.moduletable {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}

/*only top 3 modules*/

#top_shelf .moduletable h3 {
font-size: 16px;
font-weight: bold;
background: #E9E9F5;
color: #0A75AD;
height: 25px;
margin: 0;
padding: 0;
margin-left: -5px;
margin-right: -5px;
line-height: 25px;
width: 246px;
text-indent: 10px;
}

/*all sidebar modules*/

#sidebar .moduletable h3, .moduletable-leftnav h3 {
background: #006694 url(../images/mod_header_bullet.gif) no-repeat 6px 6px;
font-size: 16px;
height: 25px;
margin-left: -5px;
margin-right: -5px;
font-weight: bold;
color: #fff;
line-height: 25px;
width: 200px;
text-indent: 28px;
}
/*
#sidebar .moduletable-leftnav h3 {
margin-bottom: 0;
}

#sidebar .moduletable-leftnav { 
padding: 0px;
margin: 0;
}

SIDEBAR MENU STYLING STARTS
#sidebar #mainlevel{
padding: 0;
}

#sidebar ul#mainlevel {
list-style-type: none;
margin: 0;
width: 200px; 
margin-left: -5px;
margin-right: -5px;
margin-bottom: -6px;
margin-top: 2px;
padding 0px; 
}

#sidebar #mainlevel li {
text-indent: 0;
padding:0;
background: none;
list-style-type: none;
border-bottom: 10 px solid #CCCCFF;
margin: 0;
 }

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background:  #006694 url(../images/mohoganybutton.jpg) no-repeat;
color: #ffffff;
text-decoration: bold;
}

* html body #mainlevel a { width: auto; }

#sidebar #mainlevel li a:hover{ 
background: #E1B10A url(../images/mohoganybuttonbld.jpg) no-repeat;
color: #fff;
border-right: 3px solid #E1B10A; 
}
a#active_menu:link{ 
background: #E1B10A url(../images/mohoganybuttonbld.jpg) no-repeat;
color: #fff;
border-right: 3px solid #E1B10A; 
}
 
a#active_menu:visited { 
background: #E1B10A url(../images/mohoganybuttonbld.jpg) no-repeat;
color: #fff;
border-right: 3px solid #E1B10A; 
}

/*TOPMENU STYLING STARTS
div#top_nav ul#mainlevel-nav {
margin: 10;
padding:3;
width: 778px;
height: 31px;
line-height: 31px;
border: 0px blue;
text-indent: 6px;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #eef2d0;
text-decoration: none;
padding: 6px 9px 7px 9px;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 5px 8px 6px 8px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 5px 8px 6px 8px;
}
*/
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

